diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-10-18 08:34:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-18 08:40:54 +0200 |
commit | 33df19993773decae9c44658d73245083df76f70 (patch) | |
tree | f2f7cf60c3a83202a87ac8d66082dbfcd1d58f1b /xfce-extra/xfce4-notifyd | |
parent | media-libs/faad2: Removed unnecessary part of patch. (diff) | |
download | gentoo-33df19993773decae9c44658d73245083df76f70.tar.gz gentoo-33df19993773decae9c44658d73245083df76f70.tar.bz2 gentoo-33df19993773decae9c44658d73245083df76f70.zip |
xfce-extra/xfce4-notifyd: Bump to 0.4.0
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.0.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest index 47f1f4e3d5a6..426b3b350cdd 100644 --- a/xfce-extra/xfce4-notifyd/Manifest +++ b/xfce-extra/xfce4-notifyd/Manifest @@ -1,2 +1,3 @@ DIST xfce4-notifyd-0.2.4.tar.bz2 361619 SHA256 8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0 SHA512 4cee6395ee925e41ec22baa0fca21b38261a547ddff32f6c140db91996e2aa39b86113ffbe42da3c98728513a10eadd99504a05f31100762eb5b19bf8a74ae7c WHIRLPOOL d3e33bae0292852f8645a83d469e0fc093edbc038210aec7f02a879aa28cce81b95ab937a63d890f3f5177008c070721d488076272705a76b66cafedf9f65919 DIST xfce4-notifyd-0.3.6.tar.bz2 458536 SHA256 f4ca7c0dadd3d4cdf8cd3c8ae60ccea77b8cf409f8517161796364eb1d766cf9 SHA512 96067de2e08e29c8e6285796bc4b23087f97286e28adfb485dc20f449ae32e10c8fb743f42585e0e6cda82d713eb6da3cc1d94920eb170b7cfa1e687ffcb3ddf WHIRLPOOL 1553171decf0bed143d0d46388673a0f1c34944de458f34db68a547adf346b4d13a367ad80a1c2159801c56795903cd866dbeb3e882a9fc57ff5e2c84409c9b6 +DIST xfce4-notifyd-0.4.0.tar.bz2 519355 SHA256 2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9 SHA512 17a651685885e8fb8fdc74c89b5126e24aa8704068332e45352fe9d5bc95aa7cbe2002afbc18b2446dc11c6d4d9c1d857d44d685ecd0148bc865a01851f1b045 WHIRLPOOL 2fc684f9e5e2f686008cff0b9a6c709e335f483b4950b6daa29a15482d8ed5c252af4434f7304c970e29a69dfedcef9d2298e9f24640f1a7194977d91456dbc2 diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild new file mode 100644 index 000000000000..fa8606a3b73c --- /dev/null +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 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="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~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/xfconf-4.10:=" +DEPEND="${RDEPEND} + dev-util/gdbus-codegen + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +DOCS=( AUTHORS NEWS README TODO ) + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |