author | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 22:38:22 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 22:38:22 UTC |
parent | 49e55b3658d68dbfac9ceda2aad1d27167deeaab |
.SRCINFO | +32 | -0 |
PKGBUILD | +26 | -9 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..6a1cf38 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,32 @@ +pkgbase = knewstuff + pkgdesc = Support for downloading application assets from the network + pkgver = 5.240.0.20231001 + pkgrel = 1 + url = https://community.kde.org/Frameworks + arch = x86_64 + groups = kf6 + license = LGPL + makedepends = doxygen + makedepends = extra-cmake-modules + makedepends = qt6-declarative + makedepends = qt6-doc + makedepends = qt6-tools + makedepends = git + depends = attica + depends = gcc-libs + depends = glibc + depends = karchive + depends = kconfig + depends = kcoreaddons + depends = ki18n + depends = kpackage + depends = kwidgetsaddons + depends = qt6-base + depends = syndication + optdepends = kirigami: QML components + optdepends = qt6-declarative: QML components + source = git+https://invent.kde.org/frameworks/knewstuff#commit=3609b09f92f7a076ac35e764e61d0ff7a46c6ef1 + validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB + sha256sums = SKIP + +pkgname = knewstuff diff --git a/PKGBUILD b/PKGBUILD index 11f73d2..8c8333f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,23 +3,40 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=knewstuff -pkgver=5.110.0 +pkgver=5.240.0.20231001 pkgrel=1 pkgdesc='Support for downloading application assets from the network' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) -depends=(kio kpackage attica syndication) -makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative) -optdepends=('kirigami2: QML components') -groups=(kf5) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('74ad95ea18b42b00f4b3d51bfe0bdcfebf5e40c26a27c569c3c0fce365448d62' - 'SKIP') +depends=(attica + gcc-libs + glibc + karchive + kconfig + kcoreaddons + ki18n + kpackage + kwidgetsaddons + qt6-base + syndication) +makedepends=(doxygen + extra-cmake-modules + qt6-declarative + qt6-doc + qt6-tools) +optdepends=('kirigami: QML components' + 'qt6-declarative: QML components') +groups=(kf6) +#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +makedepends+=(git) +_commit=3609b09f92f7a076ac35e764e61d0ff7a46c6ef1 +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 \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON cmake --build build