public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/okular/
Date: Wed, 24 Nov 2021 19:07:43 +0000 (UTC)	[thread overview]
Message-ID: <1637780839.aa1e11ad23a2fa0bcb307bcff7a92c654dd8420c.asturm@gentoo> (raw)

commit:     aa1e11ad23a2fa0bcb307bcff7a92c654dd8420c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 24 18:41:47 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 19:07:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1e11ad

kde-apps/okular: Rename IUSE kwallet -> crypt and fix description

- kwallet was enabled by plasma profile
- crypt is enabled by linux profile, so much wider coverage by default

Closes: https://bugs.gentoo.org/816093
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/okular/metadata.xml          | 2 +-
 kde-apps/okular/okular-21.08.3.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/okular/metadata.xml b/kde-apps/okular/metadata.xml
index 79a14c030c28..5294ccba1b21 100644
--- a/kde-apps/okular/metadata.xml
+++ b/kde-apps/okular/metadata.xml
@@ -10,9 +10,9 @@
 	</upstream>
 	<use>
 		<flag name="chm">Enable support for Microsoft Compiled HTML Help files</flag>
+		<flag name="crypt">Enable support for password-encrypted documents via <pkg>kde-frameworks/kwallet</pkg></flag>
 		<flag name="epub">Enable E-Book support via <pkg>app-text/ebook-tools</pkg></flag>
 		<flag name="image-backend">Enable image viewing support</flag>
-		<flag name="kwallet">Enable encrypted storage of passwords with <pkg>kde-frameworks/kwallet</pkg></flag>
 		<flag name="markdown">Enable Markdown support via <pkg>app-text/discount</pkg></flag>
 		<flag name="mobi">Enable mobipocket support</flag>
 		<flag name="plucker">Enable Plucker E-Book for Palm OS devices support</flag>

diff --git a/kde-apps/okular/okular-21.08.3.ebuild b/kde-apps/okular/okular-21.08.3.ebuild
index 4e3e45b993dd..e1616e5030f0 100644
--- a/kde-apps/okular/okular-21.08.3.ebuild
+++ b/kde-apps/okular/okular-21.08.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://okular.kde.org https://apps.kde.org/okular/"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="chm djvu epub +image-backend kwallet markdown mobi +pdf +plucker +postscript qml share speech +tiff"
+IUSE="chm crypt djvu epub +image-backend markdown mobi +pdf +plucker +postscript qml share speech +tiff"
 
 DEPEND="
 	>=dev-qt/qtdbus-${QTMIN}:5
@@ -48,13 +48,13 @@ DEPEND="
 		dev-libs/libzip:=
 		>=kde-frameworks/khtml-${KFMIN}:5
 	)
+	crypt? ( >=kde-frameworks/kwallet-${KFMIN}:5 )
 	djvu? ( app-text/djvu )
 	epub? ( app-text/ebook-tools )
 	image-backend? (
 		>=dev-qt/qtgui-${QTMIN}:5[gif,jpeg,png]
 		>=kde-apps/libkexiv2-${PVCUT}:5
 	)
-	kwallet? ( >=kde-frameworks/kwallet-${KFMIN}:5 )
 	markdown? ( app-text/discount )
 	mobi? ( >=kde-apps/kdegraphics-mobipocket-${PVCUT}:5 )
 	pdf? ( app-text/poppler[nss,qt5] )
@@ -84,10 +84,10 @@ src_configure() {
 		$(cmake_use_find_package chm CHM)
 		$(cmake_use_find_package chm KF5KHtml)
 		$(cmake_use_find_package chm LibZip)
+		-DWITH_KWALLET=$(usex crypt)
 		$(cmake_use_find_package djvu DjVuLibre)
 		$(cmake_use_find_package epub EPub)
 		$(cmake_use_find_package image-backend KF5KExiv2)
-		-DWITH_KWALLET=$(usex kwallet)
 		$(cmake_use_find_package markdown Discount)
 		$(cmake_use_find_package mobi QMobipocket)
 		$(cmake_use_find_package pdf Poppler)


             reply	other threads:[~2021-11-24 19:07 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-24 19:07 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-30 15:25 [gentoo-commits] repo/gentoo:master commit in: kde-apps/okular/ Ben Kohler
2022-10-06  9:07 Andreas Sturmlechner
2022-09-14 14:50 Andreas Sturmlechner
2022-09-08 16:05 Andreas Sturmlechner
2022-07-17 11:56 Andreas Sturmlechner
2022-04-22 19:18 Sam James
2022-02-04 11:49 Andreas Sturmlechner
2021-11-04  5:43 Yixun Lan
2021-07-17  8:47 Andreas Sturmlechner
2021-07-16 15:21 Andreas Sturmlechner
2020-11-25 13:17 Andreas Sturmlechner
2020-10-25  0:28 Andreas Sturmlechner
2020-10-25  0:28 Andreas Sturmlechner
2020-06-20 20:50 Andreas Sturmlechner
2020-03-19  6:25 Mikle Kolyada
2020-03-19  0:06 Agostino Sarubbo
2020-03-18 23:48 Agostino Sarubbo
2020-03-14 17:59 Andreas Sturmlechner
2020-01-26 10:26 Georgy Yakovlev
2019-07-28  2:45 Mikle Kolyada
2019-07-28  2:33 Mikle Kolyada
2019-03-21 11:34 Mikle Kolyada
2019-03-21 11:14 Mikle Kolyada
2019-02-24 21:37 Andreas Sturmlechner
2018-09-13 16:57 Andreas Sturmlechner
2018-09-13 14:46 Agostino Sarubbo
2018-09-10 21:21 Thomas Deutschmann
2018-07-29 12:56 Thomas Deutschmann
2018-07-29  0:38 Mikle Kolyada
2018-03-19 17:16 Andreas Sturmlechner
2018-02-28 19:05 Andreas Sturmlechner
2018-02-01  1:34 Andreas Sturmlechner
2017-06-24 14:40 Andreas Sturmlechner
2017-04-23 13:38 Andreas Sturmlechner
2017-04-16 20:58 Agostino Sarubbo
2016-12-20 18:27 Johannes Huber
2016-12-19 20:18 Johannes Huber
2016-11-20 10:05 Johannes Huber
2016-11-02 19:08 Johannes Huber
2016-05-24 13:22 Mikle Kolyada
2016-03-06 10:14 Mikle Kolyada
2016-03-05 11:46 Mikle Kolyada
2015-12-10  6:45 Michael Palimaka
2015-12-10  6:45 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=1637780839.aa1e11ad23a2fa0bcb307bcff7a92c654dd8420c.asturm@gentoo \
    --to=asturm@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