parent
c819c9db30
commit
6d0fc26041
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'spice-gtk'
|
# Template file for 'spice-gtk'
|
||||||
pkgname=spice-gtk
|
pkgname=spice-gtk
|
||||||
version=0.30
|
version=0.31
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-vala $(vopt_enable gir introspection)
|
configure_args="--disable-static --enable-vala $(vopt_enable gir introspection)
|
||||||
--enable-smartcard=no --enable-usbredir --enable-polkit=yes --enable-pie=yes
|
--enable-smartcard=no --enable-usbredir --enable-polkit=yes
|
||||||
--enable-lz4=yes --with-usb-ids-path=/usr/share/hwdata/usb.ids
|
--enable-lz4=yes --with-usb-ids-path=/usr/share/hwdata/usb.ids
|
||||||
--disable-celt051"
|
--disable-celt051"
|
||||||
hostmakedepends="automake pkg-config libtool gettext-devel intltool vala-devel
|
hostmakedepends="automake pkg-config libtool gettext-devel intltool vala-devel
|
||||||
|
@ -18,7 +18,7 @@ license="LGPL-2.1"
|
||||||
short_desc="GTK+ SPICE widget"
|
short_desc="GTK+ SPICE widget"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="http://spice-space.org/download/gtk/${pkgname}-${version}.tar.bz2"
|
distfiles="http://spice-space.org/download/gtk/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=e23323fa399efba17b3c18475ef10a29815851be5e7dbedd246b28ee8eb1379c
|
checksum=c72b4d202b1c0b71d6e24ce5caf914d6dddbcf4010d10db9c2d8e73af728c1ca
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
@ -39,7 +39,7 @@ spice-gtk-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/lib/*.so
|
||||||
vmove usr/share/vala
|
vmove usr/share/vala
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
if [ "$build_option_gir" ]; then
|
if [ "$build_option_gir" ]; then
|
||||||
|
|
Loading…
Reference in New Issue