[arch-commits] Commit in gupnp-tools/repos (2 files)

Jan Steffens heftig at gemini.archlinux.org
Mon Oct 25 19:54:55 UTC 2021


    Date: Monday, October 25, 2021 @ 19:54:54
  Author: heftig
Revision: 1033654

archrelease: copy trunk to community-staging-x86_64

Added:
  gupnp-tools/repos/community-staging-x86_64/
  gupnp-tools/repos/community-staging-x86_64/PKGBUILD
    (from rev 1033653, gupnp-tools/trunk/PKGBUILD)

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

Copied: gupnp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 1033653, gupnp-tools/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-10-25 19:54:54 UTC (rev 1033654)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gupnp-tools
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="Utilities and demos to work with UPnP"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GUPnP"
+license=('GPL')
+depends=('gtksourceview4' 'gupnp' 'gupnp-av')
+makedepends=('meson')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('4ea96d167462b3a548efc4fc4ea089fe518d7d29be349d1cce8982b9ffb53b4a')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list