commit: 39b099f895aadffc0562b5bbceef255d57d37cf0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 20 14:59:25 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 20 15:17:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b099f8
xfce-extra/xfce4-windowck-plugin: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-windowck-plugin/Manifest | 1 - .../xfce4-windowck-plugin-0.5.1.ebuild | 45 ---------------------- 2 files changed, 46 deletions(-) diff --git a/xfce-extra/xfce4-windowck-plugin/Manifest b/xfce-extra/xfce4-windowck-plugin/Manifest index e2fe75d9ae6d..fd75268554ab 100644 --- a/xfce-extra/xfce4-windowck-plugin/Manifest +++ b/xfce-extra/xfce4-windowck-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-windowck-plugin-0.5.1.tar.bz2 396115 BLAKE2B f7c9c4094cd482a61438345c57b59a9899fb7e15aec686c50f03793b6677ac4c0aa4c9d4cd8dedbb2d4f6fc4780b8dcb751bdb971b3003e981ef61d59a06c99e SHA512 cb5eb377b9c4cd118b923832ffa6bc4dc104fe74f9b1c6ed24a066c9f94c2787fa94782af394a75ed1f36300a7cfad9a2f9fafebdc7f1e7ebc34864ccb1a622c DIST xfce4-windowck-plugin-0.5.2.tar.bz2 516409 BLAKE2B 6b86e0e44dd29a4ee656a743173524fa8d7c67b7dcb21e7b94dde0051285ed451a77ad6dab1a58e8e5121e5f7e4140d0fbcb06abe0d374336c40eb7aedfee7ac SHA512 91b8e511b16ddef6a143e00a8c7e6a31317f20749704cf8ff43a7e8efc610f9a6e5405c2ab77491285bdf274c66989af3e5928fa41effcafd0396c53c2157226 diff --git a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.1.ebuild b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.1.ebuild deleted file mode 100644 index b6fd0528f2ac..000000000000 --- a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="Panel plugin to put the maximized window title and window buttons on the panel" -HOMEPAGE="https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin/" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - x11-libs/gtk+:3 - x11-libs/libwnck:3 - x11-libs/libX11 - >=xfce-base/libxfce4ui-4.14:= - >=xfce-base/libxfce4util-4.14:= - >=xfce-base/xfce4-panel-4.14:= - >=xfce-base/xfconf-4.14:= -" -RDEPEND=" - ${DEPEND} -" -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 -}
