[arch-commits] Commit in autogen (gnome-unstable trunk/PKGBUILD trunk/autogen.install)

Jan de Groot jgc at archlinux.org
Sun Oct 11 18:34:23 UTC 2009


    Date: Sunday, October 11, 2009 @ 14:34:23
  Author: jgc
Revision: 54698

Merge gnome-unstable

Modified:
  autogen/trunk/PKGBUILD
  autogen/trunk/autogen.install
Deleted:
  autogen/gnome-unstable/

-----------------+
 PKGBUILD        |   13 +++++++------
 autogen.install |    4 ++--
 2 files changed, 9 insertions(+), 8 deletions(-)

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-10-11 18:33:22 UTC (rev 54697)
+++ trunk/PKGBUILD	2009-10-11 18:34:23 UTC (rev 54698)
@@ -1,10 +1,12 @@
 # $Id$
-# Maintainer: Arjan Timmerman <arjan at soufly.nl>
-# Contributer: Tor Krill
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Arjan Timmerman <arjan at soufly.nl>
+# Contributor: Tor Krill
+
 pkgname=autogen
-pkgver=5.9.7
+pkgver=5.9.9
 pkgrel=1
-pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text."
+pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
 arch=(i686 x86_64)
 url="http://autogen.sourceforge.net/"
 license=('GPL3')
@@ -12,12 +14,11 @@
 options=('!libtool' '!makeflags')
 install=autogen.install
 source=(http://downloads.sourceforge.net/autogen/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('71ed6e1104803b99cb962c0dca357014')
+md5sums=('da6c6185473d8b2d7c83e583f4213018')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
-  rm -f ${pkgdir}/usr/share/info/dir
 } 

Modified: trunk/autogen.install
===================================================================
--- trunk/autogen.install	2009-10-11 18:33:22 UTC (rev 54697)
+++ trunk/autogen.install	2009-10-11 18:34:23 UTC (rev 54698)
@@ -3,7 +3,7 @@
 
 post_install() {
   for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
+    install-info $infodir/${file}.gz $infodir/dir 2> /dev/null
   done
 }
 
@@ -13,7 +13,7 @@
 
 pre_remove() {
   for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+    install-info --delete $infodir/${file}.gz $infodir/dir 2> /dev/null
   done
 }
 




More information about the arch-commits mailing list