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

Antonio Rojas arojas at archlinux.org
Sun Jun 5 00:08:01 UTC 2016


    Date: Sunday, June 5, 2016 @ 02:08:01
  Author: arojas
Revision: 177875

Fix installing translations

Modified:
  kaffeine/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-04 22:15:55 UTC (rev 177874)
+++ PKGBUILD	2016-06-05 00:08:01 UTC (rev 177875)
@@ -4,7 +4,7 @@
 
 pkgname=kaffeine
 pkgver=2.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE media player'
 license=(GPL)
 arch=(i686 x86_64)
@@ -16,6 +16,9 @@
 
 prepare() {
   mkdir -p build
+
+# Fix installing translations
+  sed -e 's|ecm_optional_add_subdirectory|ki18n_install|' -i $pkgname/CMakeLists.txt
 }
 
 build() {



More information about the arch-commits mailing list