svn commit: r340110 - in head/x11-toolkits: gtk20 gtk30

Koop Mast kwm at FreeBSD.org
Fri Jan 17 21:23:10 UTC 2014


Author: kwm
Date: Fri Jan 17 21:23:09 2014
New Revision: 340110
URL: http://svnweb.freebsd.org/changeset/ports/340110
QAT: https://qat.redports.org/buildarchive/r340110/

Log:
  Move immodules.cache related lines up. So the @unexec line for this file
  is before the lines where the dirs are removed.
  
  Submitted by:	skreuzer@

Modified:
  head/x11-toolkits/gtk20/pkg-plist
  head/x11-toolkits/gtk30/pkg-plist

Modified: head/x11-toolkits/gtk20/pkg-plist
==============================================================================
--- head/x11-toolkits/gtk20/pkg-plist	Fri Jan 17 21:22:05 2014	(r340109)
+++ head/x11-toolkits/gtk20/pkg-plist	Fri Jan 17 21:23:09 2014	(r340110)
@@ -604,6 +604,8 @@ share/themes/Raleigh/gtk-2.0/gtkrc
 @dirrm include/gail-1.0/gail
 @dirrm include/gail-1.0
 @dirrm etc/gtk-2.0
+ at unexec /bin/rm -f %D/lib/gtk-2.0/%%GTK2_VERSION%%/immodules.cache
+ at exec %D/bin/gtk-query-immodules-2.0 --update-cache > /dev/null 2>&1 || /usr/bin/true
 @exec /bin/mkdir -p %D/lib/gtk-2.0/modules
 @exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK2_VERSION%%/engines
 @exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK2_VERSION%%/loaders
@@ -616,8 +618,6 @@ share/themes/Raleigh/gtk-2.0/gtkrc
 @dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/engines
 @dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%
 @dirrmtry lib/gtk-2.0
- at unexec /bin/rm -f %D/lib/gtk-2.0/%%GTK2_VERSION%%/immodules.cache
- at exec %D/bin/gtk-query-immodules-2.0 --update-cache > /dev/null 2>&1 || /usr/bin/true
 @dirrmtry share/locale/zh_HK/LC_MESSAGES
 @dirrmtry share/locale/zh_HK
 @dirrmtry share/locale/yi/LC_MESSAGES

Modified: head/x11-toolkits/gtk30/pkg-plist
==============================================================================
--- head/x11-toolkits/gtk30/pkg-plist	Fri Jan 17 21:22:05 2014	(r340109)
+++ head/x11-toolkits/gtk30/pkg-plist	Fri Jan 17 21:23:09 2014	(r340110)
@@ -704,6 +704,8 @@ share/themes/Emacs/gtk-3.0/gtk-keys.css
 @dirrmtry share/locale/an/LC_MESSAGES
 @dirrmtry share/locale/an
 @dirrm share/gtk-3.0
+ at exec %D/bin/gtk-query-immodules-3.0 --update-cache > /dev/null 2>&1 || /usr/bin/true
+ at unexec /bin/rm -f %D/lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache
 @exec /bin/mkdir -p %D/lib/gtk-3.0/modules
 @exec /bin/mkdir -p %D/lib/gtk-3.0/%%GTK3_VERSION%%/engines
 @exec /bin/mkdir -p %D/lib/gtk-3.0/%%GTK3_VERSION%%/loaders
@@ -714,8 +716,6 @@ share/themes/Emacs/gtk-3.0/gtk-keys.css
 @dirrm lib/gtk-3.0/%%GTK3_VERSION%%/engines
 @dirrm lib/gtk-3.0/%%GTK3_VERSION%%
 @dirrm lib/gtk-3.0
- at exec %D/bin/gtk-query-immodules-3.0 --update-cache > /dev/null 2>&1 || /usr/bin/true
- at unexec /bin/rm -f %D/lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache
 @dirrm include/gtk-3.0/unix-print/gtk
 @dirrm include/gtk-3.0/unix-print
 @dirrm include/gtk-3.0/gtk/deprecated


More information about the svn-ports-all mailing list