[arch-commits] Commit in kcmsystemd/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 3 21:22:56 UTC 2015
Date: Friday, April 3, 2015 @ 23:22:56
Author: arojas
Revision: 130598
archrelease: copy trunk to community-i686, community-x86_64
Added:
kcmsystemd/repos/community-i686/PKGBUILD
(from rev 130597, kcmsystemd/trunk/PKGBUILD)
kcmsystemd/repos/community-x86_64/PKGBUILD
(from rev 130597, kcmsystemd/trunk/PKGBUILD)
Deleted:
kcmsystemd/repos/community-i686/PKGBUILD
kcmsystemd/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 33 -------------------
community-x86_64/PKGBUILD | 33 -------------------
3 files changed, 74 insertions(+), 66 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-03 21:22:33 UTC (rev 130597)
+++ community-i686/PKGBUILD 2015-04-03 21:22:56 UTC (rev 130598)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kcmsystemd
-pkgver=1.1.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)
-makedepends=(extra-cmake-modules python boost)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rthomsen/kcmsystemd/archive/$pkgver.tar.gz")
-md5sums=('8d385b1b2f9c0f054a8de16a50dcbaaa')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kcmsystemd/repos/community-i686/PKGBUILD (from rev 130597, kcmsystemd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-03 21:22:56 UTC (rev 130598)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kcmsystemd
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Systemd control module for KDE"
+arch=('i686' 'x86_64')
+url='https://github.com/rthomsen/kcmsystemd'
+license=(GPL)
+depends=(kconfigwidgets 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')
+
+prepare() {
+ mkdir -p build
+
+# fix kdesu path (FS#44396)
+ sed -e 's|/lib/libexec/kdesu|/lib/kf5/kdesu|' -i $pkgname-$pkgver/src/kcmsystemd.cpp
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-04-03 21:22:33 UTC (rev 130597)
+++ community-x86_64/PKGBUILD 2015-04-03 21:22:56 UTC (rev 130598)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kcmsystemd
-pkgver=1.1.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)
-makedepends=(extra-cmake-modules python boost)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rthomsen/kcmsystemd/archive/$pkgver.tar.gz")
-md5sums=('8d385b1b2f9c0f054a8de16a50dcbaaa')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kcmsystemd/repos/community-x86_64/PKGBUILD (from rev 130597, kcmsystemd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-03 21:22:56 UTC (rev 130598)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kcmsystemd
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Systemd control module for KDE"
+arch=('i686' 'x86_64')
+url='https://github.com/rthomsen/kcmsystemd'
+license=(GPL)
+depends=(kconfigwidgets 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')
+
+prepare() {
+ mkdir -p build
+
+# fix kdesu path (FS#44396)
+ sed -e 's|/lib/libexec/kdesu|/lib/kf5/kdesu|' -i $pkgname-$pkgver/src/kcmsystemd.cpp
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list