Date: Saturday, April 20, 2013 @ 19:17:05 Author: jlichtblau Revision: 88620
upgpkg: emacs-nox 24.3-1 Modified: emacs-nox/trunk/PKGBUILD emacs-nox/trunk/emacs-nox.changelog emacs-nox/trunk/emacs-nox.install ---------------------+ PKGBUILD | 14 ++++++-------- emacs-nox.changelog | 3 +++ emacs-nox.install | 12 ++++++------ 3 files changed, 15 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-20 17:10:54 UTC (rev 88619) +++ PKGBUILD 2013-04-20 17:17:05 UTC (rev 88620) @@ -3,20 +3,19 @@ # Contributor: Chris Brannon <[email protected]> pkgname=emacs-nox -pkgver=24.2 +pkgver=24.3 pkgrel=1 -pkgdesc="The Emacs Editor, without X11 support" +pkgdesc="The extensible, customizable, self-documenting real-time display editor, without X11 support" arch=('i686' 'x86_64') url="http://www.gnu.org/software/emacs/emacs.html" license=('GPL3') depends=('dbus-core' 'ncurses' 'perl') provides=('emacs') -conflicts=('emacs' 'emacs-cvs') -options=('docs') +conflicts=('emacs') changelog=$pkgname.changelog install=$pkgname.install source=(ftp://ftp.gnu.org/gnu/emacs/emacs-${pkgver}.tar.gz) -sha256sums=('6d9892dff6e1761d4a5eba20712beba4f37d77a196f8021081a2e69fcb5bd357') +sha256sums=('0098ca3204813d69cd8412045ba33e8701fa2062f4bff56bedafc064979eef41') build() { cd ${srcdir}/emacs-$pkgver @@ -33,9 +32,8 @@ # remove conflict with ctags package mv ${pkgdir}/usr/bin/{ctags,ctags.emacs} mv ${pkgdir}/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1} - - # fix all the 777 perms on directories - find ${pkgdir}/usr/share/emacs/$pkgver -type d -exec chmod 755 {} \; + # remove conflict with texinfo + rm "$pkgdir"/usr/share/info/info.info.gz # fix user/root permissions on usr/share files find ${pkgdir}/usr/share/emacs/$pkgver -exec chown root.root {} \; # remove .desktop file and icons Modified: emacs-nox.changelog =================================================================== --- emacs-nox.changelog 2013-04-20 17:10:54 UTC (rev 88619) +++ emacs-nox.changelog 2013-04-20 17:17:05 UTC (rev 88620) @@ -1,3 +1,6 @@ +2013-04-20 Jaroslav Lichtblau <[email protected]> + * emacs-nox 24.3-1 + 2012-09-12 Jaroslav Lichtblau <[email protected]> * emacs-nox 24.2-1 Modified: emacs-nox.install =================================================================== --- emacs-nox.install 2013-04-20 17:10:54 UTC (rev 88619) +++ emacs-nox.install 2013-04-20 17:17:05 UTC (rev 88620) @@ -1,15 +1,15 @@ INFO_DIR=usr/share/info -INFO_FILES=(ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse -ede ediff edt efaq eieio eintr elisp emacs emacs-mime epa erc eshell eudc flymake -forms gnus idlwave info mairix-el message mh-e newsticker nxml-mode +INFO_FILES=(ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse +ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc ert eshell eudc flymake +forms gnus htmlfontify idlwave mairix-el message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail -speedbar tramp url vip viper widget woman) +speedbar srecode tramp url vip viper widget wisent woman) post_install() { [[ -x usr/bin/install-info ]] || return 0 for f in ${INFO_FILES[@]}; do - install-info ${INFO_DIR}/$f.gz ${INFO_DIR}/dir 2> /dev/null + install-info ${INFO_DIR}/$f.info.gz ${INFO_DIR}/dir 2> /dev/null done } @@ -20,6 +20,6 @@ pre_remove() { [[ -x usr/bin/install-info ]] || return 0 for f in ${INFO_FILES[@]}; do - install-info --delete ${INFO_DIR}/$f.gz ${INFO_DIR}/dir 2> /dev/null + install-info --delete ${INFO_DIR}/$f.info.gz ${INFO_DIR}/dir 2> /dev/null done }
