rygel: update to 0.36.2.
This commit is contained in:
parent
7b2657f3bc
commit
5326cf0dc7
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rygel'
|
||||
pkgname=rygel
|
||||
version=0.36.1
|
||||
version=0.36.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-gst-launch-plugin"
|
||||
|
@ -13,10 +13,10 @@ depends="hicolor-icon-theme desktop-file-utils"
|
|||
conf_files="/etc/rygel.conf"
|
||||
short_desc="GNOME home media solution"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://wiki.gnome.org/Projects/Rygel"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=a67fdd801f6e4121ae44cfffabc0f35fff487cab173b6c6f052449ad7b5fb820
|
||||
checksum=d332c76c76716de1e5085f0ca0c152174352efd652a80e5b94ec7df797f92244
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
@ -35,7 +35,7 @@ rygel-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
if [ -n "$build_option_gir" ]; then
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/vala
|
||||
fi
|
||||
vmove usr/share/gtk-doc
|
||||
|
|
Loading…
Reference in New Issue