fix desktop entry icon (install the image)
This commit is contained in:
parent
34dc33b398
commit
c9f7fd3be2
2 changed files with 5 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = sumatrapdf
|
||||
pkgdesc = PDF, eBook (epub, mobi), comic book (cbz/cbr), DjVu, XPS, CHM, image viewer for Windows. Small, fast, customizable, free.
|
||||
pkgver = 3.5.2
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://www.sumatrapdfreader.org/free-pdf-reader
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=sumatrapdf
|
||||
pkgver=3.5.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="PDF, eBook (epub, mobi), comic book (cbz/cbr), DjVu, XPS, CHM, image viewer for Windows. Small, fast, customizable, free."
|
||||
arch=('x86_64')
|
||||
url='https://www.sumatrapdfreader.org/free-pdf-reader'
|
||||
|
@ -36,6 +36,7 @@ package() {
|
|||
|
||||
# desktop entry
|
||||
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
|
||||
install -Dm644 "$srcdir/${pkgname}-3.png" "$pkgdir/usr/share/pixmaps/${pkgname}-3.png"
|
||||
|
||||
echo "You may need MS fonts for non-latin characters."
|
||||
}
|
||||
|
@ -49,3 +50,5 @@ package() {
|
|||
# - you can remove it
|
||||
# - change WINEPREFIX to config directory
|
||||
# - you can delete ~/.sumatrapdf/
|
||||
# 3.5.2-3
|
||||
# - fix desktop entry icon
|
||||
|
|
Loading…
Reference in a new issue