redshift: update to 1.10 and add build_options=geoclue

This commit is contained in:
pulux 2015-03-23 18:15:13 +01:00
parent 23a907eba6
commit 789ec2de82

View file

@ -1,12 +1,12 @@
# Template file for 'redshift'
pkgname=redshift
version=1.8
revision=2
version=1.10
revision=1
build_style=gnu-configure
configure_args="--enable-geoclue"
hostmakedepends="pkg-config automake libtool gettext-devel git"
makedepends="GConf-devel libXxf86vm-devel pygtk-devel python-xdg geoclue-devel>=0.12.0_7"
short_desc="Adjusts the color temperature of your screen according to your surroundings"
hostmakedepends="pkg-config automake libtool gettext-devel git intltool"
configure_args="--enable-gui $(vopt_if geoclue --enable-geoclue)"
makedepends="libXxf86vm-devel $(vopt_if geoclue geoclue-devel) $(vopt_if geoclue GConf-devel) python3.4 pygtk-devel python-xdg"
short_desc="Adjusts the color temperature of your screen to your surroundings"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://jonls.dk/redshift/"
@ -15,12 +15,14 @@ do_fetch() {
git clone -b v${version} git://github.com/jonls/redshift.git redshift-${version}
}
# Package build options
build_options="geoclue"
pre_configure() {
./bootstrap
}
redshift-gtk_package() {
depends="pygtk python-xdg hicolor-icon-theme desktop-file-utils ${sourcepkg}>=${version}_${revision}"
depends="python3.4 pygtk python-xdg hicolor-icon-theme desktop-file-utils ${sourcepkg}>=${version}_${revision}"
pycompile_module="redshift_gtk"
short_desc+=" - GTK+ UI"
pkg_install() {