[arch-commits] Commit in libalkimia/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Aug 31 09:16:26 UTC 2021


    Date: Tuesday, August 31, 2021 @ 09:16:26
  Author: arojas
Revision: 1010133

Update to 8.1.0, switch to qtwebengine as qtwebkit is dead

Modified:
  libalkimia/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 09:05:00 UTC (rev 1010132)
+++ PKGBUILD	2021-08-31 09:16:26 UTC (rev 1010133)
@@ -3,17 +3,18 @@
 # Contributor: gumper <gumper1034 at gmail.com>
 
 pkgname=libalkimia
-pkgver=8.0.4
+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-webkit' 'knewstuff' 'kdelibs4support' 'hicolor-icon-theme' 'perl')
+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') # Ralf Habacker <ralf.habacker at freenet.de>
-sha256sums=('0004a7068dff0aa2cb6f47f70d21c129073be11f2edb21f14512bc4470487d1f'
+validpgpkeys=('2060FF0BBF0E77C4E56DECE0B3DA98B373A0D6FA'
+              '8C13BC14185A65215B592A2F1243132CD9321771') # Ralf Habacker <ralf.habacker at freenet.de>
+sha256sums=('916807352707b0490cdd9ca65682eff73b00ca523029bda6fe7a2749a1bc927c'
             'SKIP')
 
 build() {
@@ -20,7 +21,8 @@
   mkdir build
   cd build
 
-  cmake -DSHARE_INSTALL_DIR=/usr/share ../alkimia-${pkgver}
+  cmake -DSHARE_INSTALL_DIR=/usr/share ../alkimia-${pkgver} \
+    -DBUILD_WITH_WEBENGINE=ON
   make
 }
 



More information about the arch-commits mailing list