[arch-commits] Commit in libbluedevil/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Feb 26 06:03:56 UTC 2013


    Date: Tuesday, February 26, 2013 @ 07:03:56
  Author: andrea
Revision: 178644

upgpkg: libbluedevil 1.9.2-2

qt4 rebuild

Modified:
  libbluedevil/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 06:01:50 UTC (rev 178643)
+++ PKGBUILD	2013-02-26 06:03:56 UTC (rev 178644)
@@ -3,18 +3,19 @@
 
 pkgname=libbluedevil
 pkgver=1.9.2
-pkgrel=1
-pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
+pkgrel=2
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
 url="https://projects.kde.org/projects/playground/libs/libbluedevil"
 license=('GPL')
-depends=('qt' 'bluez')
+depends=('qt4' 'bluez')
 makedepends=('cmake')
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('b492db1825b239e5185c543badb21c26')
 
-build(){
-  cd "${srcdir}"
+build() {
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +25,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list