diff options
author | Matthew S. Turnbull <sparky@bluefang-logic.com> | 2024-09-26 20:38:53 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-27 01:55:55 -0400 |
commit | 6d732c90e308b5a832271dccc06482585af93bbc (patch) | |
tree | 6246ccdd8eb2cccfcbae00bc7c94ff7a7ffcab2c | |
parent | gnome-extra/cinnamon-desktop: drop 6.0.0 (diff) | |
download | gentoo-6d732c90e308b5a832271dccc06482585af93bbc.tar.gz gentoo-6d732c90e308b5a832271dccc06482585af93bbc.tar.bz2 gentoo-6d732c90e308b5a832271dccc06482585af93bbc.zip |
sys-apps/xdg-desktop-portal-xapp: drop 1.0.4
Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com>
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
-rw-r--r-- | sys-apps/xdg-desktop-portal-xapp/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/xdg-desktop-portal-xapp/xdg-desktop-portal-xapp-1.0.4.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/sys-apps/xdg-desktop-portal-xapp/Manifest b/sys-apps/xdg-desktop-portal-xapp/Manifest index 8676234b34c7..1f3393b0b179 100644 --- a/sys-apps/xdg-desktop-portal-xapp/Manifest +++ b/sys-apps/xdg-desktop-portal-xapp/Manifest @@ -1,2 +1 @@ -DIST xdg-desktop-portal-xapp-1.0.4.tar.gz 88429 BLAKE2B 7f45a252a5c0dd433238a58012c65369240e7974a93d3d2b5b73bdbc91509480977ad1ce381a6f4ee3a0c87bfabd11ce87bf99839018811a84378e54be1ef36f SHA512 3f861473a763c37a1af95e3beb13c3364a04f557310d5a6520845bc754941149eb3d80a4e2893699715ff11b135edb2859f6349b6aa6fbe0aa1e173263e22dba DIST xdg-desktop-portal-xapp-1.0.9.tar.gz 90661 BLAKE2B dc7ec9ff18516a892bdbf184ae8d3730a4f2c38ba091830c55500fdf61d6bb87abcfc56638c51e42374e29957e47c3090addaad7d7167a119bfb3cd43d3d5d57 SHA512 7badd5e41e610647dcece7c5344be03816ed08a226a6667d9484e8e4560396eb8dab2140edf977d7038bf3f21ce8b8d6516bf041af9c92bf024274faf35e2037 diff --git a/sys-apps/xdg-desktop-portal-xapp/xdg-desktop-portal-xapp-1.0.4.ebuild b/sys-apps/xdg-desktop-portal-xapp/xdg-desktop-portal-xapp-1.0.4.ebuild deleted file mode 100644 index 3bc1d0baddad..000000000000 --- a/sys-apps/xdg-desktop-portal-xapp/xdg-desktop-portal-xapp-1.0.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 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.1 -" -BDEPEND=" - dev-util/gdbus-codegen - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - -Dsystemduserunitdir="$(systemd_get_userunitdir)" - ) - meson_src_configure -} |