Date: Tuesday, May 2, 2023 @ 09:45:57 Author: antiz Revision: 1455828
upgpkg: redshift 1.12-8: Move geoclue to optdeps (FS#59657) Modified: redshift/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-02 09:11:17 UTC (rev 1455827) +++ PKGBUILD 2023-05-02 09:45:57 UTC (rev 1455828) @@ -1,4 +1,5 @@ # Maintainer: Lukas Fleischer <[email protected]> +# Maintainer: Robin Candau <[email protected]> # Contributor: Geoffrey Teale <tealeg@stop-squark> # Contributor: Mark, Huo Mian <markhuomian[at]gmail[dot]com> # Contributor: Biginoz <biginoz a free dot fr> @@ -6,15 +7,16 @@ pkgname=redshift pkgver=1.12 -pkgrel=7 +pkgrel=8 pkgdesc='Adjusts the color temperature of your screen according to your surroundings.' arch=('x86_64') url='http://jonls.dk/redshift/' license=('GPL3') -depends=('geoclue2' 'libdrm' 'libxcb' 'libxxf86vm') +depends=('libdrm' 'libxcb' 'libxxf86vm') optdepends=('python-gobject: for redshift-gtk' 'python-xdg: for redshift-gtk' - 'gtk3: for redshift-gtk') + 'gtk3: for redshift-gtk' + 'geoclue: for automatic location based on GeoClue2') makedepends=('intltool' 'python') source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz") md5sums=('5d04f2413dacdf3434cb86f373842462')
