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

Collapse All | Expand All

(-)Makefile (-8 / +5 lines)
Lines 4-9 Link Here
4
4
5
PORTNAME=	gperiodic
5
PORTNAME=	gperiodic
6
PORTVERSION=	3.0.3
6
PORTVERSION=	3.0.3
7
PORTREVISION=	1
7
CATEGORIES=	biology
8
CATEGORIES=	biology
8
MASTER_SITES=	https://sourceforge.net/projects/gperiodic/files/
9
MASTER_SITES=	https://sourceforge.net/projects/gperiodic/files/
9
10
Lines 13-20 Link Here
13
LICENSE=	GPLv2+
14
LICENSE=	GPLv2+
14
LICENSE_FILE=	${WRKSRC}/gpl.txt
15
LICENSE_FILE=	${WRKSRC}/gpl.txt
15
16
17
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig\
18
		libfreetype.so:print/freetype2
19
16
USES=		pkgconfig
20
USES=		pkgconfig
17
USE_GNOME=	gtk20
21
USE_GNOME=	cairo gdkpixbuf2 gtk20
18
22
19
PORTDOCS=	AUTHORS ChangeLog README
23
PORTDOCS=	AUTHORS ChangeLog README
20
24
Lines 45-57 Link Here
45
	${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \
49
	${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \
46
		${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo
50
		${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo
47
.endfor
51
.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
52
56
do-install-DOCS-on:
53
do-install-DOCS-on:
57
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
54
	@${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