diff options
Diffstat (limited to 'gnome-extra/gucharmap/gucharmap-3.4.1.1.ebuild')
-rw-r--r-- | gnome-extra/gucharmap/gucharmap-3.4.1.1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnome-extra/gucharmap/gucharmap-3.4.1.1.ebuild b/gnome-extra/gucharmap/gucharmap-3.4.1.1.ebuild index 7bd189a61a76..2e85dc08b446 100644 --- a/gnome-extra/gucharmap/gucharmap-3.4.1.1.ebuild +++ b/gnome-extra/gucharmap/gucharmap-3.4.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.4.1.1.ebuild,v 1.8 2012/10/28 15:54:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.4.1.1.ebuild,v 1.9 2012/11/15 19:51:04 pacho Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -9,7 +9,7 @@ GNOME2_LA_PUNT="yes" inherit gnome2 DESCRIPTION="Unicode character map viewer and library" -HOMEPAGE="http://live.gnome.org/Gucharmap" +HOMEPAGE="https://live.gnome.org/Gucharmap" LICENSE="GPL-3" SLOT="2.90" @@ -34,20 +34,19 @@ DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-1.0 ) test? ( ~app-text/docbook-xml-dtd-4.1.2 )" -pkg_setup() { +src_prepare() { G2CONF="${G2CONF} --disable-static - --disable-scrollkeeper $(use_enable introspection) $(use_enable cjk unihan)" DOCS="AUTHORS ChangeLog NEWS README TODO" -} -src_prepare() { # prevent file collisions with slot 0 sed -e "s:GETTEXT_PACKAGE=gucharmap$:GETTEXT_PACKAGE=gucharmap-${SLOT}:" \ -i configure.ac configure || die "sed configure.ac configure failed" + epatch "${FILESDIR}/${P}-fix-doc.patch" # bug 436710, fixed in 3.6 + gnome2_src_prepare # avoid autoreconf |