author | Antonio Rojas
<arojas@archlinux.org> 2023-10-07 09:14:11 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-07 09:14:11 UTC |
parent | 02997e77dfd088f6137e2e2f02eb8247b1ef4952 |
.SRCINFO | +25 | -0 |
PKGBUILD | +22 | -9 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..29a274f --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,25 @@ +pkgbase = frameworkintegration + pkgdesc = Framework providing components to allow applications to integrate with a KDE Workspace + pkgver = 5.240.0.20231001 + pkgrel = 1 + url = https://community.kde.org/Frameworks + arch = x86_64 + groups = kf6 + license = LGPL + makedepends = extra-cmake-modules + makedepends = git + depends = gcc-libs + depends = glibc + depends = kcolorscheme + depends = kconfig + depends = ki18n + depends = kiconthemes + depends = knewstuff + depends = knotifications + depends = kwidgetsaddons + depends = qt6-base + source = git+https://invent.kde.org/frameworks/frameworkintegration#commit=c062482bce74a853fccf1b8d8d2d7fa0df3aa97e + validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB + sha256sums = SKIP + +pkgname = frameworkintegration diff --git a/PKGBUILD b/PKGBUILD index 9873af2..e690162 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,23 +3,36 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=frameworkintegration -pkgver=5.110.0 +pkgver=5.240.0.20231001 pkgrel=1 pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace' arch=(x86_64) 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') -groups=(kf5) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('58837f80e86ad1d18cfcc6cdb94146e9020a16c15cfacfcb914d8e17c02d143e' - 'SKIP') +depends=(gcc-libs + glibc + kcolorscheme + kconfig + ki18n + kiconthemes + knewstuff + knotifications + kwidgetsaddons + qt6-base) +makedepends=(extra-cmake-modules) + # appstream-qt6 packagekit-qt6 +#optdepends=('appstream-qt6: dependency resolving via AppStream' +# 'packagekit-qt6: dependency resolving via AppStream') +groups=(kf6) +#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +makedepends+=(git) +_commit=c062482bce74a853fccf1b8d8d2d7fa0df3aa97e +source=(git+https://invent.kde.org/frameworks/$pkgname#commit=$_commit) +sha256sums=('SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> build() { - cmake -B build -S $pkgname-$pkgver \ + cmake -B build -S $pkgname \ -DCMAKE_INSTALL_LIBEXECDIR=lib \ -DBUILD_TESTING=OFF cmake --build build