From 6b933047f46efec1aa747570f945344254227457 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 15 Dec 2017 17:25:28 +0000 Subject: gentoo resync : 15.12.2017 --- xfce-extra/thunar-volman/Manifest | 3 ++ .../thunar-volman/thunar-volman-0.8.1-r1.ebuild | 48 ++++++++++++++++++++++ .../thunar-volman/thunar-volman-0.9.0.ebuild | 46 +++++++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 xfce-extra/thunar-volman/thunar-volman-0.8.1-r1.ebuild create mode 100644 xfce-extra/thunar-volman/thunar-volman-0.9.0.ebuild (limited to 'xfce-extra/thunar-volman') diff --git a/xfce-extra/thunar-volman/Manifest b/xfce-extra/thunar-volman/Manifest index 70652aad4043..5fa6917b18c1 100644 --- a/xfce-extra/thunar-volman/Manifest +++ b/xfce-extra/thunar-volman/Manifest @@ -1,3 +1,6 @@ DIST thunar-volman-0.8.1.tar.bz2 474769 BLAKE2B 2bf6378b35f0cd868cc7363909cc5d54a997a5a69758a27d45640968e3ef8d7cb3f5af185d1a8f83e8593610490a8566742070808ab85810cd3411856aa0030a SHA512 a82c019b028277d97e7903dcbeaf4704cb7fc1e95b0ea18c6290a7a8581355691990cbdb5fa0c234ed5dd51c1ba7f1bca9a495e60f9f8597a993845481113bb6 +DIST thunar-volman-0.9.0.tar.bz2 474533 BLAKE2B fff6292c7e613da47c32d92db9ffe0abd32ab2ba5c956c630208d2b3235d4f7a5e3aab5ddef291c0d185264afe6493566f4e5e0d73c60e093dd52567c5d5ff1e SHA512 d753e2aeded921e5652e6ace164845997dc3cdfbfd92561e2af822bffdf910a06850658a9f662198e4f7c485a3dc1226f97b573d28fb66e5ba490aa08f56a8f5 +EBUILD thunar-volman-0.8.1-r1.ebuild 1068 BLAKE2B 23395956859d06e1e0f00820cb2138122611643d5d1988362566bba60a2cab6389679a6a5d77f146f962c9e5fe54bded2ccba1f5ae637295be571643ff32c09a SHA512 82a67c7d3b1c4f3bd1e83be265b0434abec8f8f4b52a1bd22d8d9735f6bde12a8f6f25ed3084db6aaf414eb96817e2152ae1732ac8c67358e3ba9feb60ba2d7d EBUILD thunar-volman-0.8.1.ebuild 960 BLAKE2B 1459a84b00c80e467c5d2855ba3ff6e3ea3257aaaa8cbe3e3d829e9317c248efc781e487e99247c2f7331f3f4a6d1b4b6231cfa2a9f97565e529465d76687eaa SHA512 5c3665fcfac947e6943ffc4bc668f7befd8bdcfa5496a4830b17cdf88da0dc9b29d6c4e23ed35b7cc41d3fe8303d45f8a4e68b31cbd7248cd407790a57f81671 +EBUILD thunar-volman-0.9.0.ebuild 1033 BLAKE2B 5d5137fa7eb5c3e9b90cbf0e363f081ce19d650a8ca7715f138795438a94b955e4f434b1bb6855484fcef442040cf3d1bd1ae5856597db98f4913564391503f5 SHA512 5bb418947cb406f65fe1469742d5dc33080b52a61ade1bda56b263be6024512e8a4e27956621c8673c734084a7ec2ae44ca9cddd3fe342f01a1e765b2a5f8651 MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203 diff --git a/xfce-extra/thunar-volman/thunar-volman-0.8.1-r1.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.8.1-r1.ebuild new file mode 100644 index 000000000000..ec545aa032d7 --- /dev/null +++ b/xfce-extra/thunar-volman/thunar-volman-0.8.1-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils + +DESCRIPTION="Daemon that enforces volume-related policies" +HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-volman" +SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="libnotify" + +COMMON_DEPEND=">=dev-libs/glib-2.30 + virtual/libgudev:= + >=x11-libs/gtk+-2.24:2 + >=xfce-base/exo-0.10 + >=xfce-base/libxfce4ui-4.10 + >=xfce-base/libxfce4util-4.10 + >=xfce-base/xfconf-4.10 + libnotify? ( >=x11-libs/libnotify-0.7 )" +RDEPEND="${COMMON_DEPEND} + virtual/udev + >=xfce-base/thunar-1.6[udisks]" +DEPEND="${COMMON_DEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog NEWS README THANKS ) + +src_configure() { + local myconf=( + $(use_enable libnotify notifications) + ) + econf "${myconf[@]}" +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/xfce-extra/thunar-volman/thunar-volman-0.9.0.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.9.0.ebuild new file mode 100644 index 000000000000..d9a80b036e34 --- /dev/null +++ b/xfce-extra/thunar-volman/thunar-volman-0.9.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils + +DESCRIPTION="Daemon that enforces volume-related policies" +HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-volman" +SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="libnotify" + +COMMON_DEPEND=">=dev-libs/glib-2.30:= + virtual/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="${COMMON_DEPEND} + virtual/udev + >=xfce-base/thunar-1.6[udisks]" +DEPEND="${COMMON_DEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +src_configure() { + local myconf=( + $(use_enable libnotify notifications) + ) + econf "${myconf[@]}" +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} -- cgit v1.2.3