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
commit296e73edda2096663fa13cd07078e32e69d5ef6c (patch)
treed08b7c8894ce27ccb4f523ab9979a50f11de4cc8 /x11-libs
parentFix use invocation (diff)
downloadhistorical-296e73edda2096663fa13cd07078e32e69d5ef6c.tar.gz
historical-296e73edda2096663fa13cd07078e32e69d5ef6c.tar.bz2
historical-296e73edda2096663fa13cd07078e32e69d5ef6c.zip
arm KEYWORDS
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gtk+/gtk+-1.2.10-r11.ebuild13
-rw-r--r--x11-libs/pango/pango-1.4.0.ebuild11
2 files changed, 6 insertions, 18 deletions
diff --git a/x11-libs/gtk+/gtk+-1.2.10-r11.ebuild b/x11-libs/gtk+/gtk+-1.2.10-r11.ebuild
index effbe261699a..41eb99638e9a 100644
--- a/x11-libs/gtk+/gtk+-1.2.10-r11.ebuild
+++ b/x11-libs/gtk+/gtk+-1.2.10-r11.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/gtk+/gtk+-1.2.10-r11.ebuild,v 1.4 2004/04/28 15:03:01 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r11.ebuild,v 1.5 2004/06/03 15:02:26 vapier Exp $
GNOME_TARBALL_SUFFIX="gz"
inherit gnome.org eutils libtool
@@ -11,12 +11,11 @@ SRC_URI="${SRC_URI} http://www.ibiblio.org/gentoo/distfiles/gtk+-1.2.10-r8-gento
LICENSE="LGPL-2.1"
SLOT="1"
-KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 mips"
+KEYWORDS="x86 ~ppc ~sparc mips ~alpha arm hppa ~amd64 ~ia64"
IUSE="nls debug"
RDEPEND="virtual/x11
=dev-libs/glib-1.2*"
-
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext
dev-util/intltool )"
@@ -33,13 +32,12 @@ src_unpack() {
}
src_compile() {
-
elibtoolize
local myconf=
use nls || myconf="${myconf} --disable-nls"
- if [ `use debug` ]
+ if use debug
then
myconf="${myconf} --enable-debug=yes"
else
@@ -56,12 +54,11 @@ src_compile() {
}
src_install() {
-
make install DESTDIR=${D} || die
preplib /usr
- dodoc AUTHORS COPYING ChangeLog* HACKING
+ dodoc AUTHORS ChangeLog* HACKING
dodoc NEWS* README* TODO
docinto docs
cd docs
@@ -74,11 +71,9 @@ src_install() {
}
pkg_postinst() {
-
ewarn "Older versions added /etc/X11/gtk/gtkrc which changed settings for"
ewarn "all themes it seems. Please remove it manually as it will not due"
ewarn "to /env protection."
echo ""
einfo "The old gtkrc is available through the new Gentoo gtk theme."
-
}
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
-
}