sys-apps/xdg-desktop-portal-xapp: add 1.1.0

Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Matthew S. Turnbull
2024-12-07 15:59:43 -05:00
committed by Sam James
parent e39bb40335
commit f79b96fb70
2 changed files with 37 additions and 0 deletions

View File

@@ -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

View File

@@ -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
}