[Lunar-commits] CVS: moonbase/x11/XOrg-fonts-extra BUILD, NONE,
1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
Moritz Heiber
moe at lunar-linux.org
Mon Nov 22 18:31:40 UTC 2004
Update of /var/cvs/lunar/moonbase/x11/XOrg-fonts-extra
In directory espresso.foo-projects.org:/tmp/cvs-serv9860/XOrg-fonts-extra
Added Files:
BUILD DEPENDS DETAILS
Log Message:
Aaaalllright. This is the all new and shiny XOrg module.
Split up into several smaller ones. This one's compiling
in 30 minutes on a P-M 1.4Ghz.
- fontconfig issues solved (and it doesn't break pango either yay!)
- Driver selection possible (might need some slight improvements
(like a sidebar) but works for now)
- Updated to 6.8.1 (fixes a serious security hole)
- Other stuff I forgot about
--- NEW FILE: BUILD ---
(
mkdir -p /usr/share/fonts &&
for fonts in $SOURCE_DIRECTORY/*; do
cp -rf $fonts /usr/share/fonts;
done;
# Rerun fc-cache so the new fonts are recognized
message "Running fc-cache ..."
/usr/bin/fc-cache -f
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends fontconfig
--- NEW FILE: DETAILS ---
MODULE=XOrg-fonts-extra
VERSION=0.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://lunar-linux.org/lunar/mirrors/
SOURCE_VFY=sha1:283186343ad02df6243def63d8255e4711debc7d
ENTERED=20041122
UPDATED=20041122
SHORT="Extra fonts for the XOrg X11 implementation"
cat << EOF
Extra fonts for the XOrg X11 implementation
EOF
More information about the Lunar-commits
mailing list