diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-10 12:49:56 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-10 12:49:56 +0800 |
commit | 8eef8763ba3f79d1658c2bd9911a2e88764dfcad (patch) | |
tree | c0476ab0042b6db8e7abb052d90912bbc1a02ca1 /x11-toolkits/gtk20 | |
parent | b78bccaf613d1baee1ea3b09669c483142f87e67 (diff) | |
download | marcuscom-ports-8eef8763ba3f79d1658c2bd9911a2e88764dfcad.tar marcuscom-ports-8eef8763ba3f79d1658c2bd9911a2e88764dfcad.tar.gz marcuscom-ports-8eef8763ba3f79d1658c2bd9911a2e88764dfcad.tar.bz2 marcuscom-ports-8eef8763ba3f79d1658c2bd9911a2e88764dfcad.tar.lz marcuscom-ports-8eef8763ba3f79d1658c2bd9911a2e88764dfcad.tar.xz marcuscom-ports-8eef8763ba3f79d1658c2bd9911a2e88764dfcad.tar.zst marcuscom-ports-8eef8763ba3f79d1658c2bd9911a2e88764dfcad.zip |
Fix the locale stuff, ran by locale_dirrmtry.sh.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11512 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r-- | x11-toolkits/gtk20/pkg-plist | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist index df8e8ccdf..b43c862bd 100644 --- a/x11-toolkits/gtk20/pkg-plist +++ b/x11-toolkits/gtk20/pkg-plist @@ -674,6 +674,8 @@ share/themes/Raleigh/gtk-2.0/gtkrc @dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/engines @dirrmtry lib/gtk-2.0/%%GTK_VERSION%% @dirrmtry lib/gtk-2.0 +@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true +@exec %D/bin/gtk-query-immodules-2.0 > /dev/null 2>&1 && %D/bin/gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules 2>/dev/null || /usr/bin/true @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/yi/LC_MESSAGES @@ -706,6 +708,8 @@ share/themes/Raleigh/gtk-2.0/gtkrc @dirrmtry share/locale/mr @dirrmtry share/locale/mi/LC_MESSAGES @dirrmtry share/locale/mi +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku @dirrmtry share/locale/io/LC_MESSAGES @@ -728,5 +732,3 @@ share/themes/Raleigh/gtk-2.0/gtkrc @dirrmtry share/locale/as @dirrmtry share/locale/ang/LC_MESSAGES @dirrmtry share/locale/ang -@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true -@exec %D/bin/gtk-query-immodules-2.0 > /dev/null 2>&1 && %D/bin/gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules 2>/dev/null || /usr/bin/true |