[arch-commits] Commit in (7 files)

Antonio Rojas arojas at archlinux.org
Thu Apr 9 19:01:09 UTC 2015


    Date: Thursday, April 9, 2015 @ 21:01:08
  Author: arojas
Revision: 235959

Rename kscreen-frameworks to kscreen for Plasma 5.3

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

--------------------------------------+
 PKGBUILD                             |    9 +++++----
 kscreen-frameworks.install           |   11 -----------
 kscreen/kde-unstable/kscreen.install |   11 +++++++++++
 3 files changed, 16 insertions(+), 15 deletions(-)

Modified: kscreen/kde-unstable/PKGBUILD
===================================================================
--- kscreen-frameworks/trunk/PKGBUILD	2015-04-04 07:06:38 UTC (rev 235429)
+++ kscreen/kde-unstable/PKGBUILD	2015-04-09 19:01:08 UTC (rev 235959)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Antonio Rojas <arojas at archlinux.org>
 
-pkgname=kscreen-frameworks
+pkgname=kscreen
 pkgver=5.2.2
 pkgrel=1
 pkgdesc="KDE's screen management software"
@@ -10,9 +10,10 @@
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kscreen'
 license=('LGPL')
-depends=('kxmlgui' 'libkscreen-frameworks' 'qt5-declarative' 'qt5-graphicaleffects')
-makedepends=('extra-cmake-modules' 'git' 'python')
-conflicts=('kscreen')
+depends=('kxmlgui' 'libkscreen' 'qt5-declarative' 'qt5-graphicaleffects')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
 groups=('plasma')
 install=$pkgname.install
 source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz")

Deleted: kscreen/kde-unstable/kscreen-frameworks.install
===================================================================
--- kscreen-frameworks/trunk/kscreen-frameworks.install	2015-04-04 07:06:38 UTC (rev 235429)
+++ kscreen/kde-unstable/kscreen-frameworks.install	2015-04-09 19:01:08 UTC (rev 235959)
@@ -1,11 +0,0 @@
-post_install() {
-    [[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: kscreen/kde-unstable/kscreen.install (from rev 235429, kscreen-frameworks/trunk/kscreen-frameworks.install)
===================================================================
--- kscreen/kde-unstable/kscreen.install	                        (rev 0)
+++ kscreen/kde-unstable/kscreen.install	2015-04-09 19:01:08 UTC (rev 235959)
@@ -0,0 +1,11 @@
+post_install() {
+    [[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list