[72322] trunk/dports

devans at macports.org devans at macports.org
Sun Oct 10 16:41:28 PDT 2010


Revision: 72322
          http://trac.macports.org/changeset/72322
Author:   devans at macports.org
Date:     2010-10-10 16:41:25 -0700 (Sun, 10 Oct 2010)
Log Message:
-----------
various ports: ensure that ports that install hicolor icons also update
the icon cache in post-activate, increment revision.

Modified Paths:
--------------
    trunk/dports/databases/libgda4/Portfile
    trunk/dports/devel/glade3/Portfile
    trunk/dports/gnome/alacarte/Portfile
    trunk/dports/gnome/anjuta/Portfile
    trunk/dports/gnome/bug-buddy/Portfile
    trunk/dports/gnome/devhelp/Portfile
    trunk/dports/gnome/dia/Portfile
    trunk/dports/gnome/eog/Portfile
    trunk/dports/gnome/file-roller/Portfile
    trunk/dports/gnome/gconf-editor/Portfile
    trunk/dports/gnome/gdm/Portfile
    trunk/dports/gnome/gnome-applets/Portfile
    trunk/dports/gnome/gnome-mag/Portfile
    trunk/dports/gnome/gnome-media/Portfile
    trunk/dports/gnome/gnome-netstatus/Portfile
    trunk/dports/gnome/gnome-settings-daemon/Portfile
    trunk/dports/gnome/gnome-utils/Portfile
    trunk/dports/gnome/gnucash/Portfile
    trunk/dports/gnome/gnumeric/Portfile
    trunk/dports/gnome/nautilus/Portfile
    trunk/dports/gnome/seahorse/Portfile
    trunk/dports/gnome/seahorse-plugins/Portfile
    trunk/dports/gnome/totem/Portfile
    trunk/dports/graphics/gimp2/Portfile
    trunk/dports/graphics/inkscape/Portfile

Modified: trunk/dports/databases/libgda4/Portfile
===================================================================
--- trunk/dports/databases/libgda4/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/databases/libgda4/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -7,6 +7,7 @@
 conflicts       libgda3
 set gname       libgda
 version		4.2.0
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	GDA provides uniform access to diffent kinds of data sources.
 long_description	\
@@ -21,9 +22,9 @@
 master_sites    gnome:sources/${gname}/${branch}/
 use_bzip2	yes
 
-checksums           md5     4b00c2b61430b2a0ea00e0332d1e8ef4 \
-                    sha1    98da33580855525c927afcbdaea83625156ec206 \
-                    rmd160  fa284ee1bc98ff81fcd788c77fdd467fab861b63
+checksums       md5     4b00c2b61430b2a0ea00e0332d1e8ef4 \
+                sha1    98da33580855525c927afcbdaea83625156ec206 \
+                rmd160  fa284ee1bc98ff81fcd788c77fdd467fab861b63
 
 patchfiles      patch-configure.ac.diff
 
@@ -79,7 +80,7 @@
                 --without-java \
                 --without-jni
 
-#                --without-mdb 
+#                --without-mdb
 
 use_parallel_build no
 
@@ -123,6 +124,10 @@
 	configure.args-append	--without-bdb
 }
 
+post-activate {
+    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+}
+
 livecheck.type		regex
 livecheck.url		http://ftp.gnome.org/pub/GNOME/sources/${gname}/${branch}/
 livecheck.regex		"LATEST-IS-(\\d+(?:\\.\\d+)*)"

Modified: trunk/dports/devel/glade3/Portfile
===================================================================
--- trunk/dports/devel/glade3/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/devel/glade3/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name            glade3
 version         3.6.7
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Glade is a free user interface builder for GTK+ and GNOME.
 long_description    Glade is a free user interface builder for GTK+ \
@@ -64,6 +65,10 @@
     default_variants +python26
 }
 
+post-activate {
+        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+}
+
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}

Modified: trunk/dports/gnome/alacarte/Portfile
===================================================================
--- trunk/dports/gnome/alacarte/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/alacarte/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -6,6 +6,7 @@
 name            alacarte
 version         0.13.2
 epoch           1
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     A simple freedesktop.org compliant menu editor for use with GNOME
 
@@ -45,6 +46,10 @@
     file rename ${destroot}${prefix}/bin/alacarte.py ${destroot}${prefix}/bin/alacarte
 }
 
+post-activate {
+    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+}
+
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}

Modified: trunk/dports/gnome/anjuta/Portfile
===================================================================
--- trunk/dports/gnome/anjuta/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/anjuta/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name            anjuta
 version         2.30.2.1
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     A GNOME/GTK IDE
 long_description        ${description}
@@ -69,6 +70,7 @@
 
 post-activate {
         system "scrollkeeper-update"
+        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
         system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
              gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }

Modified: trunk/dports/gnome/bug-buddy/Portfile
===================================================================
--- trunk/dports/gnome/bug-buddy/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/bug-buddy/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name		bug-buddy
 version		2.30.0
+revision        1
 set branch  [join [lrange [split ${version} .] 0 1] .]
 description	A graphical bug reporting tool.
 long_description        This is a graphical bug reporting tool. It can \
@@ -52,6 +53,7 @@
 
 post-activate {
 	system "${prefix}/bin/scrollkeeper-update"
+        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
         system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
             gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }

Modified: trunk/dports/gnome/devhelp/Portfile
===================================================================
--- trunk/dports/gnome/devhelp/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/devhelp/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name            devhelp
 version         2.30.1
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Devhelp is an API documentation browser for GTK+ and GNOME.
 long_description \
@@ -43,6 +44,7 @@
 universal_variant no
 
 post-activate {
+        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
         system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
             gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }

Modified: trunk/dports/gnome/dia/Portfile
===================================================================
--- trunk/dports/gnome/dia/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/dia/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -6,6 +6,7 @@
 
 name            dia
 version         0.97.1
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nox openmaintainer
 categories      gnome graphics
@@ -70,6 +71,10 @@
     --disable-libemf \
     --with-xslt-prefix=${prefix}
 
+post-activate {
+    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+}
+
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*(?:-pre\d)*)}

Modified: trunk/dports/gnome/eog/Portfile
===================================================================
--- trunk/dports/gnome/eog/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/eog/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name		eog
 version		2.30.2
+revision        1
 set branch	[join [lrange [split ${version} .] 0 1] .]
 description	An image viewing program.
 long_description        This is the Eye of Gnome, an image viewer program. \
@@ -54,6 +55,7 @@
 
 post-activate {
    system "scrollkeeper-update"
+   system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }

Modified: trunk/dports/gnome/file-roller/Portfile
===================================================================
--- trunk/dports/gnome/file-roller/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/file-roller/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name		file-roller
 version		2.30.2
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	An archive manager for GNOME
 long_description        File Roller is an archive manager for the GNOME \
@@ -44,6 +45,7 @@
 
 post-activate {
 	system "${prefix}/bin/scrollkeeper-update"
+        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
         system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
             gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }

Modified: trunk/dports/gnome/gconf-editor/Portfile
===================================================================
--- trunk/dports/gnome/gconf-editor/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/gconf-editor/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name		gconf-editor
 version		2.30.0
+revision        1
 set branch	[join [lrange [split ${version} .] 0 1] .]
 description	gconf-editor is a gconf database editor for GNOME 2.0.
 long_description        gconf-editor is a gconf database editor for \
@@ -39,6 +40,7 @@
 
 post-activate {
    system "scrollkeeper-update"
+   system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }

Modified: trunk/dports/gnome/gdm/Portfile
===================================================================
--- trunk/dports/gnome/gdm/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/gdm/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -8,6 +8,7 @@
 
 name		gdm
 version		2.30.5
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	The Gnome Display Manager is a re-implementation of the well known xdm program.
 long_description	\
@@ -86,6 +87,7 @@
 
 post-activate {
 	system "scrollkeeper-update"
+        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
         system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
            gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
         system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"

Modified: trunk/dports/gnome/gnome-applets/Portfile
===================================================================
--- trunk/dports/gnome/gnome-applets/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/gnome-applets/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name            gnome-applets
 version         2.30.0
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     GNOME panel applets.
 long_description This package contains applets for use with the \
@@ -63,6 +64,7 @@
 
 post-activate {
    system "scrollkeeper-update"
+   system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }

Modified: trunk/dports/gnome/gnome-mag/Portfile
===================================================================
--- trunk/dports/gnome/gnome-mag/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/gnome-mag/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name		gnome-mag
 version         0.16.2
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	GNOME magnifier.
 long_description       ${description}
@@ -47,6 +48,7 @@
 
 post-activate {
         system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
+        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
         system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
             gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }

Modified: trunk/dports/gnome/gnome-media/Portfile
===================================================================
--- trunk/dports/gnome/gnome-media/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/gnome-media/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name            gnome-media
 version         2.30.0
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     A collection of utilities for simple multimedia handling.
 long_description	\
@@ -43,6 +44,7 @@
 
 post-activate {
     system "${prefix}/bin/scrollkeeper-update"
+    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }

Modified: trunk/dports/gnome/gnome-netstatus/Portfile
===================================================================
--- trunk/dports/gnome/gnome-netstatus/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/gnome-netstatus/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name		gnome-netstatus
 version		2.28.2
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	The GNOME Network Monitor Applet
 long_description	\
@@ -39,6 +40,7 @@
 
 post-activate {
    system "scrollkeeper-update"
+   system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }

Modified: trunk/dports/gnome/gnome-settings-daemon/Portfile
===================================================================
--- trunk/dports/gnome/gnome-settings-daemon/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/gnome-settings-daemon/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -4,6 +4,7 @@
 
 name            gnome-settings-daemon
 version         2.30.2
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Gnome 2 settings daemon.
 long_description ${description}
@@ -42,6 +43,7 @@
 universal_variant no
 
 post-activate    {
+    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }

Modified: trunk/dports/gnome/gnome-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-utils/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/gnome-utils/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name		gnome-utils
 version		2.30.0
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	GNOME utilities
 long_description Utilities for the GNOME 2.0 desktop.
@@ -47,6 +48,7 @@
 
 post-activate	{
 	system "scrollkeeper-update"
+        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
         system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
             gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }

Modified: trunk/dports/gnome/gnucash/Portfile
===================================================================
--- trunk/dports/gnome/gnucash/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/gnucash/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,7 +5,7 @@
 
 name              gnucash
 version           2.2.9
-revision          6
+revision          7
 categories        gnome x11
 maintainers       nomaintainer
 platforms         darwin
@@ -122,6 +122,8 @@
         system "${gnucash_register_schema}"
     }
 
+    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+
     if {[variant_isset no_x11]} {
         ui_warn "When you run gnucash, if it pops up a window saying:"
         ui_warn "   An error occurred while loading or saving configuration"

Modified: trunk/dports/gnome/gnumeric/Portfile
===================================================================
--- trunk/dports/gnome/gnumeric/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/gnumeric/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name		gnumeric
 version		1.10.10
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	A spreadsheet with gnome support.
 long_description	${description}
@@ -38,6 +39,7 @@
 
 post-activate {
 	system "${prefix}/bin/scrollkeeper-update"
+        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
         system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
             gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }

Modified: trunk/dports/gnome/nautilus/Portfile
===================================================================
--- trunk/dports/gnome/nautilus/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/nautilus/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name		nautilus
 version		2.30.1
+revision        1
 set branch  [join [lrange [split ${version} .] 0 1] .]
 description	The GNOME filemanager
 long_description       	Nautilus is the official file manager for the \
@@ -54,6 +55,7 @@
 
 post-activate {
     system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
+    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
     system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"

Modified: trunk/dports/gnome/seahorse/Portfile
===================================================================
--- trunk/dports/gnome/seahorse/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/seahorse/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name		seahorse
 version		2.30.1
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	Seahorse is a GNOME application for managing encryption keys.
 long_description \
@@ -40,6 +41,7 @@
 
 post-activate {
     system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
+    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
     system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
     system "${prefix}/bin/scrollkeeper-update"
     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \

Modified: trunk/dports/gnome/seahorse-plugins/Portfile
===================================================================
--- trunk/dports/gnome/seahorse-plugins/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/seahorse-plugins/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name		seahorse-plugins
 version		2.30.1
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	Seahorse plugins.
 long_description ${description}
@@ -40,6 +41,7 @@
 universal_variant no
                 
 post-activate {
+    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
     system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
     system "${prefix}/bin/scrollkeeper-update"
     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \

Modified: trunk/dports/gnome/totem/Portfile
===================================================================
--- trunk/dports/gnome/totem/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/gnome/totem/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -5,6 +5,7 @@
 
 name            totem
 version         2.30.2
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      gnome
 maintainers     devans openmaintainer
@@ -87,6 +88,7 @@
 
 post-activate {
     system "scrollkeeper-update"
+    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/graphics/gimp2/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -7,6 +7,7 @@
 conflicts       gimp2-devel
 # please remember to update the gimp metapackage to match
 version         2.6.11
+revision        1
 categories      graphics
 maintainers     devans
 homepage        http://www.gimp.org/
@@ -149,6 +150,10 @@
     configure.args-append --without-x
 }
 
+post-activate {
+        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+}
+
 livecheck.type  regex
 livecheck.url   ftp://ftp.gimp.org/pub/gimp/v${branch}/
 livecheck.regex "gimp-(${branch}(?:\\.\\d+)*)${extract.suffix}"

Modified: trunk/dports/graphics/inkscape/Portfile
===================================================================
--- trunk/dports/graphics/inkscape/Portfile	2010-10-10 21:25:21 UTC (rev 72321)
+++ trunk/dports/graphics/inkscape/Portfile	2010-10-10 23:41:25 UTC (rev 72322)
@@ -6,6 +6,7 @@
 name            inkscape
 conflicts       inkscape-devel
 version         0.48.0
+revision        1
 license         GPLv2
 maintainers     devans
 categories      graphics gnome
@@ -90,6 +91,10 @@
         reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.cpp
 }
 
+post-activate {
+        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+}
+
 livecheck.type          regex
 livecheck.url           http://sourceforge.net/projects/inkscape/files/
 livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101010/1a8f0671/attachment-0001.html>


More information about the macports-changes mailing list