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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 1 08:24:51 UTC 2014


    Date: Saturday, March 1, 2014 @ 09:24:51
  Author: andrea
Revision: 206553

Fix build

Modified:
  libdbusmenu-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-01 08:24:09 UTC (rev 206552)
+++ PKGBUILD	2014-03-01 08:24:51 UTC (rev 206553)
@@ -13,10 +13,11 @@
 source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \




More information about the arch-commits mailing list