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

Jan Steffens heftig at gemini.archlinux.org
Fri May 13 14:30:39 UTC 2022


    Date: Friday, May 13, 2022 @ 14:30:38
  Author: heftig
Revision: 445396

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   81 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 39 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-13 14:29:39 UTC (rev 445395)
+++ PKGBUILD	2022-05-13 14:30:38 UTC (rev 445396)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at 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
-}
-

Copied: xdg-dbus-proxy/repos/extra-x86_64/PKGBUILD (from rev 445395, xdg-dbus-proxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-13 14:30:38 UTC (rev 445396)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=xdg-dbus-proxy
+pkgver=0.1.4
+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 meson docbook-xsl)
+options=(debug)
+_commit=6bfe8c32ab23f8c1d80af7a70b3d318a79a17652  # tags/0.1.4^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+



More information about the arch-commits mailing list