From: Mart Raudsepp Date: Sat, 28 Dec 2019 22:32:55 +0000 (+0200) Subject: sys-apps/xdg-dbus-proxy: new package, needed by webkit-gtk-2.26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0099e243ed18bb0417c8812efe500593cc973074;p=gentoo.git sys-apps/xdg-dbus-proxy: new package, needed by webkit-gtk-2.26 This will be used by webkit-gtk-2.26 for more proper sandbox security with bubblewrap and this dbus filtering proxy. Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- diff --git a/sys-apps/xdg-dbus-proxy/Manifest b/sys-apps/xdg-dbus-proxy/Manifest new file mode 100644 index 000000000000..24a0753c96ac --- /dev/null +++ b/sys-apps/xdg-dbus-proxy/Manifest @@ -0,0 +1 @@ +DIST xdg-dbus-proxy-0.1.2.tar.xz 119264 BLAKE2B 9f9fb561dd434e146636dd2e78275065c3f249b0486b1cb09ac0df2a2a9bd534f84192bb6f0f4b0627d47b9d490e3f5c10a6a4dca67d36a2465e4a971b28c64e SHA512 c76460e365778efeb1ef7cb9e479491afd1dc270680d108e7ece82b27be30bb4f958d4d218ac7d4497dcc749da25437f62119003866dcdeafcb6cea843dcbe1e diff --git a/sys-apps/xdg-dbus-proxy/metadata.xml b/sys-apps/xdg-dbus-proxy/metadata.xml new file mode 100644 index 000000000000..996e7cacd217 --- /dev/null +++ b/sys-apps/xdg-dbus-proxy/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + diff --git a/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.2.ebuild b/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.2.ebuild new file mode 100644 index 000000000000..0787541114b1 --- /dev/null +++ b/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Filtering proxy for D-Bus connections" +HOMEPAGE="https://github.com/flatpak/xdg-dbus-proxy" +SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.40:2 +" +DEPEND="${RDEPEND}" +BDEPEND=" + app-text/docbook-xsl-stylesheets + dev-libs/libxslt + virtual/pkgconfig +" + +src_configure() { + econf --enable-man +}