diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-02-19 01:55:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-02-19 02:03:39 +0100 |
commit | 73e2ddcb4595cf39b6fe6736c830bb0bde0a7ef9 (patch) | |
tree | fe465d649d488eb3cb4c66c102d46bc867e1a107 /xfce-extra | |
parent | xfce-extra/xfce4-mount-plugin: Remove old (diff) | |
download | gentoo-73e2ddcb4595cf39b6fe6736c830bb0bde0a7ef9.tar.gz gentoo-73e2ddcb4595cf39b6fe6736c830bb0bde0a7ef9.tar.bz2 gentoo-73e2ddcb4595cf39b6fe6736c830bb0bde0a7ef9.zip |
xfce-extra/thunar-volman: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/thunar-volman/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/thunar-volman/thunar-volman-0.9.5.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/xfce-extra/thunar-volman/Manifest b/xfce-extra/thunar-volman/Manifest index ff8408e4df81..df5889df1fdc 100644 --- a/xfce-extra/thunar-volman/Manifest +++ b/xfce-extra/thunar-volman/Manifest @@ -1,2 +1 @@ -DIST thunar-volman-0.9.5.tar.bz2 501846 BLAKE2B e64a1593551cb542461be54e7e0624a9e3a3f0db43df166f0922f79e031a0f85da3eb00289a8d30c427c5f6500a3e12b065a7fdf3f34e24d6e88d27be048669a SHA512 843ff1f55b68e6f584da29c2c6c91ed045c4e9ee05cb573db6a0192553cf05faefb4227359bd6ef306c2bbb94e2fe5357c07f70a0d170b35c48d3e9ebac7a9b9 DIST thunar-volman-4.16.0.tar.bz2 501194 BLAKE2B 3d2fce7bb9a52a950ab84fa9986387af01d7d55864bd8fc1a3051ab406c99648b4ba21d018e806baa07ec1ac7e2bc798eb402b1c0e115e52b58ccdbda0ca4c5f SHA512 33b7561e55491b793aa634dfa0b108788286e6b7a2f60a781b8ba10f73de74630520736ae99c4db66ae2da562a82bb1a6bdacd8307d6d452f26e647da6471af8 diff --git a/xfce-extra/thunar-volman/thunar-volman-0.9.5.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.9.5.ebuild deleted file mode 100644 index 69aefe7cda58..000000000000 --- a/xfce-extra/thunar-volman/thunar-volman-0.9.5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 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 ppc ppc64 ~sparc x86" -IUSE="libnotify" - -COMMON_DEPEND=">=dev-libs/glib-2.30 - 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="${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() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |