diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-05 07:27:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-05 07:27:58 +0800 |
commit | 40498420b2ab5001c62d3454c3f4180ef99df04b (patch) | |
tree | 5094821d4832268b6a38be61f91d1a9645a988e9 /textproc/scim | |
parent | 27009bfb716dae775c407ecb6388054f33d9efd1 (diff) | |
download | freebsd-ports-gnome-40498420b2ab5001c62d3454c3f4180ef99df04b.tar.gz freebsd-ports-gnome-40498420b2ab5001c62d3454c3f4180ef99df04b.tar.zst freebsd-ports-gnome-40498420b2ab5001c62d3454c3f4180ef99df04b.zip |
With gtk 2.4.22, immodule cache has moved from gtk.immodules to
immodules.cache. gtk-query-immodules-2.0 has a new option,
--update-cache that does what we want too.
Use this new option.
While here, add stage support to non slave ports
Reviewed by: kwm (immodules part)
Diffstat (limited to 'textproc/scim')
-rw-r--r-- | textproc/scim/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/scim/pkg-plist b/textproc/scim/pkg-plist index aeac599cd5f9..ee2d5a4d4a57 100644 --- a/textproc/scim/pkg-plist +++ b/textproc/scim/pkg-plist @@ -166,5 +166,5 @@ share/locale/zh_TW/LC_MESSAGES/scim.mo @dirrmtry lib/scim-1.0/1.4.0/SetupUI @dirrmtry lib/scim-1.0/1.4.0 @dirrmtry lib/scim-1.0 -@exec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules -@unexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules +@exec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +@unexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache |