View | Details | Raw Unified | Return to bug 283313 | Differences between
and this patch

Collapse All | Expand All

(-)b/emulators/es-de/Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
PORTNAME=	es-de
1
PORTNAME=	es-de
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	3.1.0
3
DISTVERSION=	3.1.1
4
PORTREVISION=	3
5
CATEGORIES=	emulators
4
CATEGORIES=	emulators
6
5
7
MAINTAINER=	bsdcode@disroot.org
6
MAINTAINER=	bsdcode@disroot.org
Lines 48-53 NLS_CMAKE_BOOL= COMPILE_LOCALIZATIONS Link Here
48
47
49
post-install-DOCS-on:
48
post-install-DOCS-on:
50
	${MKDIR} ${STAGEDIR}${DOCSDIR}
49
	${MKDIR} ${STAGEDIR}${DOCSDIR}
51
	${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR}
50
	${INSTALL_DATA} ${WRKSRC}/*.md \
51
		${STAGEDIR}${DOCSDIR}
52
52
53
.include <bsd.port.mk>
53
.include <bsd.port.mk>
(-)b/emulators/es-de/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1726253598
1
TIMESTAMP = 1734110720
2
SHA256 (emulationstation-de-v3.1.0.tar.bz2) = a3c88885b2f58064c9af38288539d5697566113f0f0680c25781b8f30e1f6fae
2
SHA256 (emulationstation-de-v3.1.1.tar.bz2) = a6cdeadbcdce58642622371dfc4f005b90cc1e5eaf2d11f0e5b47b24405b4289
3
SIZE (emulationstation-de-v3.1.0.tar.bz2) = 70272357
3
SIZE (emulationstation-de-v3.1.1.tar.bz2) = 71143483
(-)b/emulators/es-de/pkg-plist (-3 / +6 lines)
Lines 33-39 share/applications/org.es_de.frontend.desktop Link Here
33
%%DATADIR%%/licenses/ICU
33
%%DATADIR%%/licenses/ICU
34
%%DATADIR%%/licenses/LunaSVG
34
%%DATADIR%%/licenses/LunaSVG
35
%%DATADIR%%/licenses/MAME
35
%%DATADIR%%/licenses/MAME
36
%%DATADIR%%/licenses/Nanum
36
%%DATADIR%%/licenses/NanumSquareNeo
37
%%DATADIR%%/licenses/NotoEmoji
37
%%DATADIR%%/licenses/NotoEmoji
38
%%DATADIR%%/licenses/Ogg
38
%%DATADIR%%/licenses/Ogg
39
%%DATADIR%%/licenses/OpenSans
39
%%DATADIR%%/licenses/OpenSans
Lines 61-67 share/applications/org.es_de.frontend.desktop Link Here
61
%%DATADIR%%/resources/fonts/DejaVuSans.ttf
61
%%DATADIR%%/resources/fonts/DejaVuSans.ttf
62
%%DATADIR%%/resources/fonts/DroidSansFallbackFull.ttf
62
%%DATADIR%%/resources/fonts/DroidSansFallbackFull.ttf
63
%%DATADIR%%/resources/fonts/FreeMono.ttf
63
%%DATADIR%%/resources/fonts/FreeMono.ttf
64
%%DATADIR%%/resources/fonts/NanumMyeongjo.ttf
64
%%DATADIR%%/resources/fonts/NanumSquareNeo-bRg.ttf
65
%%DATADIR%%/resources/fonts/NotoEmoji.ttf
65
%%DATADIR%%/resources/fonts/NotoEmoji.ttf
66
%%DATADIR%%/resources/fonts/Ubuntu-C.ttf
66
%%DATADIR%%/resources/fonts/Ubuntu-C.ttf
67
%%DATADIR%%/resources/fonts/fontawesome-webfont.ttf
67
%%DATADIR%%/resources/fonts/fontawesome-webfont.ttf
Lines 211-222 share/applications/org.es_de.frontend.desktop Link Here
211
%%DATADIR%%/resources/graphics/textinput_focused.svg
211
%%DATADIR%%/resources/graphics/textinput_focused.svg
212
%%DATADIR%%/resources/graphics/white.png
212
%%DATADIR%%/resources/graphics/white.png
213
%%DATADIR%%/resources/graphics/window_icon_256.png
213
%%DATADIR%%/resources/graphics/window_icon_256.png
214
%%NLS%%%%DATADIR%%/resources/locale/ca_ES/LC_MESSAGES/ca_ES.mo
215
%%NLS%%%%DATADIR%%/resources/locale/de_DE/LC_MESSAGES/de_DE.mo
214
%%NLS%%%%DATADIR%%/resources/locale/en_GB/LC_MESSAGES/en_GB.mo
216
%%NLS%%%%DATADIR%%/resources/locale/en_GB/LC_MESSAGES/en_GB.mo
215
%%NLS%%%%DATADIR%%/resources/locale/en_US/LC_MESSAGES/en_US.mo
217
%%NLS%%%%DATADIR%%/resources/locale/en_US/LC_MESSAGES/en_US.mo
216
%%NLS%%%%DATADIR%%/resources/locale/es_ES/LC_MESSAGES/es_ES.mo
218
%%NLS%%%%DATADIR%%/resources/locale/es_ES/LC_MESSAGES/es_ES.mo
217
%%NLS%%%%DATADIR%%/resources/locale/fr_FR/LC_MESSAGES/fr_FR.mo
219
%%NLS%%%%DATADIR%%/resources/locale/fr_FR/LC_MESSAGES/fr_FR.mo
218
%%NLS%%%%DATADIR%%/resources/locale/it_IT/LC_MESSAGES/it_IT.mo
220
%%NLS%%%%DATADIR%%/resources/locale/it_IT/LC_MESSAGES/it_IT.mo
219
%%NLS%%%%DATADIR%%/resources/locale/ja_JP/LC_MESSAGES/ja_JP.mo
221
%%NLS%%%%DATADIR%%/resources/locale/ja_JP/LC_MESSAGES/ja_JP.mo
222
%%NLS%%%%DATADIR%%/resources/locale/ko_KR/LC_MESSAGES/ko_KR.mo
223
%%NLS%%%%DATADIR%%/resources/locale/nl_NL/LC_MESSAGES/nl_NL.mo
220
%%NLS%%%%DATADIR%%/resources/locale/pl_PL/LC_MESSAGES/pl_PL.mo
224
%%NLS%%%%DATADIR%%/resources/locale/pl_PL/LC_MESSAGES/pl_PL.mo
221
%%NLS%%%%DATADIR%%/resources/locale/pt_BR/LC_MESSAGES/pt_BR.mo
225
%%NLS%%%%DATADIR%%/resources/locale/pt_BR/LC_MESSAGES/pt_BR.mo
222
%%NLS%%%%DATADIR%%/resources/locale/ro_RO/LC_MESSAGES/ro_RO.mo
226
%%NLS%%%%DATADIR%%/resources/locale/ro_RO/LC_MESSAGES/ro_RO.mo
223
- 

Return to bug 283313