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

Felix Yan fyan at archlinux.org
Mon Dec 14 07:54:09 UTC 2015


    Date: Monday, December 14, 2015 @ 08:54:08
  Author: fyan
Revision: 153228

upgpkg: deepin-menu 2.90.2-2

disable qDebug()

Modified:
  deepin-menu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-14 06:56:38 UTC (rev 153227)
+++ PKGBUILD	2015-12-14 07:54:08 UTC (rev 153228)
@@ -6,7 +6,7 @@
 pkgname=deepin-menu
 pkgver=2.90.2
 _commit=2a85fd538d86c8ba0cf1ea2baac75d0a0973182f
-pkgrel=1
+pkgrel=2
 pkgdesc="Deepin menu service for building beautiful menus"
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/deepin-menu"
@@ -28,7 +28,7 @@
   cd deepin-menu
 
   python2 setup.py build
-  qmake-qt5
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
   make
 }
 



More information about the arch-commits mailing list