r45003 - in /desktop/unstable/gtk+2.0/debian: changelog update-icon-caches

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jun 7 14:54:37 UTC 2015


Author: biebl
Date: Sun Jun  7 14:54:37 2015
New Revision: 45003

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45003
Log:
Stop including image data when generating the icon caches since the cache
files tend to grow rather large and aren't that useful anymore nowadays.

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/update-icon-caches

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=45003&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog	[utf-8] Sun Jun  7 14:54:37 2015
@@ -3,6 +3,8 @@
   * New upstream release.
   * Refresh patches.
   * Drop obsolete Breaks/Conflicts/Replaces from pre-wheezy.
+  * Stop including image data when generating the icon caches since the cache
+    files tend to grow rather large and aren't that useful anymore nowadays.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 10 May 2015 21:05:46 +0200
 

Modified: desktop/unstable/gtk+2.0/debian/update-icon-caches
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/update-icon-caches?rev=45003&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/update-icon-caches	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/update-icon-caches	[utf-8] Sun Jun  7 14:54:37 2015
@@ -12,8 +12,8 @@
         continue
     fi
     if [ -f "$dir"/index.theme ]; then
-        # Generate or regenerate the cache    
-        if ! gtk-update-icon-cache --force --quiet --include-image-data "$dir"; then
+        # Generate or regenerate the cache
+        if ! gtk-update-icon-cache --force --quiet "$dir"; then
             echo "WARNING: icon cache generation failed for $dir"
         fi
     else




More information about the pkg-gnome-commits mailing list