mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Add NLS Option and REINPLACE
- Add OPTIONS_SUB - Strip executable - Recreate pkg-plist with make makeplist
This commit is contained in:
parent
dd21e45088
commit
805447cf96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342533
@ -21,9 +21,20 @@ INSTALLS_ICONS= yes
|
||||
|
||||
PORTDOCS= CREDITS ChangeLog
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_DEFINE= DOCS NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
.if ! ${PORT_OPTIONS:MNLS}
|
||||
@${REINPLACE_CMD} -i '' '/qm.files/,/qm.path/s/^/#/' \
|
||||
${WRKSRC}/${PORTNAME}.pro
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||
|
||||
|
@ -11,17 +11,17 @@ share/icons/hicolor/64x64/apps/simsu.png
|
||||
share/icons/hicolor/scalable/apps/simsu.svg
|
||||
share/pixmaps/simsu.png
|
||||
share/pixmaps/simsu.xpm
|
||||
%%DATADIR%%/translations/simsu_ca.qm
|
||||
%%DATADIR%%/translations/simsu_cs.qm
|
||||
%%DATADIR%%/translations/simsu_el.qm
|
||||
%%DATADIR%%/translations/simsu_en.qm
|
||||
%%DATADIR%%/translations/simsu_es.qm
|
||||
%%DATADIR%%/translations/simsu_es_CL.qm
|
||||
%%DATADIR%%/translations/simsu_fr.qm
|
||||
%%DATADIR%%/translations/simsu_he.qm
|
||||
%%DATADIR%%/translations/simsu_hu.qm
|
||||
%%DATADIR%%/translations/simsu_ro.qm
|
||||
%%DATADIR%%/translations/simsu_ru.qm
|
||||
%%DATADIR%%/translations/simsu_uk.qm
|
||||
@dirrm %%DATADIR%%/translations
|
||||
@dirrm %%DATADIR%%
|
||||
%%NLS%%%%DATADIR%%/translations/simsu_ca.qm
|
||||
%%NLS%%%%DATADIR%%/translations/simsu_cs.qm
|
||||
%%NLS%%%%DATADIR%%/translations/simsu_el.qm
|
||||
%%NLS%%%%DATADIR%%/translations/simsu_en.qm
|
||||
%%NLS%%%%DATADIR%%/translations/simsu_es.qm
|
||||
%%NLS%%%%DATADIR%%/translations/simsu_es_CL.qm
|
||||
%%NLS%%%%DATADIR%%/translations/simsu_fr.qm
|
||||
%%NLS%%%%DATADIR%%/translations/simsu_he.qm
|
||||
%%NLS%%%%DATADIR%%/translations/simsu_hu.qm
|
||||
%%NLS%%%%DATADIR%%/translations/simsu_ro.qm
|
||||
%%NLS%%%%DATADIR%%/translations/simsu_ru.qm
|
||||
%%NLS%%%%DATADIR%%/translations/simsu_uk.qm
|
||||
%%NLS%%@dirrm %%DATADIR%%/translations
|
||||
%%NLS%%@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user