diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-06-19 11:13:38 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-06-19 11:29:58 -0400 |
commit | bd1b2743e7a4e6b9bab51cc5f1f099491c716c1a (patch) | |
tree | 4694ee786972b1dfcdf9c5ec41261046789cdaed /sys-apps/xdg-desktop-portal-gnome | |
parent | net-misc/gnome-remote-desktop: Drop old versions (diff) | |
download | gentoo-bd1b2743e7a4e6b9bab51cc5f1f099491c716c1a.tar.gz gentoo-bd1b2743e7a4e6b9bab51cc5f1f099491c716c1a.tar.bz2 gentoo-bd1b2743e7a4e6b9bab51cc5f1f099491c716c1a.zip |
sys-apps/xdg-desktop-portal-gnome: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-apps/xdg-desktop-portal-gnome')
-rw-r--r-- | sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-44.1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-44.1.ebuild b/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-44.1.ebuild deleted file mode 100644 index 0a8b19e953a4..000000000000 --- a/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-44.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org meson systemd xdg - -DESCRIPTION="Backend implementation for xdg-desktop-portal using GNOME" -HOMEPAGE="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" -IUSE="wayland X" - -DEPEND=" - dev-libs/glib:2 - gnome-base/gnome-desktop:4= - gui-libs/libadwaita:1 - media-libs/fontconfig - sys-apps/dbus - >=sys-apps/xdg-desktop-portal-1.15.0 - >=sys-apps/xdg-desktop-portal-gtk-1.14.0 - gui-libs/gtk:4[wayland?,X?] - X? ( x11-libs/libX11 ) - wayland? ( dev-libs/wayland ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-util/gdbus-codegen - sys-devel/gettext - virtual/pkgconfig - - wayland? ( dev-util/wayland-scanner ) -" - -src_configure() { - local emesonargs=( - -Dsystemduserunitdir="$(systemd_get_userunitdir)" - ) - - meson_src_configure -} |