[arch-commits] Commit in pacrunner/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Jan 6 18:39:10 UTC 2020


    Date: Monday, January 6, 2020 @ 18:39:08
  Author: heftig
Revision: 372684

archrelease: copy trunk to extra-x86_64

Added:
  pacrunner/repos/extra-x86_64/PKGBUILD
    (from rev 372683, pacrunner/trunk/PKGBUILD)
Deleted:
  pacrunner/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  139 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 69 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-06 18:37:38 UTC (rev 372683)
+++ PKGBUILD	2020-01-06 18:39:08 UTC (rev 372684)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=pacrunner
-pkgver=0.14
-pkgrel=1
-pkgdesc="Proxy configuration daemon"
-arch=(x86_64)
-url="https://git.kernel.org/pub/scm/network/connman/pacrunner.git"
-license=(GPL2 LGPL2.1)
-depends=(glib2 dbus curl)
-makedepends=(git)
-_commit=531dd59c60ddbecb46eab820aa5314b4be0b7d30  # tags/0.14^0
-source=("git+https://git.kernel.org/pub/scm/network/connman/pacrunner.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --sbindir=/usr/bin \
-    --libexecdir=/usr/lib \
-    --with-dbusconfdir=/usr/share \
-    --enable-pie \
-    --enable-duktape \
-    --enable-curl
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 /dev/stdin "$pkgdir/usr/lib/systemd/system/pacrunner.service" <<END
-[Unit]
-Description=Proxy configuration daemon
-Before=network.target
-Wants=network.target
-
-[Service]
-Type=dbus
-BusName=org.pacrunner
-ExecStart=/usr/bin/pacrunner
-
-[Install]
-WantedBy=multi-user.target
-END
-
-  install -Dm644 /dev/stdin "$pkgdir/usr/share/dbus-1/system-services/org.pacrunner.service" <<END
-[D-BUS Service]
-Name=org.pacrunner
-Exec=/usr/bin/pacrunner
-User=root
-SystemdService=pacrunner.service
-END
-}
-
-# vim:set sw=2 et:

Copied: pacrunner/repos/extra-x86_64/PKGBUILD (from rev 372683, pacrunner/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-06 18:39:08 UTC (rev 372684)
@@ -0,0 +1,69 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=pacrunner
+pkgver=0.17
+pkgrel=1
+pkgdesc="Proxy configuration daemon"
+arch=(x86_64)
+url="https://git.kernel.org/pub/scm/network/connman/pacrunner.git"
+license=(GPL2 LGPL2.1)
+depends=(glib2 dbus curl)
+makedepends=(git)
+_commit=6f2ba9396ead9909c9f427651ee005834fbd05a8  # tags/0.17^0
+source=("git+https://git.kernel.org/pub/scm/network/connman/pacrunner.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --sbindir=/usr/bin \
+    --libexecdir=/usr/lib \
+    --with-dbusconfdir=/usr/share \
+    --enable-pie \
+    --enable-duktape \
+    --enable-curl
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/lib/systemd/system/pacrunner.service" <<END
+[Unit]
+Description=Proxy configuration daemon
+Before=network.target
+Wants=network.target
+
+[Service]
+Type=dbus
+BusName=org.pacrunner
+ExecStart=/usr/bin/pacrunner
+
+[Install]
+WantedBy=multi-user.target
+END
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/share/dbus-1/system-services/org.pacrunner.service" <<END
+[D-BUS Service]
+Name=org.pacrunner
+Exec=/usr/bin/pacrunner
+User=root
+SystemdService=pacrunner.service
+END
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list