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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Jan 22 18:24:00 UTC 2018


    Date: Monday, January 22, 2018 @ 18:23:59
  Author: jlichtblau
Revision: 285086

upgpkg: libalkimia 7.0-2 - Qt4 rebuild for kmymoney

Modified:
  libalkimia/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-22 18:23:27 UTC (rev 285085)
+++ PKGBUILD	2018-01-22 18:23:59 UTC (rev 285086)
@@ -5,13 +5,13 @@
 
 pkgname=libalkimia
 pkgver=7.0
-pkgrel=1
+pkgrel=2
 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' 'qt5-base')
+makedepends=('cmake' 'automoc4' 'doxygen' 'extra-cmake-modules' 'qt4')
 source=(http://download.kde.org/stable/alkimia/$pkgver/src/alkimia-$pkgver.tar.xz{,.sig})
 sha256sums=('0c70d0d3b6c020d5bcf92b6f1c395f3bad53a08d4e2b2c17e70c2079e9f43158'
             'SKIP')
@@ -27,6 +27,7 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
     -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_QT4=1 \
     -Wno-dev
   make
 }
@@ -33,7 +34,7 @@
 
 package() {
   cd "${srcdir}"/build
- 
-  make DESTDIR="${pkgdir}" install  
+
+  make DESTDIR="${pkgdir}" install
 }
 



More information about the arch-commits mailing list