[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force SVN commit: rev 297 - branches/4.3.0/sid/debian



Author: ishikawa
Date: 2003-07-21 04:50:10 -0500 (Mon, 21 Jul 2003)
New Revision: 297

Modified:
   branches/4.3.0/sid/debian/control
   branches/4.3.0/sid/debian/shell-lib.sh
   branches/4.3.0/sid/debian/xfonts-scalable.postinst.in
   branches/4.3.0/sid/debian/xfonts-scalable.postrm.in
Log:
xftcache related things cleanup

 xftcache is already dropped from source tree.
 It is replaced by fc-cache.

 - xftcache description dropped from debian/control
 - use fc-cache instaed of xftcache in xfonts-scale.{postinst,postrm}
    o update xfonts-scale.postinst.in, xfonts-scale.postrm.in
    o update debain/shell-lib.sh to handle fc-cache instead of xftcache



Modified: branches/4.3.0/sid/debian/control
==============================================================================
--- branches/4.3.0/sid/debian/control	2003-07-17 15:07:10 UTC (rev 296)
+++ branches/4.3.0/sid/debian/control	2003-07-21 09:50:10 UTC (rev 297)
@@ -233,8 +233,6 @@
     framerate information to standard output
   - iceauth, a tool for manipulating ICE protocol authorization records;
   - texteroids, a spinning text demo for the DPS extension
-  - xftcache, a tool that creates an index of FreeType font files in a
-    directory
   - xset, a tool for setting miscellaneous X server parameters;
   - xmodmap, a utility for modifying keymaps and pointer button mappings in X;
   - xsetmode and xsetpointer, tools for handling X Input devices;

Modified: branches/4.3.0/sid/debian/shell-lib.sh
==============================================================================
--- branches/4.3.0/sid/debian/shell-lib.sh	2003-07-17 15:07:10 UTC (rev 296)
+++ branches/4.3.0/sid/debian/shell-lib.sh	2003-07-21 09:50:10 UTC (rev 297)
@@ -214,7 +214,7 @@
         SHORTCMD=$(basename $CMD)
         message_nonl "Running $SHORTCMD in $DIR font directory..."
         # KLUDGE
-        if [ "$SHORTCMD" = "xftcache" ]; then
+        if [ "$SHORTCMD" = "fc-cache" ]; then
           DIR=/usr/X11R6/lib/X11/fonts/$DIR
         fi
         $CMD $DIR

Modified: branches/4.3.0/sid/debian/xfonts-scalable.postinst.in
==============================================================================
--- branches/4.3.0/sid/debian/xfonts-scalable.postinst.in	2003-07-17 15:07:10 UTC (rev 296)
+++ branches/4.3.0/sid/debian/xfonts-scalable.postinst.in	2003-07-21 09:50:10 UTC (rev 297)
@@ -15,7 +15,7 @@
 #DEBHELPER#
 
 FONTDIRS="Speedo Type1"
-UPDATECMDS="update-fonts-scale update-fonts-dir xftcache"
+UPDATECMDS="update-fonts-scale update-fonts-dir fc-cache"
 font_update
 
 exit 0

Modified: branches/4.3.0/sid/debian/xfonts-scalable.postrm.in
==============================================================================
--- branches/4.3.0/sid/debian/xfonts-scalable.postrm.in	2003-07-17 15:07:10 UTC (rev 296)
+++ branches/4.3.0/sid/debian/xfonts-scalable.postrm.in	2003-07-21 09:50:10 UTC (rev 297)
@@ -18,7 +18,7 @@
      "$1" = "remove" -o \
      "$1" = "disappear" ]; then
   FONTDIRS="Speedo Type1"
-  UPDATECMDS="update-fonts-scale update-fonts-dir xftcache"
+  UPDATECMDS="update-fonts-scale update-fonts-dir fc-cache"
   font_update
 fi
 



Reply to: