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

Antonio Rojas arojas at archlinux.org
Sun Jan 5 21:35:33 UTC 2020


    Date: Sunday, January 5, 2020 @ 21:35:33
  Author: arojas
Revision: 549388

Fix QML install dir, add missing optdepend (FS#65001)

Modified:
  libalkimia/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-05 21:06:20 UTC (rev 549387)
+++ PKGBUILD	2020-01-05 21:35:33 UTC (rev 549388)
@@ -4,13 +4,13 @@
 
 pkgname=libalkimia
 pkgver=8.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A library with common classes and functionality used by finance applications for the KDE SC"
 arch=('x86_64')
 url="https://community.kde.org/Alkimia/libalkimia"
 license=('LGPL')
 depends=('qt5-webkit' 'knewstuff' 'kdelibs4support' 'hicolor-icon-theme')
-makedepends=('cmake' 'doxygen' 'extra-cmake-modules' 'kdesignerplugin' 'plasma-framework' 'kpackage' 'kdoctools')
+makedepends=('cmake' 'doxygen' 'extra-cmake-modules' 'kdesignerplugin' 'plasma-framework' 'kpackage' 'kdoctools' 'kinit')
 source=(https://download.kde.org/stable/alkimia/$pkgver/alkimia-$pkgver.tar.xz{,.sig})
 validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C'  # Thomas Baumgart <thb at net-bembel.de>
               '8C13BC14185A65215B592A2F1243132CD9321771') # Ralf Habacker <ralf.habacker at freenet.de>
@@ -17,6 +17,11 @@
 sha256sums=('616f7736fde8ce8acec4575f14e856fabfefb0961d932198d42fbd9a639a852a'
             'SKIP')
 
+prepare() {
+  cd alkimia-$pkgver
+  sed -e '/set(QML_INSTALL_DIR/d' -i qml/CMakeLists.txt # https://bugs.kde.org/show_bug.cgi?id=415868
+}
+
 build() {
   mkdir build
   cd build



More information about the arch-commits mailing list