[arch-commits] Commit in gnome-desktop/repos (2 files)

Jan Steffens heftig at gemini.archlinux.org
Sun Oct 31 19:59:52 UTC 2021


    Date: Sunday, October 31, 2021 @ 19:59:52
  Author: heftig
Revision: 426898

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-desktop/repos/gnome-unstable-x86_64/
  gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 426897, gnome-desktop/trunk/PKGBUILD)

----------+
 PKGBUILD |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

Copied: gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 426897, gnome-desktop/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2021-10-31 19:59:52 UTC (rev 426898)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jan at archlinux.org>
+
+pkgname=gnome-desktop
+pkgver=41.0
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+url="https://gitlab.gnome.org/GNOME/gnome-desktop"
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 xkeyboard-config iso-codes libseccomp
+         bubblewrap systemd libxkbcommon)
+makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
+checkdepends=(xorg-server-xvfb)
+provides=(libgnome-desktop-3.so)
+_commit=65e130f35e4ea0d4020192b1ea9112c8c905fa96  # tags/41.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+    -D gnome_distributor="Arch Linux" \
+    -D gtk_doc=true \
+    -D debug_tools=false \
+    -D date_in_gnome_version=false
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run -s '-nolisten local' \
+    meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list