[arch-commits] Commit in gupnp/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon May 24 17:12:25 UTC 2021
Date: Monday, May 24, 2021 @ 17:12:24
Author: heftig
Revision: 416264
archrelease: copy trunk to extra-x86_64
Added:
gupnp/repos/extra-x86_64/PKGBUILD
(from rev 416263, gupnp/trunk/PKGBUILD)
Deleted:
gupnp/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-24 17:12:17 UTC (rev 416263)
+++ PKGBUILD 2021-05-24 17:12:24 UTC (rev 416264)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=gupnp
-pkgver=1.2.4
-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=a066f3d70d7712976311c906afc3ca57be8a694d # tags/gupnp-1.2.4^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
-}
Copied: gupnp/repos/extra-x86_64/PKGBUILD (from rev 416263, gupnp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-24 17:12:24 UTC (rev 416264)
@@ -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.6
+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=507d5709eaa42369624cda97d14d5ac79d0316e0 # tags/gupnp-1.2.6^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)
+
+ meson install -C build --destdir "$pkgdir"
+}
More information about the arch-commits
mailing list