From fa8171515f3ef666764e1ea2ae95bd352a502ad0 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Mon, 9 Nov 2020 22:22:58 +1100 Subject: [PATCH] xdg-dbus-proxy: opt -> contrib --- xdg-dbus-proxy/.footprint | 7 +++++++ xdg-dbus-proxy/.signature | 5 +++++ xdg-dbus-proxy/Pkgfile | 17 +++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 xdg-dbus-proxy/.footprint create mode 100644 xdg-dbus-proxy/.signature create mode 100644 xdg-dbus-proxy/Pkgfile 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 +}