diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-29 20:54:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-29 20:54:53 +0200 |
commit | cad01273fac169f84fa1bbb6e7f8f7dd7364da0b (patch) | |
tree | df18ecad4139d4f5b8f063b0ffda08538499d261 /xfce-base/libxfce4ui | |
parent | xfce-base/xfce4-session: Bump to 4.18.3 (diff) | |
download | gentoo-cad01273fac169f84fa1bbb6e7f8f7dd7364da0b.tar.gz gentoo-cad01273fac169f84fa1bbb6e7f8f7dd7364da0b.tar.bz2 gentoo-cad01273fac169f84fa1bbb6e7f8f7dd7364da0b.zip |
xfce-base/libxfce4ui: Bump to 4.19.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base/libxfce4ui')
-rw-r--r-- | xfce-base/libxfce4ui/Manifest | 1 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.19.2.ebuild | 75 |
2 files changed, 76 insertions, 0 deletions
diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest index 647a065a2f78..525495fa9f69 100644 --- a/xfce-base/libxfce4ui/Manifest +++ b/xfce-base/libxfce4ui/Manifest @@ -3,3 +3,4 @@ DIST libxfce4ui-4.18.3.tar.bz2 905070 BLAKE2B 0ed4bdaa1135d22d5155e22d8ecaaca2b2 DIST libxfce4ui-4.18.4.tar.bz2 907248 BLAKE2B 785ec91bcb2995d289423ac666832b642e1cd1c2685e9bb5b6781ca6c7272d7e85e163a55b137602401ed9a18f1b8e29492e3b7bd1d74951544e71a4338860ae SHA512 e931d38319bcc0dcfa854642f604fcd782ffb27a160ae7e2625d7a276625635131b0451c12ccd502b68366283c503ad21536389e70da6912e46eb16b97f28642 DIST libxfce4ui-4.19.0.tar.bz2 1165579 BLAKE2B cac5272525f29050c680e241d15ce8b66360559a627031e0313c0e79f9c8a424bc8972135a20c2a1aeea3446ae21425da140a7c3b9739402ca368c7ecd1aa2a2 SHA512 038ce1787f5fc99d41e92a316e1e2029b4cc44f325e1eae09eb146fcc1332bc6f39607fe1f2854da9fa1c9573b102d3bd96b2bc9d08c5178bb5c738fd9aef97c DIST libxfce4ui-4.19.1.tar.bz2 1165274 BLAKE2B a72fbeb991063876c4aca5d25648a37e565a7842ea400e7b997684ec71c04dfa559675fa7e5023a30f9c50bed10fd458ddd2c68f3a06ee1e119e0dd8ed0a5c34 SHA512 a3ea0767319f9de832de301704e19e0881aa960e922e516caf11cc1dd9b20938b2acc716c3bbc9aa0f335ca26d44356047cdc63a158fd138856660c6dda013c1 +DIST libxfce4ui-4.19.2.tar.bz2 1168536 BLAKE2B 13bfd0b732358cd704d3c557aeda190594b13aadb5536fb6869af68f01ec918c5131e1c3b1f519a0331695a1a548c006c307ae4f66deaa3984f825824e186afe SHA512 b43b45c271b79b0a23c11184828f8438c3920525f2839bb5da194070cc8fecdd85933f4ff8e302508f2e9106b92cd10da15a25c9297780cd15a17feb31f036ea diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.19.2.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.19.2.ebuild new file mode 100644 index 000000000000..38d03e99ebdf --- /dev/null +++ b/xfce-base/libxfce4ui/libxfce4ui-4.19.2.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xdg-utils vala + +DESCRIPTION="Unified widget and session management libs for Xfce" +HOMEPAGE=" + https://docs.xfce.org/xfce/libxfce4ui/start + https://gitlab.xfce.org/xfce/libxfce4ui/ +" +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="LGPL-2+ GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="glade +introspection startup-notification system-info vala" +REQUIRED_USE="vala? ( introspection )" + +DEPEND=" + >=dev-libs/glib-2.66.0 + >=x11-libs/gtk+-3.24.0:3[introspection?,X] + x11-libs/libX11 + x11-libs/libICE + x11-libs/libSM + >=xfce-base/libxfce4util-4.17.2:=[introspection?] + >=xfce-base/xfconf-4.12:= + glade? ( dev-util/glade:3.10 ) + introspection? ( >=dev-libs/gobject-introspection-1.66:= ) + startup-notification? ( x11-libs/startup-notification ) + system-info? ( + dev-libs/libgudev + gnome-base/libgtop + >=media-libs/libepoxy-1.2 + ) +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + dev-lang/perl + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + vala? ( $(vala_depend) ) +" + +src_configure() { + local myconf=( + $(use_enable introspection) + $(use_enable system-info glibtop) + $(use_enable system-info epoxy) + $(use_enable system-info gudev) + $(use_enable startup-notification) + $(use_enable vala) + $(use_enable glade gladeui2) + --with-vendor-info=Gentoo + ) + + use vala && vala_setup + econf "${myconf[@]}" +} + +src_install() { + emake -j1 DESTDIR="${D}" install + find "${D}" -name '*.la' -delete || die +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} |