From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/okular/
Date: Thu, 10 Dec 2015 06:42:47 +0000 (UTC) [thread overview]
Message-ID: <1449729716.b4ab4d43cdb6e64c9ee8bc9ecdb06540c5a18a49.kensington@gentoo> (raw)
commit: b4ab4d43cdb6e64c9ee8bc9ecdb06540c5a18a49
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Dec 9 23:17:24 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 10 06:41:56 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b4ab4d43
kde-apps/okular: Add USE=kde, fix CamelCase switch
Package-Manager: portage-2.2.24
kde-apps/okular/metadata.xml | 1 +
kde-apps/okular/okular-15.11.90.ebuild | 6 ++++--
kde-apps/okular/okular-15.12.49.9999.ebuild | 6 ++++--
kde-apps/okular/okular-9999.ebuild | 6 ++++--
4 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/kde-apps/okular/metadata.xml b/kde-apps/okular/metadata.xml
index d12e0cd..11fa99e 100644
--- a/kde-apps/okular/metadata.xml
+++ b/kde-apps/okular/metadata.xml
@@ -5,6 +5,7 @@
<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="kde">Enable kactivities support</flag>
<flag name="mobi">Add mobipocket support</flag>
</use>
<herd>kde</herd>
diff --git a/kde-apps/okular/okular-15.11.90.ebuild b/kde-apps/okular/okular-15.11.90.ebuild
index df20169..6486c13 100644
--- a/kde-apps/okular/okular-15.11.90.ebuild
+++ b/kde-apps/okular/okular-15.11.90.ebuild
@@ -15,7 +15,7 @@ inherit kde4-base
DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4"
HOMEPAGE="https://okular.kde.org https://www.kde.org/applications/graphics/okular"
KEYWORDS="~amd64 ~x86"
-IUSE="chm crypt debug djvu dpi ebook +jpeg mobi +postscript +pdf +tiff"
+IUSE="chm crypt debug djvu dpi ebook +jpeg kde mobi +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -30,6 +30,7 @@ DEPEND="
$(add_kdeapps_dep libkexiv2)
virtual/jpeg:0
)
+ kde? ( $(add_kdebase_dep kactivities '' 4.13.3) )
mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) )
pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
@@ -46,7 +47,8 @@ src_configure() {
$(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 kde KActivities)
+ $(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-apps/okular/okular-15.12.49.9999.ebuild b/kde-apps/okular/okular-15.12.49.9999.ebuild
index 6950150..e800fd5 100644
--- a/kde-apps/okular/okular-15.12.49.9999.ebuild
+++ b/kde-apps/okular/okular-15.12.49.9999.ebuild
@@ -15,7 +15,7 @@ inherit kde4-base
DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4"
HOMEPAGE="https://okular.kde.org https://www.kde.org/applications/graphics/okular"
KEYWORDS=""
-IUSE="chm crypt debug djvu dpi ebook +jpeg mobi +postscript +pdf +tiff"
+IUSE="chm crypt debug djvu dpi ebook +jpeg kde mobi +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -30,6 +30,7 @@ DEPEND="
$(add_kdeapps_dep libkexiv2)
virtual/jpeg:0
)
+ kde? ( $(add_kdebase_dep kactivities '' 4.13.3) )
mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) )
pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
@@ -46,7 +47,8 @@ src_configure() {
$(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 kde KActivities)
+ $(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-apps/okular/okular-9999.ebuild b/kde-apps/okular/okular-9999.ebuild
index 6950150..e800fd5 100644
--- a/kde-apps/okular/okular-9999.ebuild
+++ b/kde-apps/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="https://okular.kde.org https://www.kde.org/applications/graphics/okular"
KEYWORDS=""
-IUSE="chm crypt debug djvu dpi ebook +jpeg mobi +postscript +pdf +tiff"
+IUSE="chm crypt debug djvu dpi ebook +jpeg kde mobi +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -30,6 +30,7 @@ DEPEND="
$(add_kdeapps_dep libkexiv2)
virtual/jpeg:0
)
+ kde? ( $(add_kdebase_dep kactivities '' 4.13.3) )
mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) )
pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
@@ -46,7 +47,8 @@ src_configure() {
$(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 kde KActivities)
+ $(cmake-utils_use_with mobi QMobipocket)
$(cmake-utils_use_with postscript LibSpectre)
$(cmake-utils_use_with pdf PopplerQt4)
$(cmake-utils_use_with pdf Poppler)
next reply other threads:[~2015-12-10 6:42 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-10 6:42 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-16 11:50 [gentoo-commits] proj/kde:master commit in: kde-apps/okular/ Andreas Sturmlechner
2024-11-20 16:11 Andreas Sturmlechner
2024-11-10 16:46 Andreas Sturmlechner
2024-11-04 23:01 Andreas Sturmlechner
2024-02-27 0:18 Sam James
2024-02-26 23:22 Sam James
2024-02-25 19:24 Sam James
2023-12-21 11:46 Andreas Sturmlechner
2023-08-06 10:04 Andreas Sturmlechner
2023-03-23 22:10 Andreas Sturmlechner
2023-02-02 10:30 Andreas Sturmlechner
2022-12-16 19:33 Andreas Sturmlechner
2022-11-11 23:18 Andreas Sturmlechner
2022-10-06 9:02 Andreas Sturmlechner
2022-09-08 14:22 Andreas Sturmlechner
2022-07-17 11:54 Andreas Sturmlechner
2022-05-09 5:39 Andreas Sturmlechner
2022-05-08 13:33 Andreas Sturmlechner
2022-02-04 12:38 Andreas Sturmlechner
2021-11-24 19:41 Andreas Sturmlechner
2021-11-13 19:05 Andreas Sturmlechner
2021-11-04 13:22 Andreas Sturmlechner
2021-08-03 15:00 Andreas Sturmlechner
2020-12-25 21:51 Andreas Sturmlechner
2020-11-25 13:23 Andreas Sturmlechner
2020-10-31 9:26 Andreas Sturmlechner
2020-10-25 0:26 Andreas Sturmlechner
2020-02-22 19:52 Andreas Sturmlechner
2019-01-16 8:50 Andreas Sturmlechner
2018-08-16 20:26 Andreas Sturmlechner
2018-04-13 20:38 Andreas Sturmlechner
2018-03-19 17:15 Andreas Sturmlechner
2018-02-22 13:17 Andreas Sturmlechner
2018-02-01 1:05 Andreas Sturmlechner
2017-10-19 13:34 Andreas Sturmlechner
2017-08-25 18:33 Andreas Sturmlechner
2017-07-13 17:48 Andreas Sturmlechner
2017-07-13 17:48 Andreas Sturmlechner
2017-06-24 14:39 Andreas Sturmlechner
2017-04-23 13:36 Andreas Sturmlechner
2017-04-22 13:15 Andreas Sturmlechner
2017-04-22 8:41 Andreas Sturmlechner
2017-02-10 11:27 Andreas Sturmlechner
2017-01-10 8:33 Johannes Huber
2017-01-10 8:16 Johannes Huber
2017-01-10 8:15 Johannes Huber
2016-12-20 18:28 Johannes Huber
2016-12-19 20:18 Johannes Huber
2016-11-05 12:28 Johannes Huber
2016-11-03 22:07 Johannes Huber
2016-11-02 19:08 Johannes Huber
2016-07-25 15:35 Michael Palimaka
2016-06-19 13:29 Michael Palimaka
2016-04-07 19:23 Johannes Huber
2016-03-09 5:01 Michael Palimaka
2016-01-31 15:53 Michael Palimaka
2016-01-10 15:14 Michael Palimaka
2015-02-17 13:48 Michael Palimaka
2015-01-28 23:54 Johannes Huber
2015-01-28 14:11 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1449729716.b4ab4d43cdb6e64c9ee8bc9ecdb06540c5a18a49.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox