[arch-commits] Commit in minuet/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jul 23 17:12:03 UTC 2016


    Date: Saturday, July 23, 2016 @ 17:12:03
  Author: arojas
Revision: 272218

Update dependencies

Modified:
  minuet/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-23 17:01:14 UTC (rev 272217)
+++ PKGBUILD	2016-07-23 17:12:03 UTC (rev 272218)
@@ -9,7 +9,7 @@
 arch=(i686 x86_64)
 license=(GPL LGPL FDL)
 groups=(kde-applications kdeedu)
-depends=(plasma-framework drumstick timidity++)
+depends=(plasma-framework fluidsynth timidity++ qt5-quickcontrols2 hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python)
 source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
 sha1sums=('2b5da91107a14e846d70ec211604aa1cd45ac86f')
@@ -23,7 +23,8 @@
   cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib
   make
 }
 



More information about the arch-commits mailing list