netsurf: fix launcher icon
This commit is contained in:
parent
c6be28c08f
commit
a4a39bdfbf
BIN
srcpkgs/netsurf/files/netsurf.png
Normal file
BIN
srcpkgs/netsurf/files/netsurf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'netsurf'.
|
||||
pkgname=netsurf
|
||||
version=2.8
|
||||
revision=1
|
||||
homepage="http://www.netsurf-browser.org"
|
||||
distfiles="${homepage}/downloads/releases/${pkgname}-${version}-full-src.tar.gz"
|
||||
short_desc="Free, open source web browser written in C."
|
||||
|
@ -66,8 +67,8 @@ do_install() {
|
|||
PREFIX=/usr DESTDIR=${DESTDIR} TARGET=gtk \
|
||||
NETSURF_USE_WEBP=YES install
|
||||
|
||||
# Install app icon
|
||||
vinstall "${DESTDIR}/usr/share/${pkgname}/${pkgname}.xpm" \
|
||||
# Install app icon (from Ubuntu)
|
||||
vinstall "${FILESDIR}/${pkgname}.png" \
|
||||
0644 usr/share/pixmaps
|
||||
|
||||
# Install .desktop file (from Arch)
|
||||
|
|
Loading…
Reference in New Issue
Block a user