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

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


    Date: Wednesday, May 4, 2022 @ 08:22:01
  Author: arojas
Revision: 1192676

Update to 8.1.1, remove unused dependencies

Modified:
  libalkimia/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 08:20:46 UTC (rev 1192675)
+++ PKGBUILD	2022-05-04 08:22:01 UTC (rev 1192676)
@@ -3,18 +3,19 @@
 # Contributor: gumper <gumper1034 at gmail.com>
 
 pkgname=libalkimia
-pkgver=8.1.0
+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' 'kdelibs4support' 'hicolor-icon-theme' 'perl')
-makedepends=('cmake' 'doxygen' 'extra-cmake-modules' 'kdesignerplugin' 'plasma-framework' 'kpackage' 'kdoctools' 'kinit')
+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') # Ralf Habacker <ralf.habacker at freenet.de>
-sha256sums=('916807352707b0490cdd9ca65682eff73b00ca523029bda6fe7a2749a1bc927c'
+              '8C13BC14185A65215B592A2F1243132CD9321771'
+              '91F17B048CF4668CD27FE9FBD3694D8B346FCA80') # Ralf Habacker <ralf.habacker at freenet.de>
+sha256sums=('957adc63c0be54dd433e3268a37323be5456e5ab84ece27f73a1616a92db86d5'
             'SKIP')
 
 build() {
@@ -21,8 +22,7 @@
   mkdir build
   cd build
 
-  cmake -DSHARE_INSTALL_DIR=/usr/share ../alkimia-${pkgver} \
-    -DBUILD_WITH_WEBENGINE=ON
+  cmake -DSHARE_INSTALL_DIR=/usr/share ../alkimia-${pkgver}
   make
 }
 



More information about the arch-commits mailing list