[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/files/, app-text/qpdfview/

2023-09-08 Thread Sam James
commit: e4b459a4ba460fb6a2d3be40648d5397ea19d70b
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  8 12:57:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  8 12:57:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b459a4

app-text/qpdfview: fix build w/ >=poppler-23.08.0 (build w/ c++17)

Closes: https://bugs.gentoo.org/909037
Signed-off-by: Sam James  gentoo.org>

 app-text/qpdfview/files/qpdfview-0.5-poppler-23.08.0-cxx17.patch | 9 +
 app-text/qpdfview/qpdfview-0.5.ebuild| 4 
 2 files changed, 13 insertions(+)

diff --git a/app-text/qpdfview/files/qpdfview-0.5-poppler-23.08.0-cxx17.patch 
b/app-text/qpdfview/files/qpdfview-0.5-poppler-23.08.0-cxx17.patch
new file mode 100644
index ..07acf1a02bd3
--- /dev/null
+++ b/app-text/qpdfview/files/qpdfview-0.5-poppler-23.08.0-cxx17.patch
@@ -0,0 +1,9 @@
+https://bugs.gentoo.org/909037
+--- a/qpdfview.pri
 b/qpdfview.pri
+@@ -12,4 +12,4 @@ isEmpty(APP_DIR_DATA_PATH):APP_DIR_DATA_PATH = data
+ win32:include(qpdfview_win32.pri)
+ os2:include(qpdfview_os2.pri)
+ 
+-CONFIG += c++11
++CONFIG += c++17

diff --git a/app-text/qpdfview/qpdfview-0.5.ebuild 
b/app-text/qpdfview/qpdfview-0.5.ebuild
index 463443836b8c..23bf1eb4974d 100644
--- a/app-text/qpdfview/qpdfview-0.5.ebuild
+++ b/app-text/qpdfview/qpdfview-0.5.ebuild
@@ -42,6 +42,10 @@ DEPEND="${RDEPEND}"
 
 DOCS=( CHANGES CONTRIBUTORS README TODO )
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.5-poppler-23.08.0-cxx17.patch
+)
+
 src_prepare() {
default
 



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2023-02-26 Thread Andrey Grozin
commit: 27d88987dac6c1d705152237306abb55b03e5d1c
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Feb 26 13:39:41 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Feb 26 13:40:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d88987

app-text/qpdfview: remove old version

Signed-off-by: Andrey Grozin  gentoo.org>

 app-text/qpdfview/Manifest |  1 -
 app-text/qpdfview/qpdfview-0.4.18_p20211227.ebuild | 86 --
 2 files changed, 87 deletions(-)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index 8468144b98d1..75b9a6a5e99d 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,2 +1 @@
-DIST qpdfview-0.4.18_p20211227.tar.bz2 485165 BLAKE2B 
1efdebf84ffbcedf464615e6ef2ef4092ef3210177e5faf17bb01c39243fdd5b11434459dad897a04acff0cf037129d2a524d37c670ae57556219421c363d1c5
 SHA512 
ea2206d9f2cbd5bf53ab75c8e78a5b3e30136febcf82630c375d664645d6b5e72c6128fb7b63cb65ec511c2c23014ceddd93495c520e9cddd1c52f01377bea17
 DIST qpdfview-0.5.tar.gz 925408 BLAKE2B 
8ce8ff82893c90012ea1b35a582e87783da87e6eba3d4a10e78fe7810c269908ed1541cf40b1eb17fc474254131cebbc4832a3f46a2016262c485d48e222791b
 SHA512 
1b6b479bb42f4568c21b5f6cb0c552c4323739ba9fe46cea80cc199f48b0b49a278e0a2fb0d21f83bafb467e43dd37352b99ef41795d140220bb82d704e03926

diff --git a/app-text/qpdfview/qpdfview-0.4.18_p20211227.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_p20211227.ebuild
deleted file mode 100644
index 5b11c1b9a136..
--- a/app-text/qpdfview/qpdfview-0.4.18_p20211227.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PLOCALES="ast az be ber bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl 
he hi hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru sk sr 
sv th tr ug uk uz vi zgh zh_CN zh_TW"
-inherit plocale qmake-utils xdg
-
-DESCRIPTION="A tabbed document viewer"
-HOMEPAGE="https://launchpad.net/qpdfview;
-# bzr revision 2137
-SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
-
-REQUIRED_USE="?? ( fitz pdf )"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-"
-RDEPEND="
-   cups? ( net-print/cups )
-   djvu? ( app-text/djvu )
-   fitz? ( >=app-text/mupdf-1.7:= )
-   postscript? ( app-text/libspectre )
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5[cups?]
-   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}"
-
-DOCS=( CHANGES CONTRIBUTORS README TODO )
-
-src_prepare() {
-   default
-
-   local 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"
-   }
-
-   plocale_find_changes translations ${PN}_ .ts
-   plocale_for_each_locale prepare_locale
-   plocale_for_each_disabled_locale rm_help
-
-   # adapt for prefix
-   sed -i -e "s:/usr:${EPREFIX}/usr:g" qpdfview.pri || die
-}
-
-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}"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2023-02-01 Thread Andrey Grozin
commit: 96accb5c499a9e9e428b608cb6731feedcb69082
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Feb  1 13:48:22 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Feb  1 13:48:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96accb5c

app-text/qpdfview: remove old

Signed-off-by: Andrey Grozin  gentoo.org>

 app-text/qpdfview/Manifest  |  1 -
 app-text/qpdfview/qpdfview-0.4.18_p1.ebuild | 86 -
 2 files changed, 87 deletions(-)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index b2abfc9f2fca..8468144b98d1 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,3 +1,2 @@
-DIST qpdfview-0.4.18_p1.tar.bz2 448818 BLAKE2B 
690f93c7f0af376e2b60d69a9802cdb159a97eb66b572a913badcd7ce3b9303d69bf8fbb359b5aa09ad1c63b1b6865e3602c8dc9cdad2506a43273d410a64d89
 SHA512 
41152596e39e6084e4e46c1aca28dfa4c619bf31068ee3272c6119793da5d99c58868ecf682ed0dc81e740f20193372e2780cf7d7fb917545662c93e6a2a1b4a
 DIST qpdfview-0.4.18_p20211227.tar.bz2 485165 BLAKE2B 
1efdebf84ffbcedf464615e6ef2ef4092ef3210177e5faf17bb01c39243fdd5b11434459dad897a04acff0cf037129d2a524d37c670ae57556219421c363d1c5
 SHA512 
ea2206d9f2cbd5bf53ab75c8e78a5b3e30136febcf82630c375d664645d6b5e72c6128fb7b63cb65ec511c2c23014ceddd93495c520e9cddd1c52f01377bea17
 DIST qpdfview-0.5.tar.gz 925408 BLAKE2B 
8ce8ff82893c90012ea1b35a582e87783da87e6eba3d4a10e78fe7810c269908ed1541cf40b1eb17fc474254131cebbc4832a3f46a2016262c485d48e222791b
 SHA512 
1b6b479bb42f4568c21b5f6cb0c552c4323739ba9fe46cea80cc199f48b0b49a278e0a2fb0d21f83bafb467e43dd37352b99ef41795d140220bb82d704e03926

diff --git a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
deleted file mode 100644
index f0eb22d4b6a3..
--- a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PLOCALES="ast az be bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl he 
hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru sk sr sv th 
tr ug uk uz vi zh_CN zh_TW"
-inherit plocale qmake-utils xdg
-
-DESCRIPTION="A tabbed document viewer"
-HOMEPAGE="https://launchpad.net/qpdfview;
-# bzr revision 2107
-SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
-
-REQUIRED_USE="?? ( fitz pdf )"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-"
-RDEPEND="
-   cups? ( net-print/cups )
-   djvu? ( app-text/djvu )
-   fitz? ( >=app-text/mupdf-1.7:= )
-   postscript? ( app-text/libspectre )
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5[cups?]
-   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}"
-
-DOCS=( CHANGES CONTRIBUTORS README TODO )
-
-src_prepare() {
-   default
-
-   local 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"
-   }
-
-   plocale_find_changes translations ${PN}_ .ts
-   plocale_for_each_locale prepare_locale
-   plocale_for_each_disabled_locale rm_help
-
-   # adapt for prefix
-   sed -i -e "s:/usr:${EPREFIX}/usr:g" qpdfview.pri || die
-}
-
-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}"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2023-02-01 Thread Andrey Grozin
commit: d7be78f1f2e71c6738ad28a9c87de759121c251f
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Feb  1 13:44:56 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Feb  1 13:44:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7be78f1

app-text/qpdfview: bump to 0.5

Signed-off-by: Andrey Grozin  gentoo.org>

 app-text/qpdfview/Manifest|  1 +
 app-text/qpdfview/qpdfview-0.5.ebuild | 85 +++
 2 files changed, 86 insertions(+)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index ec7a7d84ac00..b2abfc9f2fca 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,2 +1,3 @@
 DIST qpdfview-0.4.18_p1.tar.bz2 448818 BLAKE2B 
690f93c7f0af376e2b60d69a9802cdb159a97eb66b572a913badcd7ce3b9303d69bf8fbb359b5aa09ad1c63b1b6865e3602c8dc9cdad2506a43273d410a64d89
 SHA512 
41152596e39e6084e4e46c1aca28dfa4c619bf31068ee3272c6119793da5d99c58868ecf682ed0dc81e740f20193372e2780cf7d7fb917545662c93e6a2a1b4a
 DIST qpdfview-0.4.18_p20211227.tar.bz2 485165 BLAKE2B 
1efdebf84ffbcedf464615e6ef2ef4092ef3210177e5faf17bb01c39243fdd5b11434459dad897a04acff0cf037129d2a524d37c670ae57556219421c363d1c5
 SHA512 
ea2206d9f2cbd5bf53ab75c8e78a5b3e30136febcf82630c375d664645d6b5e72c6128fb7b63cb65ec511c2c23014ceddd93495c520e9cddd1c52f01377bea17
+DIST qpdfview-0.5.tar.gz 925408 BLAKE2B 
8ce8ff82893c90012ea1b35a582e87783da87e6eba3d4a10e78fe7810c269908ed1541cf40b1eb17fc474254131cebbc4832a3f46a2016262c485d48e222791b
 SHA512 
1b6b479bb42f4568c21b5f6cb0c552c4323739ba9fe46cea80cc199f48b0b49a278e0a2fb0d21f83bafb467e43dd37352b99ef41795d140220bb82d704e03926

diff --git a/app-text/qpdfview/qpdfview-0.5.ebuild 
b/app-text/qpdfview/qpdfview-0.5.ebuild
new file mode 100644
index ..463443836b8c
--- /dev/null
+++ b/app-text/qpdfview/qpdfview-0.5.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PLOCALES="af ast az be ber bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr 
gl he hi hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru rue 
sk sr sv th tr ug uk uz vi zgh zh_CN zh_TW"
+inherit plocale qmake-utils xdg
+
+DESCRIPTION="A tabbed document viewer"
+HOMEPAGE="https://launchpad.net/qpdfview;
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}.0/+download/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
+
+REQUIRED_USE="?? ( fitz pdf )"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+RDEPEND="
+   cups? ( net-print/cups )
+   djvu? ( app-text/djvu )
+   fitz? ( >=app-text/mupdf-1.7:= )
+   postscript? ( app-text/libspectre )
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5[cups?]
+   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}"
+
+DOCS=( CHANGES CONTRIBUTORS README TODO )
+
+src_prepare() {
+   default
+
+   local mylrelease="$(qt5_get_bindir)"/lrelease
+   p_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"
+   }
+
+   plocale_find_changes translations ${PN}_ .ts
+   plocale_for_each_locale p_locale
+   plocale_for_each_disabled_locale rm_help
+
+   # adapt for prefix
+   sed -i -e "s:/usr:${EPREFIX}/usr:g" qpdfview.pri || die
+}
+
+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}"
+   )
+   eqmake5 "${myqmakeargs[@]}"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2022-11-23 Thread Sam James
commit: 02e5dc77cce36d345e3f7e3552ef78b21a2eda0c
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 24 01:12:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 24 01:12:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e5dc77

app-text/qpdfview: Stabilize 0.4.18_p20211227 x86, #881553

Signed-off-by: Sam James  gentoo.org>

 app-text/qpdfview/qpdfview-0.4.18_p20211227.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.18_p20211227.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_p20211227.ebuild
index e555d9864d04..40dab0bbb1d4 100644
--- a/app-text/qpdfview/qpdfview-0.4.18_p20211227.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.18_p20211227.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
 
 REQUIRED_USE="?? ( fitz pdf )"



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/files/

2022-05-26 Thread Conrad Kostecki
commit: a41722950c1c7d56d22dba0929a1759d7b5a8c30
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu May 26 18:09:34 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May 26 20:30:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4172295

app-text/qpdfview: remove unused patch(es)

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25646
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch 
b/app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch
deleted file mode 100644
index b19f247a7c38..
--- a/app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ur qpdfview-0.4.18.orig/sources/model.h qpdfview-0.4.18/sources/model.h
 a/sources/model.h  2019-07-24 21:18:33.0 +0200
-+++ b/sources/model.h  2020-05-29 11:44:33.012891583 +0200
-@@ -27,6 +27,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- class QAbstractItemModel;
- class QColor;



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2022-05-23 Thread Andrey Grozin
commit: 55025f21df137fd8e7c074e6b4dfc5defe5734da
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon May 23 08:49:27 2022 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon May 23 08:49:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55025f21

app-text/qpdfview: remove old version

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrey Grozin  gentoo.org>

 app-text/qpdfview/Manifest   |  1 -
 app-text/qpdfview/qpdfview-0.4.18.ebuild | 87 
 2 files changed, 88 deletions(-)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index 1facfc1a1d2b..ec7a7d84ac00 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,3 +1,2 @@
-DIST qpdfview-0.4.18.tar.gz 786577 BLAKE2B 
07ef444ba39435578481e549fcbbd2d97362c6bda3092a17f1daa8b8437febf50cd2f145cd5e80cc1be565c5a658e85a428314a1bcd2a5a38efce0830f1cffba
 SHA512 
38741520b20e3ed7100e52982930abac26e994a69df68c54dfa7180be8b2a4f377b91ba03993bab67b0a505ad79d62164f0f168a6715f4306b635ceba6840d66
 DIST qpdfview-0.4.18_p1.tar.bz2 448818 BLAKE2B 
690f93c7f0af376e2b60d69a9802cdb159a97eb66b572a913badcd7ce3b9303d69bf8fbb359b5aa09ad1c63b1b6865e3602c8dc9cdad2506a43273d410a64d89
 SHA512 
41152596e39e6084e4e46c1aca28dfa4c619bf31068ee3272c6119793da5d99c58868ecf682ed0dc81e740f20193372e2780cf7d7fb917545662c93e6a2a1b4a
 DIST qpdfview-0.4.18_p20211227.tar.bz2 485165 BLAKE2B 
1efdebf84ffbcedf464615e6ef2ef4092ef3210177e5faf17bb01c39243fdd5b11434459dad897a04acff0cf037129d2a524d37c670ae57556219421c363d1c5
 SHA512 
ea2206d9f2cbd5bf53ab75c8e78a5b3e30136febcf82630c375d664645d6b5e72c6128fb7b63cb65ec511c2c23014ceddd93495c520e9cddd1c52f01377bea17

diff --git a/app-text/qpdfview/qpdfview-0.4.18.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18.ebuild
deleted file mode 100644
index d180343f34a8..
--- a/app-text/qpdfview/qpdfview-0.4.18.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PLOCALES="ast az be bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl he 
hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru sk sr sv th 
tr ug uk uz vi zh_CN zh_TW"
-inherit plocale qmake-utils xdg
-
-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 ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
-
-REQUIRED_USE="?? ( fitz pdf )"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-"
-RDEPEND="
-   cups? ( net-print/cups )
-   djvu? ( app-text/djvu )
-   fitz? ( >=app-text/mupdf-1.7:= )
-   postscript? ( app-text/libspectre )
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5[cups?]
-   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}"
-
-DOCS=( CHANGES CONTRIBUTORS README TODO )
-
-PATCHES=( "${FILESDIR}/${P}-qt-5.15.patch" ) # bug 726064
-
-src_prepare() {
-   default
-
-   local 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"
-   }
-
-   plocale_find_changes translations ${PN}_ .ts
-   plocale_for_each_locale prepare_locale
-   plocale_for_each_disabled_locale rm_help
-
-   # adapt for prefix
-   sed -i -e "s:/usr:${EPREFIX}/usr:g" qpdfview.pri || die
-}
-
-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}"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2021-12-27 Thread Andrey Grozin
commit: e07ff57bad73fe198ad6e2e49749bf51319d6a20
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Dec 27 11:09:12 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Dec 27 11:09:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07ff57b

app-text/qpdfview: bump to the current snapshot

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrey Grozin  gentoo.org>

 app-text/qpdfview/Manifest |  1 +
 app-text/qpdfview/metadata.xml |  4 +
 app-text/qpdfview/qpdfview-0.4.18_p20211227.ebuild | 86 ++
 3 files changed, 91 insertions(+)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index 170e1a1035e4..1facfc1a1d2b 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,2 +1,3 @@
 DIST qpdfview-0.4.18.tar.gz 786577 BLAKE2B 
07ef444ba39435578481e549fcbbd2d97362c6bda3092a17f1daa8b8437febf50cd2f145cd5e80cc1be565c5a658e85a428314a1bcd2a5a38efce0830f1cffba
 SHA512 
38741520b20e3ed7100e52982930abac26e994a69df68c54dfa7180be8b2a4f377b91ba03993bab67b0a505ad79d62164f0f168a6715f4306b635ceba6840d66
 DIST qpdfview-0.4.18_p1.tar.bz2 448818 BLAKE2B 
690f93c7f0af376e2b60d69a9802cdb159a97eb66b572a913badcd7ce3b9303d69bf8fbb359b5aa09ad1c63b1b6865e3602c8dc9cdad2506a43273d410a64d89
 SHA512 
41152596e39e6084e4e46c1aca28dfa4c619bf31068ee3272c6119793da5d99c58868ecf682ed0dc81e740f20193372e2780cf7d7fb917545662c93e6a2a1b4a
+DIST qpdfview-0.4.18_p20211227.tar.bz2 485165 BLAKE2B 
1efdebf84ffbcedf464615e6ef2ef4092ef3210177e5faf17bb01c39243fdd5b11434459dad897a04acff0cf037129d2a524d37c670ae57556219421c363d1c5
 SHA512 
ea2206d9f2cbd5bf53ab75c8e78a5b3e30136febcf82630c375d664645d6b5e72c6128fb7b63cb65ec511c2c23014ceddd93495c520e9cddd1c52f01377bea17

diff --git a/app-text/qpdfview/metadata.xml b/app-text/qpdfview/metadata.xml
index 8cbacb076ed2..9e9a7f9e3fdc 100644
--- a/app-text/qpdfview/metadata.xml
+++ b/app-text/qpdfview/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   gro...@gentoo.org
+   Andrey Grozin
+   

q...@gentoo.org
Gentoo Qt Project

diff --git a/app-text/qpdfview/qpdfview-0.4.18_p20211227.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_p20211227.ebuild
new file mode 100644
index ..e555d9864d04
--- /dev/null
+++ b/app-text/qpdfview/qpdfview-0.4.18_p20211227.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PLOCALES="ast az be ber bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl 
he hi hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru sk sr 
sv th tr ug uk uz vi zgh zh_CN zh_TW"
+inherit plocale qmake-utils xdg
+
+DESCRIPTION="A tabbed document viewer"
+HOMEPAGE="https://launchpad.net/qpdfview;
+# bzr revision 2137
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
+
+REQUIRED_USE="?? ( fitz pdf )"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+RDEPEND="
+   cups? ( net-print/cups )
+   djvu? ( app-text/djvu )
+   fitz? ( >=app-text/mupdf-1.7:= )
+   postscript? ( app-text/libspectre )
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5[cups?]
+   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}"
+
+DOCS=( CHANGES CONTRIBUTORS README TODO )
+
+src_prepare() {
+   default
+
+   local 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"
+   }
+
+   plocale_find_changes translations ${PN}_ .ts
+   plocale_for_each_locale prepare_locale
+   plocale_for_each_disabled_locale rm_help
+
+   # adapt for prefix
+   sed -i -e "s:/usr:${EPREFIX}/usr:g" qpdfview.pri || die
+}
+
+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}"
+   

[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2021-12-23 Thread Agostino Sarubbo
commit: e2f2ba16ae44ed333882568d0e6bb53626153bbc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Dec 24 07:23:16 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Dec 24 07:23:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f2ba16

app-text/qpdfview: x86 stable wrt bug #829791

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/qpdfview/qpdfview-0.4.18_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
index 313e6b8dcd15..f0eb22d4b6a3 100644
--- a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
 
 REQUIRED_USE="?? ( fitz pdf )"



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2021-12-23 Thread Agostino Sarubbo
commit: e674be4a153aff3026ec5ebb8a382d141bb3b8ff
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Dec 24 07:06:53 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Dec 24 07:06:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e674be4a

app-text/qpdfview: amd64 stable wrt bug #829791

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/qpdfview/qpdfview-0.4.18_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
index a3e630914d39..313e6b8dcd15 100644
--- a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
 
 REQUIRED_USE="?? ( fitz pdf )"



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2021-11-22 Thread Yixun Lan
commit: d5958bfa6545369f421e188d03399f918f04d9a6
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:28:01 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5958bfa

app-text/qpdfview: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-text/qpdfview/qpdfview-0.4.18_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
index c0030735c539..a3e630914d39 100644
--- a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
 
 REQUIRED_USE="?? ( fitz pdf )"



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2021-09-08 Thread Sam James
commit: 338ea2340f8b3695a489fed9f4cc47a84631fc4d
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  9 04:21:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  9 04:21:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338ea234

app-text/qpdfview: Keyword 0.4.18_p1 arm64, #809803

Signed-off-by: Sam James  gentoo.org>

 app-text/qpdfview/qpdfview-0.4.18_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
index 6422a16977e..c0030735c53 100644
--- a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
 
 REQUIRED_USE="?? ( fitz pdf )"



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2021-01-10 Thread Sam James
commit: c19372a283f49698a80187d32d92634a84b75244
Author: Ionen Wolkens  gmail  com>
AuthorDate: Tue Dec 29 10:31:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 10 18:38:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19372a2

app-text/qpdfview: fix build with bash-5.1

Closes: https://bugs.gentoo.org/762397
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ionen Wolkens  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-text/qpdfview/qpdfview-0.4.18.ebuild| 2 +-
 app-text/qpdfview/qpdfview-0.4.18_p1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.18.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18.ebuild
index de52c7c7b92..4b30af5a4a6 100644
--- a/app-text/qpdfview/qpdfview-0.4.18.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.18.ebuild
@@ -75,7 +75,7 @@ src_configure() {
 
local myqmakeargs=(
qpdfview.pro
-   CONFIG+="${myconfig[@]}"
+   CONFIG+="${myconfig[*]}"
PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
)
eqmake5 "${myqmakeargs[@]}"

diff --git a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
index e7a36da831a..7587ade6b21 100644
--- a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
@@ -74,7 +74,7 @@ src_configure() {
 
local myqmakeargs=(
qpdfview.pro
-   CONFIG+="${myconfig[@]}"
+   CONFIG+="${myconfig[*]}"
PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
)
eqmake5 "${myqmakeargs[@]}"



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2020-10-30 Thread Andrey Grozin
commit: 73bdedfdbc98bb5e4fb1837981a7fa0a2dbb1431
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Oct 30 15:36:03 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Oct 30 15:36:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73bdedfd

app-text/qpdfview: bump to 0.4.18_p1

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andrey Grozin  gentoo.org>

 app-text/qpdfview/Manifest  |  1 +
 app-text/qpdfview/qpdfview-0.4.18_p1.ebuild | 86 +
 2 files changed, 87 insertions(+)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index c4ba32684ed..170e1a1035e 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1 +1,2 @@
 DIST qpdfview-0.4.18.tar.gz 786577 BLAKE2B 
07ef444ba39435578481e549fcbbd2d97362c6bda3092a17f1daa8b8437febf50cd2f145cd5e80cc1be565c5a658e85a428314a1bcd2a5a38efce0830f1cffba
 SHA512 
38741520b20e3ed7100e52982930abac26e994a69df68c54dfa7180be8b2a4f377b91ba03993bab67b0a505ad79d62164f0f168a6715f4306b635ceba6840d66
+DIST qpdfview-0.4.18_p1.tar.bz2 448818 BLAKE2B 
690f93c7f0af376e2b60d69a9802cdb159a97eb66b572a913badcd7ce3b9303d69bf8fbb359b5aa09ad1c63b1b6865e3602c8dc9cdad2506a43273d410a64d89
 SHA512 
41152596e39e6084e4e46c1aca28dfa4c619bf31068ee3272c6119793da5d99c58868ecf682ed0dc81e740f20193372e2780cf7d7fb917545662c93e6a2a1b4a

diff --git a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
new file mode 100644
index 000..e7a36da831a
--- /dev/null
+++ b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PLOCALES="ast az be bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl he 
hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru sk sr sv th 
tr ug uk uz vi zh_CN zh_TW"
+inherit l10n qmake-utils xdg
+
+DESCRIPTION="A tabbed document viewer"
+HOMEPAGE="https://launchpad.net/qpdfview;
+# bzr revision 2107
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
+
+REQUIRED_USE="?? ( fitz pdf )"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+RDEPEND="
+   cups? ( net-print/cups )
+   djvu? ( app-text/djvu )
+   fitz? ( >=app-text/mupdf-1.7:= )
+   postscript? ( app-text/libspectre )
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5[cups?]
+   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}"
+
+DOCS=( CHANGES CONTRIBUTORS README TODO )
+
+src_prepare() {
+   default
+
+   local 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
+}
+
+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}"
+   )
+   eqmake5 "${myqmakeargs[@]}"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/files/, app-text/qpdfview/

2020-05-30 Thread Andreas Sturmlechner
commit: d84040f2ada52a9a01e555158ab835c0296b0356
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 30 09:27:20 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 30 09:31:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84040f2

app-text/qpdfview: Fix build with Qt 5.15

Thanks-to: Petr Zima  matfyz.cz>
Closes: https://bugs.gentoo.org/726064
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch | 11 +++
 app-text/qpdfview/qpdfview-0.4.18.ebuild  |  2 ++
 2 files changed, 13 insertions(+)

diff --git a/app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch 
b/app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch
new file mode 100644
index 000..b19f247a7c3
--- /dev/null
+++ b/app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch
@@ -0,0 +1,11 @@
+diff -ur qpdfview-0.4.18.orig/sources/model.h qpdfview-0.4.18/sources/model.h
+--- a/sources/model.h  2019-07-24 21:18:33.0 +0200
 b/sources/model.h  2020-05-29 11:44:33.012891583 +0200
+@@ -27,6 +27,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ class QAbstractItemModel;
+ class QColor;

diff --git a/app-text/qpdfview/qpdfview-0.4.18.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18.ebuild
index 5e1fefad37b..de52c7c7b92 100644
--- a/app-text/qpdfview/qpdfview-0.4.18.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.18.ebuild
@@ -42,6 +42,8 @@ DEPEND="${RDEPEND}"
 
 DOCS=( CHANGES CONTRIBUTORS README TODO )
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.15.patch" ) # bug 726064
+
 src_prepare() {
default
 



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2020-01-29 Thread Andreas Sturmlechner
commit: bf2b26c033d56bcd88beb1fcd3d57afd84145ace
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 29 00:13:58 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 29 18:38:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf2b26c0

app-text/qpdfview: Drop 0.4.16

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/qpdfview/Manifest   |  1 -
 app-text/qpdfview/qpdfview-0.4.16.ebuild | 86 
 2 files changed, 87 deletions(-)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index c673e02a6ac..c4ba32684ed 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,2 +1 @@
-DIST qpdfview-0.4.16.tar.gz 636095 BLAKE2B 
b25da3ed1b4bacc02701f6cd2c4e282fd1c7b1fcac8faa1687c5089baefa328854c520ba803a333ea107e7b423a004f6476eb9a7adf67287d4d0807146094fed
 SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
 DIST qpdfview-0.4.18.tar.gz 786577 BLAKE2B 
07ef444ba39435578481e549fcbbd2d97362c6bda3092a17f1daa8b8437febf50cd2f145cd5e80cc1be565c5a658e85a428314a1bcd2a5a38efce0830f1cffba
 SHA512 
38741520b20e3ed7100e52982930abac26e994a69df68c54dfa7180be8b2a4f377b91ba03993bab67b0a505ad79d62164f0f168a6715f4306b635ceba6840d66

diff --git a/app-text/qpdfview/qpdfview-0.4.16.ebuild 
b/app-text/qpdfview/qpdfview-0.4.16.ebuild
deleted file mode 100644
index 8ae9621ec5d..000
--- a/app-text/qpdfview/qpdfview-0.4.16.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 +sqlite +svg synctex"
-
-REQUIRED_USE="?? ( fitz pdf )"
-
-RDEPEND="
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   cups? ( net-print/cups )
-   dbus? ( dev-qt/qtdbus:5 )
-   djvu? ( app-text/djvu )
-   fitz? ( >=app-text/mupdf-1.7:= )
-   pdf? (
-   >=app-text/poppler-0.35[qt5]
-   dev-qt/qtxml:5
-   )
-   postscript? ( app-text/libspectre )
-   sqlite? ( dev-qt/qtsql:5[sqlite] )
-   svg? ( dev-qt/qtsvg:5 )
-   !svg? ( virtual/freedesktop-icon-theme )
-   synctex? ( app-text/texlive-core )"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-DOCS=( CHANGES CONTRIBUTORS README TODO )
-
-src_prepare() {
-   local 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}"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2020-01-20 Thread Agostino Sarubbo
commit: d5fa6cac54c4192291696632c3b4eb31e3d7371a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 20 11:50:14 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 20 11:50:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fa6cac

app-text/qpdfview: amd64 stable wrt bug #696112

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/qpdfview/qpdfview-0.4.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.18.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18.ebuild
index 4dea4622ef3..5e1fefad37b 100644
--- a/app-text/qpdfview/qpdfview-0.4.18.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.18.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
 
 REQUIRED_USE="?? ( fitz pdf )"



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2020-01-18 Thread Thomas Deutschmann
commit: f457f697b5f40a55bdd15c807c39840223ada8a9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 18 23:12:34 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 18 23:15:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f457f697

app-text/qpdfview: x86 stable (bug #696112)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-text/qpdfview/qpdfview-0.4.18.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.18.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18.ebuild
index 0f096fb17dc..4dea4622ef3 100644
--- a/app-text/qpdfview/qpdfview-0.4.18.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
 
 REQUIRED_USE="?? ( fitz pdf )"



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2019-12-25 Thread Andreas Sturmlechner
commit: 5fdc807eb4c07d2071fbff5670afa8ca8a5eda7e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 25 20:45:52 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 25 20:46:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdc807e

app-text/qpdfview: Drop 0.4.18_pre3-r1 and 0.4.18_pre4

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/qpdfview/Manifest   |  2 -
 app-text/qpdfview/qpdfview-0.4.18_pre3-r1.ebuild | 96 
 app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild| 96 
 3 files changed, 194 deletions(-)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index 5233a081c77..c673e02a6ac 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,4 +1,2 @@
 DIST qpdfview-0.4.16.tar.gz 636095 BLAKE2B 
b25da3ed1b4bacc02701f6cd2c4e282fd1c7b1fcac8faa1687c5089baefa328854c520ba803a333ea107e7b423a004f6476eb9a7adf67287d4d0807146094fed
 SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
 DIST qpdfview-0.4.18.tar.gz 786577 BLAKE2B 
07ef444ba39435578481e549fcbbd2d97362c6bda3092a17f1daa8b8437febf50cd2f145cd5e80cc1be565c5a658e85a428314a1bcd2a5a38efce0830f1cffba
 SHA512 
38741520b20e3ed7100e52982930abac26e994a69df68c54dfa7180be8b2a4f377b91ba03993bab67b0a505ad79d62164f0f168a6715f4306b635ceba6840d66
-DIST qpdfview-0.4.18_pre3.tar.gz 747794 BLAKE2B 
08420a350ae6f8bba65efe2a930a8941a00182900e33266a03d9b6ded4b8ba7ac446de9ed8095f8876dfd3ecfb26b20cc146c82d9c9228fd5c136ad36d749061
 SHA512 
c72f766b0ffb175e0577f08975490b985e859cb41ccf1d6bcdb618664b96b3c4d0fe4ffab2e493ac20b87b85aa658f3beb5b0d430d21deae78df4c503649f1c0
-DIST qpdfview-0.4.18_pre4.tar.gz 782305 BLAKE2B 
0e79a30e9774a1afb7f38bd932e8e1b2a7930acca217b7ac485f4857211449f5a8f902706b4638023667002d2f98fc116a180b2ec0219a360fe8c3025023cc39
 SHA512 
24431a27c279c290ce95a7db52f87e6cade0683dab53a3c494823020a7df9150919af31f20f63ff4c7337f5548b3e7252df0d8a6043a8c50ebb18e41f387838d

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre3-r1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_pre3-r1.ebuild
deleted file mode 100644
index a6c1da2e0da..000
--- a/app-text/qpdfview/qpdfview-0.4.18_pre3-r1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PLOCALES="ast az be bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl he 
hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru sk sr sv th 
tr ug uk uz vi zh_CN zh_TW"
-
-inherit l10n qmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="A tabbed document viewer"
-HOMEPAGE="https://launchpad.net/qpdfview;
-SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="cups +dbus djvu fitz +pdf postscript +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 )
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5[cups?]
-   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}
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-DOCS=( CHANGES CONTRIBUTORS README TODO )
-
-src_prepare() {
-   local 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}"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-  

[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2019-12-25 Thread Andreas Sturmlechner
commit: 26911bd4218d98f7d7c9a7603c7dbc4f5ff3d8c1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 25 20:44:59 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 25 20:46:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26911bd4

app-text/qpdfview: 0.4.18 version bump

Bug: https://bugs.gentoo.org/696112
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/qpdfview/Manifest   |  1 +
 app-text/qpdfview/qpdfview-0.4.18.ebuild | 85 
 2 files changed, 86 insertions(+)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index ea1c426859c..5233a081c77 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,3 +1,4 @@
 DIST qpdfview-0.4.16.tar.gz 636095 BLAKE2B 
b25da3ed1b4bacc02701f6cd2c4e282fd1c7b1fcac8faa1687c5089baefa328854c520ba803a333ea107e7b423a004f6476eb9a7adf67287d4d0807146094fed
 SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
+DIST qpdfview-0.4.18.tar.gz 786577 BLAKE2B 
07ef444ba39435578481e549fcbbd2d97362c6bda3092a17f1daa8b8437febf50cd2f145cd5e80cc1be565c5a658e85a428314a1bcd2a5a38efce0830f1cffba
 SHA512 
38741520b20e3ed7100e52982930abac26e994a69df68c54dfa7180be8b2a4f377b91ba03993bab67b0a505ad79d62164f0f168a6715f4306b635ceba6840d66
 DIST qpdfview-0.4.18_pre3.tar.gz 747794 BLAKE2B 
08420a350ae6f8bba65efe2a930a8941a00182900e33266a03d9b6ded4b8ba7ac446de9ed8095f8876dfd3ecfb26b20cc146c82d9c9228fd5c136ad36d749061
 SHA512 
c72f766b0ffb175e0577f08975490b985e859cb41ccf1d6bcdb618664b96b3c4d0fe4ffab2e493ac20b87b85aa658f3beb5b0d430d21deae78df4c503649f1c0
 DIST qpdfview-0.4.18_pre4.tar.gz 782305 BLAKE2B 
0e79a30e9774a1afb7f38bd932e8e1b2a7930acca217b7ac485f4857211449f5a8f902706b4638023667002d2f98fc116a180b2ec0219a360fe8c3025023cc39
 SHA512 
24431a27c279c290ce95a7db52f87e6cade0683dab53a3c494823020a7df9150919af31f20f63ff4c7337f5548b3e7252df0d8a6043a8c50ebb18e41f387838d

diff --git a/app-text/qpdfview/qpdfview-0.4.18.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18.ebuild
new file mode 100644
index 000..0f096fb17dc
--- /dev/null
+++ b/app-text/qpdfview/qpdfview-0.4.18.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PLOCALES="ast az be bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl he 
hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru sk sr sv th 
tr ug uk uz vi zh_CN zh_TW"
+inherit l10n qmake-utils xdg
+
+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 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
+
+REQUIRED_USE="?? ( fitz pdf )"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+RDEPEND="
+   cups? ( net-print/cups )
+   djvu? ( app-text/djvu )
+   fitz? ( >=app-text/mupdf-1.7:= )
+   postscript? ( app-text/libspectre )
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5[cups?]
+   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}"
+
+DOCS=( CHANGES CONTRIBUTORS README TODO )
+
+src_prepare() {
+   default
+
+   local 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
+}
+
+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}"
+   )
+   eqmake5 "${myqmakeargs[@]}"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2019-11-03 Thread Sergei Trofimovich
commit: f604567ee3ae1080bd9526c85d3260b9c63f659d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  3 10:46:09 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  3 10:46:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f604567e

app-text/qpdfview: keyworded 0.4.18_pre4 for ppc64, bug #697612

Package-Manager: Portage-2.3.78, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild
index 47d005b062d..cf650275d2a 100644
--- a/app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
 
 REQUIRED_USE="?? ( fitz pdf )"



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2019-04-04 Thread Andrey Grozin
commit: 535d4369e7dd4b38787a9178e3d7151ae9a38f87
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Apr  4 12:26:44 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Apr  4 12:26:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535d4369

app-text/qpdfview: bump to the current snapshot

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 app-text/qpdfview/Manifest|  1 +
 app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild | 96 +++
 2 files changed, 97 insertions(+)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index fe1ad879fbb..ea1c426859c 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,2 +1,3 @@
 DIST qpdfview-0.4.16.tar.gz 636095 BLAKE2B 
b25da3ed1b4bacc02701f6cd2c4e282fd1c7b1fcac8faa1687c5089baefa328854c520ba803a333ea107e7b423a004f6476eb9a7adf67287d4d0807146094fed
 SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
 DIST qpdfview-0.4.18_pre3.tar.gz 747794 BLAKE2B 
08420a350ae6f8bba65efe2a930a8941a00182900e33266a03d9b6ded4b8ba7ac446de9ed8095f8876dfd3ecfb26b20cc146c82d9c9228fd5c136ad36d749061
 SHA512 
c72f766b0ffb175e0577f08975490b985e859cb41ccf1d6bcdb618664b96b3c4d0fe4ffab2e493ac20b87b85aa658f3beb5b0d430d21deae78df4c503649f1c0
+DIST qpdfview-0.4.18_pre4.tar.gz 782305 BLAKE2B 
0e79a30e9774a1afb7f38bd932e8e1b2a7930acca217b7ac485f4857211449f5a8f902706b4638023667002d2f98fc116a180b2ec0219a360fe8c3025023cc39
 SHA512 
24431a27c279c290ce95a7db52f87e6cade0683dab53a3c494823020a7df9150919af31f20f63ff4c7337f5548b3e7252df0d8a6043a8c50ebb18e41f387838d

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild
new file mode 100644
index 000..47d005b062d
--- /dev/null
+++ b/app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PLOCALES="ast az be bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl he 
hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru sk sr sv th 
tr ug uk uz vi zh_CN zh_TW"
+
+inherit l10n qmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="A tabbed document viewer"
+HOMEPAGE="https://launchpad.net/qpdfview;
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="cups +dbus djvu fitz +pdf postscript +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 )
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5[cups?]
+   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}
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig"
+
+DOCS=( CHANGES CONTRIBUTORS README TODO )
+
+src_prepare() {
+   local 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}"
+   )
+   eqmake5 "${myqmakeargs[@]}"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2019-04-04 Thread Andrey Grozin
commit: 9c1d7c2ac26469b749ec12166ebd441ff229b2b5
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Apr  4 12:24:58 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Apr  4 12:24:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1d7c2a

app-text/qpdfview: cleaning old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 app-text/qpdfview/Manifest|  1 -
 app-text/qpdfview/qpdfview-0.4.18_pre2.ebuild | 96 ---
 app-text/qpdfview/qpdfview-0.4.18_pre3.ebuild | 96 ---
 3 files changed, 193 deletions(-)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index dc2d4feb8ee..fe1ad879fbb 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,3 +1,2 @@
 DIST qpdfview-0.4.16.tar.gz 636095 BLAKE2B 
b25da3ed1b4bacc02701f6cd2c4e282fd1c7b1fcac8faa1687c5089baefa328854c520ba803a333ea107e7b423a004f6476eb9a7adf67287d4d0807146094fed
 SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
-DIST qpdfview-0.4.18_pre2.tar.gz 668677 BLAKE2B 
1c79a7f9f9d67c533660457ca74d27c1cb389224910d0c8482c2e1d6a0843787e588a40ae7f4e02268392c15aa19b54b6383c2422cc60b20e521d26133c10a3e
 SHA512 
ad19dd6a2bfeb3c5f26488619688ad96653ed50821203b7e5cb2817a4f9957510ce238804b48bf3b21d965ceed25ad1b0386e0bb5e9d0bc5e5c95e6fe10ef811
 DIST qpdfview-0.4.18_pre3.tar.gz 747794 BLAKE2B 
08420a350ae6f8bba65efe2a930a8941a00182900e33266a03d9b6ded4b8ba7ac446de9ed8095f8876dfd3ecfb26b20cc146c82d9c9228fd5c136ad36d749061
 SHA512 
c72f766b0ffb175e0577f08975490b985e859cb41ccf1d6bcdb618664b96b3c4d0fe4ffab2e493ac20b87b85aa658f3beb5b0d430d21deae78df4c503649f1c0

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre2.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_pre2.ebuild
deleted file mode 100644
index b9dbaeb26ae..000
--- a/app-text/qpdfview/qpdfview-0.4.18_pre2.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 ja 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 xdg-utils gnome2-utils
-
-DESCRIPTION="A tabbed document viewer"
-HOMEPAGE="https://launchpad.net/qpdfview;
-SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="cups +dbus djvu fitz +pdf postscript +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 )
-   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}
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-DOCS=( CHANGES CONTRIBUTORS README TODO )
-
-src_prepare() {
-   local 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}"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre3.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_pre3.ebuild
deleted file mode 100644

[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2018-10-06 Thread Michael Palimaka
commit: 850381426ea2b905ee73647ac82e6e17d27ac161
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  6 14:39:05 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  6 14:39:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85038142

app-text/qpdfview: propagate cups USE flag to dev-qt/qtprintsupport

Closes: https://bugs.gentoo.org/661424
Signed-off-by: Michael Palimaka  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-text/qpdfview/qpdfview-0.4.18_pre3-r1.ebuild | 96 
 1 file changed, 96 insertions(+)

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre3-r1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_pre3-r1.ebuild
new file mode 100644
index 000..a6c1da2e0da
--- /dev/null
+++ b/app-text/qpdfview/qpdfview-0.4.18_pre3-r1.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PLOCALES="ast az be bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl he 
hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru sk sr sv th 
tr ug uk uz vi zh_CN zh_TW"
+
+inherit l10n qmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="A tabbed document viewer"
+HOMEPAGE="https://launchpad.net/qpdfview;
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="cups +dbus djvu fitz +pdf postscript +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 )
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5[cups?]
+   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}
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig"
+
+DOCS=( CHANGES CONTRIBUTORS README TODO )
+
+src_prepare() {
+   local 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}"
+   )
+   eqmake5 "${myqmakeargs[@]}"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2018-09-16 Thread Andrey Grozin
commit: 72126cd0868f27446a24b0a9123585d06ae0f564
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Sep 16 06:00:20 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Sep 16 06:00:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72126cd0

app-text/qpdfview: bump to the current snapshot

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-text/qpdfview/Manifest|  1 +
 app-text/qpdfview/qpdfview-0.4.18_pre3.ebuild | 96 +++
 2 files changed, 97 insertions(+)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index fde6dad2615..dc2d4feb8ee 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,2 +1,3 @@
 DIST qpdfview-0.4.16.tar.gz 636095 BLAKE2B 
b25da3ed1b4bacc02701f6cd2c4e282fd1c7b1fcac8faa1687c5089baefa328854c520ba803a333ea107e7b423a004f6476eb9a7adf67287d4d0807146094fed
 SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
 DIST qpdfview-0.4.18_pre2.tar.gz 668677 BLAKE2B 
1c79a7f9f9d67c533660457ca74d27c1cb389224910d0c8482c2e1d6a0843787e588a40ae7f4e02268392c15aa19b54b6383c2422cc60b20e521d26133c10a3e
 SHA512 
ad19dd6a2bfeb3c5f26488619688ad96653ed50821203b7e5cb2817a4f9957510ce238804b48bf3b21d965ceed25ad1b0386e0bb5e9d0bc5e5c95e6fe10ef811
+DIST qpdfview-0.4.18_pre3.tar.gz 747794 BLAKE2B 
08420a350ae6f8bba65efe2a930a8941a00182900e33266a03d9b6ded4b8ba7ac446de9ed8095f8876dfd3ecfb26b20cc146c82d9c9228fd5c136ad36d749061
 SHA512 
c72f766b0ffb175e0577f08975490b985e859cb41ccf1d6bcdb618664b96b3c4d0fe4ffab2e493ac20b87b85aa658f3beb5b0d430d21deae78df4c503649f1c0

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre3.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_pre3.ebuild
new file mode 100644
index 000..21f9544f85e
--- /dev/null
+++ b/app-text/qpdfview/qpdfview-0.4.18_pre3.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PLOCALES="ast az be bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl he 
hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru sk sr sv th 
tr ug uk uz vi zh_CN zh_TW"
+
+inherit l10n qmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="A tabbed document viewer"
+HOMEPAGE="https://launchpad.net/qpdfview;
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="cups +dbus djvu fitz +pdf postscript +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 )
+   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}
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig"
+
+DOCS=( CHANGES CONTRIBUTORS README TODO )
+
+src_prepare() {
+   local 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}"
+   )
+   eqmake5 "${myqmakeargs[@]}"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2018-09-15 Thread Andrey Grozin
commit: 8eda242b4557f35916f9a3b526e736fdf84b22e5
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Sep 16 05:58:09 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Sep 16 05:58:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eda242b

app-text/qpdfview: cleaning old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-text/qpdfview/Manifest |  2 -
 app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild | 88 ---
 app-text/qpdfview/qpdfview-0.4.18_pre.ebuild   | 96 --
 3 files changed, 186 deletions(-)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index 8c09b2cd678..fde6dad2615 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,4 +1,2 @@
 DIST qpdfview-0.4.16.tar.gz 636095 BLAKE2B 
b25da3ed1b4bacc02701f6cd2c4e282fd1c7b1fcac8faa1687c5089baefa328854c520ba803a333ea107e7b423a004f6476eb9a7adf67287d4d0807146094fed
 SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
-DIST qpdfview-0.4.17beta1.tar.gz 658978 BLAKE2B 
7f0ba945cf7903cae7bb11ac1d3baa08fc5f70e9e5a20a9f265cf8de4f0ce0f847f34852b2ce4374e2736542c8fc1e07c15e6bd4ae54d5147d14524e076f312f
 SHA512 
803bd9a1165fc84302fb3c7734127eaab754bd2bf23083a1bcf340810fa617800f3d0069eae7b1f43fb528ebe17a6a32a652efbb902d525a95efc31efeb1e10a
-DIST qpdfview-0.4.18_pre.tar.gz 667869 BLAKE2B 
ed729b6aa1104ca1525877242bc3f2c630d8ee563005ab35854d775197c24352f0a39be13bf4808e4544c50072619da9cd5c36cdbdcbae33fa2fc2016b80ce18
 SHA512 
3a7a2cc474078dc742fccba2c87710c1e05cec76f0bd66650fa6cb4d6d8e2103241474689d4798da28ae1aeb2caa6e09dd8d1e9d0433c2eba21b202166aa3051
 DIST qpdfview-0.4.18_pre2.tar.gz 668677 BLAKE2B 
1c79a7f9f9d67c533660457ca74d27c1cb389224910d0c8482c2e1d6a0843787e588a40ae7f4e02268392c15aa19b54b6383c2422cc60b20e521d26133c10a3e
 SHA512 
ad19dd6a2bfeb3c5f26488619688ad96653ed50821203b7e5cb2817a4f9957510ce238804b48bf3b21d965ceed25ad1b0386e0bb5e9d0bc5e5c95e6fe10ef811

diff --git a/app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild
deleted file mode 100644
index 0002d29b3a0..000
--- a/app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 +sqlite +svg synctex"
-
-REQUIRED_USE="?? ( fitz pdf )"
-
-RDEPEND="
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   cups? ( net-print/cups )
-   dbus? ( dev-qt/qtdbus:5 )
-   djvu? ( app-text/djvu )
-   fitz? ( >=app-text/mupdf-1.7:= )
-   pdf? (
-   >=app-text/poppler-0.35[qt5]
-   dev-qt/qtxml:5
-   )
-   postscript? ( app-text/libspectre )
-   sqlite? ( dev-qt/qtsql:5[sqlite] )
-   svg? ( dev-qt/qtsvg:5 )
-   !svg? ( virtual/freedesktop-icon-theme )
-   synctex? ( app-text/texlive-core )"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-DOCS=( CHANGES CONTRIBUTORS README TODO )
-
-S="${WORKDIR}/${P/_/}"
-
-src_prepare() {
-   local 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}"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-}

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre.ebuild 

[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2018-05-24 Thread Andrey Grozin
commit: e8ff6a61181ca0c8c9b5de3dac5b1930dd7ab7c5
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu May 24 08:19:24 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu May 24 08:19:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ff6a61

app-text/qpdfview: bump to the current snapshot

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/qpdfview/Manifest|  1 +
 app-text/qpdfview/qpdfview-0.4.18_pre2.ebuild | 96 +++
 2 files changed, 97 insertions(+)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index 7233bd2ed0e..8c09b2cd678 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,3 +1,4 @@
 DIST qpdfview-0.4.16.tar.gz 636095 BLAKE2B 
b25da3ed1b4bacc02701f6cd2c4e282fd1c7b1fcac8faa1687c5089baefa328854c520ba803a333ea107e7b423a004f6476eb9a7adf67287d4d0807146094fed
 SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
 DIST qpdfview-0.4.17beta1.tar.gz 658978 BLAKE2B 
7f0ba945cf7903cae7bb11ac1d3baa08fc5f70e9e5a20a9f265cf8de4f0ce0f847f34852b2ce4374e2736542c8fc1e07c15e6bd4ae54d5147d14524e076f312f
 SHA512 
803bd9a1165fc84302fb3c7734127eaab754bd2bf23083a1bcf340810fa617800f3d0069eae7b1f43fb528ebe17a6a32a652efbb902d525a95efc31efeb1e10a
 DIST qpdfview-0.4.18_pre.tar.gz 667869 BLAKE2B 
ed729b6aa1104ca1525877242bc3f2c630d8ee563005ab35854d775197c24352f0a39be13bf4808e4544c50072619da9cd5c36cdbdcbae33fa2fc2016b80ce18
 SHA512 
3a7a2cc474078dc742fccba2c87710c1e05cec76f0bd66650fa6cb4d6d8e2103241474689d4798da28ae1aeb2caa6e09dd8d1e9d0433c2eba21b202166aa3051
+DIST qpdfview-0.4.18_pre2.tar.gz 668677 BLAKE2B 
1c79a7f9f9d67c533660457ca74d27c1cb389224910d0c8482c2e1d6a0843787e588a40ae7f4e02268392c15aa19b54b6383c2422cc60b20e521d26133c10a3e
 SHA512 
ad19dd6a2bfeb3c5f26488619688ad96653ed50821203b7e5cb2817a4f9957510ce238804b48bf3b21d965ceed25ad1b0386e0bb5e9d0bc5e5c95e6fe10ef811

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre2.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_pre2.ebuild
new file mode 100644
index 000..b9dbaeb26ae
--- /dev/null
+++ b/app-text/qpdfview/qpdfview-0.4.18_pre2.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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 ja 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 xdg-utils gnome2-utils
+
+DESCRIPTION="A tabbed document viewer"
+HOMEPAGE="https://launchpad.net/qpdfview;
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="cups +dbus djvu fitz +pdf postscript +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 )
+   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}
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig"
+
+DOCS=( CHANGES CONTRIBUTORS README TODO )
+
+src_prepare() {
+   local 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}"
+   )
+   eqmake5 "${myqmakeargs[@]}"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+

[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2017-11-07 Thread Andrey Grozin
commit: 595fecd1424a9ffdaaac068948ab05ceaf9a56ca
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Nov  7 13:30:10 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Nov  7 13:31:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595fecd1

app-text/qpdfview: bump to the current 0.4.18 snapshot

Closes: https://bugs.gentoo.org/618044
Closes: https://bugs.gentoo.org/618062
Closes: https://bugs.gentoo.org/634978
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-text/qpdfview/Manifest   |  1 +
 app-text/qpdfview/qpdfview-0.4.18_pre.ebuild | 96 
 2 files changed, 97 insertions(+)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index 1987ab5d355..07464242c6a 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,2 +1,3 @@
 DIST qpdfview-0.4.16.tar.gz 636095 SHA256 
fad416e8fefc3057fa1b8d12d964c7eccd16dffe0307a0d6e9d55a543294da7f SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
 WHIRLPOOL 
47bc82937562fdcbdf17f567bb0fa6e8eebd2e657320c129e9fd4f592c27eab855e7d2d69a22b45666509ace93b12528811b0671cb9483607448152bb676f11e
 DIST qpdfview-0.4.17beta1.tar.gz 658978 SHA256 
60206c5f76410a35098e3c965552cec08cd85941776ea6f6b207d7ea63ce940f SHA512 
803bd9a1165fc84302fb3c7734127eaab754bd2bf23083a1bcf340810fa617800f3d0069eae7b1f43fb528ebe17a6a32a652efbb902d525a95efc31efeb1e10a
 WHIRLPOOL 
9ed967656b0e7e1f8828377d667d27a8c468f687b2df76285e1502cbdf0c5183bcec31bd8189ac80455395154e3df447eae1798b9581d05c7a8c24544b7d467b
+DIST qpdfview-0.4.18_pre.tar.gz 667869 SHA256 
3e0fb7f16190d948ce5d094af7ff26c3e5e0e10bfdf01b4fe4bfa7b7cdda9602 SHA512 
3a7a2cc474078dc742fccba2c87710c1e05cec76f0bd66650fa6cb4d6d8e2103241474689d4798da28ae1aeb2caa6e09dd8d1e9d0433c2eba21b202166aa3051
 WHIRLPOOL 
10d0b343e10a68f8b90cb777d08f5b7f9126d19bee41e82e7ae412c7903d8541b3484d3cac548322aeb85210fc5d5f07c5c84c9994094ff48384aec4635da2c9

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_pre.ebuild
new file mode 100644
index 000..13bcc7b4241
--- /dev/null
+++ b/app-text/qpdfview/qpdfview-0.4.18_pre.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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 ja 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 xdg-utils gnome2-utils
+
+DESCRIPTION="A tabbed document viewer"
+HOMEPAGE="https://launchpad.net/qpdfview;
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="cups +dbus djvu fitz +pdf postscript +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 )
+   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}
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig"
+
+DOCS=( CHANGES CONTRIBUTORS README TODO )
+
+src_prepare() {
+   local 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}"
+   )
+   eqmake5 "${myqmakeargs[@]}"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   

[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2017-09-22 Thread Michael Palimaka
commit: be7f591c84d0b5b059a1bf5224fe0f20ac3421d8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Sep 23 02:22:10 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 23 02:22:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7f591c

app-text/qpdfview: remove qt4 support

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/qpdfview/qpdfview-0.4.16.ebuild   | 42 ++
 app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild | 42 ++
 2 files changed, 32 insertions(+), 52 deletions(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.16.ebuild 
b/app-text/qpdfview/qpdfview-0.4.16.ebuild
index 472a947b0f7..89e07a090fb 100644
--- a/app-text/qpdfview/qpdfview-0.4.16.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.16.ebuild
@@ -13,43 +13,37 @@ 
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"
+IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
 
 REQUIRED_USE="?? ( fitz pdf )"
 
 RDEPEND="
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
cups? ( net-print/cups )
+   dbus? ( dev-qt/qtdbus:5 )
djvu? ( app-text/djvu )
fitz? ( >=app-text/mupdf-1.7:= )
+   pdf? (
+   >=app-text/poppler-0.35[qt5]
+   dev-qt/qtxml:5
+   )
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 ) )
+   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 )
+   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
+   local mylrelease="$(qt5_get_bindir)"/lrelease
 
prepare_locale() {
"${mylrelease}" "translations/${PN}_${1}.ts" || die "preparing 
${1} locale failed"
@@ -83,11 +77,7 @@ src_configure() {
CONFIG+="${myconfig[@]}"
PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
)
-   if use qt5; then
-   eqmake5 "${myqmakeargs[@]}"
-   else
-   eqmake4 "${myqmakeargs[@]}"
-   fi
+   eqmake5 "${myqmakeargs[@]}"
 }
 
 src_install() {

diff --git a/app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild
index 103b3111028..0002d29b3a0 100644
--- a/app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild
@@ -13,36 +13,31 @@ 
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"
+IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
 
 REQUIRED_USE="?? ( fitz pdf )"
 
 RDEPEND="
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
cups? ( net-print/cups )
+   dbus? ( dev-qt/qtdbus:5 )
djvu? ( app-text/djvu )
fitz? ( >=app-text/mupdf-1.7:= )
+   pdf? (
+   >=app-text/poppler-0.35[qt5]
+   dev-qt/qtxml:5
+   )
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] )
- 

[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2017-04-30 Thread Andrey Grozin
commit: 3b2a4c2e181757519c156609895d58c7c124a362
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Apr 30 16:47:10 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Apr 30 16:47:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2a4c2e

app-text/qpdfview: bump to 0.4.17_beta1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/qpdfview/Manifest |  1 +
 app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild | 98 ++
 2 files changed, 99 insertions(+)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index fdcbeef10fd..1987ab5d355 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1 +1,2 @@
 DIST qpdfview-0.4.16.tar.gz 636095 SHA256 
fad416e8fefc3057fa1b8d12d964c7eccd16dffe0307a0d6e9d55a543294da7f SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
 WHIRLPOOL 
47bc82937562fdcbdf17f567bb0fa6e8eebd2e657320c129e9fd4f592c27eab855e7d2d69a22b45666509ace93b12528811b0671cb9483607448152bb676f11e
+DIST qpdfview-0.4.17beta1.tar.gz 658978 SHA256 
60206c5f76410a35098e3c965552cec08cd85941776ea6f6b207d7ea63ce940f SHA512 
803bd9a1165fc84302fb3c7734127eaab754bd2bf23083a1bcf340810fa617800f3d0069eae7b1f43fb528ebe17a6a32a652efbb902d525a95efc31efeb1e10a
 WHIRLPOOL 
9ed967656b0e7e1f8828377d667d27a8c468f687b2df76285e1502cbdf0c5183bcec31bd8189ac80455395154e3df447eae1798b9581d05c7a8c24544b7d467b

diff --git a/app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild
new file mode 100644
index 000..103b3111028
--- /dev/null
+++ b/app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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 )
+
+S="${WORKDIR}/${P/_/}"
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2017-02-26 Thread Michael Weber
commit: 515982c184b29eef31c0d25e2ac67701433e3422
Author: Michael Weber  gentoo  org>
AuthorDate: Sun Feb 26 23:03:50 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sun Feb 26 23:04:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515982c1

app-text/qpdfview: arm stable (bug 585358).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/qpdfview/qpdfview-0.4.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.16.ebuild 
b/app-text/qpdfview/qpdfview-0.4.16.ebuild
index a10fff527b..441ed3883a 100644
--- a/app-text/qpdfview/qpdfview-0.4.16.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ 
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"
+KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
 IUSE="cups +dbus djvu fitz +pdf postscript qt5 +sqlite +svg synctex"
 
 REQUIRED_USE="?? ( fitz pdf )"



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2016-10-28 Thread Michael Palimaka
commit: cc51522d52bcba9e4fc5a1d46a859fca1dc243ce
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Oct 28 13:44:34 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 28 13:45:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc51522d

app-text/qpdfview: remove old

Package-Manager: portage-2.3.2

 app-text/qpdfview/Manifest  |  2 -
 app-text/qpdfview/qpdfview-0.4.13-r1.ebuild | 89 -
 app-text/qpdfview/qpdfview-0.4.15.ebuild| 89 -
 3 files changed, 180 deletions(-)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index 333b1e9..fdcbeef 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,3 +1 @@
-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.13-r1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild
deleted file mode 100644
index b4b14a2..
--- a/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PLOCALES="ast az bg bs ca cs da de el en_GB eo es eu fi fr gl he hr id it kk 
ko ky lt ms my pl pt pt_BR ro ru sk sv tr ug uk vi zh_CN"
-inherit eutils l10n multilib 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 +qt4 qt5 sqlite +svg synctex"
-
-REQUIRED_USE="^^ ( qt4 qt5 )
-   ?? ( fitz pdf )"
-
-RDEPEND="cups? ( net-print/cups )
-   djvu? ( app-text/djvu )
-   fitz? ( =app-text/poppler-0.26.4[qt5] )
-   sqlite? ( dev-qt/qtsql:5[sqlite] )
-   svg? ( dev-qt/qtsvg:5 ) )
-   !svg? ( virtual/freedesktop-icon-theme )"
-DEPEND="${RDEPEND}
-   qt5? ( dev-qt/linguist-tools:5 )
-   virtual/pkgconfig"
-
-DOCS=( CHANGES CONTRIBUTORS README TODO )
-
-src_prepare() {
-   prepare_locale() {
-   local _lrel
-   use qt4 && _lrel="$(qt4_get_bindir)/lrelease"
-   use qt5 && _lrel="$(qt5_get_bindir)/lrelease"
-   ${_lrel} "translations/${PN}_${1}.ts" || die "preparing ${1} 
locale failed"
-   }
-
-   rm_help() {
-   rm -f "miscellaneous/help_${1}.html" || die "removing 
extraneous help files 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
-}
-
-src_configure() {
-   local config i
-   for i in cups dbus pdf djvu svg synctex; do
-   if ! use ${i}; then
-   config+=" without_${i}"
-   fi
-   done
-
-   use fitz && config+=" with_fitz"
-   use postscript || config+=" without_ps"
-   use sqlite || config+=" without_sql"
-
-   if use qt4; then
-   eqmake4 CONFIG+="${config}" 
PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
-   else
-   eqmake5 CONFIG+="${config}" 
PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}" qpdfview.pro
-   fi
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-}

diff --git a/app-text/qpdfview/qpdfview-0.4.15.ebuild 
b/app-text/qpdfview/qpdfview-0.4.15.ebuild
deleted file mode 100644
index cc87608..
--- a/app-text/qpdfview/qpdfview-0.4.15.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-

[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2016-10-28 Thread Michael Palimaka
commit: f5242b2890d7f06f321103e89ec1280fe2149f06
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Oct 28 13:45:14 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 28 13:45:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5242b28

app-text/qpdfview: metadata whitespace

Package-Manager: portage-2.3.2

 app-text/qpdfview/metadata.xml | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/app-text/qpdfview/metadata.xml b/app-text/qpdfview/metadata.xml
index 05d3b5e..481838d 100644
--- a/app-text/qpdfview/metadata.xml
+++ b/app-text/qpdfview/metadata.xml
@@ -1,18 +1,18 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-q...@gentoo.org
-Gentoo Qt Project
-  
-  
-
-  Use experimental fitz rendering, provided by app-text/mupdf,
-  instead of poppler
-
-Add support for searching TeX sources
-  
-  
-qpdfview
-  
+   
+   q...@gentoo.org
+   Gentoo Qt Project
+   
+   
+   
+   Use experimental fitz rendering, provided by 
app-text/mupdf,
+   instead of poppler
+   
+   Add support for searching TeX 
sources
+   
+   
+   qpdfview
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2016-08-11 Thread Michael Palimaka
commit: 58c2e9846e32b3eb06f869b128df3d2737f79aa7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Aug 11 15:15:57 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 11 15:16:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c2e984

app-text/qpdfview: amd64/x86 stable

Gentoo-bug: 585358

Package-Manager: portage-2.3.0

 app-text/qpdfview/qpdfview-0.4.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.16.ebuild 
b/app-text/qpdfview/qpdfview-0.4.16.ebuild
index 293de8c..a10fff5 100644
--- a/app-text/qpdfview/qpdfview-0.4.16.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.16.ebuild
@@ -13,7 +13,7 @@ 
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"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="cups +dbus djvu fitz +pdf postscript qt5 +sqlite +svg synctex"
 
 REQUIRED_USE="?? ( fitz pdf )"



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/files/

2016-07-17 Thread Patrice Clement
commit: a4243567a99c5ef11405250c59014afa5ec83a96
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Jul 16 08:29:05 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jul 17 13:28:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4243567

app-text/qpdfview: remove unused patches

Signed-off-by: Patrice Clement  gentoo.org>

 .../qpdfview/files/qpdfview-0.4.12-no_sql.patch | 14 --
 .../files/qpdfview-0.4.7-fix-sqlite-build.patch | 21 -
 2 files changed, 35 deletions(-)

diff --git a/app-text/qpdfview/files/qpdfview-0.4.12-no_sql.patch 
b/app-text/qpdfview/files/qpdfview-0.4.12-no_sql.patch
deleted file mode 100644
index 874c893..000
--- a/app-text/qpdfview/files/qpdfview-0.4.12-no_sql.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 sources/database.cpp.org   2014-10-22 12:28:30.305031435 +0200
-+++ sources/database.cpp   2014-10-22 12:29:14.735028437 +0200
-@@ -366,11 +366,6 @@
- 
- transaction.commit();
- }
--
--#else
--
--Q_UNUSED(bookmarks);
--
- #endif // WITH_SQL
- }
- 

diff --git a/app-text/qpdfview/files/qpdfview-0.4.7-fix-sqlite-build.patch 
b/app-text/qpdfview/files/qpdfview-0.4.7-fix-sqlite-build.patch
deleted file mode 100644
index 1a5e161..000
--- a/app-text/qpdfview/files/qpdfview-0.4.7-fix-sqlite-build.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Upstream:
-http://bazaar.launchpad.net/~adamreichold/qpdfview/trunk/revision/1391
-Gentoo bugzilla:
-https://bugs.gentoo.org/show_bug.cgi?id=493514
-=== modified file 'sources/database.h'
 sources/database.h 2013-11-25 16:06:34 +
-+++ sources/database.h 2013-12-07 12:28:03 +
-@@ -64,10 +64,10 @@
- static Database* s_instance;
- Database(QObject* parent = 0);
- 
--#ifdef WITH_SQL
--
- static QString instanceName();
- 
-+#ifdef WITH_SQL
-+
- void migrateTabs_v1_v2();
- void migrateBookmarks_v1_v2();
- 
-



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2016-05-08 Thread Davide Pesavento
commit: 1c8eb592927a841e2cf7becdda15e313261e117e
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun May  8 19:33:38 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun May  8 19:33:38 2016 +
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 000..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[@]}"
+   

[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2015-10-01 Thread Michael Palimaka
commit: cda33dc2d4ded501d7b7417ece1bf9ff80fc8cab
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  1 14:15:40 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  1 14:20:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda33dc2

app-text/qpdfview: dev-qt/linguist-tools is a build-time dependency

Package-Manager: portage-2.2.20.1

 app-text/qpdfview/qpdfview-0.4.13-r1.ebuild | 4 ++--
 app-text/qpdfview/qpdfview-0.4.15.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild
index cb7140a..b4b14a2 100644
--- a/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild
@@ -29,8 +29,7 @@ RDEPEND="cups? ( net-print/cups )
pdf? ( app-text/poppler[qt4] )
sqlite? ( dev-qt/qtsql:4[sqlite] )
svg? ( dev-qt/qtsvg:4 ) )
-   qt5? ( dev-qt/linguist-tools:5
-   dev-qt/qtconcurrent:5
+   qt5? ( dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtprintsupport:5
@@ -40,6 +39,7 @@ RDEPEND="cups? ( net-print/cups )
svg? ( dev-qt/qtsvg:5 ) )
!svg? ( virtual/freedesktop-icon-theme )"
 DEPEND="${RDEPEND}
+   qt5? ( dev-qt/linguist-tools:5 )
virtual/pkgconfig"
 
 DOCS=( CHANGES CONTRIBUTORS README TODO )

diff --git a/app-text/qpdfview/qpdfview-0.4.15.ebuild 
b/app-text/qpdfview/qpdfview-0.4.15.ebuild
index b5f6a45..cc87608 100644
--- a/app-text/qpdfview/qpdfview-0.4.15.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.15.ebuild
@@ -29,8 +29,7 @@ RDEPEND="cups? ( net-print/cups )
pdf? ( app-text/poppler[qt4] )
sqlite? ( dev-qt/qtsql:4[sqlite] )
svg? ( dev-qt/qtsvg:4 ) )
-   qt5? ( dev-qt/linguist-tools:5
-   dev-qt/qtconcurrent:5
+   qt5? ( dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtprintsupport:5
@@ -40,6 +39,7 @@ RDEPEND="cups? ( net-print/cups )
svg? ( dev-qt/qtsvg:5 ) )
!svg? ( virtual/freedesktop-icon-theme )"
 DEPEND="${RDEPEND}
+   qt5? ( dev-qt/linguist-tools:5 )
virtual/pkgconfig"
 
 DOCS=( CHANGES CONTRIBUTORS README TODO )



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/

2015-08-11 Thread Michael Weber
commit: 339e1f7fa1bcaea7beae4a930844fc8047f41707
Author: Michael Weber xmw AT gentoo DOT org
AuthorDate: Tue Aug 11 10:28:29 2015 +
Commit: Michael Weber xmw AT gentoo DOT org
CommitDate: Tue Aug 11 10:28:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339e1f7f

app-text/qpdfview: update mupdf dependency.

Package-Manager: portage-2.2.20

 app-text/qpdfview/qpdfview-0.4.13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild
index cde4684..041a73e 100644
--- a/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE=^^ ( qt4 qt5 )
 
 RDEPEND=cups? ( net-print/cups )
djvu? ( app-text/djvu )
-   fitz? ( app-text/mupdf:0/1.4 )
+   fitz? ( app-text/mupdf-1.7:= )
postscript? ( app-text/libspectre )
qt4? ( dev-qt/qtcore:4[iconv]
dev-qt/qtgui:4