mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
xfce-extra/xfce4-whiskermenu-plugin: Bump to 2.6.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST xfce4-whiskermenu-plugin-2.6.1.tar.bz2 179186 BLAKE2B f1b2880144bee2de3213f540e30da19050eab5cd9b00c03e55bd7ce69ff09460362a2251d183effcad5da85a30641db263546f0b65b11ffa94aa23257e298f7a SHA512 69d98dc992c6ec89c79cac63fba29cffa1546c8c836896418ee300126be5dbd1a106d40e25d11de5c5d88c2f5d99ce5f0dc509c0d549d2bfe89d56aa1d5b82a2
|
||||
DIST xfce4-whiskermenu-plugin-2.6.2.tar.bz2 179280 BLAKE2B f87db28d5824219abb742eae1ee82a8821511e0231068994db2995d1fc7194f9c5699b95ec59ccf0864e873d31e7303176b3f9ca8c3306d3aeb81220e2f98c18 SHA512 0c6b1cec79f11a874eba38b8531e253c3114298d472b6bc306238dfacb9f5d01f98383439043de9c8717dee43bb0643dd453c9be1527c3efa04fb2d0d0041e61
|
||||
|
||||
@@ -0,0 +1,53 @@
|
||||
# Copyright 1999-2021 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 ~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
|
||||
}
|
||||
Reference in New Issue
Block a user