parent
a11aa856a1
commit
b2f547c07e
1 changed files with 4 additions and 5 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'vimb'
|
# Template file for 'vimb'
|
||||||
pkgname=vimb
|
pkgname=vimb
|
||||||
version=2.12
|
version=3.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_options="gtk3"
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="$(vopt_if gtk3 webkitgtk-devel webkitgtk2-devel)"
|
makedepends="webkit2gtk-devel"
|
||||||
short_desc="Fast and lightweight web browser based on WebKit/GTK+"
|
short_desc="Fast and lightweight web browser based on WebKit/GTK+"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://fanglingsu.github.io/vimb"
|
homepage="http://fanglingsu.github.io/vimb"
|
||||||
distfiles="https://github.com/fanglingsu/vimb/archive/${version}.tar.gz"
|
distfiles="https://github.com/fanglingsu/vimb/archive/${version}.tar.gz"
|
||||||
checksum=2443a27d625ff2a7aa7e7b694ec853e25dbdcb33b7c681c98c8fe81b1833b0b7
|
checksum=6efc32b81759b1dfc637b5188831a787902ae296150a12b2813f6cc190009abf
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} CC=$CC $(vopt_if gtk3 GTK=3)
|
make ${makejobs} CC=$CC
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue