[weasel-commit] Source: fontconfig=2.6.0-5

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 21 Jan 2010 07:59:30 -0500

================================
fontconfig:source=2.6.0-5 (previous: 2.6.0-4)
cvc rdiff fontconfig -1 /weasel.rpath.org@wgl:3-devel/2.6.0-5
================================
2.6.0-5 Filip Brcic (brcha@xxxxxxx) Thu Jan 21 07:59:20 2010
    moved handler trigger to /usr/share/fonts

fontconfig.tagdescription: changed
Index: fontconfig.tagdescription
====================================================================
contents(size sha1)
inode(mtime)
--- fontconfig.tagdescription /weasel.rpath.org@wgl:3-devel/2.6.0-4
+++ fontconfig.tagdescription /weasel.rpath.org@wgl:3-devel/2.6.0-5
@@ -1,4 +1,4 @@
 file         %(taghandlerdir)s/fontconfig
 implements   files update
 implements   files remove
-include      %(sysconfdir)s/fonts/.version
+include      %(datadir)s/fonts/.fontconfig-*


fontconfig.taghandler: changed
Index: fontconfig.taghandler
====================================================================
contents(sha1)
inode(mtime)
--- fontconfig.taghandler /weasel.rpath.org@wgl:3-devel/2.6.0-4
+++ fontconfig.taghandler /weasel.rpath.org@wgl:3-devel/2.6.0-5
@@ -14,7 +14,7 @@
     files)
        case $action in
            update|remove)
-               %(bindir)s/fc-cache -sr >/dev/null
+               %(bindir)s/fc-cache -fs >/dev/null
                ;;
        esac
     ;;


fontconfig.recipe: changed
Index: fontconfig.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- fontconfig.recipe /weasel.rpath.org@wgl:3-devel/2.6.0-4
+++ fontconfig.recipe /weasel.rpath.org@wgl:3-devel/2.6.0-5
@@ -51,7 +51,7 @@
         # r.Doc('doc/fontconfig-devel.html', dir='html')
         # r.Doc('doc/fontconfig-devel.{txt,pdf}')
 
-        r.Create('%(sysconfdir)s/fonts/.version',
+        r.Create('%(datadir)s/fonts/.fontconfig-%(name)s',
                  contents=('%(version)s-' + str(uuid.uuid4())))
         r.addSource('fontconfig.tagdescription',
                     dest='%(tagdescriptiondir)s/fontconfig',



Committed by: brcha

Other related posts:

  • » [weasel-commit] Source: fontconfig=2.6.0-5 - rbuilder