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

Maxime Gauduin alucryd at archlinux.org
Mon Jul 23 11:23:18 UTC 2018


    Date: Monday, July 23, 2018 @ 11:23:18
  Author: alucryd
Revision: 362947

protobuf 3.6.0 rebuild: clementine 1.3.1-18

Modified:
  clementine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-23 10:22:43 UTC (rev 362946)
+++ PKGBUILD	2018-07-23 11:23:18 UTC (rev 362947)
@@ -6,7 +6,7 @@
 
 pkgname=clementine
 pkgver=1.3.1
-pkgrel=17
+pkgrel=18
 pkgdesc='A modern music player and library organizer'
 url='http://www.clementine-player.org/'
 license=('GPL')
@@ -60,7 +60,8 @@
 
   cmake .. \
     -DCMAKE_BUILD_TYPE='Release' \
-    -DCMAKE_INSTALL_PREFIX='/usr'
+    -DCMAKE_INSTALL_PREFIX='/usr'\
+    -DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-catch-value"
   make
 }
 



More information about the arch-commits mailing list