[arch-commits] Commit in kde-gtk-config/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Tue Oct 17 15:07:30 UTC 2017
Date: Tuesday, October 17, 2017 @ 15:07:29
Author: arojas
Revision: 308130
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
kde-gtk-config/repos/extra-i686/PKGBUILD
(from rev 308129, kde-gtk-config/trunk/PKGBUILD)
kde-gtk-config/repos/extra-x86_64/PKGBUILD
(from rev 308129, kde-gtk-config/trunk/PKGBUILD)
Deleted:
kde-gtk-config/repos/extra-i686/PKGBUILD
kde-gtk-config/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 86 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 43 ------------------------
extra-x86_64/PKGBUILD | 43 ------------------------
3 files changed, 86 insertions(+), 86 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-10-17 15:06:58 UTC (rev 308129)
+++ extra-i686/PKGBUILD 2017-10-17 15:07:29 UTC (rev 308130)
@@ -1,43 +0,0 @@
-# $Id$
-# 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.11.0
-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')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dc999a35bc72ec6909d3db5402feb0bba01c54521f8717a3838b03a9e86ec10c'
- '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 \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_INSTALL_LIBEXECDIR=lib \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kde-gtk-config/repos/extra-i686/PKGBUILD (from rev 308129, kde-gtk-config/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:07:29 UTC (rev 308130)
@@ -0,0 +1,43 @@
+# $Id$
+# 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.11.1
+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')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('549d0828a5bdc6e46c9d08fd0c2b03c2aaada8b64ffbee39162aed2673e3cba9'
+ '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 \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-10-17 15:06:58 UTC (rev 308129)
+++ extra-x86_64/PKGBUILD 2017-10-17 15:07:29 UTC (rev 308130)
@@ -1,43 +0,0 @@
-# $Id$
-# 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.11.0
-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')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dc999a35bc72ec6909d3db5402feb0bba01c54521f8717a3838b03a9e86ec10c'
- '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 \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_INSTALL_LIBEXECDIR=lib \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kde-gtk-config/repos/extra-x86_64/PKGBUILD (from rev 308129, kde-gtk-config/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-10-17 15:07:29 UTC (rev 308130)
@@ -0,0 +1,43 @@
+# $Id$
+# 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.11.1
+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')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('549d0828a5bdc6e46c9d08fd0c2b03c2aaada8b64ffbee39162aed2673e3cba9'
+ '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 \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list