[arch-commits] Commit in kiconthemes/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Mar 20 10:04:41 UTC 2021


    Date: Saturday, March 20, 2021 @ 10:04:41
  Author: arojas
Revision: 410370

archrelease: copy trunk to extra-x86_64

Added:
  kiconthemes/repos/extra-x86_64/PKGBUILD
    (from rev 410369, kiconthemes/trunk/PKGBUILD)
Deleted:
  kiconthemes/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 36 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-20 10:04:31 UTC (rev 410369)
+++ PKGBUILD	2021-03-20 10:04:41 UTC (rev 410370)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kiconthemes
-pkgver=5.80.0
-pkgrel=1
-pkgdesc='Support for icon themes'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(qt5-svg kconfigwidgets kitemviews 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=('92f2dc363fb8e6b7acdf1d7013d5b06f1f825466d8db00f79cd73cfc3ed9768c'
-            'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DBUILD_QCH=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kiconthemes/repos/extra-x86_64/PKGBUILD (from rev 410369, kiconthemes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-20 10:04:41 UTC (rev 410370)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kiconthemes
+pkgver=5.80.0
+pkgrel=2
+pkgdesc='Support for icon themes'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-svg kconfigwidgets kitemviews 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}
+         kdebug-434451.patch::"https://invent.kde.org/frameworks/kiconthemes/-/merge_requests/26.patch")
+sha256sums=('92f2dc363fb8e6b7acdf1d7013d5b06f1f825466d8db00f79cd73cfc3ed9768c'
+            'SKIP'
+            '53510d79396b9e311cc0b71d31f3360323907a85574f174875912c31909d7e54')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-434451.patch # Fix loading svg icons outside Plasma
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list