Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / glib-networking


Commits:
3b7be8ef by Fabian Bornschein at 2024-03-01T21:23:04+01:00
upgpkg: 1:2.80rc-1: gnome-unstable

- - - - -
829a4aa4 by Jan Alexander Steffens (heftig) at 2024-03-16T00:02:55+01:00
1:2.80.0-1

- - - - -
63107d01 by Jan Alexander Steffens (heftig) at 2024-03-20T22:46:07+01:00
Merge remote-tracking branch 'origin/gnome-unstable'

* origin/gnome-unstable:
  1:2.80.0-1
  upgpkg: 1:2.80rc-1: gnome-unstable

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = glib-networking
        pkgdesc = Network extensions for GLib
-       pkgver = 2.78.1
+       pkgver = 2.80.0
        pkgrel = 1
        epoch = 1
        url = https://gitlab.gnome.org/GNOME/glib-networking
@@ -10,10 +10,11 @@ pkgbase = glib-networking
        makedepends = git
        makedepends = meson
        depends = glib2
+       depends = glibc
        depends = gnutls
        depends = gsettings-desktop-schemas
        depends = libproxy
-       source = 
git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=ff3ed94057edfd2e4d4c45c5e53e5b41d19fad6a
+       source = 
git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=3ae624d21b586ec33543004b037fd343042cb04b
        b2sums = SKIP
 
 pkgname = glib-networking


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Maintainer: Fabian Bornschein <fabisc...@archlinux.org>
 
 pkgname=glib-networking
-pkgver=2.78.1
+pkgver=2.80.0
 pkgrel=1
 epoch=1
 pkgdesc="Network extensions for GLib"
@@ -11,6 +11,7 @@ arch=(x86_64)
 license=(LGPL-2.1-or-later)
 depends=(
   glib2
+  glibc
   gnutls
   gsettings-desktop-schemas
   libproxy
@@ -20,7 +21,7 @@ makedepends=(
   meson
 )
 checkdepends=(ca-certificates)
-_commit=ff3ed94057edfd2e4d4c45c5e53e5b41d19fad6a  # tags/2.78.1^0
+_commit=3ae624d21b586ec33543004b037fd343042cb04b  # tags/2.80.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit";)
 b2sums=('SKIP')
 
@@ -34,15 +35,12 @@ prepare() {
 }
 
 build() {
-  local meson_options=(
-  )
-
-  arch-meson glib-networking build "${meson_options[@]}"
+  arch-meson glib-networking build
   meson compile -C build
 }
 
 check() {
-  meson test -C build --print-errorlogs
+  meson test -vC build --print-errorlogs
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glib-networking/-/compare/5ada47ff59fe41c976e07a75443efa041914cb8e...63107d01dc5081833242da42e6680f12f283fb1e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glib-networking/-/compare/5ada47ff59fe41c976e07a75443efa041914cb8e...63107d01dc5081833242da42e6680f12f283fb1e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to