xfce-extra/xfce4-notifyd: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-03-08 17:55:37 +01:00
parent f571203b68
commit f2671fd626
2 changed files with 0 additions and 76 deletions

View File

@@ -1,2 +1 @@
DIST xfce4-notifyd-0.9.6.tar.bz2 742198 BLAKE2B 8bcd2df7e7b8727ba05f94577e3fe9a575c0801bccb841e4077f5150578f2b7faf25444193da45ddfef870d9cf470793b0c152b939f4391421fa226a39eca9f3 SHA512 deef625fdb7828ac25a3eeb2c5e5813f285310354b33a81e1c7943024d9dee9e9b5765f94f7e7ccedd1998dab77eb2c62a2803864d56aed6f831f08b910f0071
DIST xfce4-notifyd-0.9.7.tar.bz2 769085 BLAKE2B 1d76daa342f4011ca0b4bb3c71e721ffd9a140538b181410508332bddd5d2c3fcfc1ec3ee51b80c50cdd37d01b266c4bc412927a5820fbd2fe251131ca7b12e7 SHA512 8bbc7eff631704c7ac9417d3eaba151a0e6de54e48e0b75f7e7ec67c596a11b5ecd3b7ed12ffe6d657d335cb11102686fd69d5f0d1ab5b6645a594d6f0cbd6a6

View File

@@ -1,75 +0,0 @@
# 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-gtk3
>=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
}