sioyek: install icon

This commit is contained in:
classabbyamp 2023-02-14 13:14:28 -05:00
parent 8b64d48cce
commit 994f974de3
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,7 +1,7 @@
# Template file for 'sioyek'
pkgname=sioyek
version=2.0.0
revision=1
revision=2
build_style=qmake
hostmakedepends="qt5-qmake qt5-host-tools
qt5-opengl qt5-gui qt5-widgets qt5-network"
@ -31,5 +31,6 @@ do_install() {
vcopy pdf_viewer/shaders/* usr/share/sioyek/shaders
vinstall tutorial.pdf 644 usr/share/sioyek
vinstall resources/sioyek.desktop 644 usr/share/applications
vinstall resources/sioyek-icon-linux.png 644 usr/share/pixmaps
vman resources/sioyek.1
}