Date: Sunday, February 13, 2022 @ 00:53:29 Author: heftig Revision: 437060
archrelease: copy trunk to extra-x86_64 Added: xdg-dbus-proxy/repos/extra-x86_64/PKGBUILD (from rev 437059, xdg-dbus-proxy/trunk/PKGBUILD) Deleted: xdg-dbus-proxy/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 84 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-02-13 00:53:18 UTC (rev 437059) +++ PKGBUILD 2022-02-13 00:53:29 UTC (rev 437060) @@ -1,42 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> -# Contributor: Bartłomiej Piotrowski <bpiotrow...@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 -} - Copied: xdg-dbus-proxy/repos/extra-x86_64/PKGBUILD (from rev 437059, xdg-dbus-proxy/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-02-13 00:53:29 UTC (rev 437060) @@ -0,0 +1,42 @@ +# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> +# Contributor: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> + +pkgname=xdg-dbus-proxy +pkgver=0.1.3 +pkgrel=1 +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=75667790f1412a17b152fada45adad22c5840865 # tags/0.1.3^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 +} +