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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Feb 6 17:26:16 UTC 2020


    Date: Thursday, February 6, 2020 @ 17:26:15
  Author: jlichtblau
Revision: 563641

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-06 17:26:07 UTC (rev 563640)
+++ PKGBUILD	2020-02-06 17:26:15 UTC (rev 563641)
@@ -1,37 +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=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
-}

Copied: libalkimia/repos/community-x86_64/PKGBUILD (from rev 563640, libalkimia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-06 17:26:15 UTC (rev 563641)
@@ -0,0 +1,32 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: gumper <gumper1034 at gmail.com>
+
+pkgname=libalkimia
+pkgver=8.0.3
+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' '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=('1e57ed9279557d8e3575e7556a81b08dff4e882e9f5ad8502da63bfc98c7b33e'
+            '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