commit:     34536b3e4c4a62bf6d78bc6b10798c11f640b096
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Tue Nov  4 16:24:59 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  9 14:08:04 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=34536b3e

kde-apps/okular: update hide-mobile-app patch

Upstream commit: 7a264e32fe9d9f11714b77e531f14f8812cc4e24

Closes: https://bugs.gentoo.org/965833
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Part-of: https://github.com/gentoo/kde/pull/1081
Closes: https://github.com/gentoo/kde/pull/1081
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../files/okular-25.11.70-hide-mobile-app.patch    | 24 ++++++++++++++++++++++
 kde-apps/okular/okular-9999.ebuild                 |  2 +-
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/kde-apps/okular/files/okular-25.11.70-hide-mobile-app.patch 
b/kde-apps/okular/files/okular-25.11.70-hide-mobile-app.patch
new file mode 100644
index 0000000000..0a13744e6f
--- /dev/null
+++ b/kde-apps/okular/files/okular-25.11.70-hide-mobile-app.patch
@@ -0,0 +1,24 @@
+From 6f7f17a24a564ffbf712fd5e0917fcabc8d19229 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <[email protected]>
+Date: Thu, 17 Sep 2020 20:36:37 +0200
+Subject: [PATCH] Revert "Don't hide the mobile app"
+
+We have no use for this on the desktop, but need it for peruse.
+
+This reverts commit 0991819a497594233b7564755bbc189009188bd0.
+---
+ mobile/app/package/metadata.desktop | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/mobile/app/package/metadata.desktop 
b/mobile/app/package/metadata.desktop
+index f9432748b..0fcf20843 100644
+--- a/mobile/app/package/metadata.desktop
++++ b/mobile/app/package/metadata.desktop
+@@ -110,3 +110,4 @@ GenericName[zh_TW]=文件檢視器
+ Type=Application
+ Exec=okularkirigami
+ Icon=okular
++NoDisplay=true
+-- 
+2.28.0
+

diff --git a/kde-apps/okular/okular-9999.ebuild 
b/kde-apps/okular/okular-9999.ebuild
index b9b5ca4349..073bdd7d7b 100644
--- a/kde-apps/okular/okular-9999.ebuild
+++ b/kde-apps/okular/okular-9999.ebuild
@@ -63,7 +63,7 @@ RDEPEND="${DEPEND}
 "
 
 PATCHES=(
-       "${FILESDIR}/${PN}-20.08.2-hide-mobile-app.patch" # downstream; avoid 
same-name entry
+       "${FILESDIR}/${PN}-25.11.70-hide-mobile-app.patch" # downstream; avoid 
same-name entry
        "${FILESDIR}/${PN}-23.08.5-implicit-vasprintf.patch" # bug 922345; 
pending upstream
 )
 

Reply via email to