Hello,

The following PKGBUILD will upgrade [nonprism/gnome-online-accounts] to
version 3.34.1.

Changelog:
- bumb pkgver and _commit
- Add gcr as dependency (as upstream does)
- Add libmm-glib as dependency (implicit dependency in geocode in
  upstream).

Tested on 64 bit, built on 32 bit and arm.
# Maintainer (Arch): Jan Alexander Steffens (heftig) <[email protected]>
# Contributor (Hyperbola): AndrĂ© Silva <[email protected]>
# Contributor: Andreas Grapentin <[email protected]>
# Contributor: Isaac David <isacdaavid@[email protected]>
# Contributor: Omar Vega Ramos <[email protected]>

# parabola changes and rationale:
#  - removed geoclue2 support

pkgname=gnome-settings-daemon
pkgver=3.34.1
pkgrel=1
pkgrel+=.nonprism1
pkgdesc="GNOME Settings Daemon, without geoclue2 support"
url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon";
arch=(x86_64)
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)
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
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)
sha256sums=('SKIP'
            'SKIP'
            '6619205eb1e4d87caeb8e1673d6c80acf4d30f15ae91c5f6cb728a2e5674bf65')

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

  patch -p1 -i $srcdir/nonprism.patch
}

build() {
  arch-meson $pkgname build
  ninja -C build
}

check() {
  meson test -C build
}

package() {
  DESTDIR="$pkgdir" meson install -C build
}

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to