[arch-commits] Commit in glib-networking/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Mar 8 00:13:03 UTC 2020
Date: Sunday, March 8, 2020 @ 00:13:00
Author: heftig
Revision: 376926
archrelease: copy trunk to extra-x86_64
Added:
glib-networking/repos/extra-x86_64/PKGBUILD
(from rev 376925, glib-networking/trunk/PKGBUILD)
Deleted:
glib-networking/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 00:12:46 UTC (rev 376925)
+++ PKGBUILD 2020-03-08 00:13:00 UTC (rev 376926)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=glib-networking
-pkgver=2.62.3
-pkgrel=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 openssl)
-checkdepends=(ca-certificates)
-optdepends=('openssl: Alternative backend')
-_commit=aa028cf86c71474cf0ecbf399241053e82ac4fb9 # tags/2.62.3^0
-source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build -D openssl=enabled
- ninja -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:
Copied: glib-networking/repos/extra-x86_64/PKGBUILD (from rev 376925, glib-networking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-08 00:13:00 UTC (rev 376926)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=glib-networking
+pkgver=2.64.0
+pkgrel=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 openssl)
+checkdepends=(ca-certificates)
+optdepends=('openssl: Alternative backend')
+_commit=c8a3134693712055d4bff35ca18bf936e3f0df07 # tags/2.64.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'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build -D openssl=enabled
+ ninja -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list