[arch-commits] Commit in gnome-settings-daemon/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 4 20:02:20 UTC 2018


    Date: Tuesday, September 4, 2018 @ 20:02:20
  Author: heftig
Revision: 333338

3.30.0-1

Modified:
  gnome-settings-daemon/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-04 19:55:08 UTC (rev 333337)
+++ PKGBUILD	2018-09-04 20:02:20 UTC (rev 333338)
@@ -1,11 +1,10 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-settings-daemon
-pkgver=3.28.1
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="GNOME Settings Daemon"
-url="https://git.gnome.org/browse/gnome-settings-daemon"
+url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon"
 arch=(x86_64)
 license=(GPL)
 depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse libnotify libsystemd
@@ -12,10 +11,11 @@
          libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather geocode-glib geoclue2 nss
          libgudev gtk3-print-backends libnm)
 makedepends=(xf86-input-wacom libxslt docbook-xsl python git meson)
+checkdepends=(python-pip python-gobject python-dbus)
 groups=(gnome)
-_commit=e3c71b7389d1150615f5f45818248af96518af42  # tags/GNOME_SETTINGS_DAEMON_3_28_1^0
+_commit=dad0ff401377c57ad5e2e4e9b03a578e1823fabb  # tags/GNOME_SETTINGS_DAEMON_3_30_0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git#commit=$_commit"
-        "git+https://git.gnome.org/browse/libgnome-volume-control")
+        "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
 sha256sums=('SKIP'
             'SKIP')
 
@@ -38,11 +38,10 @@
 }
 
 check() {
-  cd build
-  # Needs python-dbusmock
-  #meson test
+  pip install --user python-dbusmock
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }


Property changes on: gnome-settings-daemon/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list