[arch-commits] Commit in emacs/repos/extra-x86_64 (4 files)

2012-08-29 Thread Juergen Hoetzel
Date: Wednesday, August 29, 2012 @ 05:08:38
  Author: juergen
Revision: 165687

archrelease: copy trunk to extra-x86_64

Added:
  emacs/repos/extra-x86_64/PKGBUILD
(from rev 165686, emacs/trunk/PKGBUILD)
  emacs/repos/extra-x86_64/emacs.install
(from rev 165686, emacs/trunk/emacs.install)
Deleted:
  emacs/repos/extra-x86_64/PKGBUILD
  emacs/repos/extra-x86_64/emacs.install

---+
 PKGBUILD  |   82 
 emacs.install |   64 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-29 09:01:31 UTC (rev 165686)
+++ PKGBUILD2012-08-29 09:08:38 UTC (rev 165687)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-pkgver=24.1
-pkgrel=2
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib' 'imagemagick')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # 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 {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/extra-x86_64/PKGBUILD (from rev 165686, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-29 09:08:38 UTC (rev 165687)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.2
+pkgrel=1
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('1676803a50e8adc817fdaaebb9234f14' 'ca1766337f419ef827dd96d1ff78f158')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk3 --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # 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 {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs.install
===
--- emacs.install   2012-08-29 09:01:31 UTC (rev 165686)
+++ emacs.install   2012-08-29 09:08:38 UTC (rev 165687)
@@ -1,32 +0,0 @@
-ICON_PATH=usr/share/icons/hicolor
-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
-org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
-speedbar tramp url vip viper widget woman)
-
-post_install() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database -q
-
-  [[ -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
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f 

[arch-commits] Commit in emacs/repos/extra-x86_64 (4 files)

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 04:17:21
  Author: juergen
Revision: 161424

archrelease: copy trunk to extra-x86_64

Added:
  emacs/repos/extra-x86_64/PKGBUILD
(from rev 161423, emacs/trunk/PKGBUILD)
  emacs/repos/extra-x86_64/emacs.install
(from rev 161423, emacs/trunk/emacs.install)
Deleted:
  emacs/repos/extra-x86_64/PKGBUILD
  emacs/repos/extra-x86_64/emacs.install

---+
 PKGBUILD  |   82 
 emacs.install |   64 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 08:05:59 UTC (rev 161423)
+++ PKGBUILD2012-06-11 08:17:21 UTC (rev 161424)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-pkgver=24.1
-pkgrel=1
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # 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 {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/extra-x86_64/PKGBUILD (from rev 161423, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 08:17:21 UTC (rev 161424)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.1
+pkgrel=1
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # 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 {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs.install
===
--- emacs.install   2012-06-11 08:05:59 UTC (rev 161423)
+++ emacs.install   2012-06-11 08:17:21 UTC (rev 161424)
@@ -1,32 +0,0 @@
-ICON_PATH=usr/share/icons/hicolor
-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
-org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
-speedbar tramp url vip viper widget woman)
-
-post_install() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database -q
-
-  [[ -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
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database -q
-
-  [[ -x 

[arch-commits] Commit in emacs/repos/extra-x86_64 (4 files)

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 11:00:08
  Author: juergen
Revision: 161434

archrelease: copy trunk to extra-x86_64

Added:
  emacs/repos/extra-x86_64/PKGBUILD
(from rev 161433, emacs/trunk/PKGBUILD)
  emacs/repos/extra-x86_64/emacs.install
(from rev 161433, emacs/trunk/emacs.install)
Deleted:
  emacs/repos/extra-x86_64/PKGBUILD
  emacs/repos/extra-x86_64/emacs.install

---+
 PKGBUILD  |   82 
 emacs.install |   64 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 14:59:47 UTC (rev 161433)
+++ PKGBUILD2012-06-11 15:00:08 UTC (rev 161434)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-pkgver=24.1
-pkgrel=1
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # 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 {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/extra-x86_64/PKGBUILD (from rev 161433, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 15:00:08 UTC (rev 161434)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.1
+pkgrel=2
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib' 'imagemagick')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # 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 {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs.install
===
--- emacs.install   2012-06-11 14:59:47 UTC (rev 161433)
+++ emacs.install   2012-06-11 15:00:08 UTC (rev 161434)
@@ -1,32 +0,0 @@
-ICON_PATH=usr/share/icons/hicolor
-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
-org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
-speedbar tramp url vip viper widget woman)
-
-post_install() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database -q
-
-  [[ -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
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database 

[arch-commits] Commit in emacs/repos/extra-x86_64 (4 files)

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 11:02:49
  Author: juergen
Revision: 161435

archrelease: copy trunk to extra-x86_64

Added:
  emacs/repos/extra-x86_64/PKGBUILD
(from rev 161434, emacs/trunk/PKGBUILD)
  emacs/repos/extra-x86_64/emacs.install
(from rev 161434, emacs/trunk/emacs.install)
Deleted:
  emacs/repos/extra-x86_64/PKGBUILD
  emacs/repos/extra-x86_64/emacs.install

---+
 PKGBUILD  |   82 
 emacs.install |   64 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 15:00:08 UTC (rev 161434)
+++ PKGBUILD2012-06-11 15:02:49 UTC (rev 161435)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-pkgver=24.1
-pkgrel=2
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib' 'imagemagick')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # 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 {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/extra-x86_64/PKGBUILD (from rev 161434, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 15:02:49 UTC (rev 161435)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.1
+pkgrel=2
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib' 'imagemagick')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # 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 {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs.install
===
--- emacs.install   2012-06-11 15:00:08 UTC (rev 161434)
+++ emacs.install   2012-06-11 15:02:49 UTC (rev 161435)
@@ -1,32 +0,0 @@
-ICON_PATH=usr/share/icons/hicolor
-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
-org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
-speedbar tramp url vip viper widget woman)
-
-post_install() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database -q
-
-  [[ -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
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  

[arch-commits] Commit in emacs/repos/extra-x86_64 (4 files)

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 11:03:29
  Author: juergen
Revision: 161436

archrelease: copy trunk to extra-x86_64

Added:
  emacs/repos/extra-x86_64/PKGBUILD
(from rev 161435, emacs/trunk/PKGBUILD)
  emacs/repos/extra-x86_64/emacs.install
(from rev 161435, emacs/trunk/emacs.install)
Deleted:
  emacs/repos/extra-x86_64/PKGBUILD
  emacs/repos/extra-x86_64/emacs.install

---+
 PKGBUILD  |   82 
 emacs.install |   64 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 15:02:49 UTC (rev 161435)
+++ PKGBUILD2012-06-11 15:03:29 UTC (rev 161436)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-pkgver=24.1
-pkgrel=2
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib' 'imagemagick')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # 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 {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/extra-x86_64/PKGBUILD (from rev 161435, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 15:03:29 UTC (rev 161436)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.1
+pkgrel=2
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib' 'imagemagick')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # 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 {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs.install
===
--- emacs.install   2012-06-11 15:02:49 UTC (rev 161435)
+++ emacs.install   2012-06-11 15:03:29 UTC (rev 161436)
@@ -1,32 +0,0 @@
-ICON_PATH=usr/share/icons/hicolor
-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
-org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
-speedbar tramp url vip viper widget woman)
-
-post_install() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database -q
-
-  [[ -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
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-