[arch-commits] Commit in (systemd-kcm systemd-kcm/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jul 2 22:49:40 UTC 2015


    Date: Friday, July 3, 2015 @ 00:49:40
  Author: arojas
Revision: 136299

New kcmsystemd name

Added:
  systemd-kcm/
Modified:
  systemd-kcm/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: systemd-kcm/trunk/PKGBUILD
===================================================================
--- kcmsystemd/trunk/PKGBUILD	2015-05-06 07:01:04 UTC (rev 132823)
+++ systemd-kcm/trunk/PKGBUILD	2015-07-02 22:49:40 UTC (rev 136299)
@@ -1,18 +1,20 @@
 # $Id$
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
-pkgname=kcmsystemd
-pkgver=1.1.0
-pkgrel=3
+pkgname=systemd-kcm
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Systemd control module for KDE"
 arch=('i686' 'x86_64')
 url='https://github.com/rthomsen/kcmsystemd'
 license=(GPL)
-depends=(kconfigwidgets boost-libs)
+depends=(kconfigwidgets kservice boost-libs)
 makedepends=(extra-cmake-modules python boost)
-optdepends=('kde-cli-tools: to edit unit files' 'kwrite: to edit unit files')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rthomsen/kcmsystemd/archive/$pkgver.tar.gz")
-md5sums=('8d385b1b2f9c0f054a8de16a50dcbaaa')
+optdepends=('kde-cli-tools: to edit unit files')
+conflicts=(kcmsystemd)
+replaces=(kcmsystemd)
+source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz")
+md5sums=('e660e5c80da60601eb20d721ade91748')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list