# HG changeset patch # User Eric Joseph-Alexandre # Date 1265321442 -3600 # Node ID 9d920e7e106c3461f31920f67e5662faf9e31cbc # Parent b7f355968e1dba24dc8cd98d365cabee5893fa7f libexo: Fix DEPENDS diff -r b7f355968e1d -r 9d920e7e106c libexo/receipt --- a/libexo/receipt Thu Feb 04 22:43:13 2010 +0100 +++ b/libexo/receipt Thu Feb 04 23:10:42 2010 +0100 @@ -5,10 +5,8 @@ CATEGORY="x-window" SHORT_DESC="Xfce extension library" MAINTAINER="erjo@slitaz.org" -DEPENDS="libxfce4util perl-uri-url perl-uri-escape perl-uri-file \ -startup-notification hal" -BUILD_DEPENDS="libxfce4util-dev perl-uri-url perl-uri-escape perl-uri-file \ -startup-notification-dev hal-dev" +DEPENDS="libxfce4util perl-uri startup-notification hal" +BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev" SOURCE="exo" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" @@ -18,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - patch _p0 -i stuff/helpers.rc.u + patch -p0 -i stuff/helpers.rc.u cd $src ./configure \ @@ -53,4 +51,7 @@ # Fix perms & helpers chmod +x $fs/usr/bin/exo-preferred-applications + + # Strip files + strip -s $fs/usr/lib/libexo/* 2> /dev/null }