[arch-commits] Commit in libalkimia/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Jan 6 09:58:23 UTC 2018
Date: Saturday, January 6, 2018 @ 09:58:22
Author: jlichtblau
Revision: 279454
upgpkg: libalkimia 7.0-1 - new upstream release
Modified:
libalkimia/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-06 09:24:52 UTC (rev 279453)
+++ PKGBUILD 2018-01-06 09:58:22 UTC (rev 279454)
@@ -4,16 +4,18 @@
# Contributor: gumper <gumper1034 at gmail.com>
pkgname=libalkimia
-pkgver=5.0.0
+pkgver=7.0
pkgrel=1
-pkgdesc="A library with common classes and functionality used by finance applications for the KDE SC."
+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')
-source=(http://download.kde.org/stable/alkimia/$pkgver/src/$pkgname-$pkgver.tar.xz)
-sha256sums=('eea8a2a0f6788a1b9fd464b370598ed6e55353fb40da53375e6f022e71526cb5')
+makedepends=('cmake' 'automoc4' 'doxygen' 'extra-cmake-modules' 'qt5-base')
+source=(http://download.kde.org/stable/alkimia/$pkgver/src/alkimia-$pkgver.tar.xz{,.sig})
+sha256sums=('0c70d0d3b6c020d5bcf92b6f1c395f3bad53a08d4e2b2c17e70c2079e9f43158'
+ 'SKIP')
+validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C') #Thomas Baumgart <thb at net-bembel.de>
build() {
cd "${srcdir}"
@@ -21,8 +23,9 @@
mkdir build
cd build
- cmake ../${pkgname}-${pkgver} \
+ cmake ../alkimia-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev
make
More information about the arch-commits
mailing list