diff options
Diffstat (limited to 'nonprism/gnome-settings-daemon/PKGBUILD')
-rw-r--r-- | nonprism/gnome-settings-daemon/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nonprism/gnome-settings-daemon/PKGBUILD b/nonprism/gnome-settings-daemon/PKGBUILD index 292e98901..2921ffe88 100644 --- a/nonprism/gnome-settings-daemon/PKGBUILD +++ b/nonprism/gnome-settings-daemon/PKGBUILD @@ -6,9 +6,10 @@ # parabola changes and rationale: # - removed geoclue2 support +# - add libmm-glib as dependency (implicit in upstream) pkgname=gnome-settings-daemon -pkgver=3.34.1 +pkgver=3.34.1+1+ge1fc4599 pkgrel=1 pkgrel+=.nonprism1 pkgdesc="GNOME Settings Daemon, without geoclue2 support" @@ -18,11 +19,11 @@ arch+=(i686 armv7h) license=(GPL) depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse libnotify systemd-libs libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather geocode-glib nss - libgudev gtk3-print-backends libnm) + libgudev gtk3-print-backends libnm gcr libmm-glib) makedepends=(xf86-input-wacom libxslt docbook-xsl python git meson) checkdepends=(python-gobject python-dbusmock) groups=(gnome) -_commit=57114085a09e86968e0a0261392c6866352f35fd # tags/GNOME_SETTINGS_DAEMON_3_32_1^0 +_commit=e1fc4599764c9b10e086317164267c78f9338883 # gnome-3-34 source=("git+https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git" nonprism.patch) |