public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/
Date: Sat, 12 Aug 2017 14:56:29 +0000 (UTC)	[thread overview]
Message-ID: <1502549779.75ed73ced921fbd971109d048701350f036addd9.kensington@gentoo> (raw)

commit:     75ed73ced921fbd971109d048701350f036addd9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 14:54:10 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 14:56:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ed73ce

app-editors/focuswriter: version bump 1.6.6

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-editors/focuswriter/Manifest                 |  1 +
 app-editors/focuswriter/focuswriter-1.6.6.ebuild | 54 ++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
index 0496aba016f..4a1b9f10637 100644
--- a/app-editors/focuswriter/Manifest
+++ b/app-editors/focuswriter/Manifest
@@ -1 +1,2 @@
 DIST focuswriter-1.6.5-src.tar.bz2 10194695 SHA256 48e949986a65bc51f46f10c075de2904b2e1feb0e1c74c0a8efe99cd8c2de0ce SHA512 a15024bc94f0212db2ec4f8d88b942fc3640b2917f130b1fbfb04ab616ed4d10baa11f9cab8d27a8fc40150bfa3e25d3afe1d76581dbe96a3cd6d62530207e12 WHIRLPOOL acb8fb4cc802a4f12758d02250fb14ef9b1eef4dad5aa98219c3a985f5df56c9fb780f7668a52e4ef7944b5e153386b00aff86c0e8e6161a99aa2bbf818d92b0
+DIST focuswriter-1.6.6-src.tar.bz2 10195488 SHA256 472e78de5443f52b3fbad0be0096b3eb5425e2719813b75ce28aa2c8d9b6340a SHA512 d4faae8477080e3898bad144e154c4c43232befe0c2ee90643a816cbb847d3eb25ed8f6fe916cafa5d445c4b3483e880f84015f952f4606bc01f595aa01e113a WHIRLPOOL 0570009d2240c42c128ecd35274bd876ff026b6f9a2abb6d56aa686fadc4f1aebd8c2e637ae6574a377e501e406c19c34088667c34cf8c76a37400c28c1ddae7

diff --git a/app-editors/focuswriter/focuswriter-1.6.6.ebuild b/app-editors/focuswriter/focuswriter-1.6.6.ebuild
new file mode 100644
index 00000000000..00b883cea9f
--- /dev/null
+++ b/app-editors/focuswriter/focuswriter-1.6.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils qmake-utils xdg-utils
+
+DESCRIPTION="A fullscreen and distraction-free word processor"
+HOMEPAGE="https://gottcode.org/focuswriter/"
+SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
+
+LICENSE="LGPL-3 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-text/hunspell:=
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtmultimedia:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtsingleapplication[qt5,X]
+	dev-qt/qtwidgets:5
+	sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+	dev-qt/qtconcurrent:5
+	virtual/pkgconfig
+"
+
+DOCS=( ChangeLog CREDITS NEWS README )
+
+PATCHES=( "${FILESDIR}/${PN}-1.6.0-unbundle-qtsingleapplication.patch" )
+
+src_configure() {
+	eqmake5 PREFIX="${EPREFIX}/usr"
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}


             reply	other threads:[~2017-08-12 14:56 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-12 14:56 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10 21:16 [gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/ 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
2020-04-25 19:30 Andreas Sturmlechner
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-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=1502549779.75ed73ced921fbd971109d048701350f036addd9.kensington@gentoo \
    --to=kensington@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