[arch-commits] Commit in gnome-settings-daemon/repos (2 files)
Jan Steffens
heftig at archlinux.org
Tue Sep 4 20:02:52 UTC 2018
Date: Tuesday, September 4, 2018 @ 20:02:52
Author: heftig
Revision: 333339
archrelease: copy trunk to gnome-unstable-x86_64
Added:
gnome-settings-daemon/repos/gnome-unstable-x86_64/
gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 333338, gnome-settings-daemon/trunk/PKGBUILD)
----------+
PKGBUILD | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
Copied: gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD (from rev 333338, gnome-settings-daemon/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2018-09-04 20:02:52 UTC (rev 333339)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-settings-daemon
+pkgver=3.30.0
+pkgrel=1
+pkgdesc="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
+ 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=dad0ff401377c57ad5e2e4e9b03a578e1823fabb # tags/GNOME_SETTINGS_DAEMON_3_30_0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git#commit=$_commit"
+ "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
+sha256sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+
+ git submodule init
+ git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
+ git submodule update
+}
+
+build() {
+ arch-meson $pkgname build
+ ninja -C build
+}
+
+check() {
+ pip install --user python-dbusmock
+ meson test -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list