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

Eric Belanger eric at archlinux.org
Sun Jan 20 08:25:22 UTC 2008


    Date: Sunday, January 20, 2008 @ 03:25:22
  Author: eric
    Path: /home/cvs-extra/extra/network/licq

Modified: PKGBUILD (1.9 -> 1.10)

upgpkg: licq 1.3.5-2
changed qt depends to qt3


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


Index: extra/network/licq/PKGBUILD
diff -u extra/network/licq/PKGBUILD:1.9 extra/network/licq/PKGBUILD:1.10
--- extra/network/licq/PKGBUILD:1.9	Sun Dec  2 18:34:37 2007
+++ extra/network/licq/PKGBUILD	Sun Jan 20 03:25:21 2008
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD,v 1.9 2007/12/02 23:34:37 eric Exp $
+# $Id: PKGBUILD,v 1.10 2008/01/20 08:25:21 eric Exp $
 # Maintainer: Juergen Hoetzel <juergen at archlinux.org>
 pkgname=licq
 pkgver=1.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced graphical ICQ clone and more for Unix" 
 arch=(i686 x86_64)
 url="http://www.licq.org"
 license=('GPL')
-depends=('libxss' 'qt' 'openssl' 'bash')
+depends=('libxss' 'qt3' 'openssl' 'bash')
 source=(http://heanet.dl.sourceforge.net/sourceforge/licq/licq-$pkgver.tar.bz2)
 md5sums=('842a73c82980721961fe824f40377292')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  . /etc/profile.d/qt.sh
+  . /etc/profile.d/qt3.sh
   # licq
   ./configure --prefix=/usr --enable-gpgme=no 
   make || return 1




More information about the arch-commits mailing list