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

Jan Steffens heftig at archlinux.org
Sun Oct 25 18:24:01 UTC 2015


    Date: Sunday, October 25, 2015 @ 19:24:01
  Author: heftig
Revision: 249754

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  polkit/repos/extra-i686/PKGBUILD
    (from rev 249753, polkit/trunk/PKGBUILD)
  polkit/repos/extra-i686/polkit.install
    (from rev 249753, polkit/trunk/polkit.install)
  polkit/repos/extra-x86_64/PKGBUILD
    (from rev 249753, polkit/trunk/PKGBUILD)
  polkit/repos/extra-x86_64/polkit.install
    (from rev 249753, polkit/trunk/polkit.install)
Deleted:
  polkit/repos/extra-i686/PKGBUILD
  polkit/repos/extra-i686/polkit.install
  polkit/repos/extra-x86_64/PKGBUILD
  polkit/repos/extra-x86_64/polkit.install

-----------------------------+
 /PKGBUILD                   |   76 ++++++++++++++++++++++++++++++++++++++++++
 /polkit.install             |   26 ++++++++++++++
 extra-i686/PKGBUILD         |   38 ---------------------
 extra-i686/polkit.install   |   13 -------
 extra-x86_64/PKGBUILD       |   38 ---------------------
 extra-x86_64/polkit.install |   13 -------
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-10-25 18:23:13 UTC (rev 249753)
+++ extra-i686/PKGBUILD	2015-10-25 18:24:01 UTC (rev 249754)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=polkit
-pkgver=0.113
-pkgrel=2
-pkgdesc="Application development toolkit for controlling system-wide privileges"
-arch=(i686 x86_64)
-license=(LGPL)
-url="http://www.freedesktop.org/wiki/Software/polkit"
-depends=(glib2 pam expat systemd js17)
-makedepends=(intltool gtk-doc gobject-introspection git)
-install=polkit.install
-source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('4b77776c9e4f897dcfe03b2c34198edf')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
-      --enable-libsystemd-login=yes --disable-static \
-      --enable-gtk-doc --with-os-type=redhat
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chown 102 "$pkgdir/etc/polkit-1/rules.d"
-  chown 102 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: polkit/repos/extra-i686/PKGBUILD (from rev 249753, polkit/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-10-25 18:24:01 UTC (rev 249754)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=polkit
+pkgver=0.113
+pkgrel=3
+pkgdesc="Application development toolkit for controlling system-wide privileges"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://www.freedesktop.org/wiki/Software/polkit"
+depends=(glib2 pam expat systemd js17)
+makedepends=(intltool gtk-doc gobject-introspection git)
+install=polkit.install
+source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('4b77776c9e4f897dcfe03b2c34198edf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
+      --enable-libsystemd-login=yes --disable-static \
+      --enable-gtk-doc --with-os-type=redhat
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chown root:102 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+  chmod 750      "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+}

Deleted: extra-i686/polkit.install
===================================================================
--- extra-i686/polkit.install	2015-10-25 18:23:13 UTC (rev 249753)
+++ extra-i686/polkit.install	2015-10-25 18:24:01 UTC (rev 249754)
@@ -1,13 +0,0 @@
-post_install() {
-  getent group polkitd >/dev/null || groupadd -g 102 polkitd
-  getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g polkitd -G proc -d '/' -s /usr/bin/nologin polkitd
-  passwd -l polkitd &>/dev/null
-}
-
-post_upgrade() {
-  post_install
-
-  if (( $(vercmp $2 0.113-2) < 0 )); then
-    usermod -aG proc -s /usr/bin/nologin polkitd
-  fi
-}

Copied: polkit/repos/extra-i686/polkit.install (from rev 249753, polkit/trunk/polkit.install)
===================================================================
--- extra-i686/polkit.install	                        (rev 0)
+++ extra-i686/polkit.install	2015-10-25 18:24:01 UTC (rev 249754)
@@ -0,0 +1,13 @@
+post_install() {
+  getent group polkitd >/dev/null || groupadd -g 102 polkitd
+  getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g polkitd -G proc -d '/' -s /usr/bin/nologin polkitd
+  passwd -l polkitd &>/dev/null
+}
+
+post_upgrade() {
+  post_install
+
+  if (( $(vercmp $2 0.113-2) < 0 )); then
+    usermod -aG proc -s /usr/bin/nologin polkitd
+  fi
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-10-25 18:23:13 UTC (rev 249753)
+++ extra-x86_64/PKGBUILD	2015-10-25 18:24:01 UTC (rev 249754)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=polkit
-pkgver=0.113
-pkgrel=2
-pkgdesc="Application development toolkit for controlling system-wide privileges"
-arch=(i686 x86_64)
-license=(LGPL)
-url="http://www.freedesktop.org/wiki/Software/polkit"
-depends=(glib2 pam expat systemd js17)
-makedepends=(intltool gtk-doc gobject-introspection git)
-install=polkit.install
-source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('4b77776c9e4f897dcfe03b2c34198edf')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
-      --enable-libsystemd-login=yes --disable-static \
-      --enable-gtk-doc --with-os-type=redhat
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chown 102 "$pkgdir/etc/polkit-1/rules.d"
-  chown 102 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: polkit/repos/extra-x86_64/PKGBUILD (from rev 249753, polkit/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-10-25 18:24:01 UTC (rev 249754)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=polkit
+pkgver=0.113
+pkgrel=3
+pkgdesc="Application development toolkit for controlling system-wide privileges"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://www.freedesktop.org/wiki/Software/polkit"
+depends=(glib2 pam expat systemd js17)
+makedepends=(intltool gtk-doc gobject-introspection git)
+install=polkit.install
+source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('4b77776c9e4f897dcfe03b2c34198edf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
+      --enable-libsystemd-login=yes --disable-static \
+      --enable-gtk-doc --with-os-type=redhat
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chown root:102 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+  chmod 750      "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+}

Deleted: extra-x86_64/polkit.install
===================================================================
--- extra-x86_64/polkit.install	2015-10-25 18:23:13 UTC (rev 249753)
+++ extra-x86_64/polkit.install	2015-10-25 18:24:01 UTC (rev 249754)
@@ -1,13 +0,0 @@
-post_install() {
-  getent group polkitd >/dev/null || groupadd -g 102 polkitd
-  getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g polkitd -G proc -d '/' -s /usr/bin/nologin polkitd
-  passwd -l polkitd &>/dev/null
-}
-
-post_upgrade() {
-  post_install
-
-  if (( $(vercmp $2 0.113-2) < 0 )); then
-    usermod -aG proc -s /usr/bin/nologin polkitd
-  fi
-}

Copied: polkit/repos/extra-x86_64/polkit.install (from rev 249753, polkit/trunk/polkit.install)
===================================================================
--- extra-x86_64/polkit.install	                        (rev 0)
+++ extra-x86_64/polkit.install	2015-10-25 18:24:01 UTC (rev 249754)
@@ -0,0 +1,13 @@
+post_install() {
+  getent group polkitd >/dev/null || groupadd -g 102 polkitd
+  getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g polkitd -G proc -d '/' -s /usr/bin/nologin polkitd
+  passwd -l polkitd &>/dev/null
+}
+
+post_upgrade() {
+  post_install
+
+  if (( $(vercmp $2 0.113-2) < 0 )); then
+    usermod -aG proc -s /usr/bin/nologin polkitd
+  fi
+}



More information about the arch-commits mailing list