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

Antonio Rojas arojas at archlinux.org
Tue Oct 10 10:32:44 UTC 2017


    Date: Tuesday, October 10, 2017 @ 10:32:43
  Author: arojas
Revision: 307284

archrelease: copy trunk 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 307283, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 307283, kde-gtk-config/trunk/PKGBUILD)
Deleted:
  kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   43 ++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   43 ++++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   46 -----------------------------------------
 3 files changed, 86 insertions(+), 46 deletions(-)

Copied: kde-gtk-config/repos/kde-unstable-i686/PKGBUILD (from rev 307283, kde-gtk-config/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-10-10 10:32:43 UTC (rev 307284)
@@ -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.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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-10-10 10:32:24 UTC (rev 307283)
+++ kde-unstable-x86_64/PKGBUILD	2017-10-10 10:32:43 UTC (rev 307284)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kde-gtk-config
-pkgver=5.10.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=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f1abd6dc9dc81f4744160c592360d05755e1efe0115689ccb4aa3fdf3bd6ea17'
-            '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 307283, kde-gtk-config/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-10-10 10:32:43 UTC (rev 307284)
@@ -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.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
+}



More information about the arch-commits mailing list