summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Rösner <rndxelement@protonmail.com>2022-11-28 21:18:46 +0100
committerPacho Ramos <pacho@gentoo.org>2022-12-04 15:49:21 +0100
commit68a51347c5983bdddb0f1c8a5f748528e8e9996b (patch)
tree3526a4fb73ea0fdeaff59e34c50750b02eff8db0 /app-text/mupdf/mupdf-1.21.0.ebuild
parentx11-terms/xterm: Use higher quality icons (diff)
downloadgentoo-68a51347c5983bdddb0f1c8a5f748528e8e9996b.tar.gz
gentoo-68a51347c5983bdddb0f1c8a5f748528e8e9996b.tar.bz2
gentoo-68a51347c5983bdddb0f1c8a5f748528e8e9996b.zip
app-text/mupdf: add high resolution icon
As pointed out by <pacho@gentoo.org> a high resolution icon for MuPDF is available at docs/logo. Closes: https://bugs.gentoo.org/882701 Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/28467 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-text/mupdf/mupdf-1.21.0.ebuild')
-rw-r--r--app-text/mupdf/mupdf-1.21.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/mupdf/mupdf-1.21.0.ebuild b/app-text/mupdf/mupdf-1.21.0.ebuild
index 0eaa99a07eba..c2d55d2bd989 100644
--- a/app-text/mupdf/mupdf-1.21.0.ebuild
+++ b/app-text/mupdf/mupdf-1.21.0.ebuild
@@ -46,7 +46,7 @@ BDEPEND="X? ( x11-base/xorg-proto )
PATCHES=(
"${FILESDIR}"/${PN}-1.15-CFLAGS.patch
"${FILESDIR}"/${PN}-1.19.0-Makefile.patch
- "${FILESDIR}"/${PN}-1.10a-add-desktop-pc-xpm-files.patch
+ "${FILESDIR}"/${P}-add-desktop-pc-files.patch
"${FILESDIR}"/${PN}-1.19.0-darwin.patch
# See bugs #662352
"${FILESDIR}"/${PN}-1.15-openssl-x11.patch
@@ -126,7 +126,7 @@ src_compile() {
src_install() {
if use opengl || use X ; then
domenu platform/debian/${PN}.desktop
- doicon platform/debian/${PN}.xpm
+ doicon -s scalable docs/logo/new-${PN}-icon.svg
else
rm docs/man/${PN}.1 || die "Failed to remove man page in src_install()"
fi