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

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Feb 7 18:02:29 UTC 2018


    Date: Wednesday, February 7, 2018 @ 18:02:29
  Author: jlichtblau
Revision: 290025

upgpkg: libalkimia 7.0-3 - Qt5 rebuild for kmymoney 5.0.0

Modified:
  libalkimia/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-07 17:58:59 UTC (rev 290024)
+++ PKGBUILD	2018-02-07 18:02:29 UTC (rev 290025)
@@ -5,17 +5,17 @@
 
 pkgname=libalkimia
 pkgver=7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A library with common classes and functionality used by finance applications for the KDE SC"
 arch=('x86_64')
 url="http://kde-apps.org/content/show.php/libalkimia?content=137323"
 license=('LGPL')
 depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'doxygen' 'extra-cmake-modules' 'qt4')
+makedepends=('cmake' 'automoc4' 'doxygen' 'extra-cmake-modules' 'qt5-base')
 source=(http://download.kde.org/stable/alkimia/$pkgver/src/alkimia-$pkgver.tar.xz{,.sig})
+validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C') #Thomas Baumgart <thb at net-bembel.de>
 sha256sums=('0c70d0d3b6c020d5bcf92b6f1c395f3bad53a08d4e2b2c17e70c2079e9f43158'
             'SKIP')
-validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C') #Thomas Baumgart <thb at net-bembel.de>
 
 build() {
   cd "${srcdir}"
@@ -27,7 +27,6 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
     -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_QT4=1 \
     -Wno-dev
   make
 }
@@ -37,4 +36,3 @@
 
   make DESTDIR="${pkgdir}" install
 }
-



More information about the arch-commits mailing list