[arch-commits] Commit in kcmsystemd (5 files)
Antonio Rojas
arojas at archlinux.org
Sun Feb 22 21:46:35 UTC 2015
Date: Sunday, February 22, 2015 @ 22:46:34
Author: arojas
Revision: 128117
archrelease: copy trunk to community-i686, community-x86_64
Added:
kcmsystemd/repos/
kcmsystemd/repos/community-i686/
kcmsystemd/repos/community-i686/PKGBUILD
(from rev 128116, kcmsystemd/trunk/PKGBUILD)
kcmsystemd/repos/community-x86_64/
kcmsystemd/repos/community-x86_64/PKGBUILD
(from rev 128116, kcmsystemd/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: kcmsystemd/repos/community-i686/PKGBUILD (from rev 128116, kcmsystemd/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD (rev 0)
+++ repos/community-i686/PKGBUILD 2015-02-22 21:46:34 UTC (rev 128117)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kcmsystemd
+pkgver=1.0.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=("https://github.com/rthomsen/kcmsystemd/archive/$pkgver.tar.gz")
+md5sums=('6233faf3cd8569b360c21c38d0d06d7f')
+
+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 128116, kcmsystemd/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-02-22 21:46:34 UTC (rev 128117)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kcmsystemd
+pkgver=1.0.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=("https://github.com/rthomsen/kcmsystemd/archive/$pkgver.tar.gz")
+md5sums=('6233faf3cd8569b360c21c38d0d06d7f')
+
+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
+}
More information about the arch-commits
mailing list