telepathy-logger: rebuild with as-needed for shlibs.

This commit is contained in:
Juan RP 2012-10-10 16:57:37 +02:00
parent 5ee678b179
commit f28087106f
3 changed files with 8 additions and 12 deletions

View file

@ -1,14 +1,13 @@
# Template file for 'telepathy-logger-devel'. # Template file for 'telepathy-logger-devel'.
# #
depends="libxml2-devel telepathy-glib-devel telepathy-logger>=0.4.0" noarch=yes
depends="libxml2-devel telepathy-glib-devel ${sourcepkg}-${version}_${revision}"
short_desc="${short_desc} - development files" short_desc="${short_desc} - 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()
{
mkdir -p ${DESTDIR}/usr/{lib,share} mkdir -p ${DESTDIR}/usr/{lib,share}
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib

View file

@ -1,9 +1,7 @@
libdbus-glib-1.so.2 libdbus-glib-1.so.2
libdbus-1.so.3
libpthread.so.0 libpthread.so.0
libgio-2.0.so.0 libgio-2.0.so.0
libgobject-2.0.so.0 libgobject-2.0.so.0
librt.so.1
libglib-2.0.so.0 libglib-2.0.so.0
libxml2.so.2 libxml2.so.2
libsqlite3.so.0 libsqlite3.so.0

View file

@ -1,21 +1,20 @@
# Template file for 'telepathy-logger' # Template file for 'telepathy-logger'
pkgname=telepathy-logger pkgname=telepathy-logger
version=0.4.0 version=0.4.0
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.bz2" revision=2
subpackages="$pkgname-devel"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static --disable-schemas-compile" configure_args="--disable-static --disable-schemas-compile"
makedepends="pkg-config intltool libxslt gobject-introspection dbus-glib-devel libxml2-devel sqlite-devel telepathy-glib-devel" makedepends="pkg-config intltool libxslt gobject-introspection
revision=1 dbus-glib-devel libxml2-devel sqlite-devel telepathy-glib-devel"
short_desc="Telepathy framework logging daemon" short_desc="Telepathy framework logging daemon"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://telepathy.freedesktop.org/wiki/Logger" homepage="http://telepathy.freedesktop.org/wiki/Logger"
license="LGPL-2.1" license="LGPL-2.1"
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.bz2"
checksum=06b5ab0616afd7572a1bbda58e6a9487bb305f69358c85985a8999f26f4465e5 checksum=06b5ab0616afd7572a1bbda58e6a9487bb305f69358c85985a8999f26f4465e5
long_desc=" long_desc="
Telepathy is a D-Bus framework for unifying real time communication, Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for differences between protocols to provide a unified interface for
applications." applications."
subpackages="$pkgname-devel"