Fix locale directories using gnomehack.
Reported by: pointyhat
This commit is contained in:
parent
aab068d0c2
commit
bae5b8cbef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280209
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ GNU_CONFIGURE= yes
|
|||
USE_AUTOTOOLS= libtool
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= intltool pkgconfig
|
||||
USE_GNOME= gnomehack intltool pkgconfig
|
||||
USE_PYTHON= yes
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
lib/locale/ko/LC_MESSAGES/ibus-hangul.mo
|
||||
lib/locale/zh_CN/LC_MESSAGES/ibus-hangul.mo
|
||||
libexec/ibus-engine-hangul
|
||||
libexec/ibus-setup-hangul
|
||||
share/ibus/component/hangul.xml
|
||||
|
@ -17,6 +15,8 @@ share/ibus/component/hangul.xml
|
|||
%%DATADIR%%/setup/main.pyc
|
||||
%%DATADIR%%/setup/main.pyo
|
||||
%%DATADIR%%/setup/setup.ui
|
||||
share/locale/ko/LC_MESSAGES/ibus-hangul.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ibus-hangul.mo
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%/icons
|
||||
@dirrm %%DATADIR%%/setup
|
||||
|
|
Loading…
Reference in a new issue