[arch-commits] Commit in libalkimia/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Jan 22 18:25:03 UTC 2018


    Date: Monday, January 22, 2018 @ 18:24:55
  Author: jlichtblau
Revision: 285089

archrelease: copy trunk to community-staging-x86_64

Added:
  libalkimia/repos/community-staging-x86_64/PKGBUILD
    (from rev 285087, libalkimia/trunk/PKGBUILD)
Deleted:
  libalkimia/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-22 18:24:53 UTC (rev 285088)
+++ PKGBUILD	2018-01-22 18:24:55 UTC (rev 285089)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: gumper <gumper1034 at gmail.com>
-
-pkgname=libalkimia
-pkgver=7.0
-pkgrel=1
-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')
-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}"
-
-  mkdir build
-  cd build
-
-  cmake ../alkimia-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_BUILD_TYPE=Release \
-    -Wno-dev
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
- 
-  make DESTDIR="${pkgdir}" install  
-}
-

Copied: libalkimia/repos/community-staging-x86_64/PKGBUILD (from rev 285087, libalkimia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-22 18:24:55 UTC (rev 285089)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: gumper <gumper1034 at gmail.com>
+
+pkgname=libalkimia
+pkgver=7.0
+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' 'qt4')
+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}"
+
+  mkdir build
+  cd build
+
+  cmake ../alkimia-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_QT4=1 \
+    -Wno-dev
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+}
+



More information about the arch-commits mailing list