[arch-commits] Commit in emacs/trunk (PKGBUILD emacs.install)

Eric Bélanger eric at archlinux.org
Sun Nov 18 08:01:05 UTC 2012


    Date: Sunday, November 18, 2012 @ 03:01:04
  Author: eric
Revision: 171501

upgpkg: emacs 24.2-3

Fix undefined variable (close FS#32163), Update info pages in .install file

Modified:
  emacs/trunk/PKGBUILD
  emacs/trunk/emacs.install

---------------+
 PKGBUILD      |    6 ++----
 emacs.install |    2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-18 07:59:37 UTC (rev 171500)
+++ PKGBUILD	2012-11-18 08:01:04 UTC (rev 171501)
@@ -4,7 +4,7 @@
 
 pkgname=emacs
 pkgver=24.2
-pkgrel=2
+pkgrel=3
 pkgdesc="The extensible, customizable, self-documenting real-time display editor"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/emacs/emacs.html"
@@ -29,10 +29,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/$_majorver -type d -exec chmod 755 {} \;
   # fix user/root permissions on usr/share files
-  find "$pkgdir"/usr/share/emacs/$_majorver -exec chown root:root {} \;
+  find "$pkgdir"/usr/share/emacs/$pkgver -exec chown root:root {} \;
   # fix perms on /var/games
   chmod 775 "$pkgdir"/var/games
   chmod 775 "$pkgdir"/var/games/emacs

Modified: emacs.install
===================================================================
--- emacs.install	2012-11-18 07:59:37 UTC (rev 171500)
+++ emacs.install	2012-11-18 08:01:04 UTC (rev 171501)
@@ -2,7 +2,7 @@
 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
+ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc ert eshell eudc flymake
 forms gnus idlwave info 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)




More information about the arch-commits mailing list