[arch-commits] Commit in mate-polkit/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, February 25, 2020 @ 19:53:46 Author: cesura Revision: 581966 archrelease: copy trunk to community-x86_64 Added: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 581965, mate-polkit/trunk/PKGBUILD) Deleted: mate-polkit/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-02-25 19:53:39 UTC (rev 581965) +++ PKGBUILD2020-02-25 19:53:46 UTC (rev 581966) @@ -1,37 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-polkit -pkgver=1.22.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=('c0cb8a2bb01e3afcbd56557563491ecf7fa8dad6e419a7a1e01b52d7c3b1280b') - -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 -} Copied: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 581965, mate-polkit/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-02-25 19:53:46 UTC (rev 581966) @@ -0,0 +1,37 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-polkit +pkgver=1.24.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' 'gettext') +makedepends=('accountsservice' 'gobject-introspection') +conflicts=('mate-polkit-gtk3') +replaces=('mate-polkit-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('76bf1133a22d0772bff02c34d6178ef73826a400415294541f9e6f4b3f5ea090') + +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 +}
[arch-commits] Commit in mate-polkit/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, March 30, 2019 @ 03:09:26 Author: cesura Revision: 446215 archrelease: copy trunk to community-x86_64 Added: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 446214, mate-polkit/trunk/PKGBUILD) Deleted: mate-polkit/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-30 03:08:45 UTC (rev 446214) +++ PKGBUILD2019-03-30 03:09:26 UTC (rev 446215) @@ -1,37 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-polkit -pkgver=1.20.2 -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=('d9ab359517151a1884e59f05a0b24d1eda3b7755ff3c4c6eb53ef6bc958e527d') - -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 -} Copied: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 446214, mate-polkit/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-30 03:09:26 UTC (rev 446215) @@ -0,0 +1,37 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-polkit +pkgver=1.22.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=('c0cb8a2bb01e3afcbd56557563491ecf7fa8dad6e419a7a1e01b52d7c3b1280b') + +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 +}
[arch-commits] Commit in mate-polkit/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Thursday, January 10, 2019 @ 09:39:36 Author: cesura Revision: 421532 archrelease: copy trunk to community-x86_64 Added: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 421531, mate-polkit/trunk/PKGBUILD) Deleted: mate-polkit/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-01-10 09:39:14 UTC (rev 421531) +++ PKGBUILD2019-01-10 09:39:36 UTC (rev 421532) @@ -1,37 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-polkit -pkgver=1.20.1 -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=('53d3249a0abbcb6eacccbf7898f113e546c8ca0fc683b81ab8e90e907e99e615') - -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 -} Copied: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 421531, mate-polkit/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-01-10 09:39:36 UTC (rev 421532) @@ -0,0 +1,37 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-polkit +pkgver=1.20.2 +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=('d9ab359517151a1884e59f05a0b24d1eda3b7755ff3c4c6eb53ef6bc958e527d') + +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 +}
[arch-commits] Commit in mate-polkit/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:55:37 Author: cesura Revision: 361132 archrelease: copy trunk to community-x86_64 Added: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 361131, mate-polkit/trunk/PKGBUILD) Deleted: mate-polkit/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 18:55:15 UTC (rev 361131) +++ PKGBUILD2018-07-17 18:55:37 UTC (rev 361132) @@ -1,37 +0,0 @@ -# Maintainer: -# Contributor: Martin Wimpress - -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 -} Copied: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 361131, mate-polkit/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 18:55:37 UTC (rev 361132) @@ -0,0 +1,37 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-polkit +pkgver=1.20.1 +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=('53d3249a0abbcb6eacccbf7898f113e546c8ca0fc683b81ab8e90e907e99e615') + +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 +}
[arch-commits] Commit in mate-polkit/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Sunday, November 19, 2017 @ 00:09:26 Author: arojas Revision: 267378 archrelease: copy trunk to community-x86_64 Added: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 267377, mate-polkit/trunk/PKGBUILD) Deleted: mate-polkit/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 73 ++--- 1 file changed, 37 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-11-19 00:08:29 UTC (rev 267377) +++ PKGBUILD2017-11-19 00:09:26 UTC (rev 267378) @@ -1,36 +0,0 @@ -# Contributor: Martin Wimpress - -pkgname=mate-polkit -pkgver=1.18.1 -pkgrel=1 -pkgdesc="PolicyKit integration for the MATE desktop" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('LGPL') -groups=('mate') -depends=('gtk3' 'polkit') -makedepends=('accountsservice' 'gobject-introspection' 'intltool') -conflicts=('mate-polkit-gtk3') -replaces=('mate-polkit-gtk3') -source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('020d770adb42e7b60a74c5253769491860e0b792') - -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 -} Copied: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 267377, mate-polkit/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-11-19 00:09:26 UTC (rev 267378) @@ -0,0 +1,37 @@ +# Maintainer: +# Contributor: Martin Wimpress + +pkgname=mate-polkit +pkgver=1.18.2 +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=('6dc987edfa6239ded5edc8a472a19a77839348519cf24cd968019420f9a1bd06') + +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 +}