gssdp: update to 0.14.4.
This commit is contained in:
parent
e11d59bc8a
commit
bc9fd2c379
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gssdp'
|
# Template file for 'gssdp'
|
||||||
pkgname=gssdp
|
pkgname=gssdp
|
||||||
version=0.14.3
|
version=0.14.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://gupnp.org"
|
homepage="http://gupnp.org"
|
||||||
distfiles="${GNOME_SITE}/gssdp/0.14/gssdp-$version.tar.xz"
|
distfiles="${GNOME_SITE}/gssdp/0.14/gssdp-$version.tar.xz"
|
||||||
checksum=79dbdc5f79cc406632a783826b3dbe6acc0fbf41eb801b642bce1a02ecc3c66d
|
checksum=ed93fa1555a7032fa1e2b24eeef17d20a2275ee8b1682f28ac48640d6f2112ac
|
||||||
long_desc="
|
long_desc="
|
||||||
A GObject-based API for doing SSDP (Simple Service Discovery Protocol)
|
A GObject-based API for doing SSDP (Simple Service Discovery Protocol)
|
||||||
transparently."
|
transparently."
|
||||||
|
@ -22,6 +22,7 @@ gssdp-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
vmove usr/share/vala
|
vmove usr/share/vala
|
||||||
|
|
Loading…
Reference in New Issue