[arch-commits] Commit in xdg-dbus-proxy/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat May 15 21:55:27 UTC 2021


    Date: Saturday, May 15, 2021 @ 21:55:27
  Author: heftig
Revision: 415573

archrelease: copy trunk to extra-x86_64

Added:
  xdg-dbus-proxy/repos/extra-x86_64/PKGBUILD
    (from rev 415572, xdg-dbus-proxy/trunk/PKGBUILD)
Deleted:
  xdg-dbus-proxy/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 42 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-15 21:55:12 UTC (rev 415572)
+++ PKGBUILD	2021-05-15 21:55:27 UTC (rev 415573)
@@ -1,24 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=xdg-dbus-proxy
-pkgver=0.1.2
-pkgrel=2
-pkgdesc='D-Bus proxy'
-arch=(x86_64)
-url='https://github.com/flatpak/xdg-dbus-proxy'
-license=(LGPL2.1)
-depends=(glib2)
-source=($url/releases/download/$pkgver/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('1749d6f9f46dcc9edc87725641cf56cf91dcad1b01707891ea0850c1000c520f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: xdg-dbus-proxy/repos/extra-x86_64/PKGBUILD (from rev 415572, xdg-dbus-proxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-15 21:55:27 UTC (rev 415573)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=xdg-dbus-proxy
+pkgver=0.1.2
+pkgrel=3
+pkgdesc="Filtering proxy for D-Bus connections"
+url="https://github.com/flatpak/xdg-dbus-proxy"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 dbus)
+makedepends=(git autoconf-archive docbook-xsl)
+_commit=9f6c5624f0dd57a8e301cd84c5525298bb754ed8  # tags/0.1.2^0
+source=("git+$url#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
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list