# HG changeset patch # User Eric Joseph-Alexandre # Date 1295486003 -3600 # Node ID ca2350fb7e69b5057fee9fc20bcaa561bc3f22d0 # Parent 4221f6eea92d47a954381bb96bf6864f703b2678 up: libexo* (0.6.0) diff -r 4221f6eea92d -r ca2350fb7e69 libexo-dev/receipt --- a/libexo-dev/receipt Thu Jan 20 02:12:53 2011 +0100 +++ b/libexo-dev/receipt Thu Jan 20 02:13:23 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libexo-dev" -VERSION="0.3.107" +VERSION="0.6.0" CATEGORY="development" SHORT_DESC="Xfce extension library dev files" MAINTAINER="erjo@slitaz.org" diff -r 4221f6eea92d -r ca2350fb7e69 libexo/receipt --- a/libexo/receipt Thu Jan 20 02:12:53 2011 +0100 +++ b/libexo/receipt Thu Jan 20 02:13:23 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libexo" -VERSION="0.3.107" +VERSION="0.6.0" CATEGORY="x-window" SHORT_DESC="Xfce extension library" MAINTAINER="erjo@slitaz.org" @@ -21,8 +21,9 @@ cp -a $_pkg/etc $fs/ cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/libexo $fs/usr/lib + cp -a $_pkg/usr/lib/gio $fs/usr/lib + cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib # Strip files - strip -s $fs/usr/lib/libexo/* 2> /dev/null + #strip -s $fs/usr/lib/libexo/* 2> /dev/null }