* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2017-11-29 23:19 99% Andreas Sturmlechner
0 siblings, 0 replies; 1+ results
From: Andreas Sturmlechner @ 2017-11-29 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 41a54521bd78bd8d90e9cca129208ce9060b3b5c
Author: soredake <fdsfgs <AT> krutt <DOT> org>
AuthorDate: Tue Nov 28 09:06:24 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 23:19:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a54521
net-news/rssguard: update live version
Closes: https://github.com/gentoo/gentoo/pull/6115
| 35 ++++++++++++++++------------------
1 file changed, 16 insertions(+), 19 deletions(-)
--git a/net-news/rssguard/rssguard-9999.ebuild b/net-news/rssguard/rssguard-9999.ebuild
index 4ca7b2a4399..06be77e74c1 100644
--- a/net-news/rssguard/rssguard-9999.ebuild
+++ b/net-news/rssguard/rssguard-9999.ebuild
@@ -1,43 +1,40 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit git-r3 qmake-utils
+inherit flag-o-matic git-r3 qmake-utils
DESCRIPTION="A tiny RSS and Atom feed reader"
HOMEPAGE="https://github.com/martinrotter/rssguard"
-EGIT_REPO_URI="https://github.com/martinrotter/${PN}.git"
+EGIT_REPO_URI="https://github.com/martinrotter/rssguard.git"
EGIT_SUBMODULES=()
LICENSE="GPL-3"
SLOT="0"
IUSE="debug webengine"
+MINQT="5.8:5"
RDEPEND="
- >=dev-qt/qtcore-5.6:5
- >=dev-qt/qtgui-5.6:5
- >=dev-qt/qtnetwork-5.6:5
- >=dev-qt/qtsql-5.6:5
- >=dev-qt/qtwidgets-5.6:5
- >=dev-qt/qtxml-5.6:5
- webengine? ( >=dev-qt/qtwebengine-5.6:5[widgets] )
+ >=dev-qt/qtcore-${MINQT}
+ >=dev-qt/qtgui-${MINQT}
+ >=dev-qt/qtnetwork-${MINQT}
+ >=dev-qt/qtsql-${MINQT}
+ >=dev-qt/qtwidgets-${MINQT}
+ >=dev-qt/qtxml-${MINQT}
+ webengine? ( >=dev-qt/qtwebengine-${MINQT}[widgets] )
"
DEPEND="${RDEPEND}
- >=dev-qt/linguist-tools-5.6:5
+ >=dev-qt/linguist-tools-${MINQT}
"
-src_prepare() {
- default
-
- # remove bundled qtbase translations
- rm -v localization/qtbase* || die
- sed -i -e "s|localization/qtbase_[a-z][a-z].ts||g" ${PN}.pro || die
-}
-
src_configure() {
+ # needed after 8eb640b6f2e140e7c5a1adbe5532cf3662d850b5
+ "$(qt5_get_bindir)/lrelease" rssguard.pro || die "lrelease failed"
+ # CONFIG+=ltcg is needed because of https://github.com/martinrotter/rssguard/issues/156
eqmake5 \
CONFIG+=$(usex debug debug release) \
+ $(is-flagq -flto* && echo "CONFIG+=ltcg") \
USE_WEBENGINE=$(usex webengine true false) \
LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \
PREFIX="${EPREFIX}"/usr \
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-11-29 23:19 99% [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/ Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox