Date: Tuesday, August 31, 2021 @ 09:16:47
  Author: arojas
Revision: 1010134

archrelease: copy trunk to community-testing-x86_64

Added:
  libalkimia/repos/community-testing-x86_64/
  libalkimia/repos/community-testing-x86_64/PKGBUILD
    (from rev 1010133, libalkimia/trunk/PKGBUILD)

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

Copied: libalkimia/repos/community-testing-x86_64/PKGBUILD (from rev 1010133, 
libalkimia/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-31 09:16:47 UTC (rev 1010134)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Laurent Carlier <[email protected]>
+# Contributor: gumper <[email protected]>
+
+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 
<[email protected]>
+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
+}

Reply via email to