[arch-commits] Commit in autogen (3 files)

Jan de Groot jgc at archlinux.org
Sun Sep 27 12:14:25 UTC 2009


    Date: Sunday, September 27, 2009 @ 08:14:25
  Author: jgc
Revision: 53235

Update to 5.9.9

Added:
  autogen/gnome-unstable/
Modified:
  autogen/gnome-unstable/PKGBUILD
  autogen/gnome-unstable/autogen.install

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

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-09-27 11:32:03 UTC (rev 53234)
+++ gnome-unstable/PKGBUILD	2009-09-27 12:14:25 UTC (rev 53235)
@@ -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: gnome-unstable/autogen.install
===================================================================
--- trunk/autogen.install	2009-09-27 11:32:03 UTC (rev 53234)
+++ gnome-unstable/autogen.install	2009-09-27 12:14:25 UTC (rev 53235)
@@ -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