summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriaan Zonnenberg2017-04-09 00:27:50 +0200
committerAdriaan Zonnenberg2017-04-09 00:27:50 +0200
commit305071c0c57ac19d66736024c2021a2e7b0793a8 (patch)
tree1e90f046f9b43d4d0483af971c55bfd16c78569d
parent24f0cc3ca1479e5d2ca4ed116b5864e0fe9f0b69 (diff)
downloadaur-305071c0c57ac19d66736024c2021a2e7b0793a8.tar.gz
3.22.2-2: Make sure GNOME 3.24 doesn't install on top of this package
When updating to GNOME 3.24, the version of gnome-settings-daemon currently doesn't get verified. This PKGBUILD and the patch are incompatible with GNOME 3.24, and it is also not going to be updated, because it GNOME 3.24 has the functionality built-in.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16ad75004a44..be44fe4023dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=gnome-settings-daemon-redshift
pkgver=3.22.2
_pkgname=gnome-settings-daemon
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME Settings Daemon with a patch to support changing the color temerature"
url="https://git.gnome.org/browse/gnome-settings-daemon"
arch=(i686 x86_64)
license=(GPL)
-depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse libnotify libsystemd
+depends=(dconf 'gnome-desktop<1:3.24' gsettings-desktop-schemas libcanberra-pulse libnotify libsystemd
libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather geocode-glib geoclue2 nss
libgudev gtk3-print-backends libnm)
makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git gnome-common)