Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=34cfcf4925da86a997a8a56a3157adc0a7823a08
commit 34cfcf4925da86a997a8a56a3157adc0a7823a08 Author: DeX77 <[email protected]> Date: Tue Feb 2 23:29:25 2016 +0100 redshift-1.11-1-x86_64 * version bump diff --git a/source/xapps-extra/redshift/FrugalBuild b/source/xapps-extra/redshift/FrugalBuild index 9d1e381..fba4d1d 100644 --- a/source/xapps-extra/redshift/FrugalBuild +++ b/source/xapps-extra/redshift/FrugalBuild @@ -3,19 +3,30 @@ # Contributor: Devil505 <[email protected]> pkgname=redshift -pkgver=1.10 -pkgrel=2 +pkgver=1.11 +pkgrel=1 pkgdesc="Redshift color temperature adjustment." -url="http://launchpad.net/redshift" rodepends=('pygtk' 'pyxdg') -depends=('glib2>=2.46.2-4') -makedepends=('intltool') -_F_gnome_iconcache="y" -_F_launchpad_ext=".tar.xz" -_F_launchpad_subdir="v${pkgver}" -Finclude launchpad gnome-scriptlet +depends=('glib2>=2.46.2-4' 'libdrm' 'libxcb' 'libxxf86vm') +makedepends=('intltool' 'x11-protos') +_F_github_author="jonls" +_F_github_tag=y +_F_github_tag_v=y +Finclude github gnome-scriptlet +url="http://jonls.dk/redshift/" groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('7b06376ad96305252b93fa2ef14af47b521c82ab') +sha1sums=('b665d7e9f60e8448b444244f7d75cf23b0ee90ee') +Fconfopts+=" --enable-drm \ + --enable-randr \ + --enable-vidmode \ + --enable-geoclue2 \ + --with-systemduserunitdir=/usr/lib/systemd/user" + +build() { + Fcd + Fexec ./bootstrap || Fdie + Fbuild +} # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
