From 541eca7cf7b9950f0adaaf9158f94c76ba0aedc9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 8 Oct 2022 19:30:29 +0100 Subject: gentoo auto-resync : 08:10:2022 - 19:30:29 --- xfce-base/thunar-volman/Manifest | 3 ++ xfce-base/thunar-volman/metadata.xml | 8 ++++ .../thunar-volman/thunar-volman-4.16.0.ebuild | 47 ++++++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 xfce-base/thunar-volman/Manifest create mode 100644 xfce-base/thunar-volman/metadata.xml create mode 100644 xfce-base/thunar-volman/thunar-volman-4.16.0.ebuild (limited to 'xfce-base/thunar-volman') diff --git a/xfce-base/thunar-volman/Manifest b/xfce-base/thunar-volman/Manifest new file mode 100644 index 000000000000..9ae8ec96f1b9 --- /dev/null +++ b/xfce-base/thunar-volman/Manifest @@ -0,0 +1,3 @@ +DIST thunar-volman-4.16.0.tar.bz2 501194 BLAKE2B 3d2fce7bb9a52a950ab84fa9986387af01d7d55864bd8fc1a3051ab406c99648b4ba21d018e806baa07ec1ac7e2bc798eb402b1c0e115e52b58ccdbda0ca4c5f SHA512 33b7561e55491b793aa634dfa0b108788286e6b7a2f60a781b8ba10f73de74630520736ae99c4db66ae2da562a82bb1a6bdacd8307d6d452f26e647da6471af8 +EBUILD thunar-volman-4.16.0.ebuild 1046 BLAKE2B 8976f7e52bc6766e18748e5058cfdc5b8a65e7371aa0e78e0ad78c426e78c5ac4b7978ac50e759527c7706e71cc09a6611edb7190f168d7b51ed8dec9d71f450 SHA512 a803c7ce7ef1b5c7c17b9e3577afcd6c66321faff3927ec3eb48c8cc6eb7305a02957ce230495cab2471cd311bbf0c4188ad0164ac4b3c027c16bfa25645764a +MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5 diff --git a/xfce-base/thunar-volman/metadata.xml b/xfce-base/thunar-volman/metadata.xml new file mode 100644 index 000000000000..2b8ef06e9a39 --- /dev/null +++ b/xfce-base/thunar-volman/metadata.xml @@ -0,0 +1,8 @@ + + + + + xfce@gentoo.org + XFCE Team + + diff --git a/xfce-base/thunar-volman/thunar-volman-4.16.0.ebuild b/xfce-base/thunar-volman/thunar-volman-4.16.0.ebuild new file mode 100644 index 000000000000..b1e65a9885aa --- /dev/null +++ b/xfce-base/thunar-volman/thunar-volman-4.16.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xdg-utils + +DESCRIPTION="Daemon that enforces volume-related policies" +HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-volman" +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" + +# CC for tvm-burn-cd.svg +LICENSE="GPL-2+ CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86" +IUSE="libnotify" + +DEPEND=">=dev-libs/glib-2.50 + dev-libs/libgudev:= + >=x11-libs/gtk+-3.20:3 + >=xfce-base/exo-0.10:= + >=xfce-base/libxfce4ui-4.12:= + >=xfce-base/libxfce4util-4.12:= + >=xfce-base/xfconf-4.12:= + libnotify? ( >=x11-libs/libnotify-0.7 )" +RDEPEND="${DEPEND} + virtual/udev + >=xfce-base/thunar-1.6[udisks]" +BDEPEND=" + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +src_configure() { + local myconf=( + $(use_enable libnotify notifications) + ) + econf "${myconf[@]}" +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} -- cgit v1.2.3