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

Felix Yan fyan at archlinux.org
Thu Dec 17 07:31:22 UTC 2015


    Date: Thursday, December 17, 2015 @ 08:31:21
  Author: fyan
Revision: 153542

upgpkg: deepin-launcher 2.90.3.20151217-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-17 07:25:49 UTC (rev 153541)
+++ PKGBUILD	2015-12-17 07:31:21 UTC (rev 153542)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-launcher
-pkgver=2.90.3
-_commit=9327a4a6fe0bf8d8b0cab3980d2facc1d4d3fc0c
+pkgver=2.90.3.20151217
+_commit=6a062d01424e694b42bd31fb096cf4a92e40a410
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('i686' 'x86_64')
@@ -20,6 +20,10 @@
 source=("git+https://github.com/linuxdeepin/dde-launcher.git#commit=$_commit")
 sha256sums=('SKIP')
 
+prepare() {
+  sed -i '/^PKGCONFIG +=/ s/$/ gio-unix-2.0/' dde-launcher/dde-launcher.pro
+}
+
 build(){
   cd dde-launcher
   qmake-qt5 PREFIX=/usr



More information about the arch-commits mailing list