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

Balló György bgyorgy at nymeria.archlinux.org
Wed Jun 4 17:17:37 UTC 2014


    Date: Wednesday, June 4, 2014 @ 19:17:37
  Author: bgyorgy
Revision: 112671

Move systemd-ui from unsupported with 55 votes

Added:
  systemd-ui/
  systemd-ui/trunk/
  systemd-ui/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Added: systemd-ui/trunk/PKGBUILD
===================================================================
--- systemd-ui/trunk/PKGBUILD	                        (rev 0)
+++ systemd-ui/trunk/PKGBUILD	2014-06-04 17:17:37 UTC (rev 112671)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=systemd-ui
+pkgver=3
+pkgrel=2
+pkgdesc="Graphical front-end for systemd"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/systemd"
+license=('GPL')
+depends=('gtk3' 'libgee' 'libnotify')
+makedepends=('vala' 'docbook-xsl' 'libxslt')
+source=("http://www.freedesktop.org/software/systemd/$pkgname-$pkgver.tar.xz")
+sha256sums=('455e65000abf39bbccd937786b5f0d7c76ea631b6f28d7142f007fa141338dad')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


Property changes on: systemd-ui/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list