* [gentoo-commits] repo/gentoo:master commit in: app-editors/qwriter/
@ 2015-08-28 2:27 Manuel Rüger
0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2015-08-28 2:27 UTC (permalink / raw
To: gentoo-commits
commit: 9c00412eb610b364c9d061c6147b7866e697786c
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 02:27:26 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 02:27:26 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c00412e
app-editors/qwriter: EAPI bump
Package-Manager: portage-2.2.20.1
app-editors/qwriter/qwriter-0.1.9-r1.ebuild | 48 +++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/app-editors/qwriter/qwriter-0.1.9-r1.ebuild b/app-editors/qwriter/qwriter-0.1.9-r1.ebuild
new file mode 100644
index 0000000..e61d588
--- /dev/null
+++ b/app-editors/qwriter/qwriter-0.1.9-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+LANGS="ru"
+
+inherit eutils qt4-r2
+
+MY_P="${P}-src"
+
+DESCRIPTION="Advanced text editor with syntax highlighting"
+HOMEPAGE="http://qt-apps.org/content/show.php/QWriter?content=106377"
+#upstream failed to provide a sane url
+SRC_URI="https://qwriter.googlecode.com/files/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtgui:4
+ x11-libs/qscintilla"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ sed -i "s:languages:/usr/share/${PN}/languages:" src/MainWindow.cpp \
+ || die "failed to fix translation path"
+ # gcc-4.7. Bug #425252
+ epatch "${FILESDIR}"/${P}-gcc47.patch
+ qt4-r2_src_prepare
+}
+
+src_install() {
+ dobin bin/${PN}
+ newicon images/w.png ${PN}.png
+ make_desktop_entry ${PN} QWriter ${PN}
+ insinto /usr/share/${PN}/languages/
+ for x in ${LANGS};do
+ for j in ${LINGUAS};do
+ if [[ $x == $j ]]; then
+ doins languages/${PN}_$x.qm
+ fi
+ done
+ done
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/qwriter/
@ 2016-12-22 18:26 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2016-12-22 18:26 UTC (permalink / raw
To: gentoo-commits
commit: 919bc1d391a9eb837067efb5c7d42409768d12f7
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 17:46:37 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 18:25:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919bc1d3
app-editors/qwriter: Depend on x11-libs/qscintilla[qt4]
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3188
.../qwriter/{qwriter-0.1.9-r1.ebuild => qwriter-0.1.9-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/qwriter/qwriter-0.1.9-r1.ebuild b/app-editors/qwriter/qwriter-0.1.9-r2.ebuild
similarity index 93%
rename from app-editors/qwriter/qwriter-0.1.9-r1.ebuild
rename to app-editors/qwriter/qwriter-0.1.9-r2.ebuild
index e61d588..eb5bf79 100644
--- a/app-editors/qwriter/qwriter-0.1.9-r1.ebuild
+++ b/app-editors/qwriter/qwriter-0.1.9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-qt/qtgui:4
- x11-libs/qscintilla"
+ x11-libs/qscintilla:=[qt4(-)]"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-22 18:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-22 18:26 [gentoo-commits] repo/gentoo:master commit in: app-editors/qwriter/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2015-08-28 2:27 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox