pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

focuswriter, new package



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sat Feb 1 21:21:40 2020 +0100
Changeset:	de6c8cb137a3a1e24c69c138a09cf2f24e9295dd

Modified Files:
	Makefile
Added Files:
	focuswriter/DESCR
	focuswriter/Makefile
	focuswriter/PLIST
	focuswriter/distinfo
	focuswriter/patches/patch-focuswriter.pro

Log Message:
focuswriter, new package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=de6c8cb137a3a1e24c69c138a09cf2f24e9295dd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                  |   1 +
 focuswriter/DESCR                         |  14 ++
 focuswriter/Makefile                      |  32 +++
 focuswriter/PLIST                         | 341 ++++++++++++++++++++++++++++++
 focuswriter/distinfo                      |   7 +
 focuswriter/patches/patch-focuswriter.pro |  15 ++
 6 files changed, 410 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e581bb6e38..5f22895eb7 100644
--- a/Makefile
+++ b/Makefile
@@ -843,6 +843,7 @@ SUBDIR+=	flvmeta
 SUBDIR+=	flyback
 SUBDIR+=	fnord
 SUBDIR+=	fnteditfs
+SUBDIR+=	focuswriter
 SUBDIR+=	fogleman-craft
 SUBDIR+=	fontaine
 SUBDIR+=	fonttosfnt
diff --git a/focuswriter/DESCR b/focuswriter/DESCR
new file mode 100644
index 0000000000..e6d9ed211f
--- /dev/null
+++ b/focuswriter/DESCR
@@ -0,0 +1,14 @@
+FocusWriter is a simple, distraction-free word processor. It utilizes a
+hide-away interface that you access by moving your mouse to the edges of
+the screen, allowing the program to have a familiar look and feel to it
+while still getting out of the way so that you can immerse yourself in
+your work.
+
+FocusWriter allows you to customize your environment by creating themes
+that control the font, colors, and background image to add ambiance. It
+also features on-the-fly updating statistics, daily goals, multiple open
+documents, spell-checking, and much more.
+
+Additionally, when you open the program your current work in progress will
+automatically load and position you where you last left off so that you
+can immediately jump back in.
diff --git a/focuswriter/Makefile b/focuswriter/Makefile
new file mode 100644
index 0000000000..978185754d
--- /dev/null
+++ b/focuswriter/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD$
+
+DISTNAME=	focuswriter-v1.7.4
+PKGNAME=	focuswriter-1.7.4
+CATEGORIES=	editors
+MASTER_SITES=	${MASTER_SITE_GITHUB:=gottcode/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://gottcode.org/focuswriter/
+COMMENT=	Simple, distraction-free writing environment
+LICENSE=	gnu-gpl-v3
+
+WRKSRC=			${WRKDIR}/focuswriter-1.7.4
+USE_PKGLOCALEDIR=	yes
+USE_LANGUAGES=		c++
+USE_TOOLS=		pkg-config
+
+INSTALL_MAKE_FLAGS+=	INSTALL_ROOT=${DESTDIR}
+
+do-configure:
+	cd ${WRKSRC} && \
+	${SETENV} ${CONFIGURE_ENV} \
+	${QTDIR}/bin/qmake -o Makefile PREFIX=${PREFIX}
+
+TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtmultimedia/buildlink3.mk"
+.include "../../textproc/hunspell/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/focuswriter/PLIST b/focuswriter/PLIST
new file mode 100644
index 0000000000..0a9d683ab2
--- /dev/null
+++ b/focuswriter/PLIST
@@ -0,0 +1,341 @@
+@comment $NetBSD$
+bin/focuswriter
+man/man1/focuswriter.1
+share/applications/focuswriter.desktop
+share/focuswriter/icons/hicolor/16/accessories-dictionary.png
+share/focuswriter/icons/hicolor/16/application-exit.png
+share/focuswriter/icons/hicolor/16/applications-graphics.png
+share/focuswriter/icons/hicolor/16/arrow-down.png
+share/focuswriter/icons/hicolor/16/arrow-right.png
+share/focuswriter/icons/hicolor/16/arrow-up.png
+share/focuswriter/icons/hicolor/16/character-set.png
+share/focuswriter/icons/hicolor/16/chronometer.png
+share/focuswriter/icons/hicolor/16/dialog-close.png
+share/focuswriter/icons/hicolor/16/document-new.png
+share/focuswriter/icons/hicolor/16/document-open.png
+share/focuswriter/icons/hicolor/16/document-print.png
+share/focuswriter/icons/hicolor/16/document-save-all.png
+share/focuswriter/icons/hicolor/16/document-save-as.png
+share/focuswriter/icons/hicolor/16/document-save.png
+share/focuswriter/icons/hicolor/16/edit-copy.png
+share/focuswriter/icons/hicolor/16/edit-cut.png
+share/focuswriter/icons/hicolor/16/edit-find-replace.png
+share/focuswriter/icons/hicolor/16/edit-find.png
+share/focuswriter/icons/hicolor/16/edit-paste.png
+share/focuswriter/icons/hicolor/16/edit-redo.png
+share/focuswriter/icons/hicolor/16/edit-rename.png
+share/focuswriter/icons/hicolor/16/edit-select-all.png
+share/focuswriter/icons/hicolor/16/edit-undo.png
+share/focuswriter/icons/hicolor/16/folder-open.png
+share/focuswriter/icons/hicolor/16/folder.png
+share/focuswriter/icons/hicolor/16/format-indent-less.png
+share/focuswriter/icons/hicolor/16/format-indent-more.png
+share/focuswriter/icons/hicolor/16/format-justify-center.png
+share/focuswriter/icons/hicolor/16/format-justify-fill.png
+share/focuswriter/icons/hicolor/16/format-justify-left.png
+share/focuswriter/icons/hicolor/16/format-justify-right.png
+share/focuswriter/icons/hicolor/16/format-text-bold.png
+share/focuswriter/icons/hicolor/16/format-text-direction-ltr.png
+share/focuswriter/icons/hicolor/16/format-text-direction-rtl.png
+share/focuswriter/icons/hicolor/16/format-text-italic.png
+share/focuswriter/icons/hicolor/16/format-text-strikethrough.png
+share/focuswriter/icons/hicolor/16/format-text-subscript.png
+share/focuswriter/icons/hicolor/16/format-text-superscript.png
+share/focuswriter/icons/hicolor/16/format-text-underline.png
+share/focuswriter/icons/hicolor/16/go-down.png
+share/focuswriter/icons/hicolor/16/go-up.png
+share/focuswriter/icons/hicolor/16/help-about.png
+share/focuswriter/icons/hicolor/16/preferences-desktop-locale.png
+share/focuswriter/icons/hicolor/16/preferences-desktop-printer.png
+share/focuswriter/icons/hicolor/16/preferences-system.png
+share/focuswriter/icons/hicolor/16/tools-check-spelling.png
+share/focuswriter/icons/hicolor/16/view-calendar.png
+share/focuswriter/icons/hicolor/16/view-choose.png
+share/focuswriter/icons/hicolor/16/view-fullscreen.png
+share/focuswriter/icons/hicolor/16/view-refresh.png
+share/focuswriter/icons/hicolor/16/window-close.png
+share/focuswriter/icons/hicolor/16/window-new.png
+share/focuswriter/icons/hicolor/22/accessories-dictionary.png
+share/focuswriter/icons/hicolor/22/application-exit.png
+share/focuswriter/icons/hicolor/22/applications-graphics.png
+share/focuswriter/icons/hicolor/22/arrow-down.png
+share/focuswriter/icons/hicolor/22/arrow-right.png
+share/focuswriter/icons/hicolor/22/arrow-up.png
+share/focuswriter/icons/hicolor/22/character-set.png
+share/focuswriter/icons/hicolor/22/chronometer.png
+share/focuswriter/icons/hicolor/22/dialog-close.png
+share/focuswriter/icons/hicolor/22/document-new.png
+share/focuswriter/icons/hicolor/22/document-open.png
+share/focuswriter/icons/hicolor/22/document-print.png
+share/focuswriter/icons/hicolor/22/document-save-all.png
+share/focuswriter/icons/hicolor/22/document-save-as.png
+share/focuswriter/icons/hicolor/22/document-save.png
+share/focuswriter/icons/hicolor/22/edit-copy.png
+share/focuswriter/icons/hicolor/22/edit-cut.png
+share/focuswriter/icons/hicolor/22/edit-find-replace.png
+share/focuswriter/icons/hicolor/22/edit-find.png
+share/focuswriter/icons/hicolor/22/edit-paste.png
+share/focuswriter/icons/hicolor/22/edit-redo.png
+share/focuswriter/icons/hicolor/22/edit-rename.png
+share/focuswriter/icons/hicolor/22/edit-select-all.png
+share/focuswriter/icons/hicolor/22/edit-undo.png
+share/focuswriter/icons/hicolor/22/folder-open.png
+share/focuswriter/icons/hicolor/22/folder.png
+share/focuswriter/icons/hicolor/22/format-indent-less.png
+share/focuswriter/icons/hicolor/22/format-indent-more.png
+share/focuswriter/icons/hicolor/22/format-justify-center.png
+share/focuswriter/icons/hicolor/22/format-justify-fill.png
+share/focuswriter/icons/hicolor/22/format-justify-left.png
+share/focuswriter/icons/hicolor/22/format-justify-right.png
+share/focuswriter/icons/hicolor/22/format-text-bold.png
+share/focuswriter/icons/hicolor/22/format-text-direction-ltr.png
+share/focuswriter/icons/hicolor/22/format-text-direction-rtl.png
+share/focuswriter/icons/hicolor/22/format-text-italic.png
+share/focuswriter/icons/hicolor/22/format-text-strikethrough.png
+share/focuswriter/icons/hicolor/22/format-text-subscript.png
+share/focuswriter/icons/hicolor/22/format-text-superscript.png
+share/focuswriter/icons/hicolor/22/format-text-underline.png
+share/focuswriter/icons/hicolor/22/go-down.png
+share/focuswriter/icons/hicolor/22/go-up.png
+share/focuswriter/icons/hicolor/22/help-about.png
+share/focuswriter/icons/hicolor/22/preferences-desktop-locale.png
+share/focuswriter/icons/hicolor/22/preferences-desktop-printer.png
+share/focuswriter/icons/hicolor/22/preferences-system.png
+share/focuswriter/icons/hicolor/22/tools-check-spelling.png
+share/focuswriter/icons/hicolor/22/view-calendar.png
+share/focuswriter/icons/hicolor/22/view-choose.png
+share/focuswriter/icons/hicolor/22/view-fullscreen.png
+share/focuswriter/icons/hicolor/22/view-refresh.png
+share/focuswriter/icons/hicolor/22/window-close.png
+share/focuswriter/icons/hicolor/22/window-new.png
+share/focuswriter/icons/hicolor/32/accessories-dictionary.png
+share/focuswriter/icons/hicolor/32/application-exit.png
+share/focuswriter/icons/hicolor/32/applications-graphics.png
+share/focuswriter/icons/hicolor/32/arrow-down.png
+share/focuswriter/icons/hicolor/32/arrow-right.png
+share/focuswriter/icons/hicolor/32/arrow-up.png
+share/focuswriter/icons/hicolor/32/character-set.png
+share/focuswriter/icons/hicolor/32/chronometer.png
+share/focuswriter/icons/hicolor/32/dialog-close.png
+share/focuswriter/icons/hicolor/32/document-new.png
+share/focuswriter/icons/hicolor/32/document-open.png
+share/focuswriter/icons/hicolor/32/document-print.png
+share/focuswriter/icons/hicolor/32/document-save-all.png
+share/focuswriter/icons/hicolor/32/document-save-as.png
+share/focuswriter/icons/hicolor/32/document-save.png
+share/focuswriter/icons/hicolor/32/edit-copy.png
+share/focuswriter/icons/hicolor/32/edit-cut.png
+share/focuswriter/icons/hicolor/32/edit-find-replace.png
+share/focuswriter/icons/hicolor/32/edit-find.png
+share/focuswriter/icons/hicolor/32/edit-paste.png
+share/focuswriter/icons/hicolor/32/edit-redo.png
+share/focuswriter/icons/hicolor/32/edit-rename.png
+share/focuswriter/icons/hicolor/32/edit-select-all.png
+share/focuswriter/icons/hicolor/32/edit-undo.png
+share/focuswriter/icons/hicolor/32/folder-open.png
+share/focuswriter/icons/hicolor/32/folder.png
+share/focuswriter/icons/hicolor/32/format-indent-less.png
+share/focuswriter/icons/hicolor/32/format-indent-more.png
+share/focuswriter/icons/hicolor/32/format-justify-center.png
+share/focuswriter/icons/hicolor/32/format-justify-fill.png
+share/focuswriter/icons/hicolor/32/format-justify-left.png
+share/focuswriter/icons/hicolor/32/format-justify-right.png
+share/focuswriter/icons/hicolor/32/format-text-bold.png
+share/focuswriter/icons/hicolor/32/format-text-direction-ltr.png
+share/focuswriter/icons/hicolor/32/format-text-direction-rtl.png
+share/focuswriter/icons/hicolor/32/format-text-italic.png
+share/focuswriter/icons/hicolor/32/format-text-strikethrough.png
+share/focuswriter/icons/hicolor/32/format-text-subscript.png
+share/focuswriter/icons/hicolor/32/format-text-superscript.png
+share/focuswriter/icons/hicolor/32/format-text-underline.png
+share/focuswriter/icons/hicolor/32/go-down.png
+share/focuswriter/icons/hicolor/32/go-up.png
+share/focuswriter/icons/hicolor/32/help-about.png
+share/focuswriter/icons/hicolor/32/preferences-desktop-locale.png
+share/focuswriter/icons/hicolor/32/preferences-desktop-printer.png
+share/focuswriter/icons/hicolor/32/preferences-system.png
+share/focuswriter/icons/hicolor/32/tools-check-spelling.png
+share/focuswriter/icons/hicolor/32/view-calendar.png
+share/focuswriter/icons/hicolor/32/view-choose.png
+share/focuswriter/icons/hicolor/32/view-fullscreen.png
+share/focuswriter/icons/hicolor/32/view-refresh.png
+share/focuswriter/icons/hicolor/32/window-close.png
+share/focuswriter/icons/hicolor/32/window-new.png
+share/focuswriter/icons/hicolor/48/accessories-dictionary.png
+share/focuswriter/icons/hicolor/48/application-exit.png
+share/focuswriter/icons/hicolor/48/applications-graphics.png
+share/focuswriter/icons/hicolor/48/arrow-down.png
+share/focuswriter/icons/hicolor/48/arrow-right.png
+share/focuswriter/icons/hicolor/48/arrow-up.png
+share/focuswriter/icons/hicolor/48/character-set.png
+share/focuswriter/icons/hicolor/48/chronometer.png
+share/focuswriter/icons/hicolor/48/dialog-close.png
+share/focuswriter/icons/hicolor/48/document-new.png
+share/focuswriter/icons/hicolor/48/document-open.png
+share/focuswriter/icons/hicolor/48/document-print.png
+share/focuswriter/icons/hicolor/48/document-save-all.png
+share/focuswriter/icons/hicolor/48/document-save-as.png
+share/focuswriter/icons/hicolor/48/document-save.png
+share/focuswriter/icons/hicolor/48/edit-copy.png
+share/focuswriter/icons/hicolor/48/edit-cut.png
+share/focuswriter/icons/hicolor/48/edit-find-replace.png
+share/focuswriter/icons/hicolor/48/edit-find.png
+share/focuswriter/icons/hicolor/48/edit-paste.png
+share/focuswriter/icons/hicolor/48/edit-redo.png
+share/focuswriter/icons/hicolor/48/edit-rename.png
+share/focuswriter/icons/hicolor/48/edit-select-all.png
+share/focuswriter/icons/hicolor/48/edit-undo.png
+share/focuswriter/icons/hicolor/48/folder-open.png
+share/focuswriter/icons/hicolor/48/folder.png
+share/focuswriter/icons/hicolor/48/format-indent-less.png
+share/focuswriter/icons/hicolor/48/format-indent-more.png
+share/focuswriter/icons/hicolor/48/format-justify-center.png
+share/focuswriter/icons/hicolor/48/format-justify-fill.png
+share/focuswriter/icons/hicolor/48/format-justify-left.png
+share/focuswriter/icons/hicolor/48/format-justify-right.png
+share/focuswriter/icons/hicolor/48/format-text-bold.png
+share/focuswriter/icons/hicolor/48/format-text-direction-ltr.png
+share/focuswriter/icons/hicolor/48/format-text-direction-rtl.png
+share/focuswriter/icons/hicolor/48/format-text-italic.png
+share/focuswriter/icons/hicolor/48/format-text-strikethrough.png
+share/focuswriter/icons/hicolor/48/format-text-subscript.png
+share/focuswriter/icons/hicolor/48/format-text-superscript.png
+share/focuswriter/icons/hicolor/48/format-text-underline.png
+share/focuswriter/icons/hicolor/48/go-down.png
+share/focuswriter/icons/hicolor/48/go-up.png
+share/focuswriter/icons/hicolor/48/help-about.png
+share/focuswriter/icons/hicolor/48/preferences-desktop-locale.png
+share/focuswriter/icons/hicolor/48/preferences-desktop-printer.png
+share/focuswriter/icons/hicolor/48/preferences-system.png
+share/focuswriter/icons/hicolor/48/tools-check-spelling.png
+share/focuswriter/icons/hicolor/48/view-calendar.png
+share/focuswriter/icons/hicolor/48/view-choose.png
+share/focuswriter/icons/hicolor/48/view-fullscreen.png
+share/focuswriter/icons/hicolor/48/view-refresh.png
+share/focuswriter/icons/hicolor/48/window-close.png
+share/focuswriter/icons/hicolor/48/window-new.png
+share/focuswriter/icons/hicolor/64/accessories-dictionary.png
+share/focuswriter/icons/hicolor/64/application-exit.png
+share/focuswriter/icons/hicolor/64/applications-graphics.png
+share/focuswriter/icons/hicolor/64/arrow-down.png
+share/focuswriter/icons/hicolor/64/arrow-left.png
+share/focuswriter/icons/hicolor/64/arrow-up.png
+share/focuswriter/icons/hicolor/64/character-set.png
+share/focuswriter/icons/hicolor/64/chronometer.png
+share/focuswriter/icons/hicolor/64/dialog-close.png
+share/focuswriter/icons/hicolor/64/document-new.png
+share/focuswriter/icons/hicolor/64/document-open.png
+share/focuswriter/icons/hicolor/64/document-print.png
+share/focuswriter/icons/hicolor/64/document-save-all.png
+share/focuswriter/icons/hicolor/64/document-save-as.png
+share/focuswriter/icons/hicolor/64/document-save.png
+share/focuswriter/icons/hicolor/64/edit-copy.png
+share/focuswriter/icons/hicolor/64/edit-cut.png
+share/focuswriter/icons/hicolor/64/edit-find-replace.png
+share/focuswriter/icons/hicolor/64/edit-find.png
+share/focuswriter/icons/hicolor/64/edit-paste.png
+share/focuswriter/icons/hicolor/64/edit-redo.png
+share/focuswriter/icons/hicolor/64/edit-rename.png
+share/focuswriter/icons/hicolor/64/edit-select-all.png
+share/focuswriter/icons/hicolor/64/edit-undo.png
+share/focuswriter/icons/hicolor/64/folder-open.png
+share/focuswriter/icons/hicolor/64/folder.png
+share/focuswriter/icons/hicolor/64/format-indent-less.png
+share/focuswriter/icons/hicolor/64/format-justify-center.png
+share/focuswriter/icons/hicolor/64/format-justify-fill.png
+share/focuswriter/icons/hicolor/64/format-justify-left.png
+share/focuswriter/icons/hicolor/64/format-justify-more.png
+share/focuswriter/icons/hicolor/64/format-justify-right.png
+share/focuswriter/icons/hicolor/64/format-text-bold.png
+share/focuswriter/icons/hicolor/64/format-text-direction-ltr.png
+share/focuswriter/icons/hicolor/64/format-text-direction-rtl.png
+share/focuswriter/icons/hicolor/64/format-text-italic.png
+share/focuswriter/icons/hicolor/64/format-text-strikethrough.png
+share/focuswriter/icons/hicolor/64/format-text-subscript.png
+share/focuswriter/icons/hicolor/64/format-text-superscript.png
+share/focuswriter/icons/hicolor/64/format-text-underline.png
+share/focuswriter/icons/hicolor/64/go-down.png
+share/focuswriter/icons/hicolor/64/go-up.png
+share/focuswriter/icons/hicolor/64/help-about.png
+share/focuswriter/icons/hicolor/64/preferences-desktop-locale.png
+share/focuswriter/icons/hicolor/64/preferences-desktop-printer.png
+share/focuswriter/icons/hicolor/64/preferences-system.png
+share/focuswriter/icons/hicolor/64/tools-check-spelling.png
+share/focuswriter/icons/hicolor/64/view-calendar.png
+share/focuswriter/icons/hicolor/64/view-choose.png
+share/focuswriter/icons/hicolor/64/view-fullscreen.png
+share/focuswriter/icons/hicolor/64/view-refresh.png
+share/focuswriter/icons/hicolor/64/window-close.png
+share/focuswriter/icons/hicolor/64/window-new.png
+share/focuswriter/icons/hicolor/index.theme
+share/focuswriter/sounds/keyany.wav
+share/focuswriter/sounds/keyenter.wav
+share/focuswriter/symbols1000.dat
+share/focuswriter/themes/bitterskies.theme
+share/focuswriter/themes/enchantment.theme
+share/focuswriter/themes/gentleblues.theme
+share/focuswriter/themes/images/bitterskies.jpg
+share/focuswriter/themes/images/enchantment.jpg
+share/focuswriter/themes/images/spacedreams.jpg
+share/focuswriter/themes/images/spygames.jpg
+share/focuswriter/themes/images/tranquility.jpg
+share/focuswriter/themes/images/writingdesk.jpg
+share/focuswriter/themes/oldschool.theme
+share/focuswriter/themes/spacedreams.theme
+share/focuswriter/themes/spygames.theme
+share/focuswriter/themes/tranquility.theme
+share/focuswriter/themes/writingdesk.theme
+share/focuswriter/translations/focuswriter_af_ZA.qm
+share/focuswriter/translations/focuswriter_ar.qm
+share/focuswriter/translations/focuswriter_bs.qm
+share/focuswriter/translations/focuswriter_ca.qm
+share/focuswriter/translations/focuswriter_cs.qm
+share/focuswriter/translations/focuswriter_da.qm
+share/focuswriter/translations/focuswriter_de.qm
+share/focuswriter/translations/focuswriter_el.qm
+share/focuswriter/translations/focuswriter_en.qm
+share/focuswriter/translations/focuswriter_en_GB.qm
+share/focuswriter/translations/focuswriter_eo.qm
+share/focuswriter/translations/focuswriter_es.qm
+share/focuswriter/translations/focuswriter_es_MX.qm
+share/focuswriter/translations/focuswriter_fi.qm
+share/focuswriter/translations/focuswriter_fr.qm
+share/focuswriter/translations/focuswriter_fur.qm
+share/focuswriter/translations/focuswriter_gl.qm
+share/focuswriter/translations/focuswriter_he.qm
+share/focuswriter/translations/focuswriter_hu.qm
+share/focuswriter/translations/focuswriter_hy.qm
+share/focuswriter/translations/focuswriter_id.qm
+share/focuswriter/translations/focuswriter_ig.qm
+share/focuswriter/translations/focuswriter_it.qm
+share/focuswriter/translations/focuswriter_ja.qm
+share/focuswriter/translations/focuswriter_ko.qm
+share/focuswriter/translations/focuswriter_lt.qm
+share/focuswriter/translations/focuswriter_nl.qm
+share/focuswriter/translations/focuswriter_pl.qm
+share/focuswriter/translations/focuswriter_pt.qm
+share/focuswriter/translations/focuswriter_pt_BR.qm
+share/focuswriter/translations/focuswriter_ro.qm
+share/focuswriter/translations/focuswriter_ru.qm
+share/focuswriter/translations/focuswriter_sk.qm
+share/focuswriter/translations/focuswriter_sl.qm
+share/focuswriter/translations/focuswriter_sr.qm
+share/focuswriter/translations/focuswriter_sv.qm
+share/focuswriter/translations/focuswriter_tr.qm
+share/focuswriter/translations/focuswriter_uk.qm
+share/focuswriter/translations/focuswriter_vi.qm
+share/focuswriter/translations/focuswriter_zh_CN.qm
+share/focuswriter/translations/focuswriter_zh_TW.qm
+share/icons/hicolor/1024x1024/apps/focuswriter.png
+share/icons/hicolor/128x128/apps/focuswriter.png
+share/icons/hicolor/16x16/apps/focuswriter.png
+share/icons/hicolor/22x22/apps/focuswriter.png
+share/icons/hicolor/24x24/apps/focuswriter.png
+share/icons/hicolor/256x256/apps/focuswriter.png
+share/icons/hicolor/32x32/apps/focuswriter.png
+share/icons/hicolor/48x48/apps/focuswriter.png
+share/icons/hicolor/512x512/apps/focuswriter.png
+share/icons/hicolor/64x64/apps/focuswriter.png
+share/icons/hicolor/scalable/apps/focuswriter.svg
+share/metainfo/focuswriter.appdata.xml
+share/pixmaps/focuswriter.xpm
diff --git a/focuswriter/distinfo b/focuswriter/distinfo
new file mode 100644
index 0000000000..e75059a22f
--- /dev/null
+++ b/focuswriter/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (focuswriter-v1.7.4.tar.gz) = 1509242e22eed2d51b3e439d7e7f736cda55f734
+RMD160 (focuswriter-v1.7.4.tar.gz) = e74330854c3bad04781cc5e643b951520e6e5a0e
+SHA512 (focuswriter-v1.7.4.tar.gz) = ffe2827f3209eafb35c37eda76d218808760ac287e1c3462ccf05a96d8f546699eb5cf21ecfdf8960b4ef414e2a0aca04f1b6bd8b507a7edda4e0029fd83e875
+Size (focuswriter-v1.7.4.tar.gz) = 10512419 bytes
+SHA1 (patch-focuswriter.pro) = 42591dbbfeed7160decbf23cbc8207067a560d2f
diff --git a/focuswriter/patches/patch-focuswriter.pro b/focuswriter/patches/patch-focuswriter.pro
new file mode 100644
index 0000000000..ce645ee365
--- /dev/null
+++ b/focuswriter/patches/patch-focuswriter.pro
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Add man to the correct location
+
+--- focuswriter.pro.orig	2020-01-16 14:45:49.000000000 +0000
++++ focuswriter.pro
+@@ -317,7 +317,7 @@ macx {
+ 	appdata.path = $$DATADIR/metainfo/
+ 
+ 	man.files = resources/unix/focuswriter.1
+-	man.path = $$PREFIX/share/man/man1
++	man.path = $$PREFIX/man/man1
+ 
+ 	qm.files = $$replace(TRANSLATIONS, .ts, .qm)
+ 	qm.path = $$DATADIR/focuswriter/translations


Home | Main Index | Thread Index | Old Index