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

Antonio Rojas arojas at archlinux.org
Sun Jan 5 21:35:51 UTC 2020


    Date: Sunday, January 5, 2020 @ 21:35:50
  Author: arojas
Revision: 549389

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 37 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-05 21:35:33 UTC (rev 549388)
+++ PKGBUILD	2020-01-05 21:35:50 UTC (rev 549389)
@@ -1,32 +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.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
-}

Copied: libalkimia/repos/community-x86_64/PKGBUILD (from rev 549388, libalkimia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-05 21:35:50 UTC (rev 549389)
@@ -0,0 +1,37 @@
+# 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=2
+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' 'kinit')
+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')
+
+prepare() {
+  cd alkimia-$pkgver
+  sed -e '/set(QML_INSTALL_DIR/d' -i qml/CMakeLists.txt # https://bugs.kde.org/show_bug.cgi?id=415868
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../alkimia-${pkgver}
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list