From 96d57ba38ffedc8262cefa004f905208a3866452 Mon Sep 17 00:00:00 2001 From: Naglis Jonaitis Date: Sat, 15 May 2021 14:18:28 +0300 Subject: Do not change the icon of ZIP files See also: https://github.com/edrlab/thorium-reader/issues/1468 --- PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 8838524..8d97221 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -31,4 +31,8 @@ package() { # Fix "no icon" issue (see also https://github.com/edrlab/thorium-reader/issues/1241) mv ${pkgdir}/usr/share/icons/hicolor/0x0 ${pkgdir}/usr/share/icons/hicolor/1024x1024 install -Dm 644 "${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/thorium.png" "${pkgdir}/usr/share/pixmaps/thorium.png" + + # Do not change the icon of *.zip files to `x-office-document`. + # See also: https://github.com/edrlab/thorium-reader/issues/1468 + patch -d "${pkgdir}" --strip=1 < ../no_zip_mime.patch } -- cgit v1.2.3-70-g09d2