diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-11 18:15:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-11 18:17:57 +0200 |
commit | 1be41cfbe9ac1e7adeff56ec20da0fde07f5b0c8 (patch) | |
tree | a309244b2b402b7835f38e559becb7696e659d02 /xfce-extra | |
parent | dev-libs/libgusb: Version bump to 0.4.6 (diff) | |
download | gentoo-1be41cfbe9ac1e7adeff56ec20da0fde07f5b0c8.tar.gz gentoo-1be41cfbe9ac1e7adeff56ec20da0fde07f5b0c8.tar.bz2 gentoo-1be41cfbe9ac1e7adeff56ec20da0fde07f5b0c8.zip |
xfce-extra/xfce4-notes-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-notes-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.9.0.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/xfce-extra/xfce4-notes-plugin/Manifest b/xfce-extra/xfce4-notes-plugin/Manifest index 4376f795adbe..16bd30f2b0a3 100644 --- a/xfce-extra/xfce4-notes-plugin/Manifest +++ b/xfce-extra/xfce4-notes-plugin/Manifest @@ -1,2 +1 @@ DIST xfce4-notes-plugin-1.10.0.tar.bz2 492901 BLAKE2B 4b4724bf767e61b7c73ddeda71d4097751786d60335947d233e78fb8967ee9302d55a7cc259be4dbf2f8122d33a108769fdccdaf77f8fd4b50789196794e0b91 SHA512 4c050a95f879f0ba5e28662853ab764a14fbcef513e037bfdef1e3cae91b504d0c55eb0b533098589cf568c8e6e6e3ec2dec0841eb54c99c50105f6fff55a447 -DIST xfce4-notes-plugin-1.9.0.tar.bz2 502606 BLAKE2B 2b1b2dd97301ab57363aeaa8a373c62a9e9c14bdc1eb7dd6355bb096728b05e5bee08ce8a5922c2a93f1c2b7fa7197f8aa3fb0c2a96d5eb71a7002c22eb8d13c SHA512 32ee410fa9d4dff4f73a844ac53024c39a884b48cee32faf14c1ed75200f912bd4e51a1fe3305deea9ec98a617b63a65e271437b09cb9b664498746a8095f4a1 diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.9.0.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.9.0.ebuild deleted file mode 100644 index 615320c4284f..000000000000 --- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.9.0.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="Xfce4 panel sticky notes plugin" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/$(ver_cut 1-2)/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.30:2 - >=x11-libs/gtk+-3.22:3 - >=xfce-base/libxfce4ui-4.14:= - >=xfce-base/libxfce4util-4.14:= - >=xfce-base/xfce4-panel-4.14:= - >=xfce-base/xfconf-4.14:=" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/intltool - virtual/pkgconfig" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |