author | Antonio Rojas
<arojas@archlinux.org> 2023-10-02 15:57:55 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-02 15:57:55 UTC |
parent | 138f18def34d2ef76ced5fcfeeb809308a412b52 |
.SRCINFO | +30 | -0 |
PKGBUILD | +24 | -9 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..06881db --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,30 @@ +pkgbase = kiconthemes + pkgdesc = Support for icon themes + 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-doc + makedepends = qt6-tools + makedepends = git + depends = gcc-libs + depends = glibc + depends = karchive + depends = kcolorscheme + depends = kconfig + depends = kconfigwidgets + depends = ki18n + depends = kwidgetsaddons + depends = qt6-base + depends = qt6-svg + optdepends = breeze-icons: fallback icon theme + optdepends = qt6-declarative: QML bindings + source = git+https://invent.kde.org/frameworks/kiconthemes#commit=4f1efa932d6889e063be1608bcc6a14cb20de39f + validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB + sha256sums = SKIP + +pkgname = kiconthemes diff --git a/PKGBUILD b/PKGBUILD index da3242a..5407e15 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,23 +3,38 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kiconthemes -pkgver=5.110.0 +pkgver=5.240.0.20231001 pkgrel=1 pkgdesc='Support for icon themes' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) -depends=(qt5-svg kconfigwidgets karchive) -makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc) -optdepends=('breeze-icons: fallback icon theme') -groups=(kf5) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('0d84a2106d68fe040458ea31a8fb63673d0cc48892e606a5875edaa9e4c9662d' - 'SKIP') +depends=(gcc-libs + glibc + karchive + kcolorscheme + kconfig + kconfigwidgets + ki18n + kwidgetsaddons + qt6-base + qt6-svg) +makedepends=(doxygen + extra-cmake-modules + qt6-doc + qt6-tools) +optdepends=('breeze-icons: fallback icon theme' + 'qt6-declarative: QML bindings') +groups=(kf6) +#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +makedepends+=(git) +_commit=4f1efa932d6889e063be1608bcc6a14cb20de39f +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