* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2011-05-26 5:14 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 27+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-26 5:14 UTC (permalink / raw
To: gentoo-commits
commit: 09312eeca02dcf08ad25561e5b5f7aeddc345fa1
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 04:43:47 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu May 26 04:43:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=09312eec
[kde-base/okular] 4.6.80 version bump.
(Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/okular/okular-4.6.80.ebuild | 45 ++++++++++++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/kde-base/okular/okular-4.6.80.ebuild b/kde-base/okular/okular-4.6.80.ebuild
new file mode 100644
index 0000000..b9a6e2e
--- /dev/null
+++ b/kde-base/okular/okular-4.6.80.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_HANDBOOK="optional"
+KMNAME="kdegraphics"
+inherit kde4-meta
+
+DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="chm crypt debug djvu ebook +jpeg +ps +pdf +tiff"
+
+DEPEND="
+ media-libs/freetype
+ sys-libs/zlib
+ chm? ( dev-libs/chmlib )
+ crypt? ( app-crypt/qca:2 )
+ djvu? ( app-text/djvu )
+ ebook? ( app-text/ebook-tools )
+ jpeg? ( virtual/jpeg:0 )
+ pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4,-exceptions] )
+ ps? ( app-text/libspectre )
+ tiff? ( media-libs/tiff )
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="libs/mobipocket"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with chm)
+ $(cmake-utils_use_with crypt QCA2)
+ $(cmake-utils_use_with djvu DjVuLibre)
+ $(cmake-utils_use_with ebook EPub)
+ $(cmake-utils_use_with jpeg)
+ $(cmake-utils_use_with ps LibSpectre)
+ $(cmake-utils_use_with pdf PopplerQt4)
+ $(cmake-utils_use_with pdf Poppler)
+ $(cmake-utils_use_with tiff)
+ )
+
+ kde4-meta_src_configure
+}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2014-09-13 17:46 Michael Palimaka
0 siblings, 0 replies; 27+ messages in thread
From: Michael Palimaka @ 2014-09-13 17:46 UTC (permalink / raw
To: gentoo-commits
commit: 3827a8515f7b10ca944a262d77fcb0bd13ab138e
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 13 17:45:54 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 13 17:45:54 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3827a851
[kde-base/okular] Pin app-crypt/qca to SLOT 2.
Package-Manager: portage-2.2.10
---
kde-base/okular/okular-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index b454532..86d012b 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -44,7 +44,7 @@ DEPEND="
sys-devel/gettext
sys-libs/zlib
chm? ( dev-libs/chmlib )
- crypt? ( app-crypt/qca[qt5] )
+ crypt? ( app-crypt/qca:2[qt5] )
djvu? ( app-text/djvu )
dpi? ( x11-libs/libkscreen )
ebook? ( app-text/ebook-tools )
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2014-08-16 23:47 Johannes Huber
0 siblings, 0 replies; 27+ messages in thread
From: Johannes Huber @ 2014-08-16 23:47 UTC (permalink / raw
To: gentoo-commits
commit: 857dd288f44932e3cdf9818bc3350212849c5cab
Author: Uwe L. Korn <uwelk <AT> xhochy <DOT> com>
AuthorDate: Sat Aug 16 18:43:59 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 23:46:11 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=857dd288
[kde-base/okular] Add KF5 live ebuild
Package-Manager: portage-2.2.11-r1
---
kde-base/okular/okular-9999.ebuild | 75 ++++++++++++++++++++++++++++++++++++++
1 file changed, 75 insertions(+)
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
new file mode 100644
index 0000000..b454532
--- /dev/null
+++ b/kde-base/okular/okular-9999.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="true"
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="Universal document viewer based on KPDF"
+HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
+KEYWORDS=""
+IUSE="chm crypt dpi djvu ebook +jpeg +pdf +tiff"
+# TODO:
+# * Temporarily deactivated +postscript USE as upstream has it deactivated.
+# postscript? ( app-text/libspectre )
+# $(cmake-utils_use_with postscript LibSpectre)
+# * Deactivated dependency media-libs/qimageblitz as there is no Qt5 version
+# yet
+
+DEPEND="
+ $(add_frameworks_dep kactivities)
+ $(add_frameworks_dep karchive)
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep khtml)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kjs)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep threadweaver)
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtprintsupport:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ media-libs/freetype
+ media-libs/phonon[qt5]
+ sys-devel/gettext
+ sys-libs/zlib
+ chm? ( dev-libs/chmlib )
+ crypt? ( app-crypt/qca[qt5] )
+ djvu? ( app-text/djvu )
+ dpi? ( x11-libs/libkscreen )
+ ebook? ( app-text/ebook-tools )
+ jpeg? ( virtual/jpeg:0 )
+ pdf? ( app-text/poppler[qt5,-exceptions(-)] )
+ tiff? ( media-libs/tiff )
+"
+RDEPEND="${DEPEND}
+ !kde-base/okular:4
+"
+RESTRICT=test
+# test 2: parttest hangs
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_with chm)
+ $(cmake-utils_use_with crypt QCA2)
+ $(cmake-utils_use_with djvu DjVuLibre)
+ $(cmake-utils_use_find_package dpi KF5Screen)
+ $(cmake-utils_use_with ebook EPub)
+ $(cmake-utils_use_with jpeg)
+ $(cmake-utils_use_with jpeg Kexiv2)
+ $(cmake-utils_use_with pdf Poppler)
+ $(cmake-utils_use_with tiff)
+ )
+
+ kde5_src_configure
+}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2014-07-16 12:32 Michael Palimaka
0 siblings, 0 replies; 27+ messages in thread
From: Michael Palimaka @ 2014-07-16 12:32 UTC (permalink / raw
To: gentoo-commits
commit: 3d6c70e9e172419790f4b29c3169367187b07cc7
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 16 12:32:17 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 16 12:32:17 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3d6c70e9
[kde-base/okular] Pin libkscreen to SLOT 4.
Package-Manager: portage-2.2.10
---
kde-base/okular/okular-4.13.3.ebuild | 2 +-
kde-base/okular/okular-4.13.49.9999.ebuild | 2 +-
kde-base/okular/okular-4.14.49.9999.ebuild | 2 +-
kde-base/okular/okular-4.9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-base/okular/okular-4.13.3.ebuild b/kde-base/okular/okular-4.13.3.ebuild
index 4660d80..f21aedc 100644
--- a/kde-base/okular/okular-4.13.3.ebuild
+++ b/kde-base/okular/okular-4.13.3.ebuild
@@ -24,7 +24,7 @@ DEPEND="
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
djvu? ( app-text/djvu )
- dpi? ( x11-libs/libkscreen )
+ dpi? ( x11-libs/libkscreen:4 )
ebook? ( app-text/ebook-tools )
jpeg? (
$(add_kdebase_dep libkexiv2)
diff --git a/kde-base/okular/okular-4.13.49.9999.ebuild b/kde-base/okular/okular-4.13.49.9999.ebuild
index 86fccec..f960cd6 100644
--- a/kde-base/okular/okular-4.13.49.9999.ebuild
+++ b/kde-base/okular/okular-4.13.49.9999.ebuild
@@ -24,7 +24,7 @@ DEPEND="
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
djvu? ( app-text/djvu )
- dpi? ( x11-libs/libkscreen )
+ dpi? ( x11-libs/libkscreen:4 )
ebook? ( app-text/ebook-tools )
jpeg? (
$(add_kdebase_dep libkexiv2)
diff --git a/kde-base/okular/okular-4.14.49.9999.ebuild b/kde-base/okular/okular-4.14.49.9999.ebuild
index 86fccec..f960cd6 100644
--- a/kde-base/okular/okular-4.14.49.9999.ebuild
+++ b/kde-base/okular/okular-4.14.49.9999.ebuild
@@ -24,7 +24,7 @@ DEPEND="
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
djvu? ( app-text/djvu )
- dpi? ( x11-libs/libkscreen )
+ dpi? ( x11-libs/libkscreen:4 )
ebook? ( app-text/ebook-tools )
jpeg? (
$(add_kdebase_dep libkexiv2)
diff --git a/kde-base/okular/okular-4.9999.ebuild b/kde-base/okular/okular-4.9999.ebuild
index 86fccec..f960cd6 100644
--- a/kde-base/okular/okular-4.9999.ebuild
+++ b/kde-base/okular/okular-4.9999.ebuild
@@ -24,7 +24,7 @@ DEPEND="
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
djvu? ( app-text/djvu )
- dpi? ( x11-libs/libkscreen )
+ dpi? ( x11-libs/libkscreen:4 )
ebook? ( app-text/ebook-tools )
jpeg? (
$(add_kdebase_dep libkexiv2)
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2014-05-26 21:49 Maciej Mrozowski
0 siblings, 0 replies; 27+ messages in thread
From: Maciej Mrozowski @ 2014-05-26 21:49 UTC (permalink / raw
To: gentoo-commits
commit: e4549a256036395d5fe51ce5f93a996f698ae92c
Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Mon May 26 21:49:27 2014 +0000
Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Mon May 26 21:49:27 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e4549a25
[kde-base/okular] Handle kimgio generator under jpeg USE flag. Fixes bug 511416
Package-Manager: portage-2.2.10
---
kde-base/okular/okular-4.13.49.9999.ebuild | 6 +++++-
kde-base/okular/okular-4.9999.ebuild | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/kde-base/okular/okular-4.13.49.9999.ebuild b/kde-base/okular/okular-4.13.49.9999.ebuild
index f785b8e..c16e1a6 100644
--- a/kde-base/okular/okular-4.13.49.9999.ebuild
+++ b/kde-base/okular/okular-4.13.49.9999.ebuild
@@ -26,7 +26,10 @@ DEPEND="
djvu? ( app-text/djvu )
dpi? ( x11-libs/libkscreen )
ebook? ( app-text/ebook-tools )
- jpeg? ( virtual/jpeg:0 )
+ jpeg? (
+ $(add_kdebase_dep libkexiv2)
+ virtual/jpeg:0
+ )
mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) )
pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
@@ -42,6 +45,7 @@ src_configure() {
$(cmake-utils_use_with dpi LibKScreen)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
+ $(cmake-utils_use_with jpeg Kexiv2)
$(cmake-utils_use_with mobi QMobiPocket)
$(cmake-utils_use_with postscript LibSpectre)
$(cmake-utils_use_with pdf PopplerQt4)
diff --git a/kde-base/okular/okular-4.9999.ebuild b/kde-base/okular/okular-4.9999.ebuild
index f785b8e..c16e1a6 100644
--- a/kde-base/okular/okular-4.9999.ebuild
+++ b/kde-base/okular/okular-4.9999.ebuild
@@ -26,7 +26,10 @@ DEPEND="
djvu? ( app-text/djvu )
dpi? ( x11-libs/libkscreen )
ebook? ( app-text/ebook-tools )
- jpeg? ( virtual/jpeg:0 )
+ jpeg? (
+ $(add_kdebase_dep libkexiv2)
+ virtual/jpeg:0
+ )
mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) )
pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
@@ -42,6 +45,7 @@ src_configure() {
$(cmake-utils_use_with dpi LibKScreen)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
+ $(cmake-utils_use_with jpeg Kexiv2)
$(cmake-utils_use_with mobi QMobiPocket)
$(cmake-utils_use_with postscript LibSpectre)
$(cmake-utils_use_with pdf PopplerQt4)
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2014-03-09 14:40 Johannes Huber
0 siblings, 0 replies; 27+ messages in thread
From: Johannes Huber @ 2014-03-09 14:40 UTC (permalink / raw
To: gentoo-commits
commit: 122aac54c4a9b35ea3d3755f7840db0ffbc4ad1b
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 9 14:40:22 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Mar 9 14:40:22 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=122aac54
[kde-base/okular] Add USE dpi wrt bug #503956
Package-Manager: portage-2.2.8-r1
---
kde-base/okular/metadata.xml | 1 +
kde-base/okular/okular-4.12.80.ebuild | 4 +++-
kde-base/okular/okular-4.13.49.9999.ebuild | 4 +++-
kde-base/okular/okular-9999.ebuild | 4 +++-
4 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/kde-base/okular/metadata.xml b/kde-base/okular/metadata.xml
index 46962fb..63b3d40 100644
--- a/kde-base/okular/metadata.xml
+++ b/kde-base/okular/metadata.xml
@@ -3,6 +3,7 @@
<pkgmetadata>
<use>
<flag name="chm">Enable support for Microsoft Compiled HTML Help files</flag>
+ <flag name="dpi">DPI detection support for PDF rendering via <pkg>x11-libs/libkscreen</pkg></flag>
<flag name="ebook">Add E-Book support</flag>
<flag name="mobi">Add mobipocket support</flag>
</use>
diff --git a/kde-base/okular/okular-4.12.80.ebuild b/kde-base/okular/okular-4.12.80.ebuild
index b1b8a15..65c21d0 100644
--- a/kde-base/okular/okular-4.12.80.ebuild
+++ b/kde-base/okular/okular-4.12.80.ebuild
@@ -15,7 +15,7 @@ inherit kde4-base
DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4."
HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="chm crypt debug djvu ebook +jpeg mobi +postscript +pdf +tiff"
+IUSE="chm crypt debug djvu dpi ebook +jpeg mobi +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -24,6 +24,7 @@ DEPEND="
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
djvu? ( app-text/djvu )
+ dpi? ( x11-libs/libkscreen )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) )
@@ -38,6 +39,7 @@ src_configure() {
$(cmake-utils_use_with chm)
$(cmake-utils_use_with crypt QCA2)
$(cmake-utils_use_with djvu DjVuLibre)
+ $(cmake-utils_use_with dpi LibKScreen)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with mobi QMobiPocket)
diff --git a/kde-base/okular/okular-4.13.49.9999.ebuild b/kde-base/okular/okular-4.13.49.9999.ebuild
index 3c428b2..f785b8e 100644
--- a/kde-base/okular/okular-4.13.49.9999.ebuild
+++ b/kde-base/okular/okular-4.13.49.9999.ebuild
@@ -15,7 +15,7 @@ inherit kde4-base
DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4."
HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS=""
-IUSE="chm crypt debug djvu ebook +jpeg mobi +postscript +pdf +tiff"
+IUSE="chm crypt debug djvu dpi ebook +jpeg mobi +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -24,6 +24,7 @@ DEPEND="
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
djvu? ( app-text/djvu )
+ dpi? ( x11-libs/libkscreen )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) )
@@ -38,6 +39,7 @@ src_configure() {
$(cmake-utils_use_with chm)
$(cmake-utils_use_with crypt QCA2)
$(cmake-utils_use_with djvu DjVuLibre)
+ $(cmake-utils_use_with dpi LibKScreen)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with mobi QMobiPocket)
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index 3c428b2..f785b8e 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -15,7 +15,7 @@ inherit kde4-base
DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4."
HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS=""
-IUSE="chm crypt debug djvu ebook +jpeg mobi +postscript +pdf +tiff"
+IUSE="chm crypt debug djvu dpi ebook +jpeg mobi +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -24,6 +24,7 @@ DEPEND="
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
djvu? ( app-text/djvu )
+ dpi? ( x11-libs/libkscreen )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) )
@@ -38,6 +39,7 @@ src_configure() {
$(cmake-utils_use_with chm)
$(cmake-utils_use_with crypt QCA2)
$(cmake-utils_use_with djvu DjVuLibre)
+ $(cmake-utils_use_with dpi LibKScreen)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with mobi QMobiPocket)
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2014-01-18 4:34 Robin H. Johnson
0 siblings, 0 replies; 27+ messages in thread
From: Robin H. Johnson @ 2014-01-18 4:34 UTC (permalink / raw
To: gentoo-commits
commit: 151a46abf3b1191b64ec9a908852f25fdbc1c715
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 14:05:39 2014 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 14:05:39 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=151a46ab
[kde-base/okular] Spelling.
Package-Manager: portage-2.2.7
---
kde-base/okular/okular-4.11.49.9999.ebuild | 2 +-
kde-base/okular/okular-4.12.1.ebuild | 2 +-
kde-base/okular/okular-4.12.49.9999.ebuild | 2 +-
kde-base/okular/okular-9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-base/okular/okular-4.11.49.9999.ebuild b/kde-base/okular/okular-4.11.49.9999.ebuild
index 29be68d..129fab6 100644
--- a/kde-base/okular/okular-4.11.49.9999.ebuild
+++ b/kde-base/okular/okular-4.11.49.9999.ebuild
@@ -12,7 +12,7 @@ RESTRICT=test
inherit kde4-base
-DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
+DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4."
HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS=""
IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
diff --git a/kde-base/okular/okular-4.12.1.ebuild b/kde-base/okular/okular-4.12.1.ebuild
index 8a855a8..3448b44 100644
--- a/kde-base/okular/okular-4.12.1.ebuild
+++ b/kde-base/okular/okular-4.12.1.ebuild
@@ -12,7 +12,7 @@ RESTRICT=test
inherit kde4-base
-DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
+DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4."
HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="chm crypt debug djvu ebook +jpeg mobi +postscript +pdf +tiff"
diff --git a/kde-base/okular/okular-4.12.49.9999.ebuild b/kde-base/okular/okular-4.12.49.9999.ebuild
index 9aed7d0..3c428b2 100644
--- a/kde-base/okular/okular-4.12.49.9999.ebuild
+++ b/kde-base/okular/okular-4.12.49.9999.ebuild
@@ -12,7 +12,7 @@ RESTRICT=test
inherit kde4-base
-DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
+DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4."
HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS=""
IUSE="chm crypt debug djvu ebook +jpeg mobi +postscript +pdf +tiff"
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index 9aed7d0..3c428b2 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -12,7 +12,7 @@ RESTRICT=test
inherit kde4-base
-DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
+DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4."
HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS=""
IUSE="chm crypt debug djvu ebook +jpeg mobi +postscript +pdf +tiff"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2013-12-25 21:05 Chris Reffett
0 siblings, 0 replies; 27+ messages in thread
From: Chris Reffett @ 2013-12-25 21:05 UTC (permalink / raw
To: gentoo-commits
commit: f7174233799708bc0fde7cdc4df6850664a18f0b
Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 21:04:40 2013 +0000
Commit: Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 21:04:40 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f7174233
[kde-base/okular] Fix spelling in metadata.xml
Package-Manager: portage-2.2.7
---
kde-base/okular/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/okular/metadata.xml b/kde-base/okular/metadata.xml
index ae7d250..46962fb 100644
--- a/kde-base/okular/metadata.xml
+++ b/kde-base/okular/metadata.xml
@@ -3,7 +3,7 @@
<pkgmetadata>
<use>
<flag name="chm">Enable support for Microsoft Compiled HTML Help files</flag>
- <flag name="ebook">Add E-Book suppport</flag>
+ <flag name="ebook">Add E-Book support</flag>
<flag name="mobi">Add mobipocket support</flag>
</use>
<herd>kde</herd>
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2013-12-25 21:05 Chris Reffett
0 siblings, 0 replies; 27+ messages in thread
From: Chris Reffett @ 2013-12-25 21:05 UTC (permalink / raw
To: gentoo-commits
commit: 648a9aeb690db4e0f9d84df9c31af2cb1a1dbd33
Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 20:49:37 2013 +0000
Commit: Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 20:49:37 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=648a9aeb
[kde-base/okular] Add mobi USE flag wrt bug 495986
Package-Manager: portage-2.2.7
---
kde-base/okular/metadata.xml | 1 +
kde-base/okular/okular-4.12.49.9999.ebuild | 4 +++-
kde-base/okular/okular-9999.ebuild | 4 +++-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/kde-base/okular/metadata.xml b/kde-base/okular/metadata.xml
index 0f8e969..ae7d250 100644
--- a/kde-base/okular/metadata.xml
+++ b/kde-base/okular/metadata.xml
@@ -4,6 +4,7 @@
<use>
<flag name="chm">Enable support for Microsoft Compiled HTML Help files</flag>
<flag name="ebook">Add E-Book suppport</flag>
+ <flag name="mobi">Add mobipocket support</flag>
</use>
<herd>kde</herd>
</pkgmetadata>
diff --git a/kde-base/okular/okular-4.12.49.9999.ebuild b/kde-base/okular/okular-4.12.49.9999.ebuild
index f661ddf..3b50f71 100644
--- a/kde-base/okular/okular-4.12.49.9999.ebuild
+++ b/kde-base/okular/okular-4.12.49.9999.ebuild
@@ -15,7 +15,7 @@ inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS=""
-IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
+IUSE="chm crypt debug djvu ebook +jpeg mobi +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -26,6 +26,7 @@ DEPEND="
djvu? ( app-text/djvu )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
+ mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) )
pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
tiff? ( media-libs/tiff )
@@ -39,6 +40,7 @@ src_configure() {
$(cmake-utils_use_with djvu DjVuLibre)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
+ $(cmake-utils_use_with mobi QMobiPocket)
$(cmake-utils_use_with postscript LibSpectre)
$(cmake-utils_use_with pdf PopplerQt4)
$(cmake-utils_use_with pdf Poppler)
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index f661ddf..3b50f71 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -15,7 +15,7 @@ inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS=""
-IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
+IUSE="chm crypt debug djvu ebook +jpeg mobi +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -26,6 +26,7 @@ DEPEND="
djvu? ( app-text/djvu )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
+ mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) )
pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
tiff? ( media-libs/tiff )
@@ -39,6 +40,7 @@ src_configure() {
$(cmake-utils_use_with djvu DjVuLibre)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
+ $(cmake-utils_use_with mobi QMobiPocket)
$(cmake-utils_use_with postscript LibSpectre)
$(cmake-utils_use_with pdf PopplerQt4)
$(cmake-utils_use_with pdf Poppler)
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2013-07-31 18:13 Johannes Huber
0 siblings, 0 replies; 27+ messages in thread
From: Johannes Huber @ 2013-07-31 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 3dcc918d42519e5918b4602ab94ed96ef355c53a
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 18:12:05 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 18:12:44 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3dcc918d
[kde-base/okular] Update HOMEPAGE wrt bug #478872.
Package-Manager: portage-2.2.0_alpha191
---
kde-base/okular/okular-4.10.97.ebuild | 1 +
kde-base/okular/okular-4.11.49.9999.ebuild | 1 +
kde-base/okular/okular-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-base/okular/okular-4.10.97.ebuild b/kde-base/okular/okular-4.10.97.ebuild
index 83045e5..3758c50 100644
--- a/kde-base/okular/okular-4.10.97.ebuild
+++ b/kde-base/okular/okular-4.10.97.ebuild
@@ -13,6 +13,7 @@ RESTRICT=test
inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
+HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
diff --git a/kde-base/okular/okular-4.11.49.9999.ebuild b/kde-base/okular/okular-4.11.49.9999.ebuild
index 769f621..f661ddf 100644
--- a/kde-base/okular/okular-4.11.49.9999.ebuild
+++ b/kde-base/okular/okular-4.11.49.9999.ebuild
@@ -13,6 +13,7 @@ RESTRICT=test
inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
+HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS=""
IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index 769f621..f661ddf 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -13,6 +13,7 @@ RESTRICT=test
inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
+HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS=""
IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2013-06-21 16:30 Andreas Hüttel
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Hüttel @ 2013-06-21 16:30 UTC (permalink / raw
To: gentoo-commits
commit: e065f273c80bfd286205d348adf0373da7d256b5
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 16:32:02 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 16:32:30 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e065f273
[kde-base/okular] tests hang
Package-Manager: portage-2.2.0_alpha183
---
kde-base/okular/okular-4.10.80.ebuild | 6 +++++-
kde-base/okular/okular-9999.ebuild | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/kde-base/okular/okular-4.10.80.ebuild b/kde-base/okular/okular-4.10.80.ebuild
index 78a8a6b..83045e5 100644
--- a/kde-base/okular/okular-4.10.80.ebuild
+++ b/kde-base/okular/okular-4.10.80.ebuild
@@ -5,7 +5,11 @@
EAPI=5
KDE_HANDBOOK="optional"
-VIRTUALX_REQUIRED=test
+
+#VIRTUALX_REQUIRED=test
+RESTRICT=test
+# test 2: parttest hangs
+
inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index 7144bed..769f621 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -5,7 +5,11 @@
EAPI=5
KDE_HANDBOOK="optional"
-VIRTUALX_REQUIRED=test
+
+#VIRTUALX_REQUIRED=test
+RESTRICT=test
+# test 2: parttest hangs
+
inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2013-06-20 20:12 Andreas Hüttel
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Hüttel @ 2013-06-20 20:12 UTC (permalink / raw
To: gentoo-commits
commit: c63f61aa9b99c68ebf2b632865912afc39835615
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 20:13:59 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 20:13:59 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c63f61aa
[kde-base/okular] tests need X
Package-Manager: portage-2.2.0_alpha183
---
kde-base/okular/okular-4.10.80.ebuild | 1 +
kde-base/okular/okular-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-base/okular/okular-4.10.80.ebuild b/kde-base/okular/okular-4.10.80.ebuild
index 4e0a41b..78a8a6b 100644
--- a/kde-base/okular/okular-4.10.80.ebuild
+++ b/kde-base/okular/okular-4.10.80.ebuild
@@ -5,6 +5,7 @@
EAPI=5
KDE_HANDBOOK="optional"
+VIRTUALX_REQUIRED=test
inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index c95c82d..7144bed 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -5,6 +5,7 @@
EAPI=5
KDE_HANDBOOK="optional"
+VIRTUALX_REQUIRED=test
inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2013-03-17 18:11 Michael Palimaka
0 siblings, 0 replies; 27+ messages in thread
From: Michael Palimaka @ 2013-03-17 18:11 UTC (permalink / raw
To: gentoo-commits
commit: ece77a898a187ee1861d7badf8661c87117de2c9
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 18:08:18 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 18:08:18 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ece77a89
[kde-base/okular] Drop poppler subslot since it links only to libpoppler-qt4.so.
Package-Manager: portage-2.1.11.55
---
kde-base/okular/okular-4.10.49.9999.ebuild | 2 +-
kde-base/okular/okular-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/okular/okular-4.10.49.9999.ebuild b/kde-base/okular/okular-4.10.49.9999.ebuild
index 24df3b2..c95c82d 100644
--- a/kde-base/okular/okular-4.10.49.9999.ebuild
+++ b/kde-base/okular/okular-4.10.49.9999.ebuild
@@ -20,7 +20,7 @@ DEPEND="
djvu? ( app-text/djvu )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
- pdf? ( >=app-text/poppler-0.20:=[qt4,-exceptions(-)] )
+ pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index 24df3b2..c95c82d 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -20,7 +20,7 @@ DEPEND="
djvu? ( app-text/djvu )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
- pdf? ( >=app-text/poppler-0.20:=[qt4,-exceptions(-)] )
+ pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2013-03-12 12:10 Michael Palimaka
0 siblings, 0 replies; 27+ messages in thread
From: Michael Palimaka @ 2013-03-12 12:10 UTC (permalink / raw
To: gentoo-commits
commit: 0b3d4757fb3d7a8cb6faeb236408b6ff24f9b6e1
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 12:09:30 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 12:09:30 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0b3d4757
[kde-base/okular] Add subslot dependency for poppler.
Package-Manager: portage-2.1.11.55
---
kde-base/okular/okular-4.10.49.9999.ebuild | 2 +-
kde-base/okular/okular-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/okular/okular-4.10.49.9999.ebuild b/kde-base/okular/okular-4.10.49.9999.ebuild
index c95c82d..24df3b2 100644
--- a/kde-base/okular/okular-4.10.49.9999.ebuild
+++ b/kde-base/okular/okular-4.10.49.9999.ebuild
@@ -20,7 +20,7 @@ DEPEND="
djvu? ( app-text/djvu )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
- pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
+ pdf? ( >=app-text/poppler-0.20:=[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index c95c82d..24df3b2 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -20,7 +20,7 @@ DEPEND="
djvu? ( app-text/djvu )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
- pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
+ pdf? ( >=app-text/poppler-0.20:=[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2012-08-03 16:11 Johannes Huber
0 siblings, 0 replies; 27+ messages in thread
From: Johannes Huber @ 2012-08-03 16:11 UTC (permalink / raw
To: gentoo-commits
commit: 783585251a9c0a74813f220dfa0ba08b7285dd63
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 3 16:11:04 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Aug 3 16:11:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=78358525
[kde-base/okular] Bump required dep on app-text/poppler by Elias Probst <mail <AT> eliasprobst.eu> wrt bug #429678.
(Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/okular/okular-4.9.49.9999.ebuild | 2 +-
kde-base/okular/okular-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/okular/okular-4.9.49.9999.ebuild b/kde-base/okular/okular-4.9.49.9999.ebuild
index a8839cc..dffc175 100644
--- a/kde-base/okular/okular-4.9.49.9999.ebuild
+++ b/kde-base/okular/okular-4.9.49.9999.ebuild
@@ -21,7 +21,7 @@ DEPEND="
djvu? ( app-text/djvu )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
- pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
+ pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index a8839cc..dffc175 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -21,7 +21,7 @@ DEPEND="
djvu? ( app-text/djvu )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
- pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
+ pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2012-06-16 16:54 Michael Palimaka
0 siblings, 0 replies; 27+ messages in thread
From: Michael Palimaka @ 2012-06-16 16:54 UTC (permalink / raw
To: gentoo-commits
commit: 02ca7ec59ee31eb50630671b27071d88a7db50bf
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 16 16:53:11 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jun 16 16:53:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=02ca7ec5
[kde-base/okular] Use global USE flag "postscript" instead of local USE flag "ps" for PostScript support, wrt bug #421453.
(Portage version: 2.1.10.65/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/okular/metadata.xml | 1 -
kde-base/okular/okular-4.8.4.ebuild | 6 +++---
kde-base/okular/okular-4.8.49.9999.ebuild | 6 +++---
kde-base/okular/okular-4.8.80.ebuild | 6 +++---
kde-base/okular/okular-4.8.90.ebuild | 6 +++---
kde-base/okular/okular-9999.ebuild | 6 +++---
6 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/kde-base/okular/metadata.xml b/kde-base/okular/metadata.xml
index aa3adb8..0f8e969 100644
--- a/kde-base/okular/metadata.xml
+++ b/kde-base/okular/metadata.xml
@@ -4,7 +4,6 @@
<use>
<flag name="chm">Enable support for Microsoft Compiled HTML Help files</flag>
<flag name="ebook">Add E-Book suppport</flag>
- <flag name="ps">Add PostScript support</flag>
</use>
<herd>kde</herd>
</pkgmetadata>
diff --git a/kde-base/okular/okular-4.8.4.ebuild b/kde-base/okular/okular-4.8.4.ebuild
index 156eba1..b12d820 100644
--- a/kde-base/okular/okular-4.8.4.ebuild
+++ b/kde-base/okular/okular-4.8.4.ebuild
@@ -9,7 +9,7 @@ inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="chm crypt debug djvu ebook +jpeg +ps +pdf +tiff"
+IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -21,7 +21,7 @@ DEPEND="
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
- ps? ( app-text/libspectre )
+ postscript? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
RDEPEND="${DEPEND}"
@@ -33,7 +33,7 @@ src_configure() {
$(cmake-utils_use_with djvu DjVuLibre)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
- $(cmake-utils_use_with ps LibSpectre)
+ $(cmake-utils_use_with postscript LibSpectre)
$(cmake-utils_use_with pdf PopplerQt4)
$(cmake-utils_use_with pdf Poppler)
$(cmake-utils_use_with tiff)
diff --git a/kde-base/okular/okular-4.8.49.9999.ebuild b/kde-base/okular/okular-4.8.49.9999.ebuild
index 0fce365..a8839cc 100644
--- a/kde-base/okular/okular-4.8.49.9999.ebuild
+++ b/kde-base/okular/okular-4.8.49.9999.ebuild
@@ -10,7 +10,7 @@ inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
KEYWORDS=""
-IUSE="chm crypt debug djvu ebook +jpeg +ps +pdf +tiff"
+IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -22,7 +22,7 @@ DEPEND="
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
- ps? ( app-text/libspectre )
+ postscript? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
RDEPEND="${DEPEND}"
@@ -34,7 +34,7 @@ src_configure() {
$(cmake-utils_use_with djvu DjVuLibre)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
- $(cmake-utils_use_with ps LibSpectre)
+ $(cmake-utils_use_with postscript LibSpectre)
$(cmake-utils_use_with pdf PopplerQt4)
$(cmake-utils_use_with pdf Poppler)
$(cmake-utils_use_with tiff)
diff --git a/kde-base/okular/okular-4.8.80.ebuild b/kde-base/okular/okular-4.8.80.ebuild
index 4aaae92..40dbc19 100644
--- a/kde-base/okular/okular-4.8.80.ebuild
+++ b/kde-base/okular/okular-4.8.80.ebuild
@@ -10,7 +10,7 @@ inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="chm crypt debug djvu ebook +jpeg +ps +pdf +tiff"
+IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -22,7 +22,7 @@ DEPEND="
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
- ps? ( app-text/libspectre )
+ postscript? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
RDEPEND="${DEPEND}"
@@ -34,7 +34,7 @@ src_configure() {
$(cmake-utils_use_with djvu DjVuLibre)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
- $(cmake-utils_use_with ps LibSpectre)
+ $(cmake-utils_use_with postscript LibSpectre)
$(cmake-utils_use_with pdf PopplerQt4)
$(cmake-utils_use_with pdf Poppler)
$(cmake-utils_use_with tiff)
diff --git a/kde-base/okular/okular-4.8.90.ebuild b/kde-base/okular/okular-4.8.90.ebuild
index 4aaae92..40dbc19 100644
--- a/kde-base/okular/okular-4.8.90.ebuild
+++ b/kde-base/okular/okular-4.8.90.ebuild
@@ -10,7 +10,7 @@ inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="chm crypt debug djvu ebook +jpeg +ps +pdf +tiff"
+IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -22,7 +22,7 @@ DEPEND="
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
- ps? ( app-text/libspectre )
+ postscript? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
RDEPEND="${DEPEND}"
@@ -34,7 +34,7 @@ src_configure() {
$(cmake-utils_use_with djvu DjVuLibre)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
- $(cmake-utils_use_with ps LibSpectre)
+ $(cmake-utils_use_with postscript LibSpectre)
$(cmake-utils_use_with pdf PopplerQt4)
$(cmake-utils_use_with pdf Poppler)
$(cmake-utils_use_with tiff)
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index 0fce365..a8839cc 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
KEYWORDS=""
-IUSE="chm crypt debug djvu ebook +jpeg +ps +pdf +tiff"
+IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -22,7 +22,7 @@ DEPEND="
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
- ps? ( app-text/libspectre )
+ postscript? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
RDEPEND="${DEPEND}"
@@ -34,7 +34,7 @@ src_configure() {
$(cmake-utils_use_with djvu DjVuLibre)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
- $(cmake-utils_use_with ps LibSpectre)
+ $(cmake-utils_use_with postscript LibSpectre)
$(cmake-utils_use_with pdf PopplerQt4)
$(cmake-utils_use_with pdf Poppler)
$(cmake-utils_use_with tiff)
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2012-05-21 23:00 Johannes Huber
0 siblings, 0 replies; 27+ messages in thread
From: Johannes Huber @ 2012-05-21 23:00 UTC (permalink / raw
To: gentoo-commits
commit: 85bf7685c706cca10677f5b1dabfa1ea366d8d82
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon May 21 22:59:56 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon May 21 23:00:03 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=85bf7685
[kde-base/okular] Sync with tree. Dropped spurious lcms USE dep on poppler by reavertm, bug 414301.
(Portage version: 2.2.0_alpha107/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/okular/okular-4.8.49.9999.ebuild | 2 +-
kde-base/okular/okular-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/okular/okular-4.8.49.9999.ebuild b/kde-base/okular/okular-4.8.49.9999.ebuild
index c1215a3..0fce365 100644
--- a/kde-base/okular/okular-4.8.49.9999.ebuild
+++ b/kde-base/okular/okular-4.8.49.9999.ebuild
@@ -21,7 +21,7 @@ DEPEND="
djvu? ( app-text/djvu )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
- pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4,-exceptions(-)] )
+ pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
ps? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index c1215a3..0fce365 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -21,7 +21,7 @@ DEPEND="
djvu? ( app-text/djvu )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
- pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4,-exceptions(-)] )
+ pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
ps? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2011-09-28 22:37 Maciej Mrozowski
0 siblings, 0 replies; 27+ messages in thread
From: Maciej Mrozowski @ 2011-09-28 22:37 UTC (permalink / raw
To: gentoo-commits
commit: ce72286ee6cbdfc625f5e33a4a0022fbf08c3dd8
Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 22:36:35 2011 +0000
Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 22:36:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ce72286e
[kde-base/okular] Provide USE defaults for poppler[exceptions] as this USE flag is removed in newer poppler.
(Portage version: 2.2.0_alpha59/git/Linux x86_64, signed Manifest commit with key B1E955DB)
---
kde-base/okular/okular-4.7.49.9999.ebuild | 2 +-
kde-base/okular/okular-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/okular/okular-4.7.49.9999.ebuild b/kde-base/okular/okular-4.7.49.9999.ebuild
index dec3efa..21ece32 100644
--- a/kde-base/okular/okular-4.7.49.9999.ebuild
+++ b/kde-base/okular/okular-4.7.49.9999.ebuild
@@ -21,7 +21,7 @@ DEPEND="
djvu? ( app-text/djvu )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
- pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4,-exceptions] )
+ pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4,-exceptions(-)] )
ps? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index dec3efa..21ece32 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -21,7 +21,7 @@ DEPEND="
djvu? ( app-text/djvu )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
- pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4,-exceptions] )
+ pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4,-exceptions(-)] )
ps? ( app-text/libspectre )
tiff? ( media-libs/tiff )
"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2011-08-27 21:13 Andreas Hüttel
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Hüttel @ 2011-08-27 21:13 UTC (permalink / raw
To: gentoo-commits
commit: 7ef612ec899fecb28ce63e6169ee3ff28e1a9b3c
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sat Aug 27 07:53:07 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 21:13:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7ef612ec
[kde-base/okular] Add missing qimageblitz dependency, bug 379771
(Portage version: 2.1.10.11/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
---
kde-base/okular/okular-4.7.49.9999.ebuild | 1 +
kde-base/okular/okular-9999.ebuild | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/kde-base/okular/okular-4.7.49.9999.ebuild b/kde-base/okular/okular-4.7.49.9999.ebuild
index dbf9007..dec3efa 100644
--- a/kde-base/okular/okular-4.7.49.9999.ebuild
+++ b/kde-base/okular/okular-4.7.49.9999.ebuild
@@ -14,6 +14,7 @@ IUSE="chm crypt debug djvu ebook +jpeg +ps +pdf +tiff"
DEPEND="
media-libs/freetype
+ media-libs/qimageblitz
sys-libs/zlib
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index dbf9007..dec3efa 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -14,6 +14,7 @@ IUSE="chm crypt debug djvu ebook +jpeg +ps +pdf +tiff"
DEPEND="
media-libs/freetype
+ media-libs/qimageblitz
sys-libs/zlib
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2011-06-24 19:29 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 27+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-06-24 19:29 UTC (permalink / raw
To: gentoo-commits
commit: 4fc77acf6f8517b0ebc75ec85f64d5febf5847ed
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 19:27:08 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 19:27:08 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4fc77acf
[kde-base/okular-4.6.90] okular now inherits kde4-base and not kde4-meta.
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/okular/okular-4.6.90.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kde-base/okular/okular-4.6.90.ebuild b/kde-base/okular/okular-4.6.90.ebuild
index c2b5ca4..b889c76 100644
--- a/kde-base/okular/okular-4.6.90.ebuild
+++ b/kde-base/okular/okular-4.6.90.ebuild
@@ -39,5 +39,5 @@ src_configure() {
$(cmake-utils_use_with tiff)
)
- kde4-meta_src_configure
+ kde4-base_src_configure
}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2011-06-08 22:49 Andreas Hüttel
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Hüttel @ 2011-06-08 22:49 UTC (permalink / raw
To: gentoo-commits
commit: d4defcd58a543399acbf61db5a8519f9d2b07fe5
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Wed Jun 8 22:48:22 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 22:49:16 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d4defcd5
Replace D with ED
(Portage version: 2.1.10/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
---
kde-base/okular/okular-4.6.4.ebuild | 2 +-
kde-base/okular/okular-4.6.49.9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/okular/okular-4.6.4.ebuild b/kde-base/okular/okular-4.6.4.ebuild
index 3b29a5d..e3d5442 100644
--- a/kde-base/okular/okular-4.6.4.ebuild
+++ b/kde-base/okular/okular-4.6.4.ebuild
@@ -56,5 +56,5 @@ src_install() {
kde4-meta_src_install
# why, oh why?!
- rm "${D}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
+ rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
}
diff --git a/kde-base/okular/okular-4.6.49.9999.ebuild b/kde-base/okular/okular-4.6.49.9999.ebuild
index 47fa7ad..4bbd8c3 100644
--- a/kde-base/okular/okular-4.6.49.9999.ebuild
+++ b/kde-base/okular/okular-4.6.49.9999.ebuild
@@ -54,5 +54,5 @@ src_install() {
kde4-meta_src_install
# why, oh why?!
- rm "${D}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
+ rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2011-06-08 21:42 Andreas Hüttel
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Hüttel @ 2011-06-08 21:42 UTC (permalink / raw
To: gentoo-commits
commit: 68a76eb53bd014f8eb7fb21ffcceda872a050395
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Wed Jun 8 21:41:59 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 21:41:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=68a76eb5
[kde-base/okular] Fix typo; remove duplicate file
(Portage version: 2.1.10/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
---
kde-base/okular/okular-4.6.4.ebuild | 9 ++++++++-
kde-base/okular/okular-4.6.49.9999.ebuild | 7 +++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/kde-base/okular/okular-4.6.4.ebuild b/kde-base/okular/okular-4.6.4.ebuild
index 4695133..3b29a5d 100644
--- a/kde-base/okular/okular-4.6.4.ebuild
+++ b/kde-base/okular/okular-4.6.4.ebuild
@@ -49,5 +49,12 @@ src_configure() {
$(cmake-utils_use_with tiff)
)
- ${kde4_eclass}_src_configure
+ ${kde_eclass}_src_configure
+}
+
+src_install() {
+ kde4-meta_src_install
+
+ # why, oh why?!
+ rm "${D}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
}
diff --git a/kde-base/okular/okular-4.6.49.9999.ebuild b/kde-base/okular/okular-4.6.49.9999.ebuild
index 0b58f47..47fa7ad 100644
--- a/kde-base/okular/okular-4.6.49.9999.ebuild
+++ b/kde-base/okular/okular-4.6.49.9999.ebuild
@@ -49,3 +49,10 @@ src_configure() {
kde4-base_src_configure
}
+
+src_install() {
+ kde4-meta_src_install
+
+ # why, oh why?!
+ rm "${D}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
+}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2011-06-06 17:12 Jonathan Callen
0 siblings, 0 replies; 27+ messages in thread
From: Jonathan Callen @ 2011-06-06 17:12 UTC (permalink / raw
To: gentoo-commits
commit: 93e47f243f62a310fc39028db3b85b79228f0b4b
Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 3 22:07:14 2011 +0000
Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Mon Jun 6 17:12:45 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=93e47f24
[kde-base/okular] Drop the symlink hack, no longer needed
(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 229E5838)
---
kde-base/okular/okular-9999.ebuild | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index 0b58f47..dbf9007 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -26,14 +26,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-src_unpack() {
- kde4-base_src_unpack
-
- # HACK HACK HACK
- # The package assumes that ../okular == .
- ln -sf ${P} "${WORKDIR}/okular" || die "could not symlink the sources properly"
-}
-
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with chm)
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2011-06-05 12:12 Marc Schiffbauer
0 siblings, 0 replies; 27+ messages in thread
From: Marc Schiffbauer @ 2011-06-05 12:12 UTC (permalink / raw
To: gentoo-commits
commit: 5389f45a0952e199bf9820eb358e58470b0c0959
Author: Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
AuthorDate: Sun Jun 5 12:12:14 2011 +0000
Commit: Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Sun Jun 5 12:12:14 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5389f45a
[kde-base/okular] Resync with live ebuild
---
kde-base/okular/okular-4.6.9999.ebuild | 20 +++++++++-----------
1 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/kde-base/okular/okular-4.6.9999.ebuild b/kde-base/okular/okular-4.6.9999.ebuild
index 7caa83e..0b58f47 100644
--- a/kde-base/okular/okular-4.6.9999.ebuild
+++ b/kde-base/okular/okular-4.6.9999.ebuild
@@ -6,13 +6,7 @@ EAPI=4
KDE_HANDBOOK="optional"
KDE_SCM="git"
-if [[ ${PV} == *9999 ]]; then
-kde_eclass="kde4-base"
-else
-KMNAME="kdegraphics"
-kde_eclass="kde4-meta"
-fi
-inherit ${kde_eclass}
+inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
KEYWORDS=""
@@ -32,9 +26,13 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-if [[ ${PV} != *9999 ]]; then
-KMEXTRACTONLY="libs/mobipocket"
-fi
+src_unpack() {
+ kde4-base_src_unpack
+
+ # HACK HACK HACK
+ # The package assumes that ../okular == .
+ ln -sf ${P} "${WORKDIR}/okular" || die "could not symlink the sources properly"
+}
src_configure() {
mycmakeargs=(
@@ -49,5 +47,5 @@ src_configure() {
$(cmake-utils_use_with tiff)
)
- ${kde4_eclass}_src_configure
+ kde4-base_src_configure
}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2011-05-31 21:14 Jonathan Callen
0 siblings, 0 replies; 27+ messages in thread
From: Jonathan Callen @ 2011-05-31 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 93eb1df49ffc5bf5c90e8ccee5f45a54370612f3
Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 21:12:32 2011 +0000
Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Tue May 31 21:12:32 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=93eb1df4
[kde-base/okular] Work around broken upstream
(Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key 229E5838)
---
kde-base/okular/okular-9999.ebuild | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index dbf9007..0b58f47 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -26,6 +26,14 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+src_unpack() {
+ kde4-base_src_unpack
+
+ # HACK HACK HACK
+ # The package assumes that ../okular == .
+ ln -sf ${P} "${WORKDIR}/okular" || die "could not symlink the sources properly"
+}
+
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with chm)
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2011-05-01 16:05 Tomas Chvatal
0 siblings, 0 replies; 27+ messages in thread
From: Tomas Chvatal @ 2011-05-01 16:05 UTC (permalink / raw
To: gentoo-commits
commit: dc9657fc247889cc49661376ff2f3a3fca805e57
Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Sun May 1 16:03:54 2011 +0000
Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Sun May 1 16:03:54 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=dc9657fc
[kde-base/okular] do not install non-existing file.
---
kde-base/okular/okular-4.6.3.ebuild | 7 -------
kde-base/okular/okular-4.6.9999.ebuild | 7 -------
2 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/kde-base/okular/okular-4.6.3.ebuild b/kde-base/okular/okular-4.6.3.ebuild
index f762b43..616bd42 100644
--- a/kde-base/okular/okular-4.6.3.ebuild
+++ b/kde-base/okular/okular-4.6.3.ebuild
@@ -43,10 +43,3 @@ src_configure() {
kde4-meta_src_configure
}
-
-src_install() {
- insinto "${KDEDIR}"/share/apps/cmake/modules
- doins "${S}"/cmake/modules/FindOkular.cmake
-
- kde4-meta_src_install
-}
diff --git a/kde-base/okular/okular-4.6.9999.ebuild b/kde-base/okular/okular-4.6.9999.ebuild
index d1dd6fe..0f4f99d 100644
--- a/kde-base/okular/okular-4.6.9999.ebuild
+++ b/kde-base/okular/okular-4.6.9999.ebuild
@@ -43,10 +43,3 @@ src_configure() {
kde4-meta_src_configure
}
-
-src_install() {
- insinto "${KDEDIR}"/share/apps/cmake/modules
- doins "${S}"/cmake/modules/FindOkular.cmake
-
- kde4-meta_src_install
-}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/okular/
@ 2011-04-21 21:52 Jonathan Callen
0 siblings, 0 replies; 27+ messages in thread
From: Jonathan Callen @ 2011-04-21 21:52 UTC (permalink / raw
To: gentoo-commits
commit: 4c757a88f396df03e8ae7b91a3aaf77eec56339c
Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 03:56:08 2011 +0000
Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 03:56:08 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4c757a88
[kde-base/okular] FindOkular.cmake is no longer in the repo
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 229E5838)
---
kde-base/okular/okular-9999.ebuild | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index d1dd6fe..0f4f99d 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -43,10 +43,3 @@ src_configure() {
kde4-meta_src_configure
}
-
-src_install() {
- insinto "${KDEDIR}"/share/apps/cmake/modules
- doins "${S}"/cmake/modules/FindOkular.cmake
-
- kde4-meta_src_install
-}
^ permalink raw reply related [flat|nested] 27+ messages in thread
end of thread, other threads:[~2014-09-13 17:46 UTC | newest]
Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 5:14 [gentoo-commits] proj/kde:master commit in: kde-base/okular/ Jorge Manuel B. S. Vicetto
-- strict thread matches above, loose matches on Subject: below --
2014-09-13 17:46 Michael Palimaka
2014-08-16 23:47 Johannes Huber
2014-07-16 12:32 Michael Palimaka
2014-05-26 21:49 Maciej Mrozowski
2014-03-09 14:40 Johannes Huber
2014-01-18 4:34 Robin H. Johnson
2013-12-25 21:05 Chris Reffett
2013-12-25 21:05 Chris Reffett
2013-07-31 18:13 Johannes Huber
2013-06-21 16:30 Andreas Hüttel
2013-06-20 20:12 Andreas Hüttel
2013-03-17 18:11 Michael Palimaka
2013-03-12 12:10 Michael Palimaka
2012-08-03 16:11 Johannes Huber
2012-06-16 16:54 Michael Palimaka
2012-05-21 23:00 Johannes Huber
2011-09-28 22:37 Maciej Mrozowski
2011-08-27 21:13 Andreas Hüttel
2011-06-24 19:29 Jorge Manuel B. S. Vicetto
2011-06-08 22:49 Andreas Hüttel
2011-06-08 21:42 Andreas Hüttel
2011-06-06 17:12 Jonathan Callen
2011-06-05 12:12 Marc Schiffbauer
2011-05-31 21:14 Jonathan Callen
2011-05-01 16:05 Tomas Chvatal
2011-04-21 21:52 Jonathan Callen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox