[106895] trunk/dports/graphics/librsvg/Portfile

pixilla at macports.org pixilla at macports.org
Mon Jun 10 11:14:02 PDT 2013


Revision: 106895
          https://trac.macports.org/changeset/106895
Author:   pixilla at macports.org
Date:     2013-06-10 11:14:02 -0700 (Mon, 10 Jun 2013)
Log Message:
-----------
graphics/librsvg:
- Have gdk-pixbuf-query-loaders update cache post-activate.

Modified Paths:
--------------
    trunk/dports/graphics/librsvg/Portfile

Modified: trunk/dports/graphics/librsvg/Portfile
===================================================================
--- trunk/dports/graphics/librsvg/Portfile	2013-06-10 12:11:48 UTC (rev 106894)
+++ trunk/dports/graphics/librsvg/Portfile	2013-06-10 18:14:02 UTC (rev 106895)
@@ -6,7 +6,7 @@
 
 name                librsvg
 version             2.36.4
-revision            1
+revision            2
 license             {GPL-2+ LGPL-2+}
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          graphics gnome
@@ -93,6 +93,10 @@
         ${destroot}${prefix}/bin
 }
 
+post-activate {
+    system "${prefix}/bin/gdk-pixbuf-query-loaders --update-cache"
+}
+
 variant x11 conflicts quartz {}
 variant quartz conflicts x11 {}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130610/a9093afe/attachment.html>


More information about the macports-changes mailing list