diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-11-04 18:24:59 +0200 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-11-09 14:08:04 +0000 |
| commit | 34536b3e4c4a62bf6d78bc6b10798c11f640b096 (patch) | |
| tree | 42180a6e67f81faa6a2e26f32b420416b030b4d3 /kde-apps | |
| parent | 61103df7ae6f3e3b06148468dac7c485b320f93c (diff) | |
| download | kde-34536b3e4c4a62bf6d78bc6b10798c11f640b096.tar.gz kde-34536b3e4c4a62bf6d78bc6b10798c11f640b096.tar.bz2 kde-34536b3e4c4a62bf6d78bc6b10798c11f640b096.zip | |
kde-apps/okular: update hide-mobile-app patch
Upstream commit: 7a264e32fe9d9f11714b77e531f14f8812cc4e24
Closes: https://bugs.gentoo.org/965833
Signed-off-by: Alfred Wingate <parona@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@gentoo.org>
Diffstat (limited to 'kde-apps')
| -rw-r--r-- | kde-apps/okular/files/okular-25.11.70-hide-mobile-app.patch | 24 | ||||
| -rw-r--r-- | kde-apps/okular/okular-9999.ebuild | 2 |
2 files changed, 25 insertions, 1 deletions
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 00000000000..0a13744e6f3 --- /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 <asturm@gentoo.org> +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 b9b5ca43493..073bdd7d7bd 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 ) |
