mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
xfce-base/exo: Bump to 4.21.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -53,6 +53,7 @@ dev-python/simplebayes
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-03-17)
|
||||
# Xfce 4.22 prereleases. Masked because they tend to be quite unstable.
|
||||
>=xfce-base/exo-4.21
|
||||
>=xfce-base/libxfce4ui-4.21
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-03-17)
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
DIST exo-4.18.0.tar.bz2 896849 BLAKE2B 99cd22b9f2c806907449afdd640abd85be2ec37269d0436a20300ac88ee4fbe39807e39ba51ae8fe82d621c478d65d1f452209779e7d48caee899305b40f3a27 SHA512 32f3a319ff31a37cdaf8e2e7bdbdbaa9b797d6731a27854838b47d6078f45af83ed1a664aef4663f616fd9abcae9233c6f68ab2cc18599f1b2ced487602c51ce
|
||||
DIST exo-4.20.0.tar.bz2 1100703 BLAKE2B c4747eb7ea38e419d48a8de10bbb750fd463b211691550cb3f5b7a88bddd468aaf9200189db42e62557f22be9f95a863305299a13d16ec73497dfe7cbc49ea59 SHA512 7481f47bb0c8eb5cdc8d7db3e67c1cdaa81e3ef0833281b5380f3eab41e3c2f7112a22b37a3ce305a052b261444fd9f11c130150663deb1b4a220a998321284b
|
||||
DIST exo-4.21.0.tar.bz2 1154522 BLAKE2B 4bb4a5a63fe94bd2d32be9e84733c3febe44aef8572965fff49a4a748ba8236efb4bbf8247af9050147f62da67876669551f5bbef3f13b202d3ba48f3f17bd96 SHA512 97b5887f9a7fae63148b3b1ee8d5c89a229d5cd5796699a13729aa3fd1e54412b5a0756b91c87f1dbbadbcdabd5c9a5cfa3fb97f978fd7d19d10e2ac00c523fa
|
||||
|
||||
44
xfce-base/exo/exo-4.21.0.ebuild
Normal file
44
xfce-base/exo/exo-4.21.0.ebuild
Normal file
@@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit xdg-utils
|
||||
|
||||
DESCRIPTION="Extensions, widgets and framework library with session support for Xfce"
|
||||
HOMEPAGE="
|
||||
https://docs.xfce.org/xfce/exo/start
|
||||
https://gitlab.xfce.org/xfce/exo/
|
||||
"
|
||||
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/glib-2.72.0
|
||||
>=x11-libs/gtk+-3.24.0:3
|
||||
>=xfce-base/libxfce4ui-4.15.1:=[gtk3(+)]
|
||||
>=xfce-base/libxfce4util-4.17.2:=
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user