summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2013-06-15 16:45:28 +0000
committerAlex Alexander <wired@gentoo.org>2013-06-15 16:45:28 +0000
commit7955d5fee9b48937f9c82d0a18283e75be673f9b (patch)
tree62840a8f55181579e303a747b1c882d34494b19a /x11-misc
parentversion bump, bug #469492 (diff)
downloadgentoo-2-7955d5fee9b48937f9c82d0a18283e75be673f9b.tar.gz
gentoo-2-7955d5fee9b48937f9c82d0a18283e75be673f9b.tar.bz2
gentoo-2-7955d5fee9b48937f9c82d0a18283e75be673f9b.zip
version bump. bug #471584. thanks to René Neumann.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/dunst/ChangeLog8
-rw-r--r--x11-misc/dunst/dunst-1.0.0.ebuild55
-rw-r--r--x11-misc/dunst/metadata.xml3
3 files changed, 65 insertions, 1 deletions
diff --git a/x11-misc/dunst/ChangeLog b/x11-misc/dunst/ChangeLog
index b8b1051d1284..eda6b3895c06 100644
--- a/x11-misc/dunst/ChangeLog
+++ b/x11-misc/dunst/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/dunst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/ChangeLog,v 1.1 2013/02/22 14:12:34 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/ChangeLog,v 1.2 2013/06/15 16:45:28 wired Exp $
+
+*dunst-1.0.0 (15 Jun 2013)
+
+ 15 Jun 2013; Alex Alexander <wired@gentoo.org> +dunst-1.0.0.ebuild,
+ metadata.xml:
+ version bump. bug #471584. thanks to René Neumann.
*dunst-0.5.0 (22 Feb 2013)
diff --git a/x11-misc/dunst/dunst-1.0.0.ebuild b/x11-misc/dunst/dunst-1.0.0.ebuild
new file mode 100644
index 000000000000..4005e493cee2
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.0.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/dunst-1.0.0.ebuild,v 1.1 2013/06/15 16:45:28 wired Exp $
+
+EAPI=5
+
+DESCRIPTION="customizable and lightweight notification-daemon"
+HOMEPAGE="http://www.knopwob.org/dunst/"
+SRC_URI="http://www.knopwob.org/public/dunst-release/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dunstify"
+
+CDEPEND="
+ dev-libs/glib:2
+ dev-libs/libxdg-basedir
+ sys-apps/dbus
+ x11-libs/libXScrnSaver
+ x11-libs/libXft
+ x11-libs/libXinerama
+ x11-libs/cairo[X,glib]
+ x11-libs/pango[X]
+"
+
+DEPEND="${CDEPEND}
+ dev-lang/perl
+ virtual/pkgconfig"
+
+RDEPEND="${CDEPEND}"
+
+src_prepare() {
+ # Remove nasty CFLAGS which override user choice
+ sed -ie "/^CFLAGS/ {
+ s:-g::
+ s:-O.::
+ }" config.mk || die "sed failed"
+
+
+ if ! use dunstify; then
+ # don't build dunstify: it pulls in deps but is not being installed
+ sed -ie "/^all:/ s:dunstify::" Makefile || die "sed failed"
+ fi
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="/usr" install
+
+ if use dunstify; then
+ dobin dunstify
+ fi
+
+ dodoc CHANGELOG
+}
diff --git a/x11-misc/dunst/metadata.xml b/x11-misc/dunst/metadata.xml
index a15d7230bf71..c837a2621f98 100644
--- a/x11-misc/dunst/metadata.xml
+++ b/x11-misc/dunst/metadata.xml
@@ -5,4 +5,7 @@
<email>wired@gentoo.org</email>
<name>Alex Alexander</name>
</maintainer>
+ <use>
+ <flag name="dunstify">Experimental replacement for notify-send.</flag>
+ </use>
</pkgmetadata>