mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
xfce-extra/xfce4-taskmanager: Bump to 1.5.5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST xfce4-taskmanager-1.5.4.tar.bz2 413196 BLAKE2B 76d44eb904ce78781268d47faffe504d50d84cbd3be5505a7a815d05cb38aa5e3547594477632bb057f291cfa7faeea7a04d41c79c80f3df16331a0f974eab58 SHA512 a1b4c0b8bd51cdf35cd7a03bab60e703b364646b77eb978dcc1ad9f2e56692bc24aea2e368c99b362037854ae1b326c6d51a92fefb8c511a332adce51fa6e73b
|
||||
DIST xfce4-taskmanager-1.5.5.tar.bz2 435581 BLAKE2B 914bd0b717950f4e41dffef87d18f171ac66e24dabdb5435f3b4b44ed7fae01a0fe76344ee93310399cac89c826120098720ced0cb15b08a5fe634079d53a30b SHA512 492d3cc466fdda5a51aae5d3ccaab13feed5ae9a4796a9588c5bdb44a794945c3b8d6d8c475065948d4391c26ac12b556673d57faf27a2ca320022f06599bafa
|
||||
|
||||
40
xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.5.ebuild
Normal file
40
xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.5.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit xdg-utils
|
||||
|
||||
DESCRIPTION="Easy to use task manager"
|
||||
HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-taskmanager"
|
||||
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
DEPEND="
|
||||
x11-libs/cairo
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libX11
|
||||
x11-libs/libXmu
|
||||
x11-libs/libwnck:3
|
||||
>=xfce-base/libxfce4ui-4.14:=
|
||||
>=xfce-base/xfconf-4.14:=
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
dev-util/intltool
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
Reference in New Issue
Block a user