diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-10-27 14:14:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-10-27 14:30:29 +0200 |
commit | 9a0ab6cc7b26270aa480b72ac17d5ddc9a540f1c (patch) | |
tree | e9235d70a7044b3a7f9f43d86b06c697b1951892 /xfce-extra/xfce4-notifyd | |
parent | xfce-extra/xfce4-notifyd: Drop old (diff) | |
download | gentoo-9a0ab6cc7b26270aa480b72ac17d5ddc9a540f1c.tar.gz gentoo-9a0ab6cc7b26270aa480b72ac17d5ddc9a540f1c.tar.bz2 gentoo-9a0ab6cc7b26270aa480b72ac17d5ddc9a540f1c.zip |
xfce-extra/xfce4-notifyd: Bump to 0.4.3 (bugfix)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-notifyd')
-rw-r--r-- | xfce-extra/xfce4-notifyd/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest index b9f0dc4035a8..f77dff28878d 100644 --- a/xfce-extra/xfce4-notifyd/Manifest +++ b/xfce-extra/xfce4-notifyd/Manifest @@ -1 +1,2 @@ DIST xfce4-notifyd-0.4.2.tar.bz2 528521 BLAKE2B 8e59e26fcd453b65522b89c24d36857f6ac66c1b6e6a0ef0167b3f9f8dc4a087185d4b5b770b4e90e614e369ca147b924ad3f3ac0a1f3faf49c02b9e1ffd0a30 SHA512 1cabf478928cbcc13e9f03b2540470c5568bc665b196a8617a0e3b52ce4fe3bd9fdb5e199c4e52afe51c4edab8ba949c4551f65ce77c5fae7fddccd0086fb601 +DIST xfce4-notifyd-0.4.3.tar.bz2 534400 BLAKE2B 9023aa482f9bb76f588a9c8a3ac254860a481c30ac81b8077ba505261de242f26119ea16eee14073577d75375b58c7fa5844710f173202fc607c931dc748e9f6 SHA512 db53b5f0a719213f8dea7eec7a037507984989b030da5850eabd07820ba2dfe28de6d2251045538189775bdeac2ee9f2035aad5cbdda92cef944b33682875434 diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild new file mode 100644 index 000000000000..a30bc99caf09 --- /dev/null +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-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 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.42: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} + dev-util/gdbus-codegen + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |