[arch-commits] Commit in kde-gtk-config/repos (2 files)

Antonio Rojas arojas at archlinux.org
Thu Sep 17 17:09:51 UTC 2020


    Date: Thursday, September 17, 2020 @ 17:09:51
  Author: arojas
Revision: 396203

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kde-gtk-config/repos/kde-unstable-x86_64/
  kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 396202, kde-gtk-config/kde-unstable/PKGBUILD)

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

Copied: kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD (from rev 396202, kde-gtk-config/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2020-09-17 17:09:51 UTC (rev 396203)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-gtk-config
+pkgver=5.19.90
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(qt5-svg kdecoration kconfigwidgets kdbusaddons)
+makedepends=(extra-cmake-modules gtk2 gtk3 sassc)
+optdepends=('gtk2: GTK2 apps support' 'gtk3: GTK3 apps support' 'xsettingsd: apply settings to GTK applications on the fly')
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+         kde-gtk-config-no-kservice.patch::"https://invent.kde.org/plasma/kde-gtk-config/-/commit/c6708745.patch")
+sha256sums=('a12141f2323e3d676af41cbe42a45500911eb3b57cfcedae65a00112b8c34346'
+            'SKIP'
+            '74e6f2a958836e01c3ca949e1bb158c1525b7dd2879eab9c025741d1839b3ba6')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan 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>
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kde-gtk-config-no-kservice.patch
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list