Date: Monday, January 17, 2022 @ 21:35:20
  Author: arojas
Revision: 434639

archrelease: copy trunk to staging-x86_64

Added:
  gnome-settings-daemon/repos/staging-x86_64/
  gnome-settings-daemon/repos/staging-x86_64/PKGBUILD
    (from rev 434638, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/staging-x86_64/fix-meson.diff
    (from rev 434638, gnome-settings-daemon/trunk/fix-meson.diff)

----------------+
 PKGBUILD       |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 fix-meson.diff |   24 ++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

Copied: gnome-settings-daemon/repos/staging-x86_64/PKGBUILD (from rev 434638, 
gnome-settings-daemon/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2022-01-17 21:35:20 UTC (rev 434639)
@@ -0,0 +1,53 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=gnome-settings-daemon
+pkgver=41.0
+pkgrel=2
+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 systemd libwacom
+         pulseaudio pulseaudio-alsa upower librsvg libgweather geocode-glib 
geoclue nss libgudev
+         gtk3 libnm gcr)
+makedepends=(libxslt docbook-xsl python git meson usbguard)
+checkdepends=(python-gobject python-dbusmock)
+optdepends=('usbguard: USB protection support')
+groups=(gnome)
+backup=(etc/xdg/Xwayland-session.d/00-xrdb)
+_commit=6466cae65b2bf962894b71e54a62355148709e4a  # tags/41.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";
+        fix-meson.diff)
+sha256sums=('SKIP'
+            'SKIP'
+            '704984a4f6cb6fb47c0a6dab7766c1e4e968c47a374deacc085bf629dcf02ad0')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Fix build with Meson 0.61.0
+  git apply -3 ../fix-meson.diff
+
+  git submodule init
+  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}

Copied: gnome-settings-daemon/repos/staging-x86_64/fix-meson.diff (from rev 
434638, gnome-settings-daemon/trunk/fix-meson.diff)
===================================================================
--- staging-x86_64/fix-meson.diff                               (rev 0)
+++ staging-x86_64/fix-meson.diff       2022-01-17 21:35:20 UTC (rev 434639)
@@ -0,0 +1,24 @@
+diff --git i/plugins/power/meson.build w/plugins/power/meson.build
+index 69e619f2..014bb6da 100644
+--- i/plugins/power/meson.build
++++ w/plugins/power/meson.build
+@@ -76,7 +76,6 @@ if host_is_linux
+   )
+ 
+   i18n.merge_file(
+-    policy,
+     input: policy_in,
+     output: policy,
+     po_dir: po_dir,
+diff --git i/plugins/wacom/meson.build w/plugins/wacom/meson.build
+index d8dd0ec7..c00323d4 100644
+--- i/plugins/wacom/meson.build
++++ w/plugins/wacom/meson.build
+@@ -7,7 +7,6 @@ policy_in = configure_file(
+ )
+ 
+ i18n.merge_file(
+-  policy,
+   input: policy_in,
+   output: policy,
+   po_dir: po_dir,

Reply via email to