xfce-extra/xfce4-notifyd: Bump to 0.6.3

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-02-12 09:17:10 +01:00
parent 3c87750c0c
commit 4de55a4f41
2 changed files with 43 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST xfce4-notifyd-0.6.2-r1.tar.bz2 548415 BLAKE2B 8f5abdb7dd35353e551af7a436bd8dc71e082ecc1ae90302ccd35a2bae6022950160828d43722ab2033f71e83bf14fbf4ab50cfd223c7b300e4745c76a9e9eb4 SHA512 13fdbcd5031ad44a89327eb65356a4d2c45315e0c8c507e457eee4cc95898794679163de9603a2059d9aaf20d62df317f8a09e0353f6adb526970a21d580b325
DIST xfce4-notifyd-0.6.3.tar.bz2 547511 BLAKE2B 73aba96f6bd2116e87e20928ca74ff985ee74b8f39bca96de81e59ee5677bfacf9a2c78caa42ba43ece7e754fd7a8006ec1d3a507d89e4a2d6b4011d53e21d80 SHA512 9113018c238878c2584cb4221dd5aaaab9d8af5a86fb738f8f9deb863147343c0527582d8e45619bec3b7aaf3bbe045e41a33e306eacc20f946c971a8164935a

View File

@@ -0,0 +1,42 @@
# Copyright 1999-2022 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://goodies.xfce.org/projects/applications/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=""
RDEPEND=">=dev-libs/glib-2.56:2
>=x11-libs/gtk+-3.14:3
>=x11-libs/libnotify-0.7
>=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/libxfce4util-4.12:=
>=xfce-base/xfce4-panel-4.12:=
>=xfce-base/xfconf-4.10:="
DEPEND="${RDEPEND}"
BDEPEND="
dev-util/gdbus-codegen
dev-util/intltool
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
}