Date: Thursday, May 19, 2022 @ 17:47:53 Author: arojas Revision: 446073
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 446072, kde-gtk-config/kde-unstable/PKGBUILD) ----------+ PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) Copied: kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD (from rev 446072, kde-gtk-config/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2022-05-19 17:47:53 UTC (rev 446073) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kde-gtk-config +pkgver=5.24.90 +pkgrel=1 +pkgdesc='GTK2 and GTK3 Configurator for KDE' +arch=(x86_64) +url='https://kde.org/plasma-desktop/' +license=(LGPL) +depends=(qt5-svg kdecoration kconfigwidgets kdbusaddons) +makedepends=(extra-cmake-modules gtk3 sassc) +optdepends=('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}) +sha256sums=('d4ec0eb35785e7b87f6ea79affdddda3c1a61e84d4799d468a37f39fd31e5149' + 'SKIP') +validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <j...@jriddell.org> + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bs...@kde.org> + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmund...@kde.org> + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notm...@gmail.com> +options=(debug) + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DCMAKE_INSTALL_LIBEXECDIR=lib \ + -DBUILD_TESTING=OFF + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}