[Lunar-commits] CVS: moonbase/libs/t1lib POST_INSTALL, NONE,
1.1 DETAILS, 1.2, 1.3
Terry Chan
tchan at lunar-linux.org
Sat Feb 21 18:07:33 GMT 2004
Update of /var/cvs/lunar/moonbase/libs/t1lib
In directory dbguin.lunar-linux.org:/tmp/cvs-serv16175
Modified Files:
DETAILS
Added Files:
POST_INSTALL
Log Message:
Added a POST_INSTALL to force recompiling of xpdf, since the major version
number of t1lib has changed. Otherwise xpdf will contain broken lib links.
--- NEW FILE: POST_INSTALL ---
# Recompile modules that link to t1lib as this is a large version change
rm -f $BOOST_LOCK
if module_installed xpdf; then lin xpdf; fi
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/t1lib/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 21 Feb 2004 07:44:43 -0000 1.2
+++ DETAILS 21 Feb 2004 18:07:31 -0000 1.3
@@ -1,13 +1,13 @@
- MODULE=t1lib
+ MODULE=t1lib
VERSION=5.0.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://sunsite.unc.edu/pub/Linux/libs/graphics/$SOURCE
- SOURCE_VFY=md5:b4e14bc4bf322c88da41a98f73c19b98
+ SOURCE_VFY=md5:b4e14bc4bf322c88da41a98f73c19b98
WEB_SITE=http://www.foolabs.com/xpdf/
ENTERED=20010923
UPDATED=20040221
- SHORT="t1lib allows applications to rasterize Type1 fonts."
+ SHORT="t1lib allows applications to rasterize Type1 fonts."
cat << EOF
t1lib is a library written in C which implements functions for generating
More information about the Lunar-commits
mailing list