Date: Saturday, March 18, 2023 @ 01:19:30
Author: heftig
Revision: 471426
archrelease: copy trunk to extra-x86_64
Added:
glib-networking/repos/extra-x86_64/PKGBUILD
(from rev 471425, glib-networking/trunk/PKGBUILD)
Deleted:
glib-networking/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 89 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 48 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-18 01:18:02 UTC (rev 471425)
+++ PKGBUILD 2023-03-18 01:19:30 UTC (rev 471426)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=glib-networking
-pkgver=2.74.0
-pkgrel=1
-epoch=1
-pkgdesc="Network extensions for GLib"
-url="https://gitlab.gnome.org/GNOME/glib-networking"
-arch=(x86_64)
-license=(GPL2)
-depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
-makedepends=(meson git)
-checkdepends=(ca-certificates)
-options=(debug)
-_commit=d17632fe495c573612dd69e982a0c49af2952178 # tags/2.74.0^0
-source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:
Copied: glib-networking/repos/extra-x86_64/PKGBUILD (from rev 471425,
glib-networking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-18 01:19:30 UTC (rev 471426)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=glib-networking
+pkgver=2.76.0
+pkgrel=1
+epoch=1
+pkgdesc="Network extensions for GLib"
+url="https://gitlab.gnome.org/GNOME/glib-networking"
+arch=(x86_64)
+license=(GPL2)
+depends=(
+ glib2
+ gnutls
+ gsettings-desktop-schemas
+ libproxy
+)
+makedepends=(
+ git
+ meson
+)
+checkdepends=(ca-certificates)
+_commit=eab226398f9872c381033f7cb3af43dcb66600f4 # tags/2.76.0^0
+source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: