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

Collapse All | Expand All

(-)Makefile (-8 / +4 lines)
Lines 13-20 Link Here
13
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
14
LICENSE_FILE=	${WRKSRC}/gpl.txt
14
LICENSE_FILE=	${WRKSRC}/gpl.txt
15
15
16
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig\
17
		libfreetype.so:print/freetype2
18
16
USES=		pkgconfig
19
USES=		pkgconfig
17
USE_GNOME=	gtk20
20
USE_GNOME=	cairo gdkpixbuf2 gtk20
18
21
19
PORTDOCS=	AUTHORS ChangeLog README
22
PORTDOCS=	AUTHORS ChangeLog README
20
23
Lines 45-57 Link Here
45
	${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \
48
	${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \
46
		${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo
49
		${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo
47
.endfor
50
.endfor
48
	${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/gperiodic
49
	${INSTALL_DATA} ${WRKSRC}/table_data.h \
50
		${STAGEDIR}${PREFIX}/share/locale/gperiodic
51
	${INSTALL_DATA} ${WRKSRC}/po/gperiodic.pot \
52
		${STAGEDIR}${PREFIX}/share/locale/gperiodic
53
	${INSTALL_DATA} ${WRKSRC}/po/README \
54
		${STAGEDIR}/${PREFIX}/share/locale/gperiodic	
55
51
56
do-install-DOCS-on:
52
do-install-DOCS-on:
57
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
53
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
(-)pkg-plist (-22 / +18 lines)
Lines 1-25 Link Here
1
@postexec chmod -R 770 /usr/local/share/locale/gperiodic
2
bin/gperiodic
1
bin/gperiodic
3
share/locale/be/LC_MESSAGES/gperiodic.mo
2
%%NLS%%share/locale/be/LC_MESSAGES/gperiodic.mo
4
share/locale/cs/LC_MESSAGES/gperiodic.mo
3
%%NLS%%share/locale/cs/LC_MESSAGES/gperiodic.mo
5
share/locale/da/LC_MESSAGES/gperiodic.mo
4
%%NLS%%share/locale/da/LC_MESSAGES/gperiodic.mo
6
share/locale/de/LC_MESSAGES/gperiodic.mo
5
%%NLS%%share/locale/de/LC_MESSAGES/gperiodic.mo
7
share/locale/es/LC_MESSAGES/gperiodic.mo
6
%%NLS%%share/locale/es/LC_MESSAGES/gperiodic.mo
8
share/locale/fi/LC_MESSAGES/gperiodic.mo
7
%%NLS%%share/locale/fi/LC_MESSAGES/gperiodic.mo
9
share/locale/fr/LC_MESSAGES/gperiodic.mo
8
%%NLS%%share/locale/fr/LC_MESSAGES/gperiodic.mo
10
share/locale/gl/LC_MESSAGES/gperiodic.mo
9
%%NLS%%share/locale/gl/LC_MESSAGES/gperiodic.mo
11
share/locale/gperiodic/README
10
%%NLS%%share/locale/is/LC_MESSAGES/gperiodic.mo
12
share/locale/gperiodic/gperiodic.pot
11
%%NLS%%share/locale/it/LC_MESSAGES/gperiodic.mo
13
share/locale/gperiodic/table_data.h
12
%%NLS%%share/locale/ms/LC_MESSAGES/gperiodic.mo
14
share/locale/is/LC_MESSAGES/gperiodic.mo
13
%%NLS%%share/locale/pl/LC_MESSAGES/gperiodic.mo
15
share/locale/it/LC_MESSAGES/gperiodic.mo
14
%%NLS%%share/locale/pt/LC_MESSAGES/gperiodic.mo
16
share/locale/ms/LC_MESSAGES/gperiodic.mo
15
%%NLS%%share/locale/ru/LC_MESSAGES/gperiodic.mo
17
share/locale/pl/LC_MESSAGES/gperiodic.mo
16
%%NLS%%share/locale/sv/LC_MESSAGES/gperiodic.mo
18
share/locale/pt/LC_MESSAGES/gperiodic.mo
17
%%NLS%%share/locale/tr/LC_MESSAGES/gperiodic.mo
19
share/locale/ru/LC_MESSAGES/gperiodic.mo
18
%%NLS%%share/locale/uk/LC_MESSAGES/gperiodic.mo
20
share/locale/sv/LC_MESSAGES/gperiodic.mo
19
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gperiodic.mo
21
share/locale/tr/LC_MESSAGES/gperiodic.mo
22
share/locale/uk/LC_MESSAGES/gperiodic.mo
23
share/locale/zh_CN/LC_MESSAGES/gperiodic.mo
24
share/pixmaps/gperiodic-crystal.png
20
share/pixmaps/gperiodic-crystal.png
25
share/pixmaps/gperiodic.png
21
share/pixmaps/gperiodic.png

Return to bug 239642