[arch-commits] CVS update of extra/system/pinentry (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sat Nov 10 15:43:00 UTC 2007


    Date: Saturday, November 10, 2007 @ 10:43:00
  Author: pierre
    Path: /home/cvs-extra/extra/system/pinentry

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: pinentry 0.7.3-2
change dependency from qt to qt3


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


Index: extra/system/pinentry/PKGBUILD
diff -u extra/system/pinentry/PKGBUILD:1.6 extra/system/pinentry/PKGBUILD:1.7
--- extra/system/pinentry/PKGBUILD:1.6	Sun Jul 15 06:22:14 2007
+++ extra/system/pinentry/PKGBUILD	Sat Nov 10 10:43:00 2007
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD,v 1.6 2007/07/15 10:22:14 tpowa Exp $
+# $Id: PKGBUILD,v 1.7 2007/11/10 15:43:00 pierre Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=pinentry
 pkgver=0.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.gnupg.org/aegypten2"
 depends=('ncurses' 'libcap')
-makedepends=('gtk' 'qt' 'gtk2')
+makedepends=('gtk' 'qt3' 'gtk2')
 source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.gz)
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  [ "$QTDIR" = "" ] && source /etc/profile.d/qt.sh
+  [ "$QTDIR" = "" ] && source /etc/profile.d/qt3.sh
   ./configure --prefix=/usr \
 	--enable-pinentry-curses \
 	--enable-pinentry-gtk \




More information about the arch-commits mailing list