From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/
Date: Sat, 25 Apr 2020 19:30:04 +0000 (UTC) [thread overview]
Message-ID: <1587842994.8c98cd948cec2bd95aca32a239afcfa4b306fda0.asturm@gentoo> (raw)
commit: 8c98cd948cec2bd95aca32a239afcfa4b306fda0
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 21 15:14:08 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 19:29:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c98cd94
app-editors/focuswriter: add version 1.7.6
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/15458
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/focuswriter/Manifest | 1 +
app-editors/focuswriter/focuswriter-1.7.6.ebuild | 46 ++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
index a0f0a88ddf4..f19139a7a88 100644
--- a/app-editors/focuswriter/Manifest
+++ b/app-editors/focuswriter/Manifest
@@ -1,2 +1,3 @@
DIST focuswriter-1.7.2-src.tar.bz2 10310759 BLAKE2B 92f0cd0ec2bb29c41f2c98e52dcb2187a70bc1c0641aed521b3d577302937cf6560f3adf422372019c8726ca29a9978b5b4d9e56e4c0c26a65fdc5d6aa0b7767 SHA512 195ddf6579aa00af120644ef1ddc88a6aaf0a6003feefb7b3dd3ca72c4bb17440553a171ad469f2d25d90416fc0e1a03f1b9d43e3b5790dac180f18b4ed657bf
DIST focuswriter-1.7.5-src.tar.bz2 10311298 BLAKE2B c495aced12e2e4deea1b602a0d1e2f97adbf2c91edf94302978fbeca9e33807e20fc05db2758ee05fc4c54ee7281cca10b6c01b70f2859899a6b227235e7aed0 SHA512 b9b533180160c5395eee8b921cf05f56e13eb48db402d352359854b419bd5367f21bac1b07fb80d4bb59ab019a7051bb9aeb1321e35a8f9d250a9584475def8b
+DIST focuswriter-1.7.6-src.tar.bz2 10311965 BLAKE2B a1f1627df988d7660f6b90cf984d725ff2366754f01b0ce78e23756a98c716acafa8b4076f4749f117cba6eaabcb6ec61516c032a7ae770eb1b06466a358595e SHA512 45e0bc9b20c73b260aa42dcc9ee79515d3ad95d4c9586f60ab75fb404f73c7443484f238b3705ba3224b852a0d9b8b8db17d9145aebb77513f8597a01ab01d3b
diff --git a/app-editors/focuswriter/focuswriter-1.7.6.ebuild b/app-editors/focuswriter/focuswriter-1.7.6.ebuild
new file mode 100644
index 00000000000..da9506014d1
--- /dev/null
+++ b/app-editors/focuswriter/focuswriter-1.7.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils xdg
+
+DESCRIPTION="Fullscreen and distraction-free word processor"
+HOMEPAGE="https://gottcode.org/focuswriter/"
+SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+ dev-qt/linguist-tools:5
+ virtual/pkgconfig
+"
+RDEPEND="
+ app-text/hunspell:=
+ >=dev-qt/qtcore-5.11:5
+ >=dev-qt/qtgui-5.11:5
+ >=dev-qt/qtmultimedia-5.11:5
+ >=dev-qt/qtprintsupport-5.11:5
+ dev-qt/qtsingleapplication[qt5(+),X]
+ >=dev-qt/qtwidgets-5.11:5
+ sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+ dev-qt/qtconcurrent:5
+"
+
+DOCS=( ChangeLog CREDITS README )
+
+PATCHES=( "${FILESDIR}/${PN}-1.6.0-unbundle-qtsingleapplication.patch" )
+
+src_configure() {
+ eqmake5 PREFIX="${EPREFIX}"/usr
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+ einstalldocs
+}
next reply other threads:[~2020-04-25 19:30 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-25 19:30 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-26 1:26 [gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/ Sam James
2025-04-26 1:17 Sam James
2025-02-17 16:47 Andreas Sturmlechner
2024-09-10 21:16 Sam James
2024-09-10 21:16 Sam James
2024-09-10 19:49 Andreas Sturmlechner
2022-08-02 16:01 Arthur Zamarin
2022-07-19 13:29 Andreas Sturmlechner
2021-05-09 1:27 Sam James
2021-05-09 1:27 Sam James
2019-06-28 18:21 Andreas Sturmlechner
2019-06-28 15:21 Agostino Sarubbo
2019-06-28 11:37 Agostino Sarubbo
2019-04-01 20:45 Andreas Sturmlechner
2019-04-01 19:58 Thomas Deutschmann
2019-03-31 10:57 Michael Palimaka
2019-03-24 10:01 Agostino Sarubbo
2019-02-15 20:10 Andreas Sturmlechner
2019-02-15 18:56 Mikle Kolyada
2019-02-14 23:06 Andreas Sturmlechner
2018-11-08 13:56 Michael Palimaka
2018-11-08 13:56 Michael Palimaka
2018-10-20 17:48 Mikle Kolyada
2018-10-19 17:52 Thomas Deutschmann
2018-06-30 2:11 Michael Palimaka
2018-04-26 3:32 Andreas Sturmlechner
2018-04-24 23:59 Aaron Bauman
2018-02-25 6:25 Michael Palimaka
2018-02-22 10:51 Andreas Sturmlechner
2018-02-10 11:33 Michael Palimaka
2018-01-01 0:19 Michael Palimaka
2017-12-22 9:42 Michael Palimaka
2017-12-22 9:42 Michael Palimaka
2017-12-22 9:42 Michael Palimaka
2017-09-09 15:56 Michael Palimaka
2017-08-12 14:56 Michael Palimaka
2017-07-29 3:55 Michael Palimaka
2017-07-29 3:55 Michael Palimaka
2017-06-18 9:26 Michael Palimaka
2017-06-18 8:58 Michael Palimaka
2017-03-17 10:26 Agostino Sarubbo
2017-03-13 12:58 Agostino Sarubbo
2017-03-13 1:46 Michael Palimaka
2017-01-12 17:54 Michael Palimaka
2016-11-05 10:11 Michael Palimaka
2016-10-28 13:22 Michael Palimaka
2016-08-06 3:06 Davide Pesavento
2016-07-21 10:50 Michael Palimaka
2016-03-15 15:38 Michael Palimaka
2015-12-15 17:55 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1587842994.8c98cd948cec2bd95aca32a239afcfa4b306fda0.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox