Merge pull request #1195 from pulux/redshift_pr
redshift: update to 1.10 and add build_options=geoclue
This commit is contained in:
commit
940e16695e
1 changed files with 10 additions and 8 deletions
|
@ -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_enable geoclue)"
|
||||
makedepends="libXxf86vm-devel $(vopt_if geoclue "geoclue-devel 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() {
|
||||
|
|
Loading…
Reference in a new issue