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

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Feb 24 12:00:35 UTC 2013


    Date: Sunday, February 24, 2013 @ 13:00:35
  Author: andrea
Revision: 178486

upgpkg: libbluedevil 1.9.2-2

qt4 rebuild

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-24 11:56:06 UTC (rev 178485)
+++ PKGBUILD	2013-02-24 12:00:35 UTC (rev 178486)
@@ -3,18 +3,19 @@
 
 pkgname=libbluedevil
 pkgver=1.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A Qt 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}"
+  . /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