commit ab3af339c64757044e30a71c561a3addd24d5b96 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Sep 22 01:09:11 2019 +1000 xdg-dbus-proxy: initial import 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..86b6a7faf --- /dev/null +++ b/xdg-dbus-proxy/.signature @@ -0,0 +1,4 @@ +untrusted comment: verify with /etc/ports/opt.pub +RWSE3ohX2g5d/VKw6JWpc1ilslnaVJazgzeJpbBy7Gq0ovvK+FhLZEVQj2ZGcRbijUkyHbsGEqLacaDJ1aUBfc0MZhjDajVd4Qg= +SHA256 (Pkgfile) = 082d3e2df484a2eab7cd67d874a1c1fb3dc1e48b0909f810e9b9cb933c6ae1ce +SHA256 (xdg-dbus-proxy-0.1.1.tar.xz) = 10b71573009d0e474d246576714742389eb65bba529276524b59ff5064791ef1 diff --git a/xdg-dbus-proxy/Pkgfile b/xdg-dbus-proxy/Pkgfile new file mode 100644 index 000000000..1b05e02a7 --- /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 + +name=xdg-dbus-proxy +version=0.1.1 +release=1 +source=(https://github.com/flatpak/xdg-dbus-proxy/releases/download/$version/$name-$...) + +build() { + cd $name-$version + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +}