[arch-commits] Commit in glib-networking/repos (2 files)

Jan Steffens heftig at archlinux.org
Wed Sep 5 00:07:39 UTC 2018


    Date: Wednesday, September 5, 2018 @ 00:07:36
  Author: heftig
Revision: 333362

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  glib-networking/repos/gnome-unstable-x86_64/
  glib-networking/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 333361, glib-networking/trunk/PKGBUILD)

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

Copied: glib-networking/repos/gnome-unstable-x86_64/PKGBUILD (from rev 333361, glib-networking/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-09-05 00:07:36 UTC (rev 333362)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=glib-networking
+pkgver=2.58.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)
+checkdepends=(ca-certificates)
+_commit=bd8ef31a4ca4552a10b8fe7897662a2b235f6e6f  # tags/2.58.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
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list