mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
spice-gtk: rebuild with as-needed for shlibs.
This commit is contained in:
parent
c1b94c8db2
commit
5ee678b179
3 changed files with 10 additions and 16 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'spice-gtk-devel'.
|
# 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"
|
short_desc="${sourcepkg} development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
vmove "usr/lib/*.a" usr/lib
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
vmove usr/share/vala usr/share
|
vmove usr/share/vala usr/share
|
||||||
|
|
|
@ -14,14 +14,9 @@ libpulse.so.0
|
||||||
libsasl2.so.2
|
libsasl2.so.2
|
||||||
libgtk-3.so.0
|
libgtk-3.so.0
|
||||||
libgdk-3.so.0
|
libgdk-3.so.0
|
||||||
libatk-1.0.so.0
|
|
||||||
libpangocairo-1.0.so.0
|
|
||||||
libgdk_pixbuf-2.0.so.0
|
libgdk_pixbuf-2.0.so.0
|
||||||
libcairo-gobject.so.2
|
|
||||||
libpango-1.0.so.0
|
|
||||||
libcairo.so.2
|
libcairo.so.2
|
||||||
libdbus-glib-1.so.2
|
libdbus-glib-1.so.2
|
||||||
libdbus-1.so.3
|
|
||||||
libX11.so.6
|
libX11.so.6
|
||||||
libXrandr.so.2
|
libXrandr.so.2
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
# Template file for 'spice-gtk'
|
# Template file for 'spice-gtk'
|
||||||
pkgname=spice-gtk
|
pkgname=spice-gtk
|
||||||
version=0.14
|
version=0.14
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="http://spice-space.org/download/gtk/${pkgname}-${version}.tar.bz2"
|
subpackages="${pkgname}-devel"
|
||||||
build_style=gnu-configure
|
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
|
makedepends="pkg-config intltool gobject-introspection pixman-devel
|
||||||
celt051-devel openssl-devel libsasl-devel gtk+3-devel pulseaudio-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"
|
jpeg-devel spice-devel spice-protocol polkit-devel dbus-glib-devel vala-devel"
|
||||||
homepage="http://spice-space.org"
|
homepage="http://spice-space.org"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
short_desc="GTK+2/3 SPICE widget"
|
short_desc="GTK+2/3 SPICE widget"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
distfiles="http://spice-space.org/download/gtk/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=a16fa27364541493b886cc943f72c8f96ec251083af0a29d405a2c4f490274f5
|
checksum=a16fa27364541493b886cc943f72c8f96ec251083af0a29d405a2c4f490274f5
|
||||||
long_desc="
|
long_desc="
|
||||||
spice-gtk is a GTK+2 and GTK+3 SPICE widget. It features glib-based objects for
|
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
|
SPICE protocol parsing and a gtk widget for embedding the SPICE display into
|
||||||
other applications such as virt-manager."
|
other applications such as virt-manager."
|
||||||
|
|
||||||
subpackages="${pkgname}-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue