netsurf: fix launcher icon

This commit is contained in:
davehome 2012-02-23 16:25:30 -07:00
parent c6be28c08f
commit a4a39bdfbf
2 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -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)