[93882] trunk/dports

pixilla at macports.org pixilla at macports.org
Sat Jun 2 07:04:16 PDT 2012


Revision: 93882
          https://trac.macports.org/changeset/93882
Author:   pixilla at macports.org
Date:     2012-06-02 07:04:15 -0700 (Sat, 02 Jun 2012)
Log Message:
-----------
gnome/gtk2:
- Add dep on librsvg. See #32949.
- Remove post-activate system call to files that are no longer guaranteed on disk
  after gtk2 dep removal in r90665. Closes #34721.

Revision Links:
--------------
    https://trac.macports.org/changeset/90665

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

Modified: trunk/dports/gnome/gtk2/Portfile
===================================================================
--- trunk/dports/gnome/gtk2/Portfile	2012-06-02 08:44:36 UTC (rev 93881)
+++ trunk/dports/gnome/gtk2/Portfile	2012-06-02 14:04:15 UTC (rev 93882)
@@ -7,7 +7,7 @@
 
 name                gtk2
 version             2.24.10
-revision            1
+revision            2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome x11
 license             LGPL-2+
@@ -42,10 +42,8 @@
 
 depends_lib         port:atk \
                     path:lib/pkgconfig/pango.pc:pango \
-                    port:gdk-pixbuf2
-# gtk2 applications would need librsvg to display SVG icons, however librsvg
-# depends on gtk2, so we can not list it as a dependency here.
-#                   port:librsvg
+                    port:gdk-pixbuf2 \
+                    port:librsvg
 
 
 depends_run         port:shared-mime-info \

Modified: trunk/dports/graphics/librsvg/Portfile
===================================================================
--- trunk/dports/graphics/librsvg/Portfile	2012-06-02 08:44:36 UTC (rev 93881)
+++ trunk/dports/graphics/librsvg/Portfile	2012-06-02 14:04:15 UTC (rev 93882)
@@ -6,7 +6,7 @@
 
 name            librsvg
 version         2.34.2
-revision        1
+revision        2
 license         {GPL-2+ LGPL-2+}
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      graphics gnome
@@ -82,11 +82,6 @@
         ${destroot}${prefix}/bin
 }
 
-post-activate {
-    ui_debug "Updating gdk-pixbuf.loaders..."
-    system "${prefix}/bin/gdk-pixbuf-query-loaders --update-cache"
-}
-
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120602/48827f78/attachment.html>


More information about the macports-changes mailing list