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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Feb 18 23:11:11 UTC 2013


    Date: Tuesday, February 19, 2013 @ 00:11:11
  Author: andrea
Revision: 178252

upgpkg: appmenu-qt 0.2.6-4

qt4 rebuild

Modified:
  appmenu-qt/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-18 23:10:08 UTC (rev 178251)
+++ PKGBUILD	2013-02-18 23:11:11 UTC (rev 178252)
@@ -3,7 +3,7 @@
 
 pkgname=appmenu-qt
 pkgver=0.2.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Allows Qt applications to export menus over DBus to a menu applet"
 arch=('i686' 'x86_64')
 url='https://launchpad.net/appmenu-qt'
@@ -17,6 +17,8 @@
          '5db00ca92274c8b1797c204321961189')
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   # FS#33286
   cd ${pkgname}-${pkgver}
   patch -p0 -i "${srcdir}"/appmenu-async.diff
@@ -26,7 +28,7 @@
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE="Release"
+    -DCMAKE_BUILD_TYPE=Release
   make
 }
 




More information about the arch-commits mailing list