diff options
author | vg <vg@FreeBSD.org> | 2015-08-28 03:21:36 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2015-08-28 03:21:36 +0800 |
commit | a5840e35c3e495067577c8cb94443b3e0693e146 (patch) | |
tree | 46073d73fbb9bb2083bf3ffbd5245af1b7bf5cb4 /deskutils | |
parent | 3b19df0da69b5406c9ee52f81e5824971e3d7b21 (diff) | |
download | freebsd-ports-gnome-a5840e35c3e495067577c8cb94443b3e0693e146.tar.gz freebsd-ports-gnome-a5840e35c3e495067577c8cb94443b3e0693e146.tar.zst freebsd-ports-gnome-a5840e35c3e495067577c8cb94443b3e0693e146.zip |
- Use qt4-linguisttools for localization.
- Add USE_QT4=corelib.
- Add LICENSE_FILE.
- Fix portlint warning (.000000000 +0000 -> UTC)
PR: ports/202695
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/znotes/Makefile | 5 | ||||
-rw-r--r-- | deskutils/znotes/files/patch-single__inst_qtlocalpeer.cpp | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/deskutils/znotes/Makefile b/deskutils/znotes/Makefile index 7a47801c5c99..5aeac1f38ce2 100644 --- a/deskutils/znotes/Makefile +++ b/deskutils/znotes/Makefile @@ -11,10 +11,11 @@ MAINTAINER= vg@FreeBSD.org COMMENT= Simple notes managment application based on Qt 4 LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= qmake -USE_QT4= gui network xml uic_build moc_build rcc_build \ - linguist_build +USE_QT4= corelib gui network xml uic_build moc_build rcc_build \ + linguisttools_build QMAKE_ARGS= QMAKE_LRELEASE=${LRELEASE} DESKTOP_ENTRIES="zNotes" "Notes managment" \ diff --git a/deskutils/znotes/files/patch-single__inst_qtlocalpeer.cpp b/deskutils/znotes/files/patch-single__inst_qtlocalpeer.cpp index 05d2c172f814..aafe49c24fc7 100644 --- a/deskutils/znotes/files/patch-single__inst_qtlocalpeer.cpp +++ b/deskutils/znotes/files/patch-single__inst_qtlocalpeer.cpp @@ -1,4 +1,4 @@ ---- single_inst/qtlocalpeer.cpp.orig 2011-08-27 08:25:14.000000000 +0000 +--- single_inst/qtlocalpeer.cpp.orig 2011-08-27 08:25:14 UTC +++ single_inst/qtlocalpeer.cpp @@ -58,9 +58,7 @@ static PProcessIdToSessionId pProcessIdT #if defined(Q_OS_UNIX) |