From cc901a8ce7c6bfe97e3b4f048619693d360ae348 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 10 Feb 2024 11:34:01 +0000 Subject: gentoo auto-resync : 10:02:2024 - 11:34:00 --- xfce-extra/Manifest.gz | Bin 7713 -> 7710 bytes xfce-extra/xfce4-notifyd/Manifest | 2 + .../xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild | 74 +++++++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild (limited to 'xfce-extra') diff --git a/xfce-extra/Manifest.gz b/xfce-extra/Manifest.gz index e0b15c2f06c9..e7c88ae4dec1 100644 Binary files a/xfce-extra/Manifest.gz and b/xfce-extra/Manifest.gz differ diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest index 458652cffe79..b87ffc185f22 100644 --- a/xfce-extra/xfce4-notifyd/Manifest +++ b/xfce-extra/xfce4-notifyd/Manifest @@ -1,3 +1,5 @@ DIST xfce4-notifyd-0.9.2.tar.bz2 728345 BLAKE2B bcca7ea3afc8bf421fb7e48f4f9c171a7ffd772189a614e9114a5514b1a34f3aee109b40894f75053f36d0d5b6e8bdb43a7bdffb091852cc30ef7bdcb2ed91e9 SHA512 7c65111d888f4aeee7d36f3c44ca35fb7c4b0f433dd77cb9c1ae03472fd31a2b36f5bba7f6f6fafb5dbf8c60a14a09b05443f3e8ffa737fced1e8bc67278b30d +DIST xfce4-notifyd-0.9.4.tar.bz2 732160 BLAKE2B d0c47875acf638f44ae8188c7a39f1785a9e3c489f4fad209e9c591780a91b0439037a0c62351619f71d2765dacf11a786d5678c03ec846f4aa0a0bc0b823166 SHA512 d3339ec3555f27e624e643b52ce4de2a0834d38f675b286976abcb4e143cbbb32665b1f36fbff23791c152e1f0616b752a7f049045fc32829c27c0a87d82df94 EBUILD xfce4-notifyd-0.9.2.ebuild 1329 BLAKE2B e563539d9c683a502a46358a01e9085e7d8f94fa0b399e7465a0c7c53349575babe1291d15acb6836d7a390e9d056604f3e56a9ad562dfe6d0954fdbf3cc4049 SHA512 0f53617abe81beb0a0041d27d9c8019b13af691707ede78f2141d62d04b8d94e165c5345b4c0519d9a505cfcf7c3571a72b9f3fc7b1f9e739406c2d527da70a4 +EBUILD xfce4-notifyd-0.9.4.ebuild 1332 BLAKE2B 54b783521a985b0b308846c93d994006189c428ba1e7594abdf6e315c9df28eb007d16c99743938886b091f3a407b9f02129402cb408115c71f05f40ed160973 SHA512 1706523bb00810499604b7ba5536e1377bb14d8101027b877c62b3922c4ef6ee29cf345950bb5f6c4c963709752d55992ade8f133a025257c8064199bec933de MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5 diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild new file mode 100644 index 000000000000..f1b06c391860 --- /dev/null +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xdg-utils + +DESCRIPTION="Notification daemon for the Xfce desktop environment" +HOMEPAGE=" + https://docs.xfce.org/apps/notifyd/start + https://gitlab.xfce.org/apps/xfce4-notifyd/ +" +SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="sound wayland X" + +DEPEND=" + >=dev-db/sqlite-3.34:3 + >=dev-libs/glib-2.68.0:2 + >=sys-apps/dbus-1.0 + >=x11-libs/gtk+-3.22:3[wayland?,X?] + >=x11-libs/libnotify-0.7 + >=xfce-base/libxfce4ui-4.12:=[gtk3(+)] + >=xfce-base/libxfce4util-4.12:= + >=xfce-base/xfce4-panel-4.14.0:= + >=xfce-base/xfconf-4.10:= + sound? ( + >=media-libs/libcanberra-0.30[gtk3] + ) + wayland? ( + >=gui-libs/gtk-layer-shell-0.7.0 + ) + X? ( + >=x11-libs/libX11-1.6.7 + ) +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + dev-util/gdbus-codegen + dev-util/glib-utils + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" + +src_configure() { + local myconf=( + $(use_enable wayland) + $(use_enable X x11) + + # just service files + --enable-systemd + ) + + econf "${myconf[@]}" +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} -- cgit v1.2.3