2 changed files with 3 additions and 42 deletions
@ -1,40 +0,0 @@
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org> |
||||
|
||||
pkgname=glib-networking |
||||
pkgver=2.68.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) |
||||
_commit=c02cc94b9cea5c228f33978dba77ecabe01ec83f # tags/2.68.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 |
||||
meson compile -C build |
||||
} |
||||
|
||||
check() { |
||||
meson test -C build --print-errorlogs |
||||
} |
||||
|
||||
package() { |
||||
DESTDIR="$pkgdir" meson install -C build |
||||
} |
||||
|
||||
# vim:set ts=2 sw=2 et: |
Loading…
Reference in new issue