Date: Thursday, January 16, 2014 @ 16:57:10 Author: flexiondotorg Revision: 104183
archrelease: copy trunk to community-i686, community-x86_64 Added: mate-polkit/repos/community-i686/ mate-polkit/repos/community-i686/PKGBUILD (from rev 104182, mate-polkit/trunk/PKGBUILD) mate-polkit/repos/community-x86_64/ mate-polkit/repos/community-x86_64/PKGBUILD (from rev 104182, mate-polkit/trunk/PKGBUILD) ---------------------------+ community-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ community-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) Copied: mate-polkit/repos/community-i686/PKGBUILD (from rev 104182, mate-polkit/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-01-16 15:57:10 UTC (rev 104183) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer : Martin Wimpress <c...@flexion.org> +# Contributor: Giovanni Ricciardi <kar98k.sni...@gmail.com> +# Contributor: Xpander <xpand...@gmail.com> + +pkgname=mate-polkit +pkgver=1.6.1 +pkgrel=1 +pkgdesc="PolicyKit integration for the MATE desktop" +url="http://mate-desktop.org" +arch=('i686' 'x86_64') +license=('LGPL') +depends=('gtk2' 'polkit') +makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser') +options=('!emptydirs') +groups=('mate') +source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") +sha1sums=('43afbbb0a9e4c1295bdd0f788ad7effd776dccf2') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/polkit-mate \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --enable-introspection \ + --disable-static + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 104182, mate-polkit/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-01-16 15:57:10 UTC (rev 104183) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer : Martin Wimpress <c...@flexion.org> +# Contributor: Giovanni Ricciardi <kar98k.sni...@gmail.com> +# Contributor: Xpander <xpand...@gmail.com> + +pkgname=mate-polkit +pkgver=1.6.1 +pkgrel=1 +pkgdesc="PolicyKit integration for the MATE desktop" +url="http://mate-desktop.org" +arch=('i686' 'x86_64') +license=('LGPL') +depends=('gtk2' 'polkit') +makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser') +options=('!emptydirs') +groups=('mate') +source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") +sha1sums=('43afbbb0a9e4c1295bdd0f788ad7effd776dccf2') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/polkit-mate \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --enable-introspection \ + --disable-static + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}