mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add missing gettext message catalogs
PR: 164162 Submitted by: Ports Fury
This commit is contained in:
parent
596428e648
commit
0b2dd394ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289964
2 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= photofilmstrip
|
||||
PORTVERSION= 1.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia python
|
||||
MASTER_SITES= SF/photostoryx/${PORTNAME}/${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -71,7 +72,7 @@ do-install:
|
|||
@${FIND} ${PFSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
|
||||
@${MKDIR} ${PREFIX}/share/applications
|
||||
${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}.desktop ${PREFIX}/share/applications
|
||||
.for lang in cs de en fr it ko pt
|
||||
.for lang in cs de en fr it ko nl pt tr
|
||||
@${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES
|
||||
${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \
|
||||
${PREFIX}/share/locale/${lang}/LC_MESSAGES/PhotoFilmStrip.mo
|
||||
|
|
|
@ -192,7 +192,9 @@ share/locale/en/LC_MESSAGES/PhotoFilmStrip.mo
|
|||
share/locale/fr/LC_MESSAGES/PhotoFilmStrip.mo
|
||||
share/locale/it/LC_MESSAGES/PhotoFilmStrip.mo
|
||||
share/locale/ko/LC_MESSAGES/PhotoFilmStrip.mo
|
||||
share/locale/nl/LC_MESSAGES/PhotoFilmStrip.mo
|
||||
share/locale/pt/LC_MESSAGES/PhotoFilmStrip.mo
|
||||
share/locale/tr/LC_MESSAGES/PhotoFilmStrip.mo
|
||||
share/pixmaps/photofilmstrip.xpm
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/photofilmstrip/res
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/photofilmstrip/lib/common
|
||||
|
|
Loading…
Add table
Reference in a new issue