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

Jan Steffens heftig at archlinux.org
Fri Sep 18 23:23:51 UTC 2020


    Date: Friday, September 18, 2020 @ 23:23:51
  Author: heftig
Revision: 396293

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   79 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 41 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-18 23:23:41 UTC (rev 396292)
+++ PKGBUILD	2020-09-18 23:23:51 UTC (rev 396293)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Thijs Vermeir <thijsvermeir at gmail.com>
-# Contributor: Denis Zawada <deno at rootnode.net>
-
-pkgname=gupnp-av
-pkgver=0.12.11+2+gb5ca07c
-pkgrel=2
-pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
-url="https://wiki.gnome.org/Projects/GUPnP"
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2)
-makedepends=(gobject-introspection gtk-doc vala meson git)
-_commit=b5ca07c0117dfb4a9aaf470649294251f3f6ace1  # master
-source=("git+https://gitlab.gnome.org/GNOME/gupnp-av.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^gupnp-av-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gupnp-av/repos/extra-x86_64/PKGBUILD (from rev 396292, gupnp-av/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-18 23:23:51 UTC (rev 396293)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Thijs Vermeir <thijsvermeir at gmail.com>
+# Contributor: Denis Zawada <deno at rootnode.net>
+
+pkgname=gupnp-av
+pkgver=0.12.11+3+g2123c81
+pkgrel=1
+pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
+url="https://wiki.gnome.org/Projects/GUPnP"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2)
+makedepends=(gobject-introspection gtk-doc vala meson git)
+_commit=2123c810fa2129f77f907e9cc9107982e29e8ee6  # master
+source=("git+https://gitlab.gnome.org/GNOME/gupnp-av.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gupnp-av-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  depends+=(libg{lib,object}-2.0.so)
+  provides+=(libgupnp-av-1.0.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list