diff --git a/xfce-extra/xfce4-places-plugin/Manifest b/xfce-extra/xfce4-places-plugin/Manifest index 08528f3753650..4e89a3f871851 100644 --- a/xfce-extra/xfce4-places-plugin/Manifest +++ b/xfce-extra/xfce4-places-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-places-plugin-1.8.4.tar.bz2 452904 BLAKE2B b0a331ce87cbd170c8fbec0b2e772901550efea982bec29e3a70d72c5905c278834b4b595497720e02e1c1dee6de05dce0aeb8f316fc892ffd781991973f81e2 SHA512 41c9386989ad18fd6b3e30779c964b13db2c03c60de573397109ff745cde52e0fc4965dae365b3aac5e5ad72cf64144268621fcda5485c7b6d65de673d886fe9 +DIST xfce4-places-plugin-1.9.0.tar.xz 91372 BLAKE2B 34880812c28ffc961e429d81ec281d15aa7473193ce3f0c2b8cb6a6cb75293689ef4d1faa0ddfd6a2eb0f5ea93512abd2058f1f0c589a7f5d92dccad93998c1a SHA512 f8553a7639a4d360e6c555603ad0430d7264668fa8afd068562becaf4aad407c7cb38f9a26fb1688755300bee01f731431637938651aa62d65f3557e381aa0bf diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.9.0.ebuild b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.9.0.ebuild new file mode 100644 index 0000000000000..97438694b62c5 --- /dev/null +++ b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.9.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="A panel plug-in to provide quick access to files, folders and removable media" +HOMEPAGE=" + https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin + https://gitlab.xfce.org/panel-plugins/xfce4-places-plugin/ +" +SRC_URI=" + https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.xz +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="libnotify" + +# TODO: remove exo when we depend on libxfce4ui >= 4.21.0 +DEPEND=" + >=dev-libs/glib-2.50:2 + >=x11-libs/gtk+-3.22:3 + x11-libs/libX11:= + >=xfce-base/exo-4.16.0:= + >=xfce-base/libxfce4ui-4.16.0:= + >=xfce-base/libxfce4util-4.16.0:= + >=xfce-base/xfce4-panel-4.16.0:= + >=xfce-base/xfconf-4.16.0:= + libnotify? ( >=x11-libs/libnotify-0.7.0:= ) +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + $(meson_feature libnotify) + ) + + meson_src_configure +}