[arch-commits] Commit in polkit/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-09-25 Thread Antonio Rojas via arch-commits
Date: Friday, September 25, 2020 @ 11:15:12
  Author: arojas
Revision: 396553

archrelease: copy trunk to testing-x86_64

Added:
  polkit/repos/testing-x86_64/
  polkit/repos/testing-x86_64/PKGBUILD
(from rev 396552, polkit/trunk/PKGBUILD)

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

Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 396552, 
polkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-25 11:15:12 UTC (rev 396553)
@@ -0,0 +1,59 @@
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.118
+pkgrel=1
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(x86_64)
+license=(LGPL)
+url="https://www.freedesktop.org/wiki/Software/polkit/;
+depends=(glib2 pam expat systemd js78)
+makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive)
+backup=(etc/pam.d/polkit-1)
+_commit=ff4c2144f0fb1325275887d9e254117fcd8a1b52
+source=("git+https://gitlab.freedesktop.org/polkit/polkit.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc --with-os-type=redhat
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install \
+  dbusconfdir=/usr/share/dbus-1/system.d \
+  rulesdir=/usr/share/polkit-1/rules.d
+
+  install -d -o root -g 102 -m 750 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf" <

[arch-commits] Commit in polkit/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-08-03 Thread Antonio Rojas via arch-commits
Date: Monday, August 3, 2020 @ 07:51:34
  Author: arojas
Revision: 393080

archrelease: copy trunk to testing-x86_64

Added:
  polkit/repos/testing-x86_64/
  polkit/repos/testing-x86_64/PKGBUILD
(from rev 393079, polkit/trunk/PKGBUILD)

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

Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 393079, 
polkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-03 07:51:34 UTC (rev 393080)
@@ -0,0 +1,59 @@
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.117
+pkgrel=1
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(x86_64)
+license=(LGPL)
+url="https://www.freedesktop.org/wiki/Software/polkit/;
+depends=(glib2 pam expat systemd js68)
+makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive)
+backup=(etc/pam.d/polkit-1)
+_commit=585f4f2715639394e36319d4918389d26e250e7b
+source=("git+https://gitlab.freedesktop.org/polkit/polkit.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc --with-os-type=redhat
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install \
+  dbusconfdir=/usr/share/dbus-1/system.d \
+  rulesdir=/usr/share/polkit-1/rules.d
+
+  install -d -o root -g 102 -m 750 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf" <

[arch-commits] Commit in polkit/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:42:18
  Author: heftig
Revision: 363747

archrelease: copy trunk to testing-x86_64

Added:
  polkit/repos/testing-x86_64/
  polkit/repos/testing-x86_64/PKGBUILD
(from rev 363746, polkit/trunk/PKGBUILD)

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

Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 363746, 
polkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-04 00:42:18 UTC (rev 363747)
@@ -0,0 +1,58 @@
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.116
+pkgrel=3
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(x86_64)
+license=(LGPL)
+url="https://www.freedesktop.org/wiki/Software/polkit/;
+depends=(glib2 pam expat systemd js60)
+makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive)
+_commit=941e9329f8d3d43ace8335d206365b212824e686  # tags/0.116
+source=("git+https://gitlab.freedesktop.org/polkit/polkit.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc --with-os-type=redhat
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install \
+  dbusconfdir=/usr/share/dbus-1/system.d \
+  rulesdir=/usr/share/polkit-1/rules.d
+
+  install -d -o root -g 102 -m 750 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf" <

[arch-commits] Commit in polkit/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-05-30 Thread Jan Steffens via arch-commits
Date: Thursday, May 30, 2019 @ 14:49:04
  Author: heftig
Revision: 354535

archrelease: copy trunk to testing-x86_64

Added:
  polkit/repos/testing-x86_64/
  polkit/repos/testing-x86_64/PKGBUILD
(from rev 354533, polkit/trunk/PKGBUILD)

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

Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 354533, 
polkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-05-30 14:49:04 UTC (rev 354535)
@@ -0,0 +1,56 @@
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.116
+pkgrel=2
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(x86_64)
+license=(LGPL)
+url="https://www.freedesktop.org/wiki/Software/polkit/;
+depends=(glib2 pam expat systemd js60)
+makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive)
+_commit=941e9329f8d3d43ace8335d206365b212824e686  # tags/0.116
+source=("git+https://gitlab.freedesktop.org/polkit/polkit.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc --with-os-type=redhat
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -d -o root -g 102 -m 750 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf" <

[arch-commits] Commit in polkit/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-05-16 Thread Antonio Rojas via arch-commits
Date: Thursday, May 16, 2019 @ 15:27:19
  Author: arojas
Revision: 353464

archrelease: copy trunk to testing-x86_64

Added:
  polkit/repos/testing-x86_64/
  polkit/repos/testing-x86_64/PKGBUILD
(from rev 353463, polkit/trunk/PKGBUILD)

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

Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 353463, 
polkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-05-16 15:27:19 UTC (rev 353464)
@@ -0,0 +1,56 @@
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.116
+pkgrel=1
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(x86_64)
+license=(LGPL)
+url="https://www.freedesktop.org/wiki/Software/polkit/;
+depends=(glib2 pam expat systemd js60)
+makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive)
+_commit=941e9329f8d3d43ace8335d206365b212824e686  # tags/0.116
+source=("git+https://gitlab.freedesktop.org/polkit/polkit.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc --with-os-type=redhat
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -d -o root -g 102 -m 750 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf" <

[arch-commits] Commit in polkit/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-12-13 Thread Jan Steffens via arch-commits
Date: Thursday, December 13, 2018 @ 09:23:34
  Author: heftig
Revision: 341631

archrelease: copy trunk to testing-x86_64

Added:
  polkit/repos/testing-x86_64/
  polkit/repos/testing-x86_64/PKGBUILD
(from rev 341630, polkit/trunk/PKGBUILD)

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

Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 341630, 
polkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-13 09:23:34 UTC (rev 341631)
@@ -0,0 +1,56 @@
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.115+24+g5230646
+pkgrel=1
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(x86_64)
+license=(LGPL)
+url="https://www.freedesktop.org/wiki/Software/polkit/;
+depends=(glib2 pam expat systemd js52)
+makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive)
+_commit=5230646dc6876ef6e27f57926b1bad348f636147  # master
+source=("git+https://gitlab.freedesktop.org/polkit/polkit.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc --with-os-type=redhat
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -d -o root -g 102 -m 750 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf" <

[arch-commits] Commit in polkit/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-08-23 Thread Jan de Groot via arch-commits
Date: Thursday, August 23, 2018 @ 22:13:06
  Author: jgc
Revision: 332894

archrelease: copy trunk to testing-x86_64

Added:
  polkit/repos/testing-x86_64/
  polkit/repos/testing-x86_64/PKGBUILD
(from rev 332893, polkit/trunk/PKGBUILD)

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

Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 332893, 
polkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-23 22:13:06 UTC (rev 332894)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.115+3+g8638ec5
+pkgrel=1
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(x86_64)
+license=(LGPL)
+url="https://www.freedesktop.org/wiki/Software/polkit/;
+depends=(glib2 pam expat systemd js52)
+makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive)
+_commit=8638ec5cd534dcc616b68e5b0744c493c0c71dc9  # master~2
+source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 373705b35e7f6c7dc83de5e0a3ce11ecd15d0409
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc --with-os-type=redhat
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -d -o root -g 102 -m 750 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf" <

[arch-commits] Commit in polkit/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-04-05 Thread Jan de Groot via arch-commits
Date: Thursday, April 5, 2018 @ 22:33:30
  Author: jgc
Revision: 321001

archrelease: copy trunk to testing-x86_64

Added:
  polkit/repos/testing-x86_64/
  polkit/repos/testing-x86_64/PKGBUILD
(from rev 321000, polkit/trunk/PKGBUILD)

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

Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 321000, 
polkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-05 22:33:30 UTC (rev 321001)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.114
+pkgrel=1
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(x86_64)
+license=(LGPL)
+url="https://www.freedesktop.org/wiki/Software/polkit/;
+depends=(glib2 pam expat systemd js52)
+makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive)
+_commit=ed06baed179166389d536420a6fc532781d48178  # tags/0.114^0
+source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 373705b35e7f6c7dc83de5e0a3ce11ecd15d0409
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc --with-os-type=redhat
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -d -o root -g 102 -m 750 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf" <