[arch-commits] Commit in gupnp/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Jun 22 23:03:24 UTC 2020


    Date: Monday, June 22, 2020 @ 23:03:23
  Author: heftig
Revision: 390143

archrelease: copy trunk to extra-x86_64

Added:
  gupnp/repos/extra-x86_64/PKGBUILD
    (from rev 390141, gupnp/trunk/PKGBUILD)
Deleted:
  gupnp/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 42 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-22 23:03:22 UTC (rev 390142)
+++ PKGBUILD	2020-06-22 23:03:23 UTC (rev 390143)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=gupnp
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="An object-oriented UPNP framework"
-url="https://wiki.gnome.org/Projects/GUPnP"
-arch=(x86_64)
-license=(LGPL)
-depends=(gssdp util-linux)
-makedepends=(gobject-introspection gtk-doc vala meson git)
-optdepends=('python: gupnp-binding-tool')
-_commit=76f6a78e99f4a4e80f31678ba99e8068131c79ff  # tags/gupnp-1.2.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^gupnp-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gupnp/repos/extra-x86_64/PKGBUILD (from rev 390141, gupnp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-22 23:03:23 UTC (rev 390143)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=gupnp
+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=(glib2 gssdp util-linux libxml2)
+makedepends=(gobject-introspection gtk-doc vala meson git)
+optdepends=('python: gupnp-binding-tool')
+_commit=c7517cdabd8b04c05804d300fd726ff29c90f2ee  # tags/gupnp-1.2.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gupnp-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+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
+}



More information about the arch-commits mailing list