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: Fri, 28 Oct 2016 13:22:22 +0000 (UTC)	[thread overview]
Message-ID: <1477660932.cef8bfa79321c28b3278928406d57785c2fc7e87.kensington@gentoo> (raw)

commit:     cef8bfa79321c28b3278928406d57785c2fc7e87
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 13:22:00 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 13:22:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef8bfa7

app-editors/focuswriter: version bump

Package-Manager: portage-2.3.2

 app-editors/focuswriter/Manifest                 |  1 +
 app-editors/focuswriter/focuswriter-1.6.2.ebuild | 58 ++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
index 524203e..9bff930 100644
--- a/app-editors/focuswriter/Manifest
+++ b/app-editors/focuswriter/Manifest
@@ -2,3 +2,4 @@ DIST focuswriter-1.5.5-src.tar.bz2 5249014 SHA256 b6a2085587864b2685516d20870d93
 DIST focuswriter-1.5.6-src.tar.bz2 5274057 SHA256 ec22ce097ae48d46c9a5c485630a885d67b7a281ca6b760d9d494546ed284b17 SHA512 a8d53d13fc1efb385eb8d9a93cb2ebde688d0d52e7f9ba4cb72cd7181e5ab1cff046358c217e45c939ae5a7f618acfddd57eef4ca0f02e3bb046dfdf361d26b9 WHIRLPOOL 79ec3af30e86ccca46a6c07615b7183541983792f809fdda8a159bd83785f5fe799828d994c23903421dd0628c61a6aa12686826b4d56ca66f6aaaa01f87f64f
 DIST focuswriter-1.5.7-src.tar.bz2 5274706 SHA256 e2ce4f2be1d76ded2de589e60e40677166e582dc8aa3657167d52deab209c92a SHA512 15bbaf2d34d6232aca50bc10daadbb8eef8aa37336a4373cde0f4b6f638a8832c4ea764a0cc670f77174df200be17ec40406921adc3266d858726a42412107bb WHIRLPOOL e9e30a798740deca2f13301846a915b404cc6d89b47700490d0c27a3d40efb9f69fff17eaf7079d09ed1967fdef329ef5b6f63ab58b9c15179d3e87a72e930fc
 DIST focuswriter-1.6.0-src.tar.bz2 10430720 SHA256 174bfe2e076eba3426f24362de40c399094cd480d25353fe01537ae64dede12e SHA512 60921a55bdec7985541fdc4947db879fca60b4d6475644a76cd0de6d7dc70874456c35c852a25066b06176a199fca2860866369de1a5a13e595cfc977faade75 WHIRLPOOL 313011af9e1b52d4ad333c834befabf5da494db60b93875490a70e6caaf287be526fe6fffe69d89bc984471afa0d3f864fc833aedfc0a8aa66eafe556cd7cd63
+DIST focuswriter-1.6.2-src.tar.bz2 10205432 SHA256 ac77139b4c9b70d26643e5707a9db9003586a6633779dec20a5c1353602b2655 SHA512 fb665e2bb59b9b449c0b68e3e72cc51c14c6c8b779ac347176bdb521922fba233da6754db4772dbcc80d5c610fb180176ade1ec8dd29c9b004223dce73faa58a WHIRLPOOL 3913609be7c934795b1e1a73c2a836c88bbbaf6282db0ac70bd685b52b902e7dd085172e489aec6420b37e6b7be769138051df0bb722adeac1676a66ec5e2b3f

diff --git a/app-editors/focuswriter/focuswriter-1.6.2.ebuild b/app-editors/focuswriter/focuswriter-1.6.2.ebuild
new file mode 100644
index 00000000..d3c77f6
--- /dev/null
+++ b/app-editors/focuswriter/focuswriter-1.6.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit fdo-mime gnome2-utils qmake-utils
+
+DESCRIPTION="A fullscreen and distraction-free word processor"
+HOMEPAGE="http://gottcode.org/focuswriter/"
+SRC_URI="http://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/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_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+	fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	fdo-mime_desktop_database_update
+}


             reply	other threads:[~2016-10-28 13:22 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-28 13:22 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-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-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=1477660932.cef8bfa79321c28b3278928406d57785c2fc7e87.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