diff options
| author | Naglis Jonaitis | 2021-05-15 14:18:28 +0300 |
|---|---|---|
| committer | Naglis Jonaitis | 2021-05-15 14:18:28 +0300 |
| commit | 96d57ba38ffedc8262cefa004f905208a3866452 (patch) | |
| tree | 2d78bd29e7417da4c21962b2773bd2c1c6329a09 /PKGBUILD | |
| parent | 7fe23e1435127d3abb3730f5d8ca248f506ac4ac (diff) | |
| download | packages-96d57ba38ffedc8262cefa004f905208a3866452.tar.gz packages-96d57ba38ffedc8262cefa004f905208a3866452.tar.bz2 packages-96d57ba38ffedc8262cefa004f905208a3866452.zip | |
Do not change the icon of ZIP files
See also: https://github.com/edrlab/thorium-reader/issues/1468
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -31,4 +31,8 @@ package() { | |||
| 31 | # Fix "no icon" issue (see also https://github.com/edrlab/thorium-reader/issues/1241) | 31 | # Fix "no icon" issue (see also https://github.com/edrlab/thorium-reader/issues/1241) |
| 32 | mv ${pkgdir}/usr/share/icons/hicolor/0x0 ${pkgdir}/usr/share/icons/hicolor/1024x1024 | 32 | mv ${pkgdir}/usr/share/icons/hicolor/0x0 ${pkgdir}/usr/share/icons/hicolor/1024x1024 |
| 33 | install -Dm 644 "${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/thorium.png" "${pkgdir}/usr/share/pixmaps/thorium.png" | 33 | install -Dm 644 "${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/thorium.png" "${pkgdir}/usr/share/pixmaps/thorium.png" |
| 34 | |||
| 35 | # Do not change the icon of *.zip files to `x-office-document`. | ||
| 36 | # See also: https://github.com/edrlab/thorium-reader/issues/1468 | ||
| 37 | patch -d "${pkgdir}" --strip=1 < ../no_zip_mime.patch | ||
| 34 | } | 38 | } |
