summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-29 20:57:39 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-29 20:57:43 +0200
commit1a2eb74c212ec83ebbfc58f846af4d084c4cbc59 (patch)
tree533341fccc1c38b18f25c74cd49faa88efc68b73
parentxfce-base/xfce4-session: Bump to 4.19.1 (diff)
downloadgentoo-1a2eb74c212ec83ebbfc58f846af4d084c4cbc59.tar.gz
gentoo-1a2eb74c212ec83ebbfc58f846af4d084c4cbc59.tar.bz2
gentoo-1a2eb74c212ec83ebbfc58f846af4d084c4cbc59.zip
xfce-extra/xfce4-whiskermenu-plugin: Remove old
Closes: https://bugs.gentoo.org/907157 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--xfce-extra/xfce4-whiskermenu-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.7.2.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/xfce-extra/xfce4-whiskermenu-plugin/Manifest b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
index d06045bd97b0..40f75ad35626 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/Manifest
+++ b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-whiskermenu-plugin-2.7.2.tar.bz2 180151 BLAKE2B a5df19d562c6f0716925825b2737c70a1892dd1c6e83394cc386814bcf203e7704b6b24e708bdf0a55bcda3d8c7f70a540522c73cf45c64ea598552108cecb4f SHA512 970734e91ae9e1681d5287e7c93ab7abd143b125f0cf7f0ed77e0552b94c9152ef4f1c5aa970a6d3f1a803ede1e5c5dc8d2c0146f8ab51ecfe4e6934716a190c
DIST xfce4-whiskermenu-plugin-2.7.3.tar.bz2 180287 BLAKE2B 7433e2bac372666281311109f04bb07b62c884a56a794c0c09bc28e1c80786b4ee10d32deac86d4bdc12c38edca46a355a571f4d7164861898748ef5fd844541 SHA512 a734e54e900d17fa82c53eeab2a2e706481951911640714928b53eb3a06a3b5b3e7292e6869e719345cb5c89d917146ae350db6827ac8fd3bcdb9b4dd2ddce4d
diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.7.2.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.7.2.ebuild
deleted file mode 100644
index 0b68d5606c70..000000000000
--- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.7.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake xdg-utils
-
-DESCRIPTION="Alternate application launcher for Xfce"
-HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin/"
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-IUSE=""
-
-RDEPEND="
- virtual/libintl
- x11-libs/gtk+:3
- xfce-base/exo:=
- xfce-base/garcon:=
- xfce-base/libxfce4ui:=
- xfce-base/libxfce4util:=
- xfce-base/xfce4-panel:=
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-# upstream does fancy stuff in other build types
-CMAKE_BUILD_TYPE=Debug
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_AS_NEEDED=OFF
- -DENABLE_LINKER_OPTIMIZED_HASH_TABLES=OFF
- -DENABLE_DEVELOPER_MODE=OFF
- -DENABLE_LINK_TIME_OPTIMIZATION=OFF
- )
-
- cmake_src_configure
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}