Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104043 - rxvt-unicode ebuild with IUSE="minimal truetype" and other fixes
Summary: rxvt-unicode ebuild with IUSE="minimal truetype" and other fixes
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Peter Johanson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-28 09:21 UTC by René Rhéaume (a.k.a. repzilon, rener)
Modified: 2008-02-23 00:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Improved rxvt-unicode-4.0 ebuild (rxvt-unicode-4.0-r2.ebuild,1.51 KB, text/plain)
2005-08-28 09:22 UTC, René Rhéaume (a.k.a. repzilon, rener)
Details
Improved rxvt-unicode-5.3 ebuild (rxvt-unicode-5.3-r1.ebuild,1.80 KB, text/plain)
2005-08-28 09:22 UTC, René Rhéaume (a.k.a. repzilon, rener)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description René Rhéaume (a.k.a. repzilon, rener) 2005-08-28 09:21:40 UTC
This ebuild adds minimal to IUSE in order to have smaller (around 3 times
smaller) but still useful terminal. This is especially true on a uclibc-based
system where --enable-shared does not work for some unknown reason. 

Moreover, Xft support is controlled through the truetype USE flag and is
independent of the minimal USE flag. So, you can have a minimal urxvt with font
smoothing (like I do) or full featured one but without font smoothing if you
dislike it.

Finally, there is small a fix for optimisation flags. Urxvt is a C++ program but
uses the CFLAGS variable for optimisation, instead of CXXFLAGS.

Reproducible: Didn't try
Steps to Reproduce:
Comment 1 René Rhéaume (a.k.a. repzilon, rener) 2005-08-28 09:22:30 UTC
Created attachment 67088 [details]
Improved rxvt-unicode-4.0 ebuild
Comment 2 René Rhéaume (a.k.a. repzilon, rener) 2005-08-28 09:22:49 UTC
Created attachment 67089 [details]
Improved rxvt-unicode-5.3 ebuild
Comment 3 René Nussbaumer (RETIRED) gentoo-dev 2007-03-08 12:13:35 UTC
Truetype is in the ebuild some times ago. Is minimal still needed?
Comment 4 Nico R. Wohlgemuth 2008-01-07 14:02:03 UTC
(In reply to comment #3)
> Truetype is in the ebuild some times ago. Is minimal still needed?
> 
minimal would be nice because the binary size between --disable-everything and --enable-everything is really big and many people don't need alle the features urxvt provides
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2008-02-23 00:30:41 UTC
Well these patches are horribly outdated, closing the bug. If you have some suggestions, please file a new one against the latest version, thanks.