[arch-commits] CVS update of extra/network/licq (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sat Nov 10 15:36:59 UTC 2007


    Date: Saturday, November 10, 2007 @ 10:36:59
  Author: pierre
    Path: /home/cvs-extra/extra/network/licq

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: licq 1.3.4-2
change dependency from qt to qt3


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


Index: extra/network/licq/PKGBUILD
diff -u extra/network/licq/PKGBUILD:1.6 extra/network/licq/PKGBUILD:1.7
--- extra/network/licq/PKGBUILD:1.6	Tue Oct 24 13:37:45 2006
+++ extra/network/licq/PKGBUILD	Sat Nov 10 10:36:59 2007
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD,v 1.6 2006/10/24 17:37:45 juergen Exp $
+# $Id: PKGBUILD,v 1.7 2007/11/10 15:36:59 pierre Exp $
 # Maintainer: Juergen Hoetzel <juergen at archlinux.org>
 pkgname=licq
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced graphical ICQ clone and more for Unix" 
 arch=(i686 x86_64)
 url="http://www.licq.org"
-depends=('libxss' 'qt' 'openssl' 'bash')
+depends=('libxss' 'qt3' 'openssl' 'bash')
 source=(http://heanet.dl.sourceforge.net/sourceforge/licq/licq-$pkgver.tar.bz2)
 md5sums=('3bab0c9d1977f9b14421d36110e17e0c')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-
+  . /etc/profile.d/qt3.sh
   # licq
   ./configure --prefix=/usr --enable-gpgme=no 
   make || return 1




More information about the arch-commits mailing list