[arch-commits] Commit in systemdgenie (5 files)

Antonio Rojas arojas at archlinux.org
Sun Dec 18 21:19:02 UTC 2016


    Date: Sunday, December 18, 2016 @ 21:19:01
  Author: arojas
Revision: 200217

archrelease: copy trunk to community-i686, community-x86_64

Added:
  systemdgenie/repos/
  systemdgenie/repos/community-i686/
  systemdgenie/repos/community-i686/PKGBUILD
    (from rev 200216, systemdgenie/trunk/PKGBUILD)
  systemdgenie/repos/community-x86_64/
  systemdgenie/repos/community-x86_64/PKGBUILD
    (from rev 200216, systemdgenie/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: systemdgenie/repos/community-i686/PKGBUILD (from rev 200216, systemdgenie/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2016-12-18 21:19:01 UTC (rev 200217)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=systemdgenie
+pkgver=0.99.0
+pkgrel=1
+pkgdesc="Systemd management utility"
+arch=(i686 x86_64)
+url='https://cgit.kde.org/systemdgenie.git/'
+license=(GPL)
+depends=(kxmlgui)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz")
+sha256sums=('22ebd9d6da7f03399603e21e3e21d69cbe87ec49695d12a15e9dda6b23703f25')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE_INSTALL_LIBDIR=lib \
+   -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: systemdgenie/repos/community-x86_64/PKGBUILD (from rev 200216, systemdgenie/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2016-12-18 21:19:01 UTC (rev 200217)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=systemdgenie
+pkgver=0.99.0
+pkgrel=1
+pkgdesc="Systemd management utility"
+arch=(i686 x86_64)
+url='https://cgit.kde.org/systemdgenie.git/'
+license=(GPL)
+depends=(kxmlgui)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz")
+sha256sums=('22ebd9d6da7f03399603e21e3e21d69cbe87ec49695d12a15e9dda6b23703f25')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE_INSTALL_LIBDIR=lib \
+   -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list