[arch-commits] Commit in lxpolkit/repos (4 files)

Balló György bgyorgy at nymeria.archlinux.org
Sun Sep 1 20:36:20 UTC 2013


    Date: Sunday, September 1, 2013 @ 22:36:18
  Author: bgyorgy
Revision: 96579

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

Added:
  lxpolkit/repos/community-i686/
  lxpolkit/repos/community-i686/PKGBUILD
    (from rev 96578, lxpolkit/trunk/PKGBUILD)
  lxpolkit/repos/community-x86_64/
  lxpolkit/repos/community-x86_64/PKGBUILD
    (from rev 96578, lxpolkit/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: lxpolkit/repos/community-i686/PKGBUILD (from rev 96578, lxpolkit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-09-01 20:36:18 UTC (rev 96579)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=lxpolkit
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="Simple policykit authentication agent for LXDE"
+arch=('i686' 'x86_64')
+url="http://blog.lxde.org/?p=674"
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'polkit')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
+md5sums=('2597b00035fe1d695219e0f9bfa8c26f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lxpolkit/repos/community-x86_64/PKGBUILD (from rev 96578, lxpolkit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-09-01 20:36:18 UTC (rev 96579)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=lxpolkit
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="Simple policykit authentication agent for LXDE"
+arch=('i686' 'x86_64')
+url="http://blog.lxde.org/?p=674"
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'polkit')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
+md5sums=('2597b00035fe1d695219e0f9bfa8c26f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list