From d4df24b8d12ea8a0c92a60a812501d19747107a1 Mon Sep 17 00:00:00 2001 From: Andrew Manison Date: Mon, 9 Jan 2012 06:27:09 +0000 Subject: testing/totem: Build fix to remove libtool archives before package split --- testing/totem/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/totem/APKBUILD b/testing/totem/APKBUILD index 7edde166e..34523a5fe 100644 --- a/testing/totem/APKBUILD +++ b/testing/totem/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: William Pitcock pkgname=totem pkgver=2.32.0 -pkgrel=2 +pkgrel=3 pkgdesc="media player for gnome" url="http://projects.gnome.org/totem" arch="all" license="GPL" -depends="gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-plugins-base-gnome gst-plugins-good-gnome gst-ffmpeg" +depends="gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-plugins-base-gnome gst-plugins-good-gnome gst-ffmpeg" depends_dev="gtk+-dev gstreamer-dev gst-plugins-base-dev gconf-dev totem-pl-parser-dev libunique-dev python-dev libsm-dev libice-dev" makedepends="$depends_dev gnome-doc-utils intltool" install="$pkgname.pre-deinstall $pkgname.post-install $pkgname.post-upgrade" @@ -36,6 +36,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + find "$pkgdir" -name *.la -print | xargs rm } mozilla() { -- cgit v1.2.3