summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-02-16 21:14:34 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-16 22:06:15 +0100
commit12bd7d923dbd1c5d7fb2b045b72a75f1b8e55a4b (patch)
treeb73e76f7977b9b347c152438f7370d77c1955208 /xfce-extra/xfce4-notifyd
parentxfce-extra/xfce4-weather-plugin: Bump to 0.8.9, EAPI=6 (diff)
downloadgentoo-12bd7d923dbd1c5d7fb2b045b72a75f1b8e55a4b.tar.gz
gentoo-12bd7d923dbd1c5d7fb2b045b72a75f1b8e55a4b.tar.bz2
gentoo-12bd7d923dbd1c5d7fb2b045b72a75f1b8e55a4b.zip
xfce-extra/xfce4-notifyd: Bump to 0.3.5, EAPI=6
Diffstat (limited to 'xfce-extra/xfce4-notifyd')
-rw-r--r--xfce-extra/xfce4-notifyd/Manifest1
-rw-r--r--xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.5.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest
index 3f880cd1b5da..de77f5f7295a 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -4,3 +4,4 @@ DIST xfce4-notifyd-0.3.1.tar.bz2 429056 SHA256 ef02b7e0101034df19ca5dddae387a262
DIST xfce4-notifyd-0.3.2.tar.bz2 431023 SHA256 c554db55d9d759c32115e9e5da029bd68b07628438ef2bac7ae4b458567c85a4 SHA512 1e1d3d52b3d451670dd0529031cee762be99bdfbc15877ef8360d4794a7b56198ce6d2b75943ed9c8b6cd00457600fc083e63d73f2ba5546bd6c8b511772481c WHIRLPOOL 1d36ec91ae31dfe3aa2428b0f3072d5a23fb28d9b86ad937604faea51408f2247239a37d9f108ca0a79262f329a233755ba5593e4b4f273bb8d2dbf7abb51f96
DIST xfce4-notifyd-0.3.3.tar.bz2 433388 SHA256 986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73 SHA512 c151629c7454f9654aebd66e100b763a773aafc947fcf96097aea7a3d4126600fde5c1612e27fc0cb24e641bf71517250caa8fcdd2acde267eafe74aada03b95 WHIRLPOOL 33546e24ce4dae6becb34b3ff95d8edbefc27522e9258180ea575644a94c0cc76e8f2ff8ef3840db3e5aaae8038dd19c1a11917ff4a77803012ba4f9933ca91c
DIST xfce4-notifyd-0.3.4.tar.bz2 442087 SHA256 038535de79b7056058e8d6dceb457959949831853c2594a686ec68b037ae31bf SHA512 88d8bdd3d1a05011f9048f8b7823f553bfcbc77ab0085aa4ae9e37bc32e95999067af4a2d839fe51161c4fba453bb54760e1087cf467ae3efe8d67bfe9516719 WHIRLPOOL 895c91de3204d7100c4077b0133e624c64395ef72b273e330c8414d59b5a1fa98d2cd7749c413ee71bdcd8dedaaa071f7218f0f9901a1a0a39d17ceb61b15ee1
+DIST xfce4-notifyd-0.3.5.tar.bz2 456299 SHA256 b9b86938bdd31b4a69650d8b76e5cb0a6a30c1aa726130bd803f6c6f1f7af7a6 SHA512 292d5e3ef5358195136592b7b51b893fff03f597cb2bf05ecffd58733e6d130f135d86aa9e3453490eeae2096f3cde9a11627ee074a35d4e1f3a2488a706d10e WHIRLPOOL f5cfe1cd2c84776e1c0b247131cc7f801e948530c79072f8dc1f1d279c489f0eccd2f5a7d816390300031a9fdb40133e3d9e27fa8a6d140e2f57dc04685d1723
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.5.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.5.ebuild
new file mode 100644
index 000000000000..420eb06fd627
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="http://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 )