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

Antonio Rojas arojas at archlinux.org
Tue Sep 17 20:59:11 UTC 2019


    Date: Tuesday, September 17, 2019 @ 20:59:11
  Author: arojas
Revision: 511024

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   70 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 32 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-17 20:58:49 UTC (rev 511023)
+++ PKGBUILD	2019-09-17 20:59:11 UTC (rev 511024)
@@ -1,38 +0,0 @@
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: gumper <gumper1034 at gmail.com>
-
-pkgname=libalkimia
-pkgver=8.0.1
-pkgrel=1
-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')
-source=(https://ftp.acc.umu.se/mirror/kde.org/ftp/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>
-sha256sums=('f5601780f6ed95b5e14dd3a243ecd1afbdbdb522f0e32dec2fb86933ec363115'
-            'SKIP')
-
-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-x86_64/PKGBUILD (from rev 511023, libalkimia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-17 20:59:11 UTC (rev 511024)
@@ -0,0 +1,32 @@
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: gumper <gumper1034 at gmail.com>
+
+pkgname=libalkimia
+pkgver=8.0.2
+pkgrel=1
+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')
+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>
+sha256sums=('616f7736fde8ce8acec4575f14e856fabfefb0961d932198d42fbd9a639a852a'
+            'SKIP')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../alkimia-${pkgver}
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list