View | Details | Raw Unified | Return to bug 202695
Collapse All | Expand All

(-)deskutils/znotes/Makefile (-2 / +3 lines)
Lines 11-20 Link Here
11
COMMENT=	Simple notes managment application based on Qt 4
11
COMMENT=	Simple notes managment application based on Qt 4
12
12
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
15
USES=		qmake
16
USES=		qmake
16
USE_QT4=	gui network xml uic_build moc_build rcc_build \
17
USE_QT4=	corelib gui network xml uic_build moc_build rcc_build \
17
		linguist_build
18
		linguisttools_build
18
QMAKE_ARGS=	QMAKE_LRELEASE=${LRELEASE}
19
QMAKE_ARGS=	QMAKE_LRELEASE=${LRELEASE}
19
20
20
DESKTOP_ENTRIES="zNotes" "Notes managment" \
21
DESKTOP_ENTRIES="zNotes" "Notes managment" \
(-)deskutils/znotes/files/patch-single__inst_qtlocalpeer.cpp (-1 / +1 lines)
Lines 1-4 Link Here
1
--- single_inst/qtlocalpeer.cpp.orig	2011-08-27 08:25:14.000000000 +0000
1
--- single_inst/qtlocalpeer.cpp.orig	2011-08-27 08:25:14 UTC
2
+++ single_inst/qtlocalpeer.cpp
2
+++ single_inst/qtlocalpeer.cpp
3
@@ -58,9 +58,7 @@ static PProcessIdToSessionId pProcessIdT
3
@@ -58,9 +58,7 @@ static PProcessIdToSessionId pProcessIdT
4
 #if defined(Q_OS_UNIX)
4
 #if defined(Q_OS_UNIX)

Return to bug 202695