diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,4 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Jacob Alzén + - Email: jacob.alzen@gmail.com diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,5 @@ +libc.so.6 +libgio-2.0.so.0 +libglib-2.0.so.0 +libgobject-2.0.so.0 +libpthread.so.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,18 @@ +name : xdg-dbus-proxy +version : 0.1.2 +release : 1 +source : + - https://github.com/flatpak/xdg-dbus-proxy/releases/download/0.1.2/xdg-dbus-proxy-0.1.2.tar.xz : 1749d6f9f46dcc9edc87725641cf56cf91dcad1b01707891ea0850c1000c520f +license : LGPL-2.1-or-later +component : security +summary : Filtering proxy for D-Bus connections. +description: | + xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally part of the flatpak project, but it has been broken out as a standalone module to facilitate using it in other contexts. +builddeps : + - docbook-xml +setup : | + %configure +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + xdg-dbus-proxy + + Jacob Alzén + jacob.alzen@gmail.com + + LGPL-2.1-or-later + security + Filtering proxy for D-Bus connections. + xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally part of the flatpak project, but it has been broken out as a standalone module to facilitate using it in other contexts. + + https://getsol.us/sources/README.Solus + + + xdg-dbus-proxy + Filtering proxy for D-Bus connections. + xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally part of the flatpak project, but it has been broken out as a standalone module to facilitate using it in other contexts. + + security + + /usr/bin/xdg-dbus-proxy + /usr/share/man/man1/xdg-dbus-proxy.1 + + + + + 2019-11-30 + 0.1.2 + Packaging update + Jacob Alzén + jacob.alzen@gmail.com + + + \ No newline at end of file