summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-10-10 20:49:08 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-10-10 20:55:12 +0200
commitdfa937be3d9458172faa983953d015e38d87fdf7 (patch)
tree2a4722ccc79cd8389c37d10c0e36b856a60696b5 /sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.7.1_pre.ebuild
parentnet-misc/minissdpd: Use verify-sig.eclass (diff)
downloadgentoo-dfa937be3d9458172faa983953d015e38d87fdf7.tar.gz
gentoo-dfa937be3d9458172faa983953d015e38d87fdf7.tar.bz2
gentoo-dfa937be3d9458172faa983953d015e38d87fdf7.zip
sys-apps/xdg-desktop-portal-gtk: bump to v1.8.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.7.1_pre.ebuild')
-rw-r--r--sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.7.1_pre.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.7.1_pre.ebuild b/sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.7.1_pre.ebuild
deleted file mode 100644
index ed07582361da..000000000000
--- a/sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.7.1_pre.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools systemd
-
-MY_PV="${PV//_pre*}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="portal backend implementation that is using GTK+ and various pieces of GNOME"
-HOMEPAGE="https://flatpak.org/ https://github.com/flatpak/xdg-desktop-portal-gtk"
-SRC_URI="https://github.com/flatpak/${PN}/releases/download/${MY_PV}/${MY_P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE="wayland X"
-
-BDEPEND="
- dev-util/gdbus-codegen
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-DEPEND="
- dev-libs/glib:2
- gnome-base/gnome-desktop:3=
- media-libs/fontconfig
- sys-apps/dbus
- >=sys-apps/xdg-desktop-portal-1.7
- x11-libs/cairo[X?]
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3[wayland?,X?]
-"
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- local myeconfargs=(
- --with-systemduserunitdir="$(systemd_get_userunitdir)"
- )
-
- econf "${myeconfargs[@]}"
-}