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

Felix Yan felixonmars at archlinux.org
Tue May 19 08:33:24 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:33:23
  Author: felixonmars
Revision: 386367

archrelease: copy trunk to staging-x86_64

Added:
  xdg-dbus-proxy/repos/staging-x86_64/
  xdg-dbus-proxy/repos/staging-x86_64/PKGBUILD
    (from rev 386366, xdg-dbus-proxy/trunk/PKGBUILD)

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

Copied: xdg-dbus-proxy/repos/staging-x86_64/PKGBUILD (from rev 386366, xdg-dbus-proxy/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 08:33:23 UTC (rev 386367)
@@ -0,0 +1,24 @@
+# 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
+}
+



More information about the arch-commits mailing list