diff options
author | 2024-12-24 12:32:45 +0100 | |
---|---|---|
committer | 2024-12-24 12:32:45 +0100 | |
commit | 7b3344e5e298bbeffe433e659f88a576ead05591 (patch) | |
tree | a6dacec8469c305fa9114e817a7e1e0cba846e4d /xfce-extra | |
parent | xfce-extra/xfce4-battery-plugin: Bump to 1.1.6 (diff) | |
download | gentoo-7b3344e5e298bbeffe433e659f88a576ead05591.tar.gz gentoo-7b3344e5e298bbeffe433e659f88a576ead05591.tar.bz2 gentoo-7b3344e5e298bbeffe433e659f88a576ead05591.zip |
xfce-extra/xfce4-calculator-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-calculator-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-calculator-plugin/xfce4-calculator-plugin-0.7.1.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/xfce-extra/xfce4-calculator-plugin/Manifest b/xfce-extra/xfce4-calculator-plugin/Manifest index 0287a41ddfa0..0b3d3b199b9a 100644 --- a/xfce-extra/xfce4-calculator-plugin/Manifest +++ b/xfce-extra/xfce4-calculator-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-calculator-plugin-0.7.1.tar.bz2 402401 BLAKE2B feadd3401f5e7b3bd1bc9277e04d63329fa0d35583c6af959fa350c6622012b4089fd1143dd8f7e987cde8a6b313fba75cfba751e2afb6bcba43d9787d17784b SHA512 05544e5f0e293fe44ae35b3e11a2e6fac8df13743649d0702c01c6a4b2df0557f8f9712acef6bd51aaa65f5542234a6a649017bf2fe2a6d2860ae2e534e7cff2 DIST xfce4-calculator-plugin-0.7.2.tar.bz2 422611 BLAKE2B 72bc2e8414b4f638299d42d8e3cd808949c966e40e96823ef5d47ba66e915429a66c7ab45acdda1a930383bc7cae63c2323e05ee8f9a5748c7f0e6d8f58b63e0 SHA512 98fa51ff0afbb09e3066f629113f6a584c5afd9228c87ee67afd7a56b065060ece16ee646ec6a2c685907a0d9733cba19cbf25bc034e009a013af2122155cc2c diff --git a/xfce-extra/xfce4-calculator-plugin/xfce4-calculator-plugin-0.7.1.ebuild b/xfce-extra/xfce4-calculator-plugin/xfce4-calculator-plugin-0.7.1.ebuild deleted file mode 100644 index 81963bf49e80..000000000000 --- a/xfce-extra/xfce4-calculator-plugin/xfce4-calculator-plugin-0.7.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils - -DESCRIPTION="A calculator plugin for the Xfce4 panel" -HOMEPAGE="https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -RDEPEND=" - x11-libs/libX11 - >=x11-libs/gtk+-3.22:3 - >=xfce-base/libxfce4ui-4.12:= - >=xfce-base/libxfce4util-4.12:= - >=xfce-base/xfce4-panel-4.12:=" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |