[arch-commits] Commit in gksu/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Oct 13 08:12:15 UTC 2008


    Date: Monday, October 13, 2008 @ 04:12:15
  Author: jgc
Revision: 15349

Revert last commit, should go to testing, not extra

Modified:
  gksu/repos/extra-x86_64/	(properties)
  gksu/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)


Property changes on: gksu/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /gksu/trunk:1-15347
   + /gksu/trunk:1-5577

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-10-13 08:09:11 UTC (rev 15348)
+++ extra-x86_64/PKGBUILD	2008-10-13 08:12:15 UTC (rev 15349)
@@ -4,13 +4,13 @@
 
 pkgname=gksu	
 pkgver=2.0.0
-pkgrel=4
+pkgrel=3
 pkgdesc="A graphical frontend for su"
 arch=(i686 x86_64)
 url="http://www.nongnu.org/gksu/index.html"
 license=('GPL')
 depends=('libgksu>=2.0.7')
-makedepends=('gtk-doc' 'pkgconfig' 'nautilus>=2.24.0')
+makedepends=('gtk-doc' 'pkgconfig' 'nautilus>=2.22.5.1')
 options=('!libtool')
 source=(http://people.debian.org/~kov/gksu/${pkgname}-${pkgver}.tar.gz
 	16_fix_ftbfs.patch
@@ -21,13 +21,10 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e 's|/usr/bin/x-terminal-emulator|-l gnome-terminal|g' gksu.desktop || return 1
+  sed -i -e 's|/usr/bin/x-terminal-emulator|gnome-terminal|g' gksu.desktop || return 1
   patch -Np1 -i ${srcdir}/16_fix_ftbfs.patch || return 1
   patch -Np1 -i ${srcdir}/20_move_to_extensions-2.0.patch || return 1
-  libtoolize --force || return 1
-  aclocal || return 1
-  autoconf || return 1
-  automake || return 1
+  autoconf || return 1 
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var --disable-static || return 1
   make || return 1




More information about the arch-commits mailing list