From 0733bde1c3324855e221003bd9f2a8b05c37f9f4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 10 Jan 2023 13:54:43 +0100 Subject: xfce-base/xfdesktop: Bump to 4.19.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- xfce-base/xfdesktop/Manifest | 1 + xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 63 +++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest index 110d2360ac74..5d7dab5bea17 100644 --- a/xfce-base/xfdesktop/Manifest +++ b/xfce-base/xfdesktop/Manifest @@ -1,3 +1,4 @@ DIST xfdesktop-4.16.1.tar.bz2 1942859 BLAKE2B fa4dad67396e794426d619aa71c490a6a92cdd19c26519831062803c15185238115b731490b848626a82e1f800059acd9f49893ae79dbeb479d665acb9007209 SHA512 87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb DIST xfdesktop-4.17.2.tar.bz2 1981765 BLAKE2B b0a5d84daf3999d4ac0b700e3752d3a7e468ea4ee241c3b19ade081c01cecb4b38499abeb9e2d66ab6abb78d6ae1f43c6fca393034b1283bd19ef9fd4a366604 SHA512 13e35fb6694fd1a5566d6bbcea0cf587a48843f1a5b5c8bfcad0ed2cec856967be24dbb4655f0aa48535338803c9af984f23c1139bb3cbb6955d4295b31e0f63 DIST xfdesktop-4.18.0.tar.bz2 2136039 BLAKE2B 9bfc3726b8a5f1deb7c0b6ebe50e8e8484d76cb9e1ae7252f9d60c0d5df1cad9d2e34aeaeedacefd4ce99cd94bc87072a1acf580d0a5e2a6ac21b89b7734b921 SHA512 80ba639b5bbf3a7d14ec3e956f7ed70692de0bd0b0a4578fecde91dee825a11046b2972668f331185b4dca0c50721847f5e39f9592e5a24ecbc47733ce0b2a2c +DIST xfdesktop-4.19.0.tar.bz2 2145725 BLAKE2B 18ed97b8bb9ee769de29490383fd089eb884081c95e662350c9e0c05aa9812a4f44e8911c5bb74e026aa1fea22840245a68e1514dd6e439af8dd553c82da562c SHA512 dd8d479b7a43733dc49f692bd88ad5a290d5fa4cdbddf42be293921c750d3017e9c6671cc56ba8888a0df8d3951b0993dffa88418032ad7c68f85d8756081e40 diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild new file mode 100644 index 000000000000..21adf527c9b8 --- /dev/null +++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xdg-utils + +DESCRIPTION="Desktop manager for the Xfce desktop environment" +HOMEPAGE=" + https://docs.xfce.org/xfce/xfdesktop/start + https://gitlab.xfce.org/xfce/xfdesktop/ +" +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="X libnotify +thunar wayland" + +DEPEND=" + >=x11-libs/cairo-1.16 + >=dev-libs/glib-2.66.0 + >=x11-libs/gtk+-3.24.0:3[X?,wayland?] + x11-libs/libX11 + >=xfce-base/exo-0.11:= + >=xfce-base/garcon-0.6:= + >=xfce-base/libxfce4ui-4.13:= + >=xfce-base/libxfce4util-4.13:= + >=xfce-base/libxfce4windowing-4.19.1:= + >=xfce-base/xfconf-4.12.1:= + libnotify? ( >=x11-libs/libnotify-0.7:= ) + thunar? ( >=xfce-base/thunar-4.17.10:= ) + wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 ) +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" + +src_configure() { + local myconf=( + $(use_enable X x11) + $(use_enable wayland) + $(use_enable wayland gtk-layer-shell) + $(use_enable thunar file-icons) + $(use_enable thunar thunarx) + $(use_enable libnotify notifications) + ) + + econf "${myconf[@]}" +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} -- cgit v1.2.3-65-gdbad