From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/
Date: Sun, 8 May 2016 19:33:51 +0000 (UTC) [thread overview]
Message-ID: <1462736018.1c8eb592927a841e2cf7becdda15e313261e117e.pesa@gentoo> (raw)
commit: 1c8eb592927a841e2cf7becdda15e313261e117e
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun May 8 19:33:38 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun May 8 19:33:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8eb592
app-text/qpdfview: version bump; EAPI=6; drop USE=qt4 to respect Qt team policy
Gentoo-Bug: 565788
Package-Manager: portage-2.2.28
app-text/qpdfview/Manifest | 1 +
app-text/qpdfview/qpdfview-0.4.16.ebuild | 97 ++++++++++++++++++++++++++++++++
2 files changed, 98 insertions(+)
diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index c1a1806..333b1e9 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,2 +1,3 @@
DIST qpdfview-0.4.13.tar.gz 563548 SHA256 8ff563055fb4df476afed08ead465e6204c16fc419a483ebf3dbe89779f28e41 SHA512 0246a2954ca01a1b3df69473ee53c7674ee891c460a26aebbf8acf2505692ec40eb712388893eddf6954180ddadb7965f173b9e55a3574f2cc8c0820d78be952 WHIRLPOOL 702ba4b5f1c597dfb4483775d9b089ff263594d99f7c9866c81ffb1a7755615b960c90a3b6c7cb8ea4b0d078c7d80b645612b5ce2eb618b2fedb785a6c67a725
DIST qpdfview-0.4.15.tar.gz 611036 SHA256 a2dca83bc12c1241fc0603f8fb029a5d5011c68f9266d4a3a804fb75bf00f271 SHA512 dd87bcb62af75e3d96197f2ff6a76dde5c4a418dd6989050b9a606370b4a7f437a8a94fdef5f947e519b2880cb374af5f406ff4201bcd52da7a98949e63b02e4 WHIRLPOOL b78b76fa29f7775c3120bfd4487fb0dbcad82da923d5f02ba160912a9ecc1cc5831353b999c2ec36d9dbc7e464b650e4c1f753eb0f5ebe7d3014c0fb568dcf82
+DIST qpdfview-0.4.16.tar.gz 636095 SHA256 fad416e8fefc3057fa1b8d12d964c7eccd16dffe0307a0d6e9d55a543294da7f SHA512 d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584 WHIRLPOOL 47bc82937562fdcbdf17f567bb0fa6e8eebd2e657320c129e9fd4f592c27eab855e7d2d69a22b45666509ace93b12528811b0671cb9483607448152bb676f11e
diff --git a/app-text/qpdfview/qpdfview-0.4.16.ebuild b/app-text/qpdfview/qpdfview-0.4.16.ebuild
new file mode 100644
index 0000000..293de8c
--- /dev/null
+++ b/app-text/qpdfview/qpdfview-0.4.16.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PLOCALES="ast az be bg bs ca cs da de el en_GB eo es eu fi fr gl he hr hu id it kk ko ky lt ms my pl pt pt_BR ro ru sk sv th tr ug uk vi zh_CN"
+
+inherit l10n qmake-utils
+
+DESCRIPTION="A tabbed document viewer"
+HOMEPAGE="https://launchpad.net/qpdfview"
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="cups +dbus djvu fitz +pdf postscript qt5 +sqlite +svg synctex"
+
+REQUIRED_USE="?? ( fitz pdf )"
+
+RDEPEND="
+ cups? ( net-print/cups )
+ djvu? ( app-text/djvu )
+ fitz? ( >=app-text/mupdf-1.7:= )
+ postscript? ( app-text/libspectre )
+ !qt5? ( dev-qt/qtcore:4[iconv]
+ dev-qt/qtgui:4
+ sys-apps/file
+ dbus? ( dev-qt/qtdbus:4 )
+ pdf? ( >=app-text/poppler-0.35[qt4] )
+ sqlite? ( dev-qt/qtsql:4[sqlite] )
+ svg? ( dev-qt/qtsvg:4 ) )
+ qt5? ( dev-qt/qtconcurrent:5
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtprintsupport:5
+ dev-qt/qtwidgets:5
+ dbus? ( dev-qt/qtdbus:5 )
+ pdf? ( >=app-text/poppler-0.35[qt5]
+ dev-qt/qtxml:5 )
+ sqlite? ( dev-qt/qtsql:5[sqlite] )
+ svg? ( dev-qt/qtsvg:5 ) )
+ !svg? ( virtual/freedesktop-icon-theme )
+ synctex? ( app-text/texlive-core )"
+DEPEND="${RDEPEND}
+ qt5? ( dev-qt/linguist-tools:5 )
+ virtual/pkgconfig"
+
+DOCS=( CHANGES CONTRIBUTORS README TODO )
+
+src_prepare() {
+ local mylrelease="$(qt4_get_bindir)"/lrelease
+ use qt5 && mylrelease="$(qt5_get_bindir)"/lrelease
+
+ prepare_locale() {
+ "${mylrelease}" "translations/${PN}_${1}.ts" || die "preparing ${1} locale failed"
+ }
+
+ rm_help() {
+ rm -f "help/help_${1}.html" || die "removing ${1} help file failed"
+ }
+
+ l10n_find_plocales_changes translations ${PN}_ .ts
+ l10n_for_each_locale_do prepare_locale
+ l10n_for_each_disabled_locale_do rm_help
+
+ # adapt for prefix
+ sed -i -e "s:/usr:${EPREFIX}/usr:g" qpdfview.pri || die
+
+ default
+}
+
+src_configure() {
+ local myconfig=() i=
+ for i in cups dbus djvu pdf svg synctex; do
+ use ${i} || myconfig+=(without_${i})
+ done
+ use fitz && myconfig+=(with_fitz)
+ use postscript || myconfig+=(without_ps)
+ use sqlite || myconfig+=(without_sql)
+
+ local myqmakeargs=(
+ qpdfview.pro
+ CONFIG+="${myconfig[@]}"
+ PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
+ )
+ if use qt5; then
+ eqmake5 "${myqmakeargs[@]}"
+ else
+ eqmake4 "${myqmakeargs[@]}"
+ fi
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+ einstalldocs
+}
next reply other threads:[~2016-05-08 19:34 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-08 19:33 Davide Pesavento [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-02 5:47 [gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/ Andrey Grozin
2025-01-03 5:27 Andrey Grozin
2025-01-03 5:25 Andrey Grozin
2024-12-28 16:07 Andrey Grozin
2024-05-09 11:44 Andrey Grozin
2023-02-26 13:40 Andrey Grozin
2023-02-01 13:48 Andrey Grozin
2023-02-01 13:45 Andrey Grozin
2022-11-24 1:12 Sam James
2022-05-23 8:49 Andrey Grozin
2021-12-27 11:09 Andrey Grozin
2021-12-24 7:23 Agostino Sarubbo
2021-12-24 7:07 Agostino Sarubbo
2021-11-23 1:25 Yixun Lan
2021-09-09 4:22 Sam James
2021-01-10 18:39 Sam James
2020-10-30 15:36 Andrey Grozin
2020-01-29 18:39 Andreas Sturmlechner
2020-01-20 11:51 Agostino Sarubbo
2020-01-18 23:15 Thomas Deutschmann
2019-12-25 20:46 Andreas Sturmlechner
2019-12-25 20:46 Andreas Sturmlechner
2019-11-03 10:46 Sergei Trofimovich
2019-04-04 12:26 Andrey Grozin
2019-04-04 12:25 Andrey Grozin
2018-10-06 14:40 Michael Palimaka
2018-09-16 6:00 Andrey Grozin
2018-09-16 5:58 Andrey Grozin
2018-05-24 8:19 Andrey Grozin
2017-11-07 13:32 Andrey Grozin
2017-09-23 2:22 Michael Palimaka
2017-04-30 16:47 Andrey Grozin
2017-02-26 23:04 Michael Weber
2016-10-28 13:45 Michael Palimaka
2016-10-28 13:45 Michael Palimaka
2016-08-11 15:16 Michael Palimaka
2015-10-01 14:21 Michael Palimaka
2015-08-11 10:29 Michael Weber
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=1462736018.1c8eb592927a841e2cf7becdda15e313261e117e.pesa@gentoo \
--to=pesa@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