# HG changeset patch # User Samuel Trassare # Date 1330718065 28800 # Node ID af8ffb10039b39de86ef0c96ea0cf155cb3df532 # Parent f72c28df3f6c88e1d8f52a5afb66573aa88e5525# Parent 9b5113ea7413d0d9199ad3d86021914435638461 merge diff -r f72c28df3f6c -r af8ffb10039b libt4k_common/receipt --- a/libt4k_common/receipt Fri Mar 02 11:53:04 2012 -0800 +++ b/libt4k_common/receipt Fri Mar 02 11:54:25 2012 -0800 @@ -13,22 +13,20 @@ DEPENDS="libsdl libsdl-image libsdl-mixer libsdl-ttf libsdl-net librsvg \ libsdl-pango" BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev libsdl-ttf-dev \ -libsdl-net-dev librsvg-dev libsdl-pango-dev" +libsdl-net-dev librsvg-dev libsdl-pango-dev wget" # Rules to configure and make the package. compile_rules() { - ./configure \ - $CONFIGURE_ARGS && - make && + ./configure $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib \ - $fs/usr/share + mkdir -p $fs/usr/lib $fs/usr/share cp -a $install/usr/lib/*so* $fs/usr/lib cp -ar $install/usr/share/* $fs/usr/share } diff -r f72c28df3f6c -r af8ffb10039b mplayerplug-in/receipt --- a/mplayerplug-in/receipt Fri Mar 02 11:53:04 2012 -0800 +++ b/mplayerplug-in/receipt Fri Mar 02 11:54:25 2012 -0800 @@ -47,6 +47,7 @@ --enable-qt \ --enable-rm \ --enable-dvx \ + GECKO_XPIDL="$stuff/xpidl" \ MOZILLA_HOME="/usr/lib/firefox-$FIREFOX_VER" \ GECKO_IDLDIR="/usr/share/idl/firefox-$FIREFOX_VER" && make $MAKEFLAGS && diff -r f72c28df3f6c -r af8ffb10039b mplayerplug-in/stuff/xpidl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mplayerplug-in/stuff/xpidl Fri Mar 02 11:54:25 2012 -0800 @@ -0,0 +1,3 @@ +#!/bin/sh + +exec python /usr/lib/firefox-devel/sdk/bin/xpidl.py "$@" diff -r f72c28df3f6c -r af8ffb10039b nmon/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nmon/receipt Fri Mar 02 11:54:25 2012 -0800 @@ -0,0 +1,25 @@ +# SliTaz package receipt +PACKAGE="nmon" +VERSION="14g" +CATEGORY="system-tools" +SHORT_DESC="Nigel's performance Monitor." +MAINTAINER="meshca@clarkson.edu" +DEPENDS="ncurses" +BUILD_DEPENDS="linux-api-headers ncurses-dev" +WEB_SITE="http://nmon.sourceforge.net/" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir -p $src + cd $src + wget "http://downloads.sourceforge.net/project/nmon/lmon14g.c" + cc -o nmon lmon14g.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -g -D POWER +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin/ + cp -a $src/nmon $fs/usr/bin/nmon +} diff -r f72c28df3f6c -r af8ffb10039b ntop/receipt --- a/ntop/receipt Fri Mar 02 11:53:04 2012 -0800 +++ b/ntop/receipt Fri Mar 02 11:54:25 2012 -0800 @@ -11,7 +11,7 @@ CONFIG_FILES="/etc/ntop" TAGS="network" -DEPENDS="zlib openssl libpng libpcap glibc gdbm rrdtool perl pcre geoip" +DEPENDS="zlib openssl libpng libpcap glibc gdbm rrdtool perl pcre geoip libwrap" BUILD_DEPENDS="zlib-dev openssl-dev libpng-dev libpcap-dev libtool glibc-dev gdbm-dev rrdtool \ autoconf automake rrdtool-dev wget geoip-dev libwrap" diff -r f72c28df3f6c -r af8ffb10039b slitaz-tools-boxes/receipt --- a/slitaz-tools-boxes/receipt Fri Mar 02 11:53:04 2012 -0800 +++ b/slitaz-tools-boxes/receipt Fri Mar 02 11:54:25 2012 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-tools-boxes" -VERSION="4.7" +VERSION="4.7.1" CATEGORY="system-tools" SHORT_DESC="All SliTaz GTKdialog boxes to command line tools." MAINTAINER="pankso@slitaz.org" diff -r f72c28df3f6c -r af8ffb10039b slitaz-tools/receipt --- a/slitaz-tools/receipt Fri Mar 02 11:53:04 2012 -0800 +++ b/slitaz-tools/receipt Fri Mar 02 11:54:25 2012 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-tools" -VERSION="4.7" +VERSION="4.7.1" CATEGORY="system-tools" SHORT_DESC="SliTaz tools provide installer and utils usable on termnial." MAINTAINER="pankso@slitaz.org" diff -r f72c28df3f6c -r af8ffb10039b tazpanel/receipt --- a/tazpanel/receipt Fri Mar 02 11:53:04 2012 -0800 +++ b/tazpanel/receipt Fri Mar 02 11:54:25 2012 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazpanel" -VERSION="1.4.2" +VERSION="1.4.3" CATEGORY="system-tools" SHORT_DESC="SliTaz administration and configuration panel." MAINTAINER="pankso@slitaz.org" diff -r f72c28df3f6c -r af8ffb10039b tazpkg/receipt --- a/tazpkg/receipt Fri Mar 02 11:53:04 2012 -0800 +++ b/tazpkg/receipt Fri Mar 02 11:54:25 2012 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazpkg" -VERSION="4.8.2" +VERSION="4.9" CATEGORY="base-system" SHORT_DESC="SliTaz packages manager." MAINTAINER="pankso@slitaz.org" diff -r f72c28df3f6c -r af8ffb10039b tazusb/receipt --- a/tazusb/receipt Fri Mar 02 11:53:04 2012 -0800 +++ b/tazusb/receipt Fri Mar 02 11:54:25 2012 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazusb" -VERSION="3.0.4" +VERSION="4.0" CATEGORY="base-system" SHORT_DESC="SliTaz LiveUSB utility." MAINTAINER="erjo@slitaz.org" diff -r f72c28df3f6c -r af8ffb10039b yad/receipt --- a/yad/receipt Fri Mar 02 11:53:04 2012 -0800 +++ b/yad/receipt Fri Mar 02 11:54:25 2012 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="yad" -VERSION="0.16.3" +VERSION="0.17.0" CATEGORY="utilities" SHORT_DESC="Display graphical dialogs from shell scripts or command line" MAINTAINER="devl547@gmail.com" @@ -10,13 +10,12 @@ WGET_URL="http://yad.googlecode.com/files/$TARBALL" DEPENDS="gtk+" -BUILD_DEPENDS="acl intltool gettext pkg-config glib-dev gtk+-dev" +BUILD_DEPENDS="intltool gettext pkg-config glib-dev gtk+-dev" # Rules to configure and make the package. compile_rules() { cd $src - [ -f install-sh ] && chmod +x install-sh ./configure \ --enable-icon-browser && make && make install @@ -27,7 +26,7 @@ { mkdir -p $fs/usr/bin \ $fs/usr/share - cp -a $_pkg/usr/bin/* $fs/usr/bin - cp -ar $_pkg/usr/share/applications $fs/usr/share - cp -ar $_pkg/usr/share/icons $fs/usr/share + cp -a $install/usr/bin/* $fs/usr/bin + cp -ar $install/usr/share/applications $fs/usr/share + cp -ar $install/usr/share/icons $fs/usr/share }