[arch-commits] Commit in mate-polkit/repos (2 files)

Antonio Rojas arojas at archlinux.org
Fri Feb 9 07:34:11 UTC 2018


    Date: Friday, February 9, 2018 @ 07:34:10
  Author: arojas
Revision: 290435

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-polkit/repos/community-staging-x86_64/
  mate-polkit/repos/community-staging-x86_64/PKGBUILD
    (from rev 290434, mate-polkit/trunk/PKGBUILD)

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

Copied: mate-polkit/repos/community-staging-x86_64/PKGBUILD (from rev 290434, mate-polkit/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-02-09 07:34:10 UTC (rev 290435)
@@ -0,0 +1,37 @@
+# Maintainer:
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-polkit
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="PolicyKit integration for the MATE desktop"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('LGPL')
+groups=('mate')
+depends=('gtk3' 'polkit')
+makedepends=('accountsservice' 'gobject-introspection' 'intltool')
+conflicts=('mate-polkit-gtk3')
+replaces=('mate-polkit-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('242988d0033f878b967dea5ad380cc7cb49910b9b2ea33e95061bf3062cd8101')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --enable-introspection
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list