logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

xdg-dbus-proxy-0.1.2.ebuild (654B)


  1. # Copyright 2018-2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. DESCRIPTION="filtering proxy for D-Bus connections"
  5. HOMEPAGE="https://github.com/flatpak/xdg-dbus-proxy"
  6. LICENSE="LGPL-2.1"
  7. SRC_URI="https://github.com/flatpak/xdg-dbus-proxy/releases/download/${PV}/${P}.tar.xz"
  8. SLOT="0"
  9. KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
  10. DEPEND="
  11. >=dev-libs/glib-2.40
  12. dev-libs/libxslt
  13. "
  14. RDEPEND="${DEPEND}"
  15. PATCHES=( "${FILESDIR}/xdg-dbus-proxy-0.1.2_temp_failure_retry.patch" )
  16. src_configure() {
  17. econf --enable-man
  18. }