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

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 08:22:16 UTC 2022


    Date: Wednesday, May 4, 2022 @ 08:22:16
  Author: arojas
Revision: 1192677

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 08:22:01 UTC (rev 1192676)
+++ PKGBUILD	2022-05-04 08:22:16 UTC (rev 1192677)
@@ -1,33 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: gumper <gumper1034 at gmail.com>
-
-pkgname=libalkimia
-pkgver=8.1.0
-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-webengine' 'knewstuff' 'kdelibs4support' 'hicolor-icon-theme' 'perl')
-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=('2060FF0BBF0E77C4E56DECE0B3DA98B373A0D6FA'
-              '8C13BC14185A65215B592A2F1243132CD9321771') # Ralf Habacker <ralf.habacker at freenet.de>
-sha256sums=('916807352707b0490cdd9ca65682eff73b00ca523029bda6fe7a2749a1bc927c'
-            'SKIP')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake -DSHARE_INSTALL_DIR=/usr/share ../alkimia-${pkgver} \
-    -DBUILD_WITH_WEBENGINE=ON
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libalkimia/repos/community-x86_64/PKGBUILD (from rev 1192676, libalkimia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 08:22:16 UTC (rev 1192677)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: gumper <gumper1034 at gmail.com>
+
+pkgname=libalkimia
+pkgver=8.1.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-webengine' 'knewstuff' 'hicolor-icon-theme' 'perl')
+makedepends=('cmake' 'doxygen' 'extra-cmake-modules' 'plasma-framework' 'kpackage' 'kdoctools')
+source=(https://download.kde.org/stable/alkimia/$pkgver/alkimia-$pkgver.tar.xz{,.sig})
+validpgpkeys=('2060FF0BBF0E77C4E56DECE0B3DA98B373A0D6FA'
+              '8C13BC14185A65215B592A2F1243132CD9321771'
+              '91F17B048CF4668CD27FE9FBD3694D8B346FCA80') # Ralf Habacker <ralf.habacker at freenet.de>
+sha256sums=('957adc63c0be54dd433e3268a37323be5456e5ab84ece27f73a1616a92db86d5'
+            'SKIP')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake -DSHARE_INSTALL_DIR=/usr/share ../alkimia-${pkgver}
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list