commit: f79b96fb7047eecb600a83aa4efc71d8000811bc Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com> AuthorDate: Sat Dec 7 20:59:43 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 10 02:23:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79b96fb
sys-apps/xdg-desktop-portal-xapp: add 1.1.0 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com> Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/xdg-desktop-portal-xapp/Manifest | 1 + .../xdg-desktop-portal-xapp-1.1.0.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/sys-apps/xdg-desktop-portal-xapp/Manifest b/sys-apps/xdg-desktop-portal-xapp/Manifest index 1f3393b0b179..0c48e8eea889 100644 --- a/sys-apps/xdg-desktop-portal-xapp/Manifest +++ b/sys-apps/xdg-desktop-portal-xapp/Manifest @@ -1 +1,2 @@ DIST xdg-desktop-portal-xapp-1.0.9.tar.gz 90661 BLAKE2B dc7ec9ff18516a892bdbf184ae8d3730a4f2c38ba091830c55500fdf61d6bb87abcfc56638c51e42374e29957e47c3090addaad7d7167a119bfb3cd43d3d5d57 SHA512 7badd5e41e610647dcece7c5344be03816ed08a226a6667d9484e8e4560396eb8dab2140edf977d7038bf3f21ce8b8d6516bf041af9c92bf024274faf35e2037 +DIST xdg-desktop-portal-xapp-1.1.0.tar.gz 90816 BLAKE2B 8dcf2872be18dcd0c1919863a61b1c890ec511dbb09d18f0a8786bb78d2062fe99190a0ef7ceefbfd406974372a6c49b7234ba02405d2a59b2b47885c9f3556b SHA512 446e569f807462e1f6faedf814dc1f7002a1aba6bf23ccaaf69edadc9844703390125e4afffc82dccfc4e8c45c2c000acc7fa55b4fd5e041a5fa32c4c94811ec diff --git a/sys-apps/xdg-desktop-portal-xapp/xdg-desktop-portal-xapp-1.1.0.ebuild b/sys-apps/xdg-desktop-portal-xapp/xdg-desktop-portal-xapp-1.1.0.ebuild new file mode 100644 index 000000000000..c397c8b49695 --- /dev/null +++ b/sys-apps/xdg-desktop-portal-xapp/xdg-desktop-portal-xapp-1.1.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson systemd + +DESCRIPTION="Backend implementation for xdg-desktop-portal using Cinnamon/MATE/Xfce" +HOMEPAGE="https://github.com/linuxmint/xdg-desktop-portal-xapp/" +SRC_URI="https://github.com/linuxmint/xdg-desktop-portal-xapp/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + +DEPEND=" + >=dev-libs/glib-2.44:2 + >=sys-apps/xdg-desktop-portal-1.5 +" +RDEPEND=" + ${DEPEND} + sys-apps/xdg-desktop-portal-gtk + >=x11-libs/xapp-2.8.8 +" +BDEPEND=" + dev-util/gdbus-codegen + sys-devel/gettext + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + -Dsystemduserunitdir="$(systemd_get_userunitdir)" + ) + meson_src_configure +}
