vimb: add gtk3 build option (on).

This commit is contained in:
Eivind Uggedal 2014-11-04 23:03:50 +01:00
parent 4ddbc6a981
commit 5e6a9dfcc3

View file

@ -1,13 +1,18 @@
# Template file for 'vimb' # Template file for 'vimb'
pkgname=vimb pkgname=vimb
version=2.8 version=2.8
revision=2 revision=3
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="$(vopt_if gtk3 GTK=3)"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="webkit-gtk-devel" makedepends="$(vopt_if gtk3 webkitgtk-devel webkit-gtk-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=d398b0e772e1c3751ef76dc833e84b4abaa19f6b9b5e75afa63ace8b9ff12e12 checksum=d398b0e772e1c3751ef76dc833e84b4abaa19f6b9b5e75afa63ace8b9ff12e12
build_options="gtk3"
build_options_default="gtk3"
desc_option_gtk3="Use GTK+3"