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

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Dec 25 15:36:51 UTC 2013


    Date: Wednesday, December 25, 2013 @ 16:36:51
  Author: andrea
Revision: 202702

upgpkg: phonon-vlc 0.7.1-2

Do not install files under /usr/lib64

Modified:
  phonon-vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-25 12:20:07 UTC (rev 202701)
+++ PKGBUILD	2013-12-25 15:36:51 UTC (rev 202702)
@@ -3,7 +3,7 @@
 
 pkgname=phonon-vlc
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 pkgdesc="Phonon VLC backend"
@@ -23,7 +23,8 @@
   cmake ../phonon-backend-vlc-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_SKIP_RPATH=ON
+    -DCMAKE_SKIP_RPATH=ON \
+    -DPLUGIN_INSTALL_DIR=/usr/lib/kde4
   make
 }
 




More information about the arch-commits mailing list