diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-04-21 09:32:31 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-04-21 09:32:31 +0000 |
commit | c0e47b933aea03c72d9fd3cd7a7dc5ef509b80fa (patch) | |
tree | 3fdb92845960bec224faeb692000112bf15bb562 /xfce-extra | |
parent | add systemd unit, close bug #466254 (diff) | |
download | gentoo-2-c0e47b933aea03c72d9fd3cd7a7dc5ef509b80fa.tar.gz gentoo-2-c0e47b933aea03c72d9fd3cd7a7dc5ef509b80fa.tar.bz2 gentoo-2-c0e47b933aea03c72d9fd3cd7a7dc5ef509b80fa.zip |
Version bump.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-notifyd/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.3.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-notifyd/ChangeLog b/xfce-extra/xfce4-notifyd/ChangeLog index 9d6a2d57b60f..4bcc063f3a43 100644 --- a/xfce-extra/xfce4-notifyd/ChangeLog +++ b/xfce-extra/xfce4-notifyd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-notifyd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.18 2013/02/05 12:07:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.19 2013/04/21 09:32:31 ssuominen Exp $ + +*xfce4-notifyd-0.2.3 (21 Apr 2013) + + 21 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-notifyd-0.2.3.ebuild: + Version bump. 05 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> xfce4-notifyd-0.2.2.ebuild, +files/xfce4-notifyd-0.2.2-categories.patch: diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.3.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.3.ebuild new file mode 100644 index 000000000000..79c1ad81190f --- /dev/null +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.3.ebuild,v 1.1 2013/04/21 09:32:31 ssuominen Exp $ + +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 ~x86" +IUSE="debug" + +RDEPEND=">=dev-libs/dbus-glib-0.100 + >=sys-apps/dbus-1.6 + >=x11-libs/gtk+-2.14:2 + >=x11-libs/libnotify-0.7 + >=xfce-base/libxfce4ui-4.8 + >=xfce-base/libxfce4util-4.8 + >=xfce-base/xfconf-4.8" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +pkg_setup() { + XFCONF=( $(xfconf_use_debug) ) + DOCS=( AUTHORS NEWS README TODO ) +} |