public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/files/, app-editors/focuswriter/
@ 2016-07-20 19:39 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2016-07-20 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     b92c2a8065a28156ad53d681b5d38d4e2e7cde25
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 19:38:34 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 19:39:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92c2a80

app-editors/focuswriter: version bump

Package-Manager: portage-2.3.0

 app-editors/focuswriter/Manifest                   |  1 +
 ...writer-1.5.6-unbundle-qtsingleapplication.patch | 36 ++++++++++++++
 app-editors/focuswriter/focuswriter-1.5.6.ebuild   | 57 ++++++++++++++++++++++
 3 files changed, 94 insertions(+)

diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
index b1ad14f..b5b73ce 100644
--- a/app-editors/focuswriter/Manifest
+++ b/app-editors/focuswriter/Manifest
@@ -1 +1,2 @@
 DIST focuswriter-1.5.5-src.tar.bz2 5249014 SHA256 b6a2085587864b2685516d20870d9375803ccdf3472e66bf457382d028c1da0e SHA512 aed6a2e203dcf349ff7fef6caa8e7ab1dbba80da988933c06d6f4ea1ad49ad4c4546b30aaacf9373d1234cb8934daac36f00d0d7b3512d9c3fc4f1e1b273a766 WHIRLPOOL 29795304e6d6687d16d2774cd4d28d0c45382474391d7ad62fa557a134e7c5d11ba6bf81bb81df2b0fb3727b4bb32f705d8fe73a7129f44c8485cc9d8b19b2e1
+DIST focuswriter-1.5.6-src.tar.bz2 5274057 SHA256 ec22ce097ae48d46c9a5c485630a885d67b7a281ca6b760d9d494546ed284b17 SHA512 a8d53d13fc1efb385eb8d9a93cb2ebde688d0d52e7f9ba4cb72cd7181e5ab1cff046358c217e45c939ae5a7f618acfddd57eef4ca0f02e3bb046dfdf361d26b9 WHIRLPOOL 79ec3af30e86ccca46a6c07615b7183541983792f809fdda8a159bd83785f5fe799828d994c23903421dd0628c61a6aa12686826b4d56ca66f6aaaa01f87f64f

diff --git a/app-editors/focuswriter/files/focuswriter-1.5.6-unbundle-qtsingleapplication.patch b/app-editors/focuswriter/files/focuswriter-1.5.6-unbundle-qtsingleapplication.patch
new file mode 100644
index 0000000..f22f382
--- /dev/null
+++ b/app-editors/focuswriter/files/focuswriter-1.5.6-unbundle-qtsingleapplication.patch
@@ -0,0 +1,36 @@
+--- a/focuswriter.pro
++++ b/focuswriter.pro
+@@ -90,13 +90,14 @@
+ 		src/spelling/dictionary_provider_voikko.cpp
+ 
+ 	lessThan(QT_MAJOR_VERSION, 5) {
+ 		SOURCES += src/sdl/sound.cpp
+ 	} else {
++		CONFIG += qtsingleapplication
+ 		SOURCES += src/sound.cpp
+ 	}
+ }
+ 
+-INCLUDEPATH += src src/fileformats src/qtsingleapplication src/qtzip src/spelling
++INCLUDEPATH += src src/fileformats src/qtzip src/spelling
+ 
+ # Specify program sources
+ HEADERS += src/action_manager.h \
+@@ -155,8 +156,6 @@
+ 	src/fileformats/rtf_tokenizer.h \
+ 	src/fileformats/rtf_writer.h \
+ 	src/fileformats/txt_reader.h \
+-	src/qtsingleapplication/qtsingleapplication.h \
+-	src/qtsingleapplication/qtlocalpeer.h \
+ 	src/qtzip/qtzipreader.h \
+ 	src/qtzip/qtzipwriter.h \
+ 	src/spelling/abstract_dictionary.h \
+@@ -219,8 +218,6 @@
+ 	src/fileformats/rtf_tokenizer.cpp \
+ 	src/fileformats/rtf_writer.cpp \
+ 	src/fileformats/txt_reader.cpp \
+-	src/qtsingleapplication/qtsingleapplication.cpp \
+-	src/qtsingleapplication/qtlocalpeer.cpp \
+ 	src/qtzip/qtzip.cpp \
+ 	src/spelling/dictionary_dialog.cpp \
+ 	src/spelling/dictionary_manager.cpp \

diff --git a/app-editors/focuswriter/focuswriter-1.5.6.ebuild b/app-editors/focuswriter/focuswriter-1.5.6.ebuild
new file mode 100644
index 0000000..6ad1ab9
--- /dev/null
+++ b/app-editors/focuswriter/focuswriter-1.5.6.ebuild
@@ -0,0 +1,57 @@
+# 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}
+	virtual/pkgconfig
+"
+
+DOCS=( ChangeLog CREDITS NEWS README )
+
+PATCHES=( "${FILESDIR}/${PN}-1.5.6-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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/files/, app-editors/focuswriter/
@ 2017-03-18  2:57 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2017-03-18  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f7a8ebe34526ef9c5fa327dfe1bd379b9b29c2e0
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 02:55:33 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 02:57:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a8ebe3

app-editors/focuswriter: remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-editors/focuswriter/Manifest                   |  2 -
 ...writer-1.5.2-unbundle-qtsingleapplication.patch | 36 ------------
 app-editors/focuswriter/focuswriter-1.5.5.ebuild   | 66 ----------------------
 app-editors/focuswriter/focuswriter-1.6.2.ebuild   | 58 -------------------
 4 files changed, 162 deletions(-)

diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
index b64b6ac48ab..caa64da143f 100644
--- a/app-editors/focuswriter/Manifest
+++ b/app-editors/focuswriter/Manifest
@@ -1,4 +1,2 @@
-DIST focuswriter-1.5.5-src.tar.bz2 5249014 SHA256 b6a2085587864b2685516d20870d9375803ccdf3472e66bf457382d028c1da0e SHA512 aed6a2e203dcf349ff7fef6caa8e7ab1dbba80da988933c06d6f4ea1ad49ad4c4546b30aaacf9373d1234cb8934daac36f00d0d7b3512d9c3fc4f1e1b273a766 WHIRLPOOL 29795304e6d6687d16d2774cd4d28d0c45382474391d7ad62fa557a134e7c5d11ba6bf81bb81df2b0fb3727b4bb32f705d8fe73a7129f44c8485cc9d8b19b2e1
-DIST focuswriter-1.6.2-src.tar.bz2 10205432 SHA256 ac77139b4c9b70d26643e5707a9db9003586a6633779dec20a5c1353602b2655 SHA512 fb665e2bb59b9b449c0b68e3e72cc51c14c6c8b779ac347176bdb521922fba233da6754db4772dbcc80d5c610fb180176ade1ec8dd29c9b004223dce73faa58a WHIRLPOOL 3913609be7c934795b1e1a73c2a836c88bbbaf6282db0ac70bd685b52b902e7dd085172e489aec6420b37e6b7be769138051df0bb722adeac1676a66ec5e2b3f
 DIST focuswriter-1.6.3-src.tar.bz2 10211589 SHA256 7de693e8786738c50bde53d4e325334ecf3b8155d7c9b37e64bbd9adedcb9f40 SHA512 015a9153a331bffc1b87bb0d13c6aa1340f46da72084caad8a4a8811f213e5ae17802363570052702c1f1b990ccb3d314f179da0a94898bdc988b7798a3b9b0f WHIRLPOOL a8ed601dc2e53665af3be74cac385ec8afdc7c9029812250964ee660a52b4eafe568c4f5405a7348c64244c7c9ab7da1af3d43f6e923e0c7729e0c0f6fec80bd
 DIST focuswriter-1.6.4-src.tar.bz2 10214364 SHA256 1f019e75b5581d3e7ed96977e92c9a5f6eba8456eccbad1f481adaabae34055c SHA512 0f3e0af0efab3cae7e2c4086c500dcf75b1d48f3d4f2cfa5fa3663443f109e90ab3dac01fcac240fa0d65ffe5f11faec9145083192492c9eefa6c1b48ed22c7a WHIRLPOOL 4728d5768daaa5298632c3a2cd745cbd6aeb32b23d03aa64a021d19ab8d0084e3edf15211a2c2536c4280006fcc497204fe1a391a8c00716984679d4a0ef070c

diff --git a/app-editors/focuswriter/files/focuswriter-1.5.2-unbundle-qtsingleapplication.patch b/app-editors/focuswriter/files/focuswriter-1.5.2-unbundle-qtsingleapplication.patch
deleted file mode 100644
index e7815be0ee5..00000000000
--- a/app-editors/focuswriter/files/focuswriter-1.5.2-unbundle-qtsingleapplication.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- focuswriter.pro.orig	2014-07-20 17:37:05.000000000 +0400
-+++ focuswriter.pro	2014-07-31 17:56:00.702801120 +0400
-@@ -90,13 +90,14 @@
- 		src/spelling/dictionary_provider_voikko.cpp
- 
- 	lessThan(QT_MAJOR_VERSION, 5) {
-+		CONFIG += qtsingleapplication
- 		SOURCES += src/sdl/sound.cpp
- 	} else {
- 		SOURCES += src/sound.cpp
- 	}
- }
- 
--INCLUDEPATH += src src/fileformats src/qtsingleapplication src/qtzip src/spelling
-+INCLUDEPATH += src src/fileformats src/qtzip src/spelling
- 
- # Specify program sources
- HEADERS += src/action_manager.h \
-@@ -155,8 +156,6 @@
- 	src/fileformats/rtf_tokenizer.h \
- 	src/fileformats/rtf_writer.h \
- 	src/fileformats/txt_reader.h \
--	src/qtsingleapplication/qtsingleapplication.h \
--	src/qtsingleapplication/qtlocalpeer.h \
- 	src/qtzip/qtzipreader.h \
- 	src/qtzip/qtzipwriter.h \
- 	src/spelling/abstract_dictionary.h \
-@@ -219,8 +218,6 @@
- 	src/fileformats/rtf_tokenizer.cpp \
- 	src/fileformats/rtf_writer.cpp \
- 	src/fileformats/txt_reader.cpp \
--	src/qtsingleapplication/qtsingleapplication.cpp \
--	src/qtsingleapplication/qtlocalpeer.cpp \
- 	src/qtzip/qtzip.cpp \
- 	src/spelling/dictionary_dialog.cpp \
- 	src/spelling/dictionary_manager.cpp \

diff --git a/app-editors/focuswriter/focuswriter-1.5.5.ebuild b/app-editors/focuswriter/focuswriter-1.5.5.ebuild
deleted file mode 100644
index 05553d16d10..00000000000
--- a/app-editors/focuswriter/focuswriter-1.5.5.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}

diff --git a/app-editors/focuswriter/focuswriter-1.6.2.ebuild b/app-editors/focuswriter/focuswriter-1.6.2.ebuild
deleted file mode 100644
index 95ff93d90d4..00000000000
--- a/app-editors/focuswriter/focuswriter-1.6.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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/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_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
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/files/, app-editors/focuswriter/
@ 2020-04-25 19:30 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-04-25 19:30 UTC (permalink / raw
  To: gentoo-commits

commit:     5b706fc4ce6cd068a71b13a1df3a6a581e0309a6
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 21 15:15:09 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 19:29:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b706fc4

app-editors/focuswriter: remove version 1.7.5

Also drop the now unneeded patch.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-editors/focuswriter/Manifest                   |  1 -
 .../files/focuswriter-1.7.5-qt-5.15-build.patch    | 26 ------------
 app-editors/focuswriter/focuswriter-1.7.5.ebuild   | 49 ----------------------
 3 files changed, 76 deletions(-)

diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
index f19139a7a88..f1d1561f5d1 100644
--- a/app-editors/focuswriter/Manifest
+++ b/app-editors/focuswriter/Manifest
@@ -1,3 +1,2 @@
 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/files/focuswriter-1.7.5-qt-5.15-build.patch b/app-editors/focuswriter/files/focuswriter-1.7.5-qt-5.15-build.patch
deleted file mode 100644
index c59946f354f..00000000000
--- a/app-editors/focuswriter/files/focuswriter-1.7.5-qt-5.15-build.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 026fb9b1fbfa8040815ac524b6002f93b6411d45 Mon Sep 17 00:00:00 2001
-From: Jimi Huotari <chiitoo@gentoo.org>
-Date: Mon, 20 Apr 2020 22:58:48 +0300
-Subject: [PATCH] Fix build against Qt 5.15.
-
-Due to a change in Qt, 'QPainterPath' needs to be explicitly
-included.
----
- src/theme.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/theme.cpp b/src/theme.cpp
-index 4708338..59551ea 100644
---- a/src/theme.cpp
-+++ b/src/theme.cpp
-@@ -27,6 +27,7 @@
- #include <QFile>
- #include <QImageReader>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QSettings>
- #include <QTextEdit>
- #include <QUuid>
--- 
-2.26.1
-

diff --git a/app-editors/focuswriter/focuswriter-1.7.5.ebuild b/app-editors/focuswriter/focuswriter-1.7.5.ebuild
deleted file mode 100644
index de11e682589..00000000000
--- a/app-editors/focuswriter/focuswriter-1.7.5.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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"
-	"${FILESDIR}/${PN}-1.7.5-qt-5.15-build.patch"
-)
-
-src_configure() {
-	eqmake5 PREFIX="${EPREFIX}"/usr
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/files/, app-editors/focuswriter/
@ 2024-09-25 20:39 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2024-09-25 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     da3e55f319bf666f0e780a0a39c4e37baa65970a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 20:38:13 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 20:38:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3e55f3

app-editors/focuswriter: drop 1.7.6

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-editors/focuswriter/Manifest                   |  1 -
 ...writer-1.6.0-unbundle-qtsingleapplication.patch | 37 -----------------
 app-editors/focuswriter/focuswriter-1.7.6.ebuild   | 46 ----------------------
 3 files changed, 84 deletions(-)

diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
index ef355c2031ad..7f5888e13cbd 100644
--- a/app-editors/focuswriter/Manifest
+++ b/app-editors/focuswriter/Manifest
@@ -1,2 +1 @@
-DIST focuswriter-1.7.6-src.tar.bz2 10311965 BLAKE2B a1f1627df988d7660f6b90cf984d725ff2366754f01b0ce78e23756a98c716acafa8b4076f4749f117cba6eaabcb6ec61516c032a7ae770eb1b06466a358595e SHA512 45e0bc9b20c73b260aa42dcc9ee79515d3ad95d4c9586f60ab75fb404f73c7443484f238b3705ba3224b852a0d9b8b8db17d9145aebb77513f8597a01ab01d3b
 DIST focuswriter-1.8.8.tar.bz2 10640138 BLAKE2B 78abf8e67cafd4d46fd4628f229d2030b4840b066e4b3d04768ad7df3d6a99f1c03bc7f0a15daef3e9c807e1da7ef6f309ce65e8128a3b77ac0c9a8ff6f2a695 SHA512 f41cb82f4d7d3e397fcbc7e1010e379cb410ac67dd35f1b38e7ae7ac791670e29fe5cc710627ffe196a02f23edd423b53fafa2ff4697e560f28c7cf6e1aba388

diff --git a/app-editors/focuswriter/files/focuswriter-1.6.0-unbundle-qtsingleapplication.patch b/app-editors/focuswriter/files/focuswriter-1.6.0-unbundle-qtsingleapplication.patch
deleted file mode 100644
index 000db83f10e1..000000000000
--- a/app-editors/focuswriter/files/focuswriter-1.6.0-unbundle-qtsingleapplication.patch
+++ /dev/null
@@ -1,37 +0,0 @@
---- a/focuswriter.pro
-+++ b/focuswriter.pro
-@@ -7,6 +7,7 @@
- 
- TEMPLATE = app
- QT += network widgets printsupport multimedia concurrent
-+CONFIG += qtsingleapplication
- macx {
- 	QT += macextras
- }
-@@ -83,7 +84,7 @@
- 		src/spelling/dictionary_provider_voikko.cpp
- }
- 
--INCLUDEPATH += src src/fileformats src/qtsingleapplication src/qtzip src/spelling
-+INCLUDEPATH += src src/fileformats src/qtzip src/spelling
- 
- # Specify program sources
- HEADERS += src/action_manager.h \
-@@ -142,8 +143,6 @@
- 	src/fileformats/rtf_tokenizer.h \
- 	src/fileformats/rtf_writer.h \
- 	src/fileformats/txt_reader.h \
--	src/qtsingleapplication/qtsingleapplication.h \
--	src/qtsingleapplication/qtlocalpeer.h \
- 	src/qtzip/qtzipreader.h \
- 	src/qtzip/qtzipwriter.h \
- 	src/spelling/abstract_dictionary.h \
-@@ -207,8 +206,6 @@
- 	src/fileformats/rtf_tokenizer.cpp \
- 	src/fileformats/rtf_writer.cpp \
- 	src/fileformats/txt_reader.cpp \
--	src/qtsingleapplication/qtsingleapplication.cpp \
--	src/qtsingleapplication/qtlocalpeer.cpp \
- 	src/qtzip/qtzip.cpp \
- 	src/spelling/dictionary_dialog.cpp \
- 	src/spelling/dictionary_manager.cpp \

diff --git a/app-editors/focuswriter/focuswriter-1.7.6.ebuild b/app-editors/focuswriter/focuswriter-1.7.6.ebuild
deleted file mode 100644
index 09d03a6ecc88..000000000000
--- a/app-editors/focuswriter/focuswriter-1.7.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 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 ~arm64 ~riscv 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
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-25 20:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-25 19:30 [gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/files/, app-editors/focuswriter/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-09-25 20:39 Andreas Sturmlechner
2017-03-18  2:57 Michael Palimaka
2016-07-20 19:39 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox