- Optionize NLS

This commit is contained in:
Dmitry Marakasov 2019-08-21 20:24:24 +00:00
parent d4dec30160
commit 983f7d6ecb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509558
2 changed files with 6 additions and 6 deletions

View File

@ -30,10 +30,10 @@ CMAKE_ARGS= -DDATA_INSTALL_DIR="${DATADIR}" \
PORTDOCS= *
PORTDATA= *
OPTIONS_DEFINE= DOCS
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
post-install:
@${MKDIR} ${STAGEDIR}${DESKTOPDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
${INSTALL_DATA} ${WRKSRC}/icon-light.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png

View File

@ -1,7 +1,7 @@
bin/violetland
share/applications/violetland.desktop
share/locale/es/LC_MESSAGES/violetland.mo
share/locale/fr/LC_MESSAGES/violetland.mo
share/locale/gl/LC_MESSAGES/violetland.mo
share/locale/ru/LC_MESSAGES/violetland.mo
%%NLS%%share/locale/es/LC_MESSAGES/violetland.mo
%%NLS%%share/locale/fr/LC_MESSAGES/violetland.mo
%%NLS%%share/locale/gl/LC_MESSAGES/violetland.mo
%%NLS%%share/locale/ru/LC_MESSAGES/violetland.mo
share/pixmaps/violetland.png