diff --git a/srcpkgs/spice-gtk/spice-gtk-devel.template b/srcpkgs/spice-gtk/spice-gtk-devel.template index 700402cb89a..bf1959b4a3e 100644 --- a/srcpkgs/spice-gtk/spice-gtk-devel.template +++ b/srcpkgs/spice-gtk/spice-gtk-devel.template @@ -1,14 +1,13 @@ # Template file for 'spice-gtk-devel'. # -depends="pixman-devel celt051-devel openssl-devel glib-devel gtk+3-devel spice-devel spice-gtk" +noarch=yes +depends="spice-gtk-${version}_${revision}" short_desc="${sourcepkg} development files" long_desc="${long_desc} This package contains files for development, headers, static libs, etc." -do_install() -{ - vmove "usr/lib/*.a" usr/lib +do_install() { vmove usr/include usr vmove usr/lib/pkgconfig usr/lib vmove usr/share/vala usr/share diff --git a/srcpkgs/spice-gtk/spice-gtk.rshlibs b/srcpkgs/spice-gtk/spice-gtk.rshlibs index e76c945a839..99b79c44563 100644 --- a/srcpkgs/spice-gtk/spice-gtk.rshlibs +++ b/srcpkgs/spice-gtk/spice-gtk.rshlibs @@ -14,14 +14,9 @@ libpulse.so.0 libsasl2.so.2 libgtk-3.so.0 libgdk-3.so.0 -libatk-1.0.so.0 -libpangocairo-1.0.so.0 libgdk_pixbuf-2.0.so.0 -libcairo-gobject.so.2 -libpango-1.0.so.0 libcairo.so.2 libdbus-glib-1.so.2 -libdbus-1.so.3 libX11.so.6 libXrandr.so.2 libpthread.so.0 diff --git a/srcpkgs/spice-gtk/template b/srcpkgs/spice-gtk/template index c94968cec3f..2bc56f91ccb 100644 --- a/srcpkgs/spice-gtk/template +++ b/srcpkgs/spice-gtk/template @@ -1,22 +1,22 @@ # Template file for 'spice-gtk' pkgname=spice-gtk version=0.14 -revision=2 -distfiles="http://spice-space.org/download/gtk/${pkgname}-${version}.tar.bz2" +revision=3 +subpackages="${pkgname}-devel" build_style=gnu-configure -configure_args="--enable-vala --enable-introspection --enable-smartcard=no" +configure_args="--disable-static --enable-vala --enable-introspection + --enable-smartcard=no" makedepends="pkg-config intltool gobject-introspection pixman-devel -celt051-devel openssl-devel libsasl-devel gtk+3-devel pulseaudio-devel -jpeg-devel spice-devel spice-protocol polkit-devel dbus-glib-devel vala-devel" + celt051-devel openssl-devel libsasl-devel gtk+3-devel pulseaudio-devel + jpeg-devel spice-devel spice-protocol polkit-devel dbus-glib-devel vala-devel" homepage="http://spice-space.org" license="LGPL-2" short_desc="GTK+2/3 SPICE widget" maintainer="davehome " +distfiles="http://spice-space.org/download/gtk/${pkgname}-${version}.tar.bz2" checksum=a16fa27364541493b886cc943f72c8f96ec251083af0a29d405a2c4f490274f5 long_desc=" spice-gtk is a GTK+2 and GTK+3 SPICE widget. It features glib-based objects for SPICE protocol parsing and a gtk widget for embedding the SPICE display into other applications such as virt-manager." -subpackages="${pkgname}-devel" -