diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-07-05 07:25:09 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-07-05 07:25:09 +0000 |
commit | d2df1595749e3b98c9d939a0c2c97372e03f4eac (patch) | |
tree | b50673061ba9ed88db4c3825b18076fef3ffab84 /x11-misc | |
parent | Marked stable on mips. (diff) | |
download | gentoo-2-d2df1595749e3b98c9d939a0c2c97372e03f4eac.tar.gz gentoo-2-d2df1595749e3b98c9d939a0c2c97372e03f4eac.tar.bz2 gentoo-2-d2df1595749e3b98c9d939a0c2c97372e03f4eac.zip |
Version bumped. Thanks to MATSUU Takuto <matsuu@gentoo.org> and Sridhar Dhanapalan <lists.sridhar@dhanapalan.com>. This closes bug #51596
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xmbdfed/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xmbdfed/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/xmbdfed/files/digest-xmbdfed-4.7_p1 | 2 | ||||
-rw-r--r-- | x11-misc/xmbdfed/metadata.xml | 1 | ||||
-rw-r--r-- | x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild | 53 |
5 files changed, 66 insertions, 0 deletions
diff --git a/x11-misc/xmbdfed/ChangeLog b/x11-misc/xmbdfed/ChangeLog index b41d0dfb6775..53569f16174d 100644 --- a/x11-misc/xmbdfed/ChangeLog +++ b/x11-misc/xmbdfed/ChangeLog @@ -2,6 +2,13 @@ # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp +*xmbdfed-4.7_p1 (05 Jul 2004) + + 05 Jul 2004; Mamoru KOMACHI <usata@gentoo.org> metadata.xml, + +xmbdfed-4.7_p1.ebuild: + Version bumped. Thanks to MATSUU Takuto <matsuu@gentoo.org> and Sridhar + Dhanapalan <lists.sridhar@dhanapalan.com>. This closes bug #51596 + 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> xmbdfed-4.5.ebuild: QA - fix use invocation diff --git a/x11-misc/xmbdfed/Manifest b/x11-misc/xmbdfed/Manifest index cb39e2af4e97..9b517e0122bf 100644 --- a/x11-misc/xmbdfed/Manifest +++ b/x11-misc/xmbdfed/Manifest @@ -1,4 +1,7 @@ MD5 3240560dc342ba15df849c2c332095d4 xmbdfed-4.5.ebuild 1458 MD5 19f4f6e1bdc8115a8716e854e8689219 ChangeLog 1156 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 +MD5 cd777808c5ac93a28d698b88b999588e xmbdfed-4.7_p1.ebuild 1303 +MD5 b3f929770b7a4c60e814c94924ef920a xmbdfed-4.7.ebuild 1137 MD5 fda2a635d6d99c2ff0c699725fd7d301 files/digest-xmbdfed-4.5 133 +MD5 b44b0fb9e8281e2652b43bf0c6db7e72 files/digest-xmbdfed-4.7_p1 124 diff --git a/x11-misc/xmbdfed/files/digest-xmbdfed-4.7_p1 b/x11-misc/xmbdfed/files/digest-xmbdfed-4.7_p1 new file mode 100644 index 000000000000..900397a039a8 --- /dev/null +++ b/x11-misc/xmbdfed/files/digest-xmbdfed-4.7_p1 @@ -0,0 +1,2 @@ +MD5 27872bb7473e5d64d9a24281ae6ad3d9 xmbdfed-4.7.tar.bz2 208877 +MD5 f18ea8561330db825bd7edcb61b0758a xmbdfed-4.7-patch1 549 diff --git a/x11-misc/xmbdfed/metadata.xml b/x11-misc/xmbdfed/metadata.xml index 731225048652..ceafbdd48a70 100644 --- a/x11-misc/xmbdfed/metadata.xml +++ b/x11-misc/xmbdfed/metadata.xml @@ -2,4 +2,5 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>desktop-misc</herd> + <herd>fonts</herd> </pkgmetadata> diff --git a/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild b/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild new file mode 100644 index 000000000000..2cf261d6c90b --- /dev/null +++ b/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild,v 1.1 2004/07/05 07:25:09 usata Exp $ + +inherit eutils +MY_P=${P/_p*} + +DESCRIPTION="BDF font editor for X" +SRC_URI="http://clr.nmsu.edu/~mleisher/${MY_P}.tar.bz2 + http://clr.nmsu.edu/~mleisher/${P/_p/-patch}" +HOMEPAGE="http://clr.nmsu.edu/~mleisher/xmbdfed.html" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86" +IUSE="truetype" + +DEPEND="virtual/x11 + >=x11-libs/openmotif-2.1.30 + truetype? ( media-libs/freetype )" + +S=${WORKDIR}/${MY_P} + +src_unpack() { + unpack ${MY_P}.tar.bz2 + cd ${S} + epatch ${DISTDIR}/${P/_p/-patch} +} + +src_compile() { + # There's no ./configure in xmbdfed, so perform the make by manually + # specifying the correct options for Gentoo. + + local flags="" + local incs="-I/usr/X11R6/include" + local libs="-L/usr/X11R6/lib -lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE" + + if [ `use truetype` ] ; then + flags="FTYPE_DEFS=\"-DHAVE_FREETYPE\"" + incs="${incs} `freetype-config --cflags`" + libs="${libs} `freetype-config --libs`" + fi + + make CFLAGS="${CFLAGS}" ${flags} \ + INCS="${incs}" \ + LIBS="${libs}" || die +} + +src_install() { + dobin xmbdfed + newman xmbdfed.man xmbdfed.1 + dodoc CHANGES COPYRIGHTS INSTALL README xmbdfedrc +} |