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: Tue, 15 Dec 2015 17:55:13 +0000 (UTC)	[thread overview]
Message-ID: <1450202098.3347a95434b9cacda630683a7acbf36f60fb0949.kensington@gentoo> (raw)

commit:     3347a95434b9cacda630683a7acbf36f60fb0949
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 15 17:48:04 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 17:54:58 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3347a954

app-editors/focuswriter: version bump

Package-Manager: portage-2.2.26

 app-editors/focuswriter/Manifest                 |  1 +
 app-editors/focuswriter/focuswriter-1.5.5.ebuild | 67 ++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
index c2bf163..72ab73c 100644
--- a/app-editors/focuswriter/Manifest
+++ b/app-editors/focuswriter/Manifest
@@ -1,2 +1,3 @@
 DIST focuswriter-1.5.3-src.tar.bz2 5201148 SHA256 1c48c72879a7b40cf7d97c28abf5cf713c063b7f83a1179093b1241f5797a8c4 SHA512 6796fc8dbe5d5ba545fc8ee5797f620e56dea67a038f4c4eb9e404940a863b32ea2ceb30ed7ea8e22187be2763cc128def3f08f61187ba11de94ec9ae16f807f WHIRLPOOL c5dbf0e739928833bbccdc2e5de6305ca553a3e8f0f1d54d1d2a6bd4636b8ede85c3adedcaee85d66779e25cd53678428cc3817bdedcf30be42c89fc1aebdf07
 DIST focuswriter-1.5.4-src.tar.bz2 5247111 SHA256 5ffd74a2d5a790e432d819dfd269ddb8d6c1a0168c91e441b2121fa6eaf8f565 SHA512 f532dac5a0691d7b82a16b5dae115c7d79b161484ba1ad2243fd1ccaeba8ae9c9ed0019eba6cd87cc4155a51f5a97cad16c92b9453671426e214e139d78bc526 WHIRLPOOL aca3722b60aee8bec0979f71a04d28217c82c9a2fb60b49a19a58596c9d67bd160626d14cc950eeaa9c0543001f93ec9576a1561c24bbe29a98eeec708287331
+DIST focuswriter-1.5.5-src.tar.bz2 5249014 SHA256 b6a2085587864b2685516d20870d9375803ccdf3472e66bf457382d028c1da0e SHA512 aed6a2e203dcf349ff7fef6caa8e7ab1dbba80da988933c06d6f4ea1ad49ad4c4546b30aaacf9373d1234cb8934daac36f00d0d7b3512d9c3fc4f1e1b273a766 WHIRLPOOL 29795304e6d6687d16d2774cd4d28d0c45382474391d7ad62fa557a134e7c5d11ba6bf81bb81df2b0fb3727b4bb32f705d8fe73a7129f44c8485cc9d8b19b2e1

diff --git a/app-editors/focuswriter/focuswriter-1.5.5.ebuild b/app-editors/focuswriter/focuswriter-1.5.5.ebuild
new file mode 100644
index 0000000..f2e2306
--- /dev/null
+++ b/app-editors/focuswriter/focuswriter-1.5.5.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PLOCALES="ar ca cs da de el en en_GB es_MX es fi fr he hu hy id it ja ko nl pl
+pt_BR pt ro ru sk sr sv tr uk vi zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+inherit fdo-mime gnome2-utils l10n readme.gentoo qt4-r2
+
+DESCRIPTION="A fullscreen and distraction-free word processor"
+HOMEPAGE="http://gottcode.org/focuswriter/"
+SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="app-text/hunspell
+	dev-qt/qtcore:4
+	dev-qt/qtgui:4
+	dev-qt/qtsingleapplication[qt4(+),X]
+	sys-libs/zlib"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+DOCS=( ChangeLog CREDITS NEWS README )
+DOC_CONTENTS="Focuswriter has optional sound support if media-libs/sdl-mixer is
+installed with wav useflag enabled."
+
+PATCHES=( "${FILESDIR}/${PN}-1.5.2-unbundle-qtsingleapplication.patch" )
+
+rm_loc() {
+	sed -e "s|translations/${PN}_${1}.ts||"	-i ${PN}.pro || die 'sed failed'
+	rm translations/${PN}_${1}.{ts,qm} || die "removing ${1} locale failed"
+}
+
+src_prepare() {
+	l10n_for_each_disabled_locale_do rm_loc
+	qt4-r2_src_prepare
+}
+
+src_configure() {
+	eqmake4 PREFIX="${EPREFIX}/usr"
+}
+
+src_install() {
+	readme.gentoo_create_doc
+	qt4-r2_src_install
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	readme.gentoo_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:[~2015-12-15 17:55 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-15 17:55 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-15 15:38 [gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/ Michael Palimaka
2016-07-21 10:50 Michael Palimaka
2016-08-06  3:06 Davide Pesavento
2016-10-28 13:22 Michael Palimaka
2016-11-05 10:11 Michael Palimaka
2017-01-12 17:54 Michael Palimaka
2017-03-13  1:46 Michael Palimaka
2017-03-13 12:58 Agostino Sarubbo
2017-03-17 10:26 Agostino Sarubbo
2017-06-18  8:58 Michael Palimaka
2017-06-18  9:26 Michael Palimaka
2017-07-29  3:55 Michael Palimaka
2017-07-29  3:55 Michael Palimaka
2017-08-12 14:56 Michael Palimaka
2017-09-09 15:56 Michael Palimaka
2017-12-22  9:42 Michael Palimaka
2017-12-22  9:42 Michael Palimaka
2017-12-22  9:42 Michael Palimaka
2018-01-01  0:19 Michael Palimaka
2018-02-10 11:33 Michael Palimaka
2018-02-22 10:51 Andreas Sturmlechner
2018-02-25  6:25 Michael Palimaka
2018-04-24 23:59 Aaron Bauman
2018-04-26  3:32 Andreas Sturmlechner
2018-06-30  2:11 Michael Palimaka
2018-10-19 17:52 Thomas Deutschmann
2018-10-20 17:48 Mikle Kolyada
2018-11-08 13:56 Michael Palimaka
2018-11-08 13:56 Michael Palimaka
2019-02-14 23:06 Andreas Sturmlechner
2019-02-15 18:56 Mikle Kolyada
2019-02-15 20:10 Andreas Sturmlechner
2019-03-24 10:01 Agostino Sarubbo
2019-03-31 10:57 Michael Palimaka
2019-04-01 19:58 Thomas Deutschmann
2019-04-01 20:45 Andreas Sturmlechner
2019-06-28 11:37 Agostino Sarubbo
2019-06-28 15:21 Agostino Sarubbo
2019-06-28 18:21 Andreas Sturmlechner
2020-04-25 19:30 Andreas Sturmlechner
2021-05-09  1:27 Sam James
2021-05-09  1:27 Sam James
2022-07-19 13:29 Andreas Sturmlechner
2022-08-02 16:01 Arthur Zamarin
2024-09-10 19:49 Andreas Sturmlechner
2024-09-10 21:16 Sam James
2024-09-10 21:16 Sam James

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=1450202098.3347a95434b9cacda630683a7acbf36f60fb0949.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