exo: rebuild with as-needed for shlibs.
This commit is contained in:
parent
9fe04a43d5
commit
d03876c993
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'exo-devel'.
|
||||
#
|
||||
depends="gtk+-devel libxfce4util-devel exo>=0.8.0"
|
||||
depends="gtk+-devel libxfce4util-devel exo-${version}_${revision}"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
|
|
|
@ -1,21 +1,15 @@
|
|||
libgtk-x11-2.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgdk-x11-2.0.so.0
|
||||
libatk-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libcairo.so.2
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libSM.so.6
|
||||
libICE.so.6
|
||||
libpango-1.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libX11.so.6
|
||||
libxfce4util.so.6
|
||||
libglib-2.0.so.0
|
||||
libm.so.6
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libxfce4ui-1.so.0
|
||||
libatk-1.0.so.0
|
||||
|
|
|
@ -1,24 +1,20 @@
|
|||
# Template file for 'exo'
|
||||
pkgname=exo
|
||||
version=0.8.0
|
||||
homepage="http://xfce.org"
|
||||
distfiles="http://archive.xfce.org/src/xfce/exo/0.8/exo-$version.tar.bz2"
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
makedepends="pkg-config intltool gtk+-devel libxfce4util-devel libxfce4ui-devel"
|
||||
fulldepends="perl-URI"
|
||||
revision=2
|
||||
short_desc="Application library for the Xfce desktop environment"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://xfce.org"
|
||||
distfiles="http://archive.xfce.org/src/xfce/exo/0.8/exo-$version.tar.bz2"
|
||||
checksum=6e21aa30692affcb45fc8283d034da4a02221d26e3e1facb968d04fed4ba05b0
|
||||
long_desc="
|
||||
Extension library for Xfce, targeted at application development."
|
||||
|
||||
conf_files="/etc/xdg/xfce4/helpers.rc"
|
||||
|
||||
subpackages="exo-devel"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue