xfce-extra/xfce4-eyes-plugin: Bump to 4.6.2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-12-25 07:52:53 +01:00
parent 4a9d75eba7
commit 2ced6ba5ce
2 changed files with 42 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST xfce4-eyes-plugin-4.6.0.tar.bz2 366703 BLAKE2B 0025ddc05af131813e3c989584ae7ad05abe042a83d2cc351b23962aa945d8e36c06939b70f3d21ea285e76e722c652cebf729c1be28bb6b930182b1f68007cf SHA512 877a589e5d75ab31146183a82268c06dd58bb9d8713bb6e87283ba3c9196aa327dfcb62256e30220ac946cfd20e5d355f903a80484502fbe2ccc55506f965e0a
DIST xfce4-eyes-plugin-4.6.1.tar.bz2 446897 BLAKE2B c5bf3f08fe2a9d6794a5a9f1bb8a6e87100029a1ae7013d7be73a84d1ffa58cb64987fe469bb6a1f014486c3430653c60b3019ecfb1435f1733a21b229fce9f4 SHA512 a0760d4055a611db1a3c75efeae0a1375b1eac25e967981d519b4479e39fed3e0780a7ab148700d1abc3b7f27e37d47556e313db3e28f669e5bb211f3a42920f
DIST xfce4-eyes-plugin-4.6.2.tar.bz2 447028 BLAKE2B d231934f8222b423553bc19b7ce9ee5354c7def75a0d02d0df8e22186d215688fbc72b00cd003f2da34c0bc198fb3844bf592a0242b7ab166b4d576bc68f715d SHA512 38528a35573860f6340cd24b6acb183feafe6bb47c3e84fa8ad8f1a8b64c799e6a9a567b52da6c6671f218ec0bb13ee8de60525d974a6c920ba58c0783095c6e

View File

@@ -0,0 +1,41 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg-utils
DESCRIPTION="A panel plug-in which adds classic eyes to your every step"
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin"
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
DEPEND="
>=dev-libs/glib-2.50.0
>=x11-libs/gtk+-3.22.0:3
>=xfce-base/libxfce4ui-4.16.0:=
>=xfce-base/xfce4-panel-4.16.0:=
"
RDEPEND="
${DEPEND}
"
BDEPEND="
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
src_install() {
default
find "${D}" -name '*.la' -delete || die
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}