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

2016-04-27 Thread Felix Yan
Date: Thursday, April 28, 2016 @ 07:26:07
  Author: fyan
Revision: 266353

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kde-gtk-config/repos/extra-i686/PKGBUILD
(from rev 266352, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/extra-x86_64/PKGBUILD
(from rev 266352, kde-gtk-config/trunk/PKGBUILD)
Deleted:
  kde-gtk-config/repos/extra-i686/PKGBUILD
  kde-gtk-config/repos/extra-i686/kde-gtk-config.install
  kde-gtk-config/repos/extra-x86_64/PKGBUILD
  kde-gtk-config/repos/extra-x86_64/kde-gtk-config.install

-+
 /PKGBUILD   |   86 ++
 extra-i686/PKGBUILD |   44 -
 extra-i686/kde-gtk-config.install   |   12 
 extra-x86_64/PKGBUILD   |   44 -
 extra-x86_64/kde-gtk-config.install |   12 
 5 files changed, 86 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-28 05:25:15 UTC (rev 266352)
+++ extra-i686/PKGBUILD 2016-04-28 05:26:07 UTC (rev 266353)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kde-gtk-config
-pkgver=5.6.3
-pkgrel=1
-pkgdesc='GTK2 and GTK3 Configurator for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
-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')
-install=$pkgname.install
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('a4676087fa4d47624d0d69fa7cf1680a')
-
-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 \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kde-gtk-config/repos/extra-i686/PKGBUILD (from rev 266352, 
kde-gtk-config/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-28 05:26:07 UTC (rev 266353)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.6.3
+pkgrel=2
+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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('a4676087fa4d47624d0d69fa7cf1680a')
+
+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 \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/kde-gtk-config.install
===
--- extra-i686/kde-gtk-config.install   2016-04-28 05:25:15 UTC (rev 266352)
+++ extra-i686/kde-gtk-config.install   2016-04-28 05:26:07 UTC (rev 266353)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-28 05:25:15 UTC (rev 266352)
+++ extra-x86_64/PKGBUILD   2016-04-28 05:26:07 UTC (rev 266353)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kde-gtk-config
-pkgver=5.6.3
-pkgrel=1
-pkgdesc='GTK2 and GTK3 Configurator for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
-license=('LGPL')
-depends=('knewstuff' 

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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:32:36
  Author: arojas
Revision: 260714

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kde-gtk-config/repos/staging-i686/
  kde-gtk-config/repos/staging-i686/PKGBUILD
(from rev 260713, kde-gtk-config/kde-unstable/PKGBUILD)
  kde-gtk-config/repos/staging-i686/kde-gtk-config.install
(from rev 260713, kde-gtk-config/kde-unstable/kde-gtk-config.install)
  kde-gtk-config/repos/staging-x86_64/
  kde-gtk-config/repos/staging-x86_64/PKGBUILD
(from rev 260713, kde-gtk-config/kde-unstable/PKGBUILD)
  kde-gtk-config/repos/staging-x86_64/kde-gtk-config.install
(from rev 260713, kde-gtk-config/kde-unstable/kde-gtk-config.install)

---+
 staging-i686/PKGBUILD |   44 
 staging-i686/kde-gtk-config.install   |   12 
 staging-x86_64/PKGBUILD   |   44 
 staging-x86_64/kde-gtk-config.install |   12 
 4 files changed, 112 insertions(+)

Copied: kde-gtk-config/repos/staging-i686/PKGBUILD (from rev 260713, 
kde-gtk-config/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 22:32:36 UTC (rev 260714)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('0c7f81bd0eccf444cf04eb9cc3581694')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kde-gtk-config/repos/staging-i686/kde-gtk-config.install (from rev 
260713, kde-gtk-config/kde-unstable/kde-gtk-config.install)
===
--- staging-i686/kde-gtk-config.install (rev 0)
+++ staging-i686/kde-gtk-config.install 2016-03-03 22:32:36 UTC (rev 260714)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kde-gtk-config/repos/staging-x86_64/PKGBUILD (from rev 260713, 
kde-gtk-config/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:32:36 UTC (rev 260714)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('0c7f81bd0eccf444cf04eb9cc3581694')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kde-gtk-config/repos/staging-x86_64/kde-gtk-config.install (from rev 
260713, kde-gtk-config/kde-unstable/kde-gtk-config.install)
===
--- staging-x86_64/kde-gtk-config.install   (rev 0)
+++ 

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

2015-12-08 Thread Allan McRae
Date: Tuesday, December 8, 2015 @ 15:00:08
  Author: allan
Revision: 253889

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kde-gtk-config/repos/staging-i686/
  kde-gtk-config/repos/staging-i686/PKGBUILD
(from rev 253886, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/staging-i686/kde-gtk-config.install
(from rev 253886, kde-gtk-config/trunk/kde-gtk-config.install)
  kde-gtk-config/repos/staging-x86_64/
  kde-gtk-config/repos/staging-x86_64/PKGBUILD
(from rev 253888, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/staging-x86_64/kde-gtk-config.install
(from rev 253888, kde-gtk-config/trunk/kde-gtk-config.install)

---+
 staging-i686/PKGBUILD |   44 
 staging-i686/kde-gtk-config.install   |   12 
 staging-x86_64/PKGBUILD   |   44 
 staging-x86_64/kde-gtk-config.install |   12 
 4 files changed, 112 insertions(+)

Copied: kde-gtk-config/repos/staging-i686/PKGBUILD (from rev 253886, 
kde-gtk-config/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 14:00:08 UTC (rev 253889)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.4.3
+pkgrel=2
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('563127655aeae7479166e0a68811a23c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kde-gtk-config/repos/staging-i686/kde-gtk-config.install (from rev 
253886, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- staging-i686/kde-gtk-config.install (rev 0)
+++ staging-i686/kde-gtk-config.install 2015-12-08 14:00:08 UTC (rev 253889)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kde-gtk-config/repos/staging-x86_64/PKGBUILD (from rev 253888, 
kde-gtk-config/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 14:00:08 UTC (rev 253889)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.4.3
+pkgrel=2
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('563127655aeae7479166e0a68811a23c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kde-gtk-config/repos/staging-x86_64/kde-gtk-config.install (from rev 
253888, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- staging-x86_64/kde-gtk-config.install   (rev 0)
+++ staging-x86_64/kde-gtk-config.install   2015-12-08 14:00:08 UTC (rev 
253889)
@@ -0,0 +1,12 @@

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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:39:30
  Author: arojas
Revision: 251727

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 251726, kde-gtk-config/kde-unstable/PKGBUILD)
  kde-gtk-config/repos/kde-unstable-i686/kde-gtk-config.install
(from rev 251726, kde-gtk-config/kde-unstable/kde-gtk-config.install)
  kde-gtk-config/repos/kde-unstable-x86_64/
  kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251726, kde-gtk-config/kde-unstable/PKGBUILD)
  kde-gtk-config/repos/kde-unstable-x86_64/kde-gtk-config.install
(from rev 251726, kde-gtk-config/kde-unstable/kde-gtk-config.install)

+
 kde-unstable-i686/PKGBUILD |   44 +++
 kde-unstable-i686/kde-gtk-config.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD   |   44 +++
 kde-unstable-x86_64/kde-gtk-config.install |   12 +++
 4 files changed, 112 insertions(+)

Copied: kde-gtk-config/repos/kde-unstable-i686/PKGBUILD (from rev 251726, 
kde-gtk-config/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:39:30 UTC (rev 251727)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('6f725bd3cf629fa9fb16f935fdd9b0bb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kde-gtk-config/repos/kde-unstable-i686/kde-gtk-config.install (from rev 
251726, kde-gtk-config/kde-unstable/kde-gtk-config.install)
===
--- kde-unstable-i686/kde-gtk-config.install(rev 0)
+++ kde-unstable-i686/kde-gtk-config.install2015-11-20 21:39:30 UTC (rev 
251727)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD (from rev 251726, 
kde-gtk-config/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:39:30 UTC (rev 251727)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('6f725bd3cf629fa9fb16f935fdd9b0bb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kde-gtk-config/repos/kde-unstable-x86_64/kde-gtk-config.install (from 
rev 251726, kde-gtk-config/kde-unstable/kde-gtk-config.install)
===
--- 

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:00:59
  Author: fyan
Revision: 245583

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kde-gtk-config/repos/testing-i686/
  kde-gtk-config/repos/testing-i686/PKGBUILD
(from rev 245582, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/testing-i686/kde-gtk-config.install
(from rev 245582, kde-gtk-config/trunk/kde-gtk-config.install)
  kde-gtk-config/repos/testing-x86_64/
  kde-gtk-config/repos/testing-x86_64/PKGBUILD
(from rev 245582, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/testing-x86_64/kde-gtk-config.install
(from rev 245582, kde-gtk-config/trunk/kde-gtk-config.install)

---+
 testing-i686/PKGBUILD |   44 
 testing-i686/kde-gtk-config.install   |   12 
 testing-x86_64/PKGBUILD   |   44 
 testing-x86_64/kde-gtk-config.install |   12 
 4 files changed, 112 insertions(+)

Copied: kde-gtk-config/repos/testing-i686/PKGBUILD (from rev 245582, 
kde-gtk-config/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 16:00:59 UTC (rev 245583)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('9ea14c8cc5a64ce0d9f0eeb3fccac830')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kde-gtk-config/repos/testing-i686/kde-gtk-config.install (from rev 
245582, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- testing-i686/kde-gtk-config.install (rev 0)
+++ testing-i686/kde-gtk-config.install 2015-09-08 16:00:59 UTC (rev 245583)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kde-gtk-config/repos/testing-x86_64/PKGBUILD (from rev 245582, 
kde-gtk-config/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 16:00:59 UTC (rev 245583)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('9ea14c8cc5a64ce0d9f0eeb3fccac830')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kde-gtk-config/repos/testing-x86_64/kde-gtk-config.install (from rev 
245582, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- testing-x86_64/kde-gtk-config.install   (rev 0)
+++ testing-x86_64/kde-gtk-config.install   2015-09-08 16:00:59 UTC (rev 
245583)
@@ -0,0 +1,12 @@

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

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:00:51
  Author: arojas
Revision: 243660

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 243659, kde-gtk-config/kde-unstable/PKGBUILD)
  kde-gtk-config/repos/kde-unstable-i686/kde-gtk-config.install
(from rev 243659, kde-gtk-config/kde-unstable/kde-gtk-config.install)
  kde-gtk-config/repos/kde-unstable-x86_64/
  kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243659, kde-gtk-config/kde-unstable/PKGBUILD)
  kde-gtk-config/repos/kde-unstable-x86_64/kde-gtk-config.install
(from rev 243659, kde-gtk-config/kde-unstable/kde-gtk-config.install)

+
 kde-unstable-i686/PKGBUILD |   44 +++
 kde-unstable-i686/kde-gtk-config.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD   |   44 +++
 kde-unstable-x86_64/kde-gtk-config.install |   12 +++
 4 files changed, 112 insertions(+)

Copied: kde-gtk-config/repos/kde-unstable-i686/PKGBUILD (from rev 243659, 
kde-gtk-config/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 07:00:51 UTC (rev 243660)
@@ -0,0 +1,44 @@
+# $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.3.95
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('4a84c945c8c9079fb2dd8d4b023c8650')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kde-gtk-config/repos/kde-unstable-i686/kde-gtk-config.install (from rev 
243659, kde-gtk-config/kde-unstable/kde-gtk-config.install)
===
--- kde-unstable-i686/kde-gtk-config.install(rev 0)
+++ kde-unstable-i686/kde-gtk-config.install2015-08-14 07:00:51 UTC (rev 
243660)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD (from rev 243659, 
kde-gtk-config/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 07:00:51 UTC (rev 243660)
@@ -0,0 +1,44 @@
+# $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.3.95
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('4a84c945c8c9079fb2dd8d4b023c8650')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kde-gtk-config/repos/kde-unstable-x86_64/kde-gtk-config.install (from 
rev 243659, kde-gtk-config/kde-unstable/kde-gtk-config.install)
===
--- 

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

2015-05-10 Thread Antonio Rojas
Date: Sunday, May 10, 2015 @ 15:22:48
  Author: arojas
Revision: 238891

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kde-gtk-config/repos/testing-i686/
  kde-gtk-config/repos/testing-i686/PKGBUILD
(from rev 238890, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/testing-i686/kde-gtk-config.install
(from rev 238890, kde-gtk-config/trunk/kde-gtk-config.install)
  kde-gtk-config/repos/testing-x86_64/
  kde-gtk-config/repos/testing-x86_64/PKGBUILD
(from rev 238890, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/testing-x86_64/kde-gtk-config.install
(from rev 238890, kde-gtk-config/trunk/kde-gtk-config.install)

---+
 testing-i686/PKGBUILD |   44 
 testing-i686/kde-gtk-config.install   |   12 
 testing-x86_64/PKGBUILD   |   44 
 testing-x86_64/kde-gtk-config.install |   12 
 4 files changed, 112 insertions(+)

Copied: kde-gtk-config/repos/testing-i686/PKGBUILD (from rev 238890, 
kde-gtk-config/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-10 13:22:48 UTC (rev 238891)
@@ -0,0 +1,44 @@
+# $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.3.0
+pkgrel=3
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kcmutils')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('aab58003cc7011ddfdb6d93803327fc8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kde-gtk-config/repos/testing-i686/kde-gtk-config.install (from rev 
238890, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- testing-i686/kde-gtk-config.install (rev 0)
+++ testing-i686/kde-gtk-config.install 2015-05-10 13:22:48 UTC (rev 238891)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kde-gtk-config/repos/testing-x86_64/PKGBUILD (from rev 238890, 
kde-gtk-config/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-10 13:22:48 UTC (rev 238891)
@@ -0,0 +1,44 @@
+# $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.3.0
+pkgrel=3
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kcmutils')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('aab58003cc7011ddfdb6d93803327fc8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kde-gtk-config/repos/testing-x86_64/kde-gtk-config.install (from rev 
238890, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- testing-x86_64/kde-gtk-config.install   (rev 0)
+++ testing-x86_64/kde-gtk-config.install   2015-05-10 13:22:48 UTC (rev 
238891)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:21:12
  Author: arojas
Revision: 238109

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kde-gtk-config/repos/testing-i686/
  kde-gtk-config/repos/testing-i686/PKGBUILD
(from rev 238108, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/testing-i686/kde-gtk-config.install
(from rev 238108, kde-gtk-config/trunk/kde-gtk-config.install)
  kde-gtk-config/repos/testing-x86_64/
  kde-gtk-config/repos/testing-x86_64/PKGBUILD
(from rev 238108, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/testing-x86_64/kde-gtk-config.install
(from rev 238108, kde-gtk-config/trunk/kde-gtk-config.install)

---+
 testing-i686/PKGBUILD |   44 
 testing-i686/kde-gtk-config.install   |   12 
 testing-x86_64/PKGBUILD   |   44 
 testing-x86_64/kde-gtk-config.install |   12 
 4 files changed, 112 insertions(+)

Copied: kde-gtk-config/repos/testing-i686/PKGBUILD (from rev 238108, 
kde-gtk-config/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:21:12 UTC (rev 238109)
@@ -0,0 +1,44 @@
+# $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.3.0
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kcmutils')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('aab58003cc7011ddfdb6d93803327fc8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kde-gtk-config/repos/testing-i686/kde-gtk-config.install (from rev 
238108, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- testing-i686/kde-gtk-config.install (rev 0)
+++ testing-i686/kde-gtk-config.install 2015-04-28 07:21:12 UTC (rev 238109)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kde-gtk-config/repos/testing-x86_64/PKGBUILD (from rev 238108, 
kde-gtk-config/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:21:12 UTC (rev 238109)
@@ -0,0 +1,44 @@
+# $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.3.0
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kcmutils')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('aab58003cc7011ddfdb6d93803327fc8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kde-gtk-config/repos/testing-x86_64/kde-gtk-config.install (from rev 
238108, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- testing-x86_64/kde-gtk-config.install   (rev 0)
+++ testing-x86_64/kde-gtk-config.install   2015-04-28 07:21:12 UTC (rev 
238109)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2015-04-14 Thread Antonio Rojas
Date: Tuesday, April 14, 2015 @ 09:53:03
  Author: arojas
Revision: 236519

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 236518, kde-gtk-config/kde-unstable/PKGBUILD)
  kde-gtk-config/repos/kde-unstable-i686/kde-gtk-config.install
(from rev 236518, kde-gtk-config/kde-unstable/kde-gtk-config.install)
  kde-gtk-config/repos/kde-unstable-x86_64/
  kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD
(from rev 236518, kde-gtk-config/kde-unstable/PKGBUILD)
  kde-gtk-config/repos/kde-unstable-x86_64/kde-gtk-config.install
(from rev 236518, kde-gtk-config/kde-unstable/kde-gtk-config.install)

+
 kde-unstable-i686/PKGBUILD |   44 +++
 kde-unstable-i686/kde-gtk-config.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD   |   44 +++
 kde-unstable-x86_64/kde-gtk-config.install |   12 +++
 4 files changed, 112 insertions(+)

Copied: kde-gtk-config/repos/kde-unstable-i686/PKGBUILD (from rev 236518, 
kde-gtk-config/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-04-14 07:53:03 UTC (rev 236519)
@@ -0,0 +1,44 @@
+# $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.2.95
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kcmutils')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('01b41c656a21b43ff5fea227be4c34b7')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kde-gtk-config/repos/kde-unstable-i686/kde-gtk-config.install (from rev 
236518, kde-gtk-config/kde-unstable/kde-gtk-config.install)
===
--- kde-unstable-i686/kde-gtk-config.install(rev 0)
+++ kde-unstable-i686/kde-gtk-config.install2015-04-14 07:53:03 UTC (rev 
236519)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD (from rev 236518, 
kde-gtk-config/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-04-14 07:53:03 UTC (rev 236519)
@@ -0,0 +1,44 @@
+# $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.2.95
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kcmutils')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('01b41c656a21b43ff5fea227be4c34b7')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kde-gtk-config/repos/kde-unstable-x86_64/kde-gtk-config.install (from 
rev 236518, kde-gtk-config/kde-unstable/kde-gtk-config.install)
===
--- 

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

2015-04-09 Thread Antonio Rojas
Date: Thursday, April 9, 2015 @ 21:58:37
  Author: arojas
Revision: 235987

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kde-gtk-config/repos/extra-i686/
  kde-gtk-config/repos/extra-i686/PKGBUILD
(from rev 235986, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/extra-i686/kde-gtk-config.install
(from rev 235986, kde-gtk-config/trunk/kde-gtk-config.install)
  kde-gtk-config/repos/extra-x86_64/
  kde-gtk-config/repos/extra-x86_64/PKGBUILD
(from rev 235986, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/extra-x86_64/kde-gtk-config.install
(from rev 235986, kde-gtk-config/trunk/kde-gtk-config.install)

-+
 extra-i686/PKGBUILD |   36 ++
 extra-i686/kde-gtk-config.install   |   11 ++
 extra-x86_64/PKGBUILD   |   36 ++
 extra-x86_64/kde-gtk-config.install |   11 ++
 4 files changed, 94 insertions(+)

Copied: kde-gtk-config/repos/extra-i686/PKGBUILD (from rev 235986, 
kde-gtk-config/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-09 19:58:37 UTC (rev 235987)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=kde-gtk-config
+pkgver=2.2.1
+pkgrel=2
+pkgdesc=GTK2 and GTK3 Configurator for KDE
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/kde-gtk-config;
+license=('GPL3')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK+ v2 support'
+   'gtk3: GTK+ v3 support')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('d155ed431d509e54a60383a70b700e1c')
+install=$pkgname.install
+
+build() {
+  cd $srcdir
+
+  mkdir -p build  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd $srcdir/build
+
+  make DESTDIR=$pkgdir install
+}

Copied: kde-gtk-config/repos/extra-i686/kde-gtk-config.install (from rev 
235986, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- extra-i686/kde-gtk-config.install   (rev 0)
+++ extra-i686/kde-gtk-config.install   2015-04-09 19:58:37 UTC (rev 235987)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
\ No newline at end of file

Copied: kde-gtk-config/repos/extra-x86_64/PKGBUILD (from rev 235986, 
kde-gtk-config/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-09 19:58:37 UTC (rev 235987)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=kde-gtk-config
+pkgver=2.2.1
+pkgrel=2
+pkgdesc=GTK2 and GTK3 Configurator for KDE
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/kde-gtk-config;
+license=('GPL3')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK+ v2 support'
+   'gtk3: GTK+ v3 support')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('d155ed431d509e54a60383a70b700e1c')
+install=$pkgname.install
+
+build() {
+  cd $srcdir
+
+  mkdir -p build  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd $srcdir/build
+
+  make DESTDIR=$pkgdir install
+}

Copied: kde-gtk-config/repos/extra-x86_64/kde-gtk-config.install (from rev 
235986, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- extra-x86_64/kde-gtk-config.install (rev 0)
+++ extra-x86_64/kde-gtk-config.install 2015-04-09 19:58:37 UTC (rev 235987)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
\ No newline at end of file


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

2014-09-28 Thread Felix Yan
Date: Sunday, September 28, 2014 @ 17:33:46
  Author: fyan
Revision: 119695

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  kde-gtk-config/repos/community-staging-i686/
  kde-gtk-config/repos/community-staging-i686/PKGBUILD
(from rev 119694, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/community-staging-i686/kde-gtk-config.install
(from rev 119694, kde-gtk-config/trunk/kde-gtk-config.install)
  kde-gtk-config/repos/community-staging-x86_64/
  kde-gtk-config/repos/community-staging-x86_64/PKGBUILD
(from rev 119694, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/community-staging-x86_64/kde-gtk-config.install
(from rev 119694, kde-gtk-config/trunk/kde-gtk-config.install)

-+
 community-staging-i686/PKGBUILD |   36 ++
 community-staging-i686/kde-gtk-config.install   |   11 ++
 community-staging-x86_64/PKGBUILD   |   36 ++
 community-staging-x86_64/kde-gtk-config.install |   11 ++
 4 files changed, 94 insertions(+)

Copied: kde-gtk-config/repos/community-staging-i686/PKGBUILD (from rev 119694, 
kde-gtk-config/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-28 15:33:46 UTC (rev 119695)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=kde-gtk-config
+pkgver=2.2.1
+pkgrel=2
+pkgdesc=GTK2 and GTK3 Configurator for KDE
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/kde-gtk-config;
+license=('GPL3')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK+ v2 support'
+   'gtk3: GTK+ v3 support')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('d155ed431d509e54a60383a70b700e1c')
+install=$pkgname.install
+
+build() {
+  cd $srcdir
+
+  mkdir -p build  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd $srcdir/build
+
+  make DESTDIR=$pkgdir install
+}

Copied: kde-gtk-config/repos/community-staging-i686/kde-gtk-config.install 
(from rev 119694, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- community-staging-i686/kde-gtk-config.install   
(rev 0)
+++ community-staging-i686/kde-gtk-config.install   2014-09-28 15:33:46 UTC 
(rev 119695)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
\ No newline at end of file

Copied: kde-gtk-config/repos/community-staging-x86_64/PKGBUILD (from rev 
119694, kde-gtk-config/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-28 15:33:46 UTC (rev 119695)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=kde-gtk-config
+pkgver=2.2.1
+pkgrel=2
+pkgdesc=GTK2 and GTK3 Configurator for KDE
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/kde-gtk-config;
+license=('GPL3')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK+ v2 support'
+   'gtk3: GTK+ v3 support')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('d155ed431d509e54a60383a70b700e1c')
+install=$pkgname.install
+
+build() {
+  cd $srcdir
+
+  mkdir -p build  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd $srcdir/build
+
+  make DESTDIR=$pkgdir install
+}

Copied: kde-gtk-config/repos/community-staging-x86_64/kde-gtk-config.install 
(from rev 119694, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- community-staging-x86_64/kde-gtk-config.install 
(rev 0)
+++ community-staging-x86_64/kde-gtk-config.install 2014-09-28 15:33:46 UTC 
(rev 119695)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
\ No newline at end of file


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

2013-04-27 Thread Laurent Carlier
Date: Saturday, April 27, 2013 @ 09:58:51
  Author: lcarlier
Revision: 89140

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kde-gtk-config/repos/community-i686/
  kde-gtk-config/repos/community-i686/PKGBUILD
(from rev 89139, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/community-i686/kde-gtk-config.install
(from rev 89139, kde-gtk-config/trunk/kde-gtk-config.install)
  kde-gtk-config/repos/community-x86_64/
  kde-gtk-config/repos/community-x86_64/PKGBUILD
(from rev 89139, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/community-x86_64/kde-gtk-config.install
(from rev 89139, kde-gtk-config/trunk/kde-gtk-config.install)

-+
 community-i686/PKGBUILD |   36 ++
 community-i686/kde-gtk-config.install   |   11 +
 community-x86_64/PKGBUILD   |   36 ++
 community-x86_64/kde-gtk-config.install |   11 +
 4 files changed, 94 insertions(+)

Copied: kde-gtk-config/repos/community-i686/PKGBUILD (from rev 89139, 
kde-gtk-config/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-27 07:58:51 UTC (rev 89140)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=kde-gtk-config
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=GTK2 and GTK3 Configurator for KDE
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/kde-gtk-config;
+license=('GPL3')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK+ v2 support'
+   'gtk3: GTK+ v3 support')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('d155ed431d509e54a60383a70b700e1c')
+install=$pkgname.install
+
+build() {
+  cd $srcdir
+
+  mkdir -p build  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd $srcdir/build
+
+  make DESTDIR=$pkgdir install
+}

Copied: kde-gtk-config/repos/community-i686/kde-gtk-config.install (from rev 
89139, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- community-i686/kde-gtk-config.install   (rev 0)
+++ community-i686/kde-gtk-config.install   2013-04-27 07:58:51 UTC (rev 
89140)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
\ No newline at end of file

Copied: kde-gtk-config/repos/community-x86_64/PKGBUILD (from rev 89139, 
kde-gtk-config/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-27 07:58:51 UTC (rev 89140)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=kde-gtk-config
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=GTK2 and GTK3 Configurator for KDE
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/kde-gtk-config;
+license=('GPL3')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK+ v2 support'
+   'gtk3: GTK+ v3 support')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('d155ed431d509e54a60383a70b700e1c')
+install=$pkgname.install
+
+build() {
+  cd $srcdir
+
+  mkdir -p build  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd $srcdir/build
+
+  make DESTDIR=$pkgdir install
+}

Copied: kde-gtk-config/repos/community-x86_64/kde-gtk-config.install (from rev 
89139, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- community-x86_64/kde-gtk-config.install (rev 0)
+++ community-x86_64/kde-gtk-config.install 2013-04-27 07:58:51 UTC (rev 
89140)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
\ No newline at end of file