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

Jan Steffens heftig at archlinux.org
Sun Jun 6 09:11:58 UTC 2021


    Date: Sunday, June 6, 2021 @ 09:11:58
  Author: heftig
Revision: 417193

archrelease: copy trunk to extra-x86_64

Added:
  libnice/repos/extra-x86_64/PKGBUILD
    (from rev 417192, libnice/trunk/PKGBUILD)
Deleted:
  libnice/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 09:11:50 UTC (rev 417192)
+++ PKGBUILD	2021-06-06 09:11:58 UTC (rev 417193)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: William Díaz <wdiaz at archlinux.us>
-
-pkgname=libnice
-pkgver=0.1.18
-pkgrel=1
-pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
-url="https://nice.freedesktop.org"
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gnutls gupnp-igd)
-makedepends=(gstreamer gtk-doc git meson gobject-introspection)
-optdepends=('gstreamer: "nice" GStreamer plugin')
-provides=(libnice.so)
-_commit=55b71d47f2b427b3baa8812818ed3f059acc748d  # tags/0.1.18^0
-source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=enabled -D tests=disabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libnice/repos/extra-x86_64/PKGBUILD (from rev 417192, libnice/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-06 09:11:58 UTC (rev 417193)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: William Díaz <wdiaz at archlinux.us>
+
+pkgname=libnice
+pkgver=0.1.18
+pkgrel=2
+pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
+url="https://nice.freedesktop.org"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gnutls gupnp-igd)
+makedepends=(gstreamer gtk-doc git meson gobject-introspection graphviz)
+optdepends=('gstreamer: "nice" GStreamer plugin')
+provides=(libnice.so)
+_commit=55b71d47f2b427b3baa8812818ed3f059acc748d  # tags/0.1.18^0
+source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=enabled -D tests=disabled
+  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