summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-07-29 18:14:26 +0200
committerMichał Górny <mgorny@gentoo.org>2016-07-29 19:01:42 +0200
commit8eaa8d370a3467086834ae421f31960fc7b294d7 (patch)
tree98cd6ca8e830d1d85edcc99f058921be35874890 /xfce-extra/xfce4-notifyd
parentapp-text/paps: drop old revision (bug 566050). (diff)
downloadgentoo-8eaa8d370a3467086834ae421f31960fc7b294d7.tar.gz
gentoo-8eaa8d370a3467086834ae421f31960fc7b294d7.tar.bz2
gentoo-8eaa8d370a3467086834ae421f31960fc7b294d7.zip
xfce-extra/xfce4-notifyd: Bump to 0.3.0, first GTK+3/gdbus release
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.0.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest
index f03a28d438db..a4ca41d15715 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1 +1,2 @@
DIST xfce4-notifyd-0.2.4.tar.bz2 361619 SHA256 8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0 SHA512 4cee6395ee925e41ec22baa0fca21b38261a547ddff32f6c140db91996e2aa39b86113ffbe42da3c98728513a10eadd99504a05f31100762eb5b19bf8a74ae7c WHIRLPOOL d3e33bae0292852f8645a83d469e0fc093edbc038210aec7f02a879aa28cce81b95ab937a63d890f3f5177008c070721d488076272705a76b66cafedf9f65919
+DIST xfce4-notifyd-0.3.0.tar.bz2 427170 SHA256 7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100 SHA512 774eb0daf935fcf3fdb8a40b03ef772b45c4b12408a5e84aff57c0e8c8490c0f3ec4753893dd07a31b7e8094fd065a8a86f56f2e6217ddd6432a8eda0dcb9f9f WHIRLPOOL fcba9a42ca476deec27d12e80953a87ca073418706cd282bfbcda96e3c058e3dbe87ef2fced6a679c96c72485067439020a0ef49548c6172eb4401c7141c94a6
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild
new file mode 100644
index 000000000000..6434b5944154
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+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="debug"
+
+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"
+
+pkg_setup() {
+ XFCONF=( $(xfconf_use_debug) )
+ DOCS=( AUTHORS NEWS README TODO )
+}