Date: Monday, June 22, 2020 @ 23:03:08 Author: heftig Revision: 390141
1.2.3-1 Modified: gupnp/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-22 23:02:25 UTC (rev 390140) +++ PKGBUILD 2020-06-22 23:03:08 UTC (rev 390141) @@ -1,17 +1,17 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: György Balló <[email protected]> pkgname=gupnp -pkgver=1.2.2 +pkgver=1.2.3 pkgrel=1 pkgdesc="An object-oriented UPNP framework" url="https://wiki.gnome.org/Projects/GUPnP" arch=(x86_64) license=(LGPL) -depends=(gssdp util-linux) +depends=(glib2 gssdp util-linux libxml2) makedepends=(gobject-introspection gtk-doc vala meson git) optdepends=('python: gupnp-binding-tool') -_commit=76f6a78e99f4a4e80f31678ba99e8068131c79ff # tags/gupnp-1.2.2^0 +_commit=c7517cdabd8b04c05804d300fd726ff29c90f2ee # tags/gupnp-1.2.3^0 source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ build() { arch-meson $pkgname build -D gtk_doc=true - ninja -C build + meson compile -C build } check() { @@ -34,5 +34,9 @@ } package() { + depends+=(libg{lib,object,io,module}-2.0.so libgssdp-1.2.so libsoup-2.4.so + libuuid.so) + provides+=(libgupnp-1.2.so) + DESTDIR="$pkgdir" meson install -C build }
