[arch-commits] Commit in breeze-gtk/repos (kde-unstable-any kde-unstable-any/PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu May 19 17:47:17 UTC 2022


    Date: Thursday, May 19, 2022 @ 17:47:17
  Author: arojas
Revision: 446070

archrelease: copy kde-unstable to kde-unstable-any

Added:
  breeze-gtk/repos/kde-unstable-any/
  breeze-gtk/repos/kde-unstable-any/PKGBUILD
    (from rev 446069, breeze-gtk/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: breeze-gtk/repos/kde-unstable-any/PKGBUILD (from rev 446069, breeze-gtk/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD	                        (rev 0)
+++ kde-unstable-any/PKGBUILD	2022-05-19 17:47:17 UTC (rev 446070)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=breeze-gtk
+pkgver=5.24.90
+pkgrel=1
+pkgdesc='Breeze widget theme for GTK 2 and 3'
+arch=(any)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+depends=()
+makedepends=(extra-cmake-modules sassc python-cairo breeze)
+groups=(plasma)
+source=(https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('2430ec851e3f521e5f76208b72c2eccf6abf3b8e2e3b4b23c054e892feae2598'
+            'SKIP')
+validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-Riddell <jr at jriddell.org>
+              '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah at kde.org>
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson <davidedmundson at kde.org>
+              '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
+
+build(){
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list