summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2013-11-13 12:21:56 +0000
committerMartin Wimpress <[email protected]>2013-11-13 12:21:56 +0000
commit663961849d696d1ebc6cb3b44042c1e804dc0978 (patch)
tree10c1c20e15c6f0bc0832256a3f804931029bd2b7
parentdda2e15997eed6ebca2a7bdca4ce78d21a89f69e (diff)
downloadmate-polkit-663961849d696d1ebc6cb3b44042c1e804dc0978.tar.bz2
mate-polkit-663961849d696d1ebc6cb3b44042c1e804dc0978.tar.xz
Remove distro folder.
-rw-r--r--distro/archlinux/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD
deleted file mode 100644
index 20ecef4..0000000
--- a/distro/archlinux/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-pkgname=mate-polkit
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="PolicyKit integration for the MATE desktop"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/wiki/Software/PolicyKit"
-license=('LGPL')
-depends=('polkit>=0.101' 'gtk2')
-makedepends=('intltool' 'gobject-introspection')
-options=('!emptydirs' '!libtool')
-source=()
-sha256sums=()
-url="http://matsusoft.com.ar/projects/mate/"
-groups=('mate')
-
-build() {
- cd "${srcdir}/../../../"
- ./autogen.sh \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --libexecdir=/usr/lib/polkit-mate \
- --disable-static || return 1
- make || return 1
-}
-
-package() {
- cd "${srcdir}/../../../"
- make DESTDIR="${pkgdir}" install || return 1
-}