Changeset 625

Show
Ignore:
Timestamp:
2005年02月17日 19時55分21秒 (4 years ago)
Author:
kose
Message:

* setup.ini (mew-4.2-1-pkg): [Curr] Release.
* mew/auto-autoloads.el: change icon-dir.
* mew/Makefile.pkg: 4.2-1.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.10/pkginfo/ChangeLog

    r624 r625  
    112005-02-17  KOSEKI Yoshinori  <kose@meadowy.org> 
     2 
     3        * setup.ini (mew-4.2-1-pkg): [Curr] Release. 
     4        * mew/auto-autoloads.el: change icon-dir. 
     5        * mew/Makefile.pkg: 4.2-1. 
    26 
    37        * apel-200409270914-1-pkg, bbdb-2.35-2-pkg, c-sig.3.8-5-pkg, 
  • branches/2.10/pkginfo/mew/Makefile.pkg

    r623 r625  
    1414# make maintainer-clean 
    1515 
    16 # 2004/06/01 released. 
    17 PKG=mew-4.0.65 
    18 PKG_VERSION=1d 
     16#  
     17PKG=mew-4.2 
     18PKG_VERSION=1 
    1919BASE=mew 
    20 #PKG_URL=ftp://ftp.mew.org/pub/Mew/beta 
    21 #PKG_URL=ftp://ftp.mew.org/pub/Mew/release 
    22 PKG_URL= ftp://ftp.mew.org/pub/Mew/alpha 
     20# PKG_URL=ftp://ftp.mew.org/pub/Mew/beta 
     21PKG_URL=ftp://ftp.mew.org/pub/Mew/release 
     22# PKG_URL= ftp://ftp.mew.org/pub/Mew/alpha 
    2323PKG_PATCH= 
    2424PKG_PKGINFO="URL: http://www.mew.org/" 
     
    4141 
    4242$(LISPDIR)/$(BASE)/$(TARGET): $(PKG) 
    43         cd $(PKG) ; make $(MAKE_OPTIONS) el install-el install-info install-jinfo install-etc 
     43        cd $(PKG) ; ./configure --infodir=$(INFODIR) 
     44        cd $(PKG) ; make $(MAKE_OPTIONS) elispdir=$(LISPDIR)/mew etcdir=$(PKGDIR)/etc/mew el install-el install-info install-jinfo install-etc 
    4445 
    4546$(PKG) : 
     
    4950uninstall: 
    5051        rm -rf $(LISPDIR)/$(BASE)/ 
    51         rm -rf $(LISPDIR)/etc/$(BASE)/ 
     52        rm -rf $(PKGDIR)/etc/$(BASE)/ 
    5253        rm -rf $(PKGINFO)/$(BASE)/ 
    5354        rm -f $(addprefix $(PREFIX)/, $(PKG_INFO)) 
    54         rm -f $(PKGDIR)/bin/mewencode.exe  
    55         rm -f $(PKGDIR)/bin/mewl.exe 
     55        rm -f $(PREFIX)/bin/mewencode.exe  
     56        rm -f $(PREFIX)/bin/mewl.exe 
    5657 
    5758pkg: $(PKG)-$(PKG_VERSION)-pkg.tar.gz 
    5859 
    59 MEWZIP=MEW4065.ZIP 
    60 MEWZIPVER=mew-4.0.65 
     60MEWZIP=MEW42W0.ZIP 
     61MEWZIPVER=mew-4.2 
    6162 
    62 $(PKGDIR)/bin/mewencode.exe $(PKGDIR)/bin/mewl.exe: 
    63         wget ftp://ftp.mew.org/pub/Mew/Win32/alpha/$(MEWZIP) 
     63$(PREFIX)/bin/mewencode.exe $(PREFIX)/bin/mewl.exe: 
     64        wget ftp://ftp.mew.org/pub/Mew/Win32/release/$(MEWZIP) 
    6465        rm -rf $(MEWZIPVER) 
    6566        unzip $(MEWZIP) 
    6667        chmod 755 $(MEWZIPVER)/bin/mewencode.exe $(MEWZIPVER)/bin/mewl.exe 
    67         cp -p $(MEWZIPVER)/bin/mewencode.exe $(MEWZIPVER)/bin/mewl.exe $(PKGDIR)/bin 
     68        cp -p $(MEWZIPVER)/bin/mewencode.exe $(MEWZIPVER)/bin/mewl.exe $(PREFIX)/bin 
    6869 
    6970$(PKG)-$(PKG_VERSION)-pkg.tar.gz : $(LISPDIR)/$(BASE)/$(TARGET) \ 
    70                 $(PKGDIR)/bin/mewencode.exe \ 
    71                 $(PKGDIR)/bin/mewl.exe 
     71                $(PREFIX)/bin/mewencode.exe \ 
     72                $(PREFIX)/bin/mewl.exe 
    7273        rm -rf $(PKGINFO)/$(BASE) 
    7374        if test ! -d $(PKGINFO)/$(BASE); then mkdir -p $(PKGINFO)/$(BASE); fi 
     
    8384    done 
    8485        tar -C $(PREFIX) -cf $(basename $@) packages/lisp/$(BASE) \ 
    85                 packages/lisp/etc/$(BASE) packages/pkginfo/$(BASE) $(PKG_INFO) \ 
     86                packages/etc/$(BASE) packages/pkginfo/$(BASE) $(PKG_INFO) \ 
    8687                bin/mewencode.exe \ 
    8788                bin/mewl.exe 
  • branches/2.10/pkginfo/mew/auto-autoloads.el

    r398 r625  
    99 
    1010(setq mew-demo-picture t) 
    11 (setq mew-icon-directory 
    12       (expand-file-name "" (concat exec-directory "../../site-lisp/etc/mew/"))) 
     11(setq mew-icon-directory (expand-file-name "etc/mew" netinstall-pkg-dir)) 
    1312 
    1413;;; auto-autoloads.el ends here 
  • branches/2.10/pkginfo/setup.ini

    r623 r625  
    119119install: packages/lookup-1.4-1-pkg.tar.gz 230939 
    120120 
    121 # @ mew 
    122 # [curr] 
    123 # version: 4.0.65-1d 
    124 # install: packages/mew-4.0.65-1d-pkg.tar.gz 1097089 
     121@ mew 
     122[curr] 
     123version: 4.2-1 
     124install: packages/mew-4.2-1-pkg.tar.gz 1138025 
    125125 
    126126@ misc