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] proj/kde:master commit in: kde-apps/okular/
Date: Wed, 24 Nov 2021 19:41:07 +0000 (UTC)	[thread overview]
Message-ID: <1637782811.7ffe879af1206d5e6c908622b71b6116f8ee01d1.asturm@gentoo> (raw)

commit:     7ffe879af1206d5e6c908622b71b6116f8ee01d1
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:40:11 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7ffe879a

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.11.80.ebuild      | 6 +++---
 kde-apps/okular/okular-21.12.49.9999.ebuild | 6 +++---
 kde-apps/okular/okular-9999.ebuild          | 6 +++---
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/kde-apps/okular/metadata.xml b/kde-apps/okular/metadata.xml
index 268f35796c..b894d40b68 100644
--- a/kde-apps/okular/metadata.xml
+++ b/kde-apps/okular/metadata.xml
@@ -9,9 +9,9 @@
 		<bugs-to>https://bugs.kde.org/</bugs-to>
 	</upstream>
 	<use>
+		<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.11.80.ebuild b/kde-apps/okular/okular-21.11.80.ebuild
index 3646c87679..f09e589468 100644
--- a/kde-apps/okular/okular-21.11.80.ebuild
+++ b/kde-apps/okular/okular-21.11.80.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="djvu epub +image-backend kwallet markdown mobi +pdf +plucker +postscript qml share speech +tiff"
+IUSE="crypt djvu epub +image-backend markdown mobi +pdf +plucker +postscript qml share speech +tiff"
 
 DEPEND="
 	>=dev-qt/qtdbus-${QTMIN}:5
@@ -43,13 +43,13 @@ DEPEND="
 	media-libs/freetype
 	>=media-libs/phonon-4.11.0
 	sys-libs/zlib
+	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-21.10.0[nss,qt5] )
@@ -79,10 +79,10 @@ src_configure() {
 		-DCMAKE_DISABLE_FIND_PACKAGE_KF5KHtml=ON
 		-DCMAKE_DISABLE_FIND_PACKAGE_LibZip=ON
 		-DOKULAR_UI=$(usex qml "both" "desktop")
+		-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)

diff --git a/kde-apps/okular/okular-21.12.49.9999.ebuild b/kde-apps/okular/okular-21.12.49.9999.ebuild
index 11e7653d7e..3d1fd5166c 100644
--- a/kde-apps/okular/okular-21.12.49.9999.ebuild
+++ b/kde-apps/okular/okular-21.12.49.9999.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://okular.kde.org https://apps.kde.org/okular/"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
 KEYWORDS=""
-IUSE="djvu epub +image-backend kwallet markdown mobi +pdf +plucker +postscript qml share speech +tiff"
+IUSE="crypt djvu epub +image-backend markdown mobi +pdf +plucker +postscript qml share speech +tiff"
 
 DEPEND="
 	>=dev-qt/qtdbus-${QTMIN}:5
@@ -43,13 +43,13 @@ DEPEND="
 	media-libs/freetype
 	>=media-libs/phonon-4.11.0
 	sys-libs/zlib
+	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-21.10.0[nss,qt5] )
@@ -79,10 +79,10 @@ src_configure() {
 		-DCMAKE_DISABLE_FIND_PACKAGE_KF5KHtml=ON
 		-DCMAKE_DISABLE_FIND_PACKAGE_LibZip=ON
 		-DOKULAR_UI=$(usex qml "both" "desktop")
+		-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)

diff --git a/kde-apps/okular/okular-9999.ebuild b/kde-apps/okular/okular-9999.ebuild
index 11e7653d7e..3d1fd5166c 100644
--- a/kde-apps/okular/okular-9999.ebuild
+++ b/kde-apps/okular/okular-9999.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://okular.kde.org https://apps.kde.org/okular/"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
 KEYWORDS=""
-IUSE="djvu epub +image-backend kwallet markdown mobi +pdf +plucker +postscript qml share speech +tiff"
+IUSE="crypt djvu epub +image-backend markdown mobi +pdf +plucker +postscript qml share speech +tiff"
 
 DEPEND="
 	>=dev-qt/qtdbus-${QTMIN}:5
@@ -43,13 +43,13 @@ DEPEND="
 	media-libs/freetype
 	>=media-libs/phonon-4.11.0
 	sys-libs/zlib
+	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-21.10.0[nss,qt5] )
@@ -79,10 +79,10 @@ src_configure() {
 		-DCMAKE_DISABLE_FIND_PACKAGE_KF5KHtml=ON
 		-DCMAKE_DISABLE_FIND_PACKAGE_LibZip=ON
 		-DOKULAR_UI=$(usex qml "both" "desktop")
+		-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:41 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-24 19:41 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-20 16:11 [gentoo-commits] proj/kde:master commit in: kde-apps/okular/ 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-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-12-10  6:42 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=1637782811.7ffe879af1206d5e6c908622b71b6116f8ee01d1.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