[arch-commits] Commit in licq/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Tue Feb 26 07:28:07 UTC 2013
Date: Tuesday, February 26, 2013 @ 08:28:07
Author: andrea
Revision: 178681
upgpkg: licq 1.7.1-2
qt4 rebuild
Modified:
licq/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-26 07:27:22 UTC (rev 178680)
+++ PKGBUILD 2013-02-26 07:28:07 UTC (rev 178681)
@@ -3,12 +3,12 @@
pkgname=licq
pkgver=1.7.1
-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=('boost-libs' 'gpgme' 'libxss' 'qt')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
makedepends=('cmake' 'boost')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
@@ -17,6 +17,8 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ . /etc/profile.d/qt4.sh
+
# licq
mkdir build
cd build
More information about the arch-commits
mailing list