mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
updated netsurf-svn-z2
This commit is contained in:
parent
65495d9a27
commit
b3416ca1e8
2 changed files with 4 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Alexander Rødseth <rodseth@gmail.com>
|
||||
# Thanks to: Georgij Kondratjev <smpuj@bk.ru>
|
||||
pkgname=netsurf-svn-z2
|
||||
pkgver=12470
|
||||
pkgver=12488
|
||||
pkgrel=1
|
||||
plugrel=1
|
||||
pkgdesc="Lightweight and fast web browser"
|
||||
|
@ -9,14 +9,15 @@ arch=('arm' 'i686' 'x86_64')
|
|||
url="http://www.netsurf-browser.org/"
|
||||
license=("GPL")
|
||||
depends=('libnsfb-svn' 'libmng' 'curl' 'lcms' 'librsvg'
|
||||
'libnsbmp-svn' 'libnsgif-svn' 'libcss-svn' 'hubbub-svn' 'libpng' 'libmng' 'mouse-emul-git')
|
||||
'libnsbmp-svn' 'libnsgif-svn' 'libcss-svn' 'hubbub-svn' 'libpng' 'libmng')
|
||||
optdepends=('mouse-emul-git: Mouse emulation')
|
||||
provides=('netsurf')
|
||||
conflicts=('netsurf')
|
||||
source=('0002-netsurf-add-zipit-keymap.patch' '0004-curl-disable-verify-peer.patch' '0005-fix-content_get_width_height.patch' 'netsurf.sh')
|
||||
md5sums=('36f5e546979269d93196ceedaa1f6fe8'
|
||||
'41f9b588580af155e563412664935172'
|
||||
'50e1d946985d5d5ae0e85e3f54bdbfd2'
|
||||
'5697422f8ebe615821ff4c8c476c0024')
|
||||
'7ce7ad37c1375201d40f9690d4e12e2d')
|
||||
_svntrunk=svn://svn.netsurf-browser.org/trunk/netsurf
|
||||
_svnmod=netsurf-svn
|
||||
|
||||
|
|
|
@ -1,6 +1,2 @@
|
|||
#!/bin/sh
|
||||
killall mouse-emul > /dev/null 2>&1
|
||||
mouse-emul -d /dev/input/event0&
|
||||
NETSURFRES=/usr/share/netsurf/res /usr/bin/nsfb $*
|
||||
killall mouse-emul > /dev/null 2>&1
|
||||
|
||||
|
|
Loading…
Reference in a new issue