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

Antonio Rojas arojas at archlinux.org
Thu Apr 9 20:02:20 UTC 2015


    Date: Thursday, April 9, 2015 @ 22:02:20
  Author: arojas
Revision: 235988

Rename kde-gtk-config-frameworks to kde-gtk-config for Plasma 5.3

Added:
  kde-gtk-config/kde-unstable/
  kde-gtk-config/kde-unstable/kde-gtk-config.install
    (from rev 235429, kde-gtk-config-frameworks/trunk/kde-gtk-config-frameworks.install)
Modified:
  kde-gtk-config/kde-unstable/PKGBUILD
Deleted:
  kde-gtk-config/kde-unstable/kde-gtk-config-frameworks.install

-------------------------------------+
 PKGBUILD                            |   11 ++++++-----
 kde-gtk-config-frameworks.install   |   12 ------------
 kde-unstable/kde-gtk-config.install |   12 ++++++++++++
 3 files changed, 18 insertions(+), 17 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- -frameworks/trunk/PKGBUILD	2015-04-04 07:06:38 UTC (rev 235429)
+++ kde-unstable/PKGBUILD	2015-04-09 20:02:20 UTC (rev 235988)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
 
-pkgname=kde-gtk-config-frameworks
+pkgname=kde-gtk-config
 pkgver=5.2.2
 pkgrel=1
 pkgdesc='GTK2 and GTK3 Configurator for KDE'
@@ -14,10 +14,11 @@
 makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
 optdepends=('gtk2: GTK2 apps support'
             'gtk3: GTK3 apps support')
-conflicts=('kde-gtk-config')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
 groups=('plasma')
 install=$pkgname.install
-source=("http://download.kde.org/stable/plasma/$pkgver/kde-gtk-config-$pkgver.tar.xz")
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
 md5sums=('04bf3159d967f4f52ef92c125645197c')
 
 prepare() {
@@ -26,7 +27,7 @@
 
 build() {
   cd build
-  cmake ../kde-gtk-config-$pkgver \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \

Deleted: kde-unstable/kde-gtk-config-frameworks.install
===================================================================
--- -frameworks/trunk/kde-gtk-config-frameworks.install	2015-04-04 07:06:38 UTC (rev 235429)
+++ kde-unstable/kde-gtk-config-frameworks.install	2015-04-09 20:02:20 UTC (rev 235988)
@@ -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
-}

Copied: kde-gtk-config/kde-unstable/kde-gtk-config.install (from rev 235429, kde-gtk-config-frameworks/trunk/kde-gtk-config-frameworks.install)
===================================================================
--- kde-unstable/kde-gtk-config.install	                        (rev 0)
+++ kde-unstable/kde-gtk-config.install	2015-04-09 20:02:20 UTC (rev 235988)
@@ -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
+}



More information about the arch-commits mailing list