netsurf: fix launcher icon
This commit is contained in:
parent
c6be28c08f
commit
a4a39bdfbf
2 changed files with 3 additions and 2 deletions
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'.
|
# Template build file for 'netsurf'.
|
||||||
pkgname=netsurf
|
pkgname=netsurf
|
||||||
version=2.8
|
version=2.8
|
||||||
|
revision=1
|
||||||
homepage="http://www.netsurf-browser.org"
|
homepage="http://www.netsurf-browser.org"
|
||||||
distfiles="${homepage}/downloads/releases/${pkgname}-${version}-full-src.tar.gz"
|
distfiles="${homepage}/downloads/releases/${pkgname}-${version}-full-src.tar.gz"
|
||||||
short_desc="Free, open source web browser written in C."
|
short_desc="Free, open source web browser written in C."
|
||||||
|
@ -66,8 +67,8 @@ do_install() {
|
||||||
PREFIX=/usr DESTDIR=${DESTDIR} TARGET=gtk \
|
PREFIX=/usr DESTDIR=${DESTDIR} TARGET=gtk \
|
||||||
NETSURF_USE_WEBP=YES install
|
NETSURF_USE_WEBP=YES install
|
||||||
|
|
||||||
# Install app icon
|
# Install app icon (from Ubuntu)
|
||||||
vinstall "${DESTDIR}/usr/share/${pkgname}/${pkgname}.xpm" \
|
vinstall "${FILESDIR}/${pkgname}.png" \
|
||||||
0644 usr/share/pixmaps
|
0644 usr/share/pixmaps
|
||||||
|
|
||||||
# Install .desktop file (from Arch)
|
# Install .desktop file (from Arch)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue