summaryrefslogtreecommitdiff
path: root/xdg-dbus-proxy
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2020-11-09 22:22:58 +1100
committerDanny Rawlins <contact@romster.me>2020-11-09 22:22:58 +1100
commitfa8171515f3ef666764e1ea2ae95bd352a502ad0 (patch)
tree809806aa09f355e2f5ae98638f76ba01b00fa69b /xdg-dbus-proxy
parentac04fb465f3fcc22a3e0f89b49e70fc25ba659c4 (diff)
downloadcontrib-fa8171515f3ef666764e1ea2ae95bd352a502ad0.tar.gz
contrib-fa8171515f3ef666764e1ea2ae95bd352a502ad0.tar.xz
xdg-dbus-proxy: opt -> contrib
Diffstat (limited to 'xdg-dbus-proxy')
-rw-r--r--xdg-dbus-proxy/.footprint7
-rw-r--r--xdg-dbus-proxy/.signature5
-rw-r--r--xdg-dbus-proxy/Pkgfile17
3 files changed, 29 insertions, 0 deletions
diff --git a/xdg-dbus-proxy/.footprint b/xdg-dbus-proxy/.footprint
new file mode 100644
index 000000000..c022c7a01
--- /dev/null
+++ b/xdg-dbus-proxy/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xdg-dbus-proxy
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/xdg-dbus-proxy.1.gz
diff --git a/xdg-dbus-proxy/.signature b/xdg-dbus-proxy/.signature
new file mode 100644
index 000000000..be7c94c45
--- /dev/null
+++ b/xdg-dbus-proxy/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF342yv8Ngc/SDBZ2X+1ihwu85iiCda9DlzvxvcNWCf4ZGz3Z/dQEySkl/dR9IIWvNhtkttQiHsdJUiFk7VfxMhQY=
+SHA256 (Pkgfile) = d7af70ba8ffa0a0311ea3dea47757e525ebb9143fbb7ff5ce14def601646b1e9
+SHA256 (.footprint) = cae13179fb579c50dac65b2344315a515ad9ac3a38a736f93644aa4b5d1a0dc6
+SHA256 (xdg-dbus-proxy-0.1.2.tar.xz) = 1749d6f9f46dcc9edc87725641cf56cf91dcad1b01707891ea0850c1000c520f
diff --git a/xdg-dbus-proxy/Pkgfile b/xdg-dbus-proxy/Pkgfile
new file mode 100644
index 000000000..0c69f3add
--- /dev/null
+++ b/xdg-dbus-proxy/Pkgfile
@@ -0,0 +1,17 @@
+# Description: D-Bus proxy
+# URL: https://github.com/flatpak/xdg-dbus-proxy
+# Maintainer: Danny Rawlins, crux at romster dot me
+# Depends on: glib docbook-xsl
+
+name=xdg-dbus-proxy
+version=0.1.2
+release=1
+source=(https://github.com/flatpak/xdg-dbus-proxy/releases/download/$version/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit