summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-08 16:00:25 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-08 16:00:25 +0200
commite69382f457945a4839acfc58416c38c76989957a (patch)
treef7c400ce2ee12dec5794aff48a24895ee76ebacc /xfce-base
parentdev-python/numpy: Remove old (diff)
downloadgentoo-e69382f457945a4839acfc58416c38c76989957a.tar.gz
gentoo-e69382f457945a4839acfc58416c38c76989957a.tar.bz2
gentoo-e69382f457945a4839acfc58416c38c76989957a.zip
Move {xfce-extra ⇒ xfce-base}/thunar-volman
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/thunar-volman/Manifest1
-rw-r--r--xfce-base/thunar-volman/metadata.xml8
-rw-r--r--xfce-base/thunar-volman/thunar-volman-4.16.0.ebuild47
-rw-r--r--xfce-base/xfce4-meta/xfce4-meta-4.16-r2.ebuild8
4 files changed, 61 insertions, 3 deletions
diff --git a/xfce-base/thunar-volman/Manifest b/xfce-base/thunar-volman/Manifest
new file mode 100644
index 000000000000..df5889df1fdc
--- /dev/null
+++ b/xfce-base/thunar-volman/Manifest
@@ -0,0 +1 @@
+DIST thunar-volman-4.16.0.tar.bz2 501194 BLAKE2B 3d2fce7bb9a52a950ab84fa9986387af01d7d55864bd8fc1a3051ab406c99648b4ba21d018e806baa07ec1ac7e2bc798eb402b1c0e115e52b58ccdbda0ca4c5f SHA512 33b7561e55491b793aa634dfa0b108788286e6b7a2f60a781b8ba10f73de74630520736ae99c4db66ae2da562a82bb1a6bdacd8307d6d452f26e647da6471af8
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>xfce@gentoo.org</email>
+ <name>XFCE Team</name>
+ </maintainer>
+</pkgmetadata>
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
+}
diff --git a/xfce-base/xfce4-meta/xfce4-meta-4.16-r2.ebuild b/xfce-base/xfce4-meta/xfce4-meta-4.16-r2.ebuild
index 3b3a8056bb48..ade299f2923c 100644
--- a/xfce-base/xfce4-meta/xfce4-meta-4.16-r2.ebuild
+++ b/xfce-base/xfce4-meta/xfce4-meta-4.16-r2.ebuild
@@ -12,12 +12,14 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv x86"
IUSE="minimal pulseaudio +svg upower"
-RDEPEND="x11-themes/hicolor-icon-theme
+RDEPEND="
+ x11-themes/hicolor-icon-theme
>=xfce-base/exo-4.16
>=xfce-base/garcon-0.8
>=xfce-base/libxfce4ui-4.16
>=xfce-base/libxfce4util-4.16
>=xfce-base/thunar-4.16
+ >=xfce-base/thunar-volman-4.16
>=xfce-base/xfce4-appfinder-4.16
>=xfce-base/xfce4-panel-4.16
>=xfce-base/xfce4-session-4.16
@@ -26,7 +28,6 @@ RDEPEND="x11-themes/hicolor-icon-theme
>=xfce-base/xfconf-4.16
>=xfce-base/xfdesktop-4.16
>=xfce-base/xfwm4-4.16
- >=xfce-extra/thunar-volman-4.16
>=xfce-extra/tumbler-4.16
!minimal? (
media-fonts/dejavu
@@ -34,4 +35,5 @@ RDEPEND="x11-themes/hicolor-icon-theme
)
pulseaudio? ( xfce-extra/xfce4-pulseaudio-plugin )
svg? ( gnome-base/librsvg )
- upower? ( >=xfce-extra/xfce4-power-manager-4.16 )"
+ upower? ( >=xfce-extra/xfce4-power-manager-4.16 )
+"