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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Feb 25 16:56:47 UTC 2013


    Date: Monday, February 25, 2013 @ 17:56:46
  Author: andrea
Revision: 178568

Undo the qt/qt4 replacement

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-25 16:55:58 UTC (rev 178567)
+++ PKGBUILD	2013-02-25 16:56:46 UTC (rev 178568)
@@ -3,19 +3,18 @@
 
 pkgname=libbluedevil
 pkgver=1.9.2
-pkgrel=2
+pkgrel=1
 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=('qt4' 'bluez')
+depends=('qt' 'bluez')
 makedepends=('cmake')
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('b492db1825b239e5185c543badb21c26')
 
 build(){
-  . /etc/profile.d/qt4.sh
-
+  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -25,6 +24,6 @@
 }
 
 package() {
-  cd build
+  cd "${srcdir}"/build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list