summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/notification-daemon-xfce/ChangeLog6
-rw-r--r--xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild14
2 files changed, 15 insertions, 5 deletions
diff --git a/xfce-extra/notification-daemon-xfce/ChangeLog b/xfce-extra/notification-daemon-xfce/ChangeLog
index 2745031b7405..f6340c030d4f 100644
--- a/xfce-extra/notification-daemon-xfce/ChangeLog
+++ b/xfce-extra/notification-daemon-xfce/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/notification-daemon-xfce
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/ChangeLog,v 1.14 2007/09/01 16:53:03 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/ChangeLog,v 1.15 2007/10/26 13:10:39 angelos Exp $
+
+ 26 Oct 2007; Christoph Mende <angelos@gentoo.org>
+ notification-daemon-xfce-0.3.7.ebuild:
+ Fix test suite and unrestrict it
01 Sep 2007; nixnut <nixnut@gentoo.org>
notification-daemon-xfce-0.3.7.ebuild:
diff --git a/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild b/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild
index c4a66e5ee7c1..324f4fc31986 100644
--- a/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild
+++ b/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.14 2007/09/01 16:53:03 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.15 2007/10/26 13:10:39 angelos Exp $
-inherit xfce44
+inherit autotools xfce44
xfce44
@@ -13,8 +13,6 @@ SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}.tar.bz2"
KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="debug"
-RESTRICT="test"
-
RDEPEND=">=dev-libs/glib-2.6
>=x11-libs/gtk+-2.6
>=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
@@ -30,4 +28,12 @@ DEPEND="${RDEPEND}
XFCE_CONFIG="${XFCE_CONFIG} --enable-gradient-look --enable-mcs-plugin"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ sed -i -e "/^AC_INIT/s/notification_daemon_version()/notification_daemon_version/" configure.in
+ eautoconf
+}
+
DOCS="AUTHORS ChangeLog NEWS README"