git » frameworkintegration.git » commit 70648fc

frameworkintegration 5.115.0

author Urja (ARMLFS builder)
2024-06-19 07:31:04 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:31:04 UTC
parent 02997e77dfd088f6137e2e2f02eb8247b1ef4952

frameworkintegration 5.115.0

.gitignore +2 -0
PKGBUILD +8 -6

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 9873af2..e73bc88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=frameworkintegration
-pkgver=5.110.0
+pkgver=5.115.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
 depends=(knewstuff)
-makedepends=(extra-cmake-modules appstream-qt packagekit-qt5)
-optdepends=('appstream-qt: dependency resolving via AppStream' 'packagekit-qt5: dependency resolving via AppStream')
+makedepends=(extra-cmake-modules
+# appstream-qt packagekit-qt5
+)
+#optdepends=('appstream-qt: dependency resolving via AppStream' 'packagekit-qt5: dependency resolving via AppStream')
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('58837f80e86ad1d18cfcc6cdb94146e9020a16c15cfacfcb914d8e17c02d143e'
-            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 build() {
@@ -28,3 +28,5 @@ build() {
 package() {
   DESTDIR="$pkgdir" cmake --install build
 }
+sha256sums=('6e299a572cf123a2d2492a5e957d3a21b15039515d9232a34c5e4cbea391636e'
+            'SKIP')