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

Maxime Gauduin alucryd at archlinux.org
Fri Jan 30 09:35:37 UTC 2015


    Date: Friday, January 30, 2015 @ 10:35:36
  Author: alucryd
Revision: 126775

glew 1.12 rebuild: clementine 1.2.3-5

Modified:
  clementine/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-30 09:13:03 UTC (rev 126774)
+++ PKGBUILD	2015-01-30 09:35:36 UTC (rev 126775)
@@ -6,12 +6,13 @@
 
 pkgname=clementine
 pkgver=1.2.3
-pkgrel=4
+pkgrel=5
 pkgdesc='A modern music player and library organizer'
 url='http://www.clementine-player.org/'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
+depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod'
+         'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
 makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
 optdepends=('gstreamer0.10-base-plugins: "Base" plugin libraries'
             'gstreamer0.10-good-plugins: "Good" plugin libraries'
@@ -38,7 +39,9 @@
   fi
   mkdir build && cd build
 
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release'
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr'
   make
 }
 



More information about the arch-commits mailing list