summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2007-10-26 13:51:21 +0000
committerChristoph Mende <angelos@gentoo.org>2007-10-26 13:51:21 +0000
commit4d68a34a338231a71c70ba914598b55dff3feb9e (patch)
treea06c06320c49a969679241d4e67e034435fb66b8 /xfce-extra/xfce4-xkb
parentFixed spelling of Adam's last name in Changelog. (diff)
downloadhistorical-4d68a34a338231a71c70ba914598b55dff3feb9e.tar.gz
historical-4d68a34a338231a71c70ba914598b55dff3feb9e.tar.bz2
historical-4d68a34a338231a71c70ba914598b55dff3feb9e.zip
Fix test suite and unrestrict it
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'xfce-extra/xfce4-xkb')
-rw-r--r--xfce-extra/xfce4-xkb/ChangeLog6
-rw-r--r--xfce-extra/xfce4-xkb/xfce4-xkb-0.4.3-r1.ebuild14
2 files changed, 15 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-xkb/ChangeLog b/xfce-extra/xfce4-xkb/ChangeLog
index 7c957238a0a2..c73082f83207 100644
--- a/xfce-extra/xfce4-xkb/ChangeLog
+++ b/xfce-extra/xfce4-xkb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-xkb
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb/ChangeLog,v 1.19 2007/03/15 16:37:38 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb/ChangeLog,v 1.20 2007/10/26 13:51:21 angelos Exp $
+
+ 26 Oct 2007; Christoph Mende <angelos@gentoo.org>
+ xfce4-xkb-0.4.3-r1.ebuild:
+ Fix test suite and unrestrict it
15 Mar 2007; Samuli Suominen <drac@gentoo.org> xfce4-xkb-0.4.3-r1.ebuild:
RESTRICT="test" which is not supported by goodies upstream.
diff --git a/xfce-extra/xfce4-xkb/xfce4-xkb-0.4.3-r1.ebuild b/xfce-extra/xfce4-xkb/xfce4-xkb-0.4.3-r1.ebuild
index 5d800b888ada..0ce8514cba4e 100644
--- a/xfce-extra/xfce4-xkb/xfce4-xkb-0.4.3-r1.ebuild
+++ b/xfce-extra/xfce4-xkb/xfce4-xkb-0.4.3-r1.ebuild
@@ -1,13 +1,11 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb/xfce4-xkb-0.4.3-r1.ebuild,v 1.13 2007/03/17 21:33:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb/xfce4-xkb-0.4.3-r1.ebuild,v 1.14 2007/10/26 13:51:21 angelos Exp $
-inherit xfce44
+inherit autotools xfce44
xfce44
-RESTRICT="test"
-
DESCRIPTION="XKB layout switching panel plugin"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
@@ -15,6 +13,14 @@ DEPEND="dev-util/pkgconfig
dev-util/intltool
x11-proto/kbproto"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ sed -i -e "/^AC_INIT/s/xkb_version()/xkb_version/" configure.in
+ eautoconf
+}
+
DOCS="AUTHORS ChangeLog NEWS README"
xfce44_goodies_panel_plugin