summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-03 15:02:26 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-03 15:02:26 +0000
commit532507fd751297c349a302b5737d836b10802354 (patch)
treefe433096346ae4411265b4ebda74ad05987f4142 /x11-libs/pango
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-532507fd751297c349a302b5737d836b10802354.tar.gz
gentoo-2-532507fd751297c349a302b5737d836b10802354.tar.bz2
gentoo-2-532507fd751297c349a302b5737d836b10802354.zip
arm KEYWORDS
Diffstat (limited to 'x11-libs/pango')
-rw-r--r--x11-libs/pango/pango-1.4.0.ebuild11
1 files changed, 2 insertions, 9 deletions
diff --git a/x11-libs/pango/pango-1.4.0.ebuild b/x11-libs/pango/pango-1.4.0.ebuild
index 9f26588fd4c2..2ca8cfea56aa 100644
--- a/x11-libs/pango/pango-1.4.0.ebuild
+++ b/x11-libs/pango/pango-1.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.4.0.ebuild,v 1.7 2004/06/01 21:50:10 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.4.0.ebuild,v 1.8 2004/06/03 15:00:22 vapier Exp $
inherit gnome2 eutils
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.4/${P}.tar.bz2"
LICENSE="LGPL-2 FTL"
SLOT="0"
-KEYWORDS="x86 ppc ~sparc mips ~alpha hppa amd64 ~ia64"
+KEYWORDS="x86 ppc ~sparc mips ~alpha arm hppa amd64 ~ia64"
IUSE="doc"
RDEPEND="virtual/x11
@@ -18,34 +18,27 @@ RDEPEND="virtual/x11
>=dev-libs/glib-2.4
>=media-libs/fontconfig-1.0.1
>=media-libs/freetype-2"
-
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
doc? ( >=dev-util/gtk-doc-1 )"
src_unpack() {
-
unpack ${A}
cd ${S}
# Some enhancements from Redhat
epatch ${FILESDIR}/pango-1.0.99.020606-xfonts.patch
epatch ${FILESDIR}/${PN}-1.2.2-slighthint.patch
-
}
DOCS="AUTHORS ChangeLog README INSTALL NEWS TODO*"
src_install() {
-
gnome2_src_install
rm ${D}/etc/pango/pango.modules
-
}
pkg_postinst() {
-
einfo "Generating modules listing..."
pango-querymodules > /etc/pango/pango.modules
-
}