# HG changeset patch # User Pascal Bellard # Date 1376426532 0 # Node ID f0e3e48ede997376dc52ee91ce40fcf6a0789029 # Parent 8bd6cba570aaa66f86aeb1afb26c42c3db84da8b orage: update bdeps diff -r 8bd6cba570aa -r f0e3e48ede99 orage/receipt --- a/orage/receipt Tue Aug 13 20:39:06 2013 +0000 +++ b/orage/receipt Tue Aug 13 20:42:12 2013 +0000 @@ -5,14 +5,17 @@ CATEGORY="office" SHORT_DESC="Xfce calendar" MAINTAINER="erjo@slitaz.org" -DEPENDS="libxfcegui4 libnotify dbus atk libgio pango cairo libnotify \ -xfce4-panel atk libgio pango cairo xfce4-panel popt" -BUILD_DEPENDS="libxfcegui4-dev xfce4-panel-dev libnotify-dev dbus-dev intltool popt-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" TAGS="office" +DEPENDS="libxfcegui4 libnotify dbus atk libgio pango cairo libnotify \ +xfce4-panel popt" +BUILD_DEPENDS="libxfcegui4-dev xfce4-panel-dev libnotify-dev dbus-dev \ +intltool popt-dev gtk+-dev" + # Rules to configure and make the package. compile_rules() { @@ -23,20 +26,20 @@ --enable-libnotify \ --libexecdir=/usr/lib/$PACKAGE \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/xfce4 $fs/usr/share - cp -a $_pkg/usr/share/orage $fs/usr/share - cp -a $_pkg/usr/share/orage $fs/usr/share - cp -a $_pkg/usr/share/dbus-1 $fs/usr/share - cp -a $_pkg/usr/share/icons $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/xfce4 $fs/usr/share + cp -a $install/usr/share/orage $fs/usr/share + cp -a $install/usr/share/orage $fs/usr/share + cp -a $install/usr/share/dbus-1 $fs/usr/share + cp -a $install/usr/share/icons $fs/usr/share }