Date: Thursday, September 15, 2016 @ 15:10:49 Author: arojas Revision: 276476
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kde-gtk-config/repos/kde-unstable-i686/ kde-gtk-config/repos/kde-unstable-i686/PKGBUILD (from rev 276475, kde-gtk-config/kde-unstable/PKGBUILD) kde-gtk-config/repos/kde-unstable-x86_64/ kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD (from rev 276475, kde-gtk-config/kde-unstable/PKGBUILD) ------------------------------+ kde-unstable-i686/PKGBUILD | 46 +++++++++++++++++++++++++++++++++++++++++ kde-unstable-x86_64/PKGBUILD | 46 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) Copied: kde-gtk-config/repos/kde-unstable-i686/PKGBUILD (from rev 276475, kde-gtk-config/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2016-09-15 15:10:49 UTC (rev 276476) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Antonio Rojas <aro...@archlinux.org> + +pkgname=kde-gtk-config +pkgver=5.7.95 +pkgrel=1 +pkgdesc='GTK2 and GTK3 Configurator for KDE' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('knewstuff' 'kde-cli-tools') +makedepends=('extra-cmake-modules' 'gtk2' 'gtk3' 'python') +optdepends=('gtk2: GTK2 apps support' + 'gtk3: GTK3 apps support') +conflicts=('kde-gtk-config-frameworks') +replaces=('kde-gtk-config-frameworks') +groups=('plasma') +source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('17f5406607b6022a434f6b4aae0d046ea861baeb99349f44c294e2c7d2b8db07' + 'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '348C8651206633FD983A8FC4DEACEA00075E1D76' # KDE Neon + 'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib \ + -DKDE_INSTALL_LIBEXECDIR=lib \ + -DKDE_INSTALL_SYSCONFDIR=/etc \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD (from rev 276475, kde-gtk-config/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2016-09-15 15:10:49 UTC (rev 276476) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Antonio Rojas <aro...@archlinux.org> + +pkgname=kde-gtk-config +pkgver=5.7.95 +pkgrel=1 +pkgdesc='GTK2 and GTK3 Configurator for KDE' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('knewstuff' 'kde-cli-tools') +makedepends=('extra-cmake-modules' 'gtk2' 'gtk3' 'python') +optdepends=('gtk2: GTK2 apps support' + 'gtk3: GTK3 apps support') +conflicts=('kde-gtk-config-frameworks') +replaces=('kde-gtk-config-frameworks') +groups=('plasma') +source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('17f5406607b6022a434f6b4aae0d046ea861baeb99349f44c294e2c7d2b8db07' + 'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '348C8651206633FD983A8FC4DEACEA00075E1D76' # KDE Neon + 'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib \ + -DKDE_INSTALL_LIBEXECDIR=lib \ + -DKDE_INSTALL_SYSCONFDIR=/etc \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}