Lines 6-24
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= znotes |
8 |
PORTNAME= znotes |
9 |
PORTVERSION= 0.4.4 |
9 |
PORTVERSION= 0.4.5 |
10 |
CATEGORIES= deskutils |
10 |
CATEGORIES= deskutils |
11 |
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ |
11 |
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ |
12 |
|
12 |
|
13 |
MAINTAINER= g.veniamin@googlemail.com |
13 |
MAINTAINER= g.veniamin@googlemail.com |
14 |
COMMENT= Simple notes based on QT4 |
14 |
COMMENT= Simple notes based on QT4 |
15 |
|
15 |
|
|
|
16 |
LICENSE= GPLv3 |
17 |
|
16 |
USE_QT_VER= 4 |
18 |
USE_QT_VER= 4 |
17 |
QT_COMPONENTS= gui network xml qmake_build uic_build moc_build rcc_build \ |
19 |
QT_COMPONENTS= gui network xml qmake_build uic_build moc_build rcc_build \ |
18 |
linguist_build |
20 |
linguist_build |
19 |
|
21 |
|
20 |
LICENSE= GPLv3 |
|
|
21 |
|
22 |
DESKTOP_ENTRIES="zNotes" "Simple notes" \ |
22 |
DESKTOP_ENTRIES="zNotes" "Simple notes" \ |
23 |
"${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \ |
23 |
"${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \ |
24 |
"Utility;TextEditor;Qt;" ${FALSE} |
24 |
"Utility;TextEditor;Qt;" ${FALSE} |
Lines 47-55
Link Here
|
47 |
${MKDIR} ${DATADIR}/translations |
47 |
${MKDIR} ${DATADIR}/translations |
48 |
${INSTALL_DATA} ${WRKSRC}/translations/*.qm ${DATADIR}/translations |
48 |
${INSTALL_DATA} ${WRKSRC}/translations/*.qm ${DATADIR}/translations |
49 |
PLIST_FILES+= %%DATADIR%%/translations/${PORTNAME}_cs.qm \ |
49 |
PLIST_FILES+= %%DATADIR%%/translations/${PORTNAME}_cs.qm \ |
|
|
50 |
%%DATADIR%%/translations/${PORTNAME}_es.qm \ |
51 |
%%DATADIR%%/translations/${PORTNAME}_en.qm \ |
50 |
%%DATADIR%%/translations/${PORTNAME}_ru.qm \ |
52 |
%%DATADIR%%/translations/${PORTNAME}_ru.qm \ |
|
|
53 |
%%DATADIR%%/translations/${PORTNAME}_sk.qm \ |
51 |
%%DATADIR%%/translations/${PORTNAME}_pt_BR.qm \ |
54 |
%%DATADIR%%/translations/${PORTNAME}_pt_BR.qm \ |
52 |
%%DATADIR%%/translations/${PORTNAME}_uk.qm |
55 |
%%DATADIR%%/translations/${PORTNAME}_uk.qm |
|
|
56 |
|
53 |
PLIST_DIRS+= %%DATADIR%%/translations \ |
57 |
PLIST_DIRS+= %%DATADIR%%/translations \ |
54 |
%%DATADIR%% |
58 |
%%DATADIR%% |
55 |
.else |
59 |
.else |