[arch-commits] Commit in gupnp/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sun Jan 9 02:55:54 UTC 2022
Date: Sunday, January 9, 2022 @ 02:55:54
Author: heftig
Revision: 433984
archrelease: copy trunk to extra-x86_64
Added:
gupnp/repos/extra-x86_64/PKGBUILD
(from rev 433983, gupnp/trunk/PKGBUILD)
Deleted:
gupnp/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 89 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 46 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-09 02:55:46 UTC (rev 433983)
+++ PKGBUILD 2022-01-09 02:55:54 UTC (rev 433984)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=gupnp
-pkgver=1.4.1
-pkgrel=1
-epoch=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=21cf45befcdfbda8882ff4805f9e791270e28274 # tags/gupnp-1.4.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd gupnp
- git describe --tags | sed 's/^gupnp-//;s/-/+/g'
-}
-
-prepare() {
- cd gupnp
-}
-
-build() {
- arch-meson gupnp 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"
-}
Copied: gupnp/repos/extra-x86_64/PKGBUILD (from rev 433983, gupnp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-09 02:55:54 UTC (rev 433984)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=gupnp
+pkgver=1.4.2
+pkgrel=1
+epoch=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=f700b70b3d4a81153403164d9a0e05d8f6a22afa # tags/gupnp-1.4.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd gupnp
+ git describe --tags | sed 's/^gupnp-//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd gupnp
+
+ # Unbreak man page build
+ git revert -n 8795626a07963a91400773cfe04d4f2f1c37ff14
+}
+
+build() {
+ arch-meson gupnp 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