diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-05-02 18:13:21 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-05-02 18:13:21 +0000 |
commit | eaec48e8da62195001aaf6d85ae316875a572d8d (patch) | |
tree | 064426762e8adc3512aa75c4baae018291294372 /x11-misc/xfontselector | |
parent | kile is the kde3 version of ktexmaker; closes #1761 (diff) | |
download | historical-eaec48e8da62195001aaf6d85ae316875a572d8d.tar.gz historical-eaec48e8da62195001aaf6d85ae316875a572d8d.tar.bz2 historical-eaec48e8da62195001aaf6d85ae316875a572d8d.zip |
user submission (#1859). x11 font selector.
----------------------------------------------------------------------
Diffstat (limited to 'x11-misc/xfontselector')
-rw-r--r-- | x11-misc/xfontselector/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xfontselector/files/digest-xfontselector-0.9.2 | 1 | ||||
-rw-r--r-- | x11-misc/xfontselector/files/xfontselector-gentoo.diff | 29 | ||||
-rw-r--r-- | x11-misc/xfontselector/files/xfontselector.1 | 44 | ||||
-rw-r--r-- | x11-misc/xfontselector/xfontselector-0.9.2.ebuild | 28 |
5 files changed, 111 insertions, 0 deletions
diff --git a/x11-misc/xfontselector/ChangeLog b/x11-misc/xfontselector/ChangeLog new file mode 100644 index 000000000000..b4cc4fdbc4b6 --- /dev/null +++ b/x11-misc/xfontselector/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-admin/aide +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfontselector/ChangeLog,v 1.1 2002/05/02 18:13:21 danarmak Exp $ + +*xfontselector-0.9.2 (2 May 2002) + + 2 May 2002; Dan Armak <danarmak@gentoo.org> + + Initial ebuild. User submission (by Kingsqueak, bug #1761). diff --git a/x11-misc/xfontselector/files/digest-xfontselector-0.9.2 b/x11-misc/xfontselector/files/digest-xfontselector-0.9.2 new file mode 100644 index 000000000000..16e8aa09ea45 --- /dev/null +++ b/x11-misc/xfontselector/files/digest-xfontselector-0.9.2 @@ -0,0 +1 @@ +MD5 f0ef13cd503fc31d0a0430f47ff745f6 xfontselector-0.9-2.tar.gz 7222 diff --git a/x11-misc/xfontselector/files/xfontselector-gentoo.diff b/x11-misc/xfontselector/files/xfontselector-gentoo.diff new file mode 100644 index 000000000000..72fe0cad2cb3 --- /dev/null +++ b/x11-misc/xfontselector/files/xfontselector-gentoo.diff @@ -0,0 +1,29 @@ +--- Makefile.orig Tue Dec 4 04:11:43 2001 ++++ Makefile Mon Apr 22 15:56:29 2002 +@@ -1,14 +1,10 @@ + # If QTDIR is unset - set it to the place where qt library resides + # (like /usr/lib-qt-2.3.1 ) + # If moc can not be found -- search for it in proper QTDIR ++QTDIR=/usr/qt/2 ++PREFIX=/usr/X11R6 ++CXXFLAGS+= -DNO_DEBUG -I${QTDIR}/include + +- +-CXXFLAGS=-DDEBUG -g +-CXXFLAGS=-DNO_DEBUG -O2 +- +-CXXFLAGS+= -pipe -I${QTDIR}/include +- +-#LFLAGS= -static + LFLAGS+= -L${QTDIR}/lib -L/usr/X11R6/lib + + LIBS= -lXext -lX11 -lm -lqt +@@ -23,7 +19,7 @@ + moc_xfontselector.o: moc_xfontselector.cpp xfontselector.h + + moc_xfontselector.cpp: xfontselector.h +- moc xfontselector.h -o moc_xfontselector.cpp ++ ${QTDIR}/bin/moc xfontselector.h -o moc_xfontselector.cpp + + clean: + -rm -f *.o moc_xfontselector.cpp diff --git a/x11-misc/xfontselector/files/xfontselector.1 b/x11-misc/xfontselector/files/xfontselector.1 new file mode 100644 index 000000000000..5db3be7810ee --- /dev/null +++ b/x11-misc/xfontselector/files/xfontselector.1 @@ -0,0 +1,44 @@ +xfontselector(1) Linux Reference Manual xfontselector(1) + + + +TTIITTLLEE + xfontselector -- X interface font chooser + +NNAAMMEE + xxffoonnttsseelleeccttoorr + + +SSYYNNOOPPSSIISS + xfontselector (best run from an _x_t_e_r_m) + +DDEESSCCRRIIPPTTIIOONN + xfontselector is a handy utility designed with purpose of + easing the selection of fonts for use in .Xdefaults or + other configuration files. The intent is to provide a much + nicer interface than xfontsel. + + Start by resizing the main program window for your conven- + ience. + + Next, select whether font should be scalable or not, + select acceptable font sizes, widths, slants, heights and + names. To view your selection, click Show, a list of fonts + matching the criteria should appear on the right together + with some test text (may not fit fully in the window). + + Select the fonts You like the most and click Print. + + The final list of fonts will appear in the terminal from + which the program was started. The header will be Selected + fonts. Cut and paste those font names to .Xdefaults and + other places according to your needs. + +NNOOTTEESS + Version 0.9.2 + Author Jacek Pliszka <kubus@users.sourceforge.net> + Project Site: http://xfontselector.sourceforge.net/ + + + +kingsqueak@kingsqueak.org April 16, 2002 xfontselector(1) diff --git a/x11-misc/xfontselector/xfontselector-0.9.2.ebuild b/x11-misc/xfontselector/xfontselector-0.9.2.ebuild new file mode 100644 index 000000000000..382424d46064 --- /dev/null +++ b/x11-misc/xfontselector/xfontselector-0.9.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfontselector/xfontselector-0.9.2.ebuild,v 1.1 2002/05/02 18:13:21 danarmak Exp $ + +MY_P="xfontselector-0.9-2" +S=${WORKDIR}/${MY_P} +DESCRIPTION="This is a font selector for X, much nicer than xfontsel." +SRC_URI="http://prdownloads.sourceforge.net/xfontselector/${MY_P}.tar.gz" +HOMEPAGE="http://xfontselector.sourceforge.net/" +DEPEND="=x11-libs/qt-2* + x11-base/xfree + media-libs/jpeg + media-libs/lcms + media-libs/libmng + media-libs/libpng + sys-devel/gcc + sys-libs/glibc + sys-libs/zlib" + +src_compile() { + patch Makefile ${FILESDIR}/xfontselector-gentoo.diff || die + emake || die +} + +src_install () { + dobin xfontselector || die + doman ${FILESDIR}/xfontselector.1 +} |