# HG changeset patch # User Aleksej Bobylev # Date 1521640697 -7200 # Node ID d43bf7aae9219849f48a4d0870b0c57c1cd650b0 # Parent 188b011e073a15c1e4c4e543b70efbec6099014a A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS. diff -r 188b011e073a -r d43bf7aae921 LibreOffice/receipt --- a/LibreOffice/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/LibreOffice/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -81,8 +81,7 @@ DEPENDS="LibreOffice" ;; LibreOffice) - copy @std *.inc - remove_already_packed + copy @std *.inc @rm DEPENDS="gtk+ dbus-glib libcomerr libkrb5 xorg-libSM \ xorg-libXinerama xorg-libXrandr" SUGGESTED="gst1-plugins-base mesa" @@ -150,8 +149,7 @@ LibreOffice-extra) # all the rest... - copy @std *.inc - remove_already_packed + copy @std *.inc @rm CAT="office|extra files" ;; esac diff -r 188b011e073a -r d43bf7aae921 QtWeb/receipt --- a/QtWeb/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/QtWeb/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -13,8 +13,8 @@ WGET_URL="https://github.com/RomanChebotarev/$PACKAGE/archive/$COMMIT.tar.gz" TAGS="web-browser" -DEPENDS="qt5 cacerts " -BUILD_DEPENDS="wget cacerts qmake qt5-dev qtwebkit mesa-dev xorg-dev " +DEPENDS="qt5 cacerts" +BUILD_DEPENDS="qmake qt5-dev qtwebkit mesa-dev xorg-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 SkypeFreak/receipt --- a/SkypeFreak/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/SkypeFreak/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,7 +12,6 @@ WGET_URL="https://github.com/yasoob/$PACKAGE/archive/$GITHASH.zip" DEPENDS="python" -BUILD_DEPENDS="wget" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 188b011e073a -r d43bf7aae921 actionmailer/receipt --- a/actionmailer/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/actionmailer/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -18,7 +18,7 @@ compile_rules() { local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 188b011e073a -r d43bf7aae921 actionpack/receipt --- a/actionpack/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/actionpack/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -18,7 +18,7 @@ compile_rules() { local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 188b011e073a -r d43bf7aae921 activerecord/receipt --- a/activerecord/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/activerecord/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -18,7 +18,7 @@ compile_rules() { local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 188b011e073a -r d43bf7aae921 activeresource/receipt --- a/activeresource/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/activeresource/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -18,7 +18,7 @@ compile_rules() { local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 188b011e073a -r d43bf7aae921 activesupport/receipt --- a/activesupport/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/activesupport/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -18,7 +18,7 @@ compile_rules() { local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 188b011e073a -r d43bf7aae921 aiksaurus/receipt --- a/aiksaurus/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/aiksaurus/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -30,7 +30,6 @@ ;; aiksaurus-dev) copy @dev - DEPENDS="aiksaurus pkg-config" ;; esac } diff -r 188b011e073a -r d43bf7aae921 alarm-clock-applet/receipt --- a/alarm-clock-applet/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/alarm-clock-applet/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,7 +12,7 @@ DEPENDS="GConf gstreamer0 libnotify libunique notification-daemon-gtk2" BUILD_DEPENDS="libxml2-dev gtk+-dev gstreamer0-dev GConf-dev gnome-icon-theme \ -libnotify-dev libunique-dev wget intltool" +libnotify-dev libunique-dev intltool" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 aria2/receipt --- a/aria2/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/aria2/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,8 +11,7 @@ WGET_URL="https://github.com/aria2/aria2/releases/download/release-$VERSION/$TARBALL" DEPENDS="zlib libxml2 gnutls libgcrypt" -BUILD_DEPENDS="zlib-dev gettext libxml2-dev gnutls-dev pkg-config gmp-dev \ -nettle-dev" +BUILD_DEPENDS="zlib-dev gettext libxml2-dev gnutls-dev gmp-dev nettle-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 arp-scan/receipt --- a/arp-scan/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/arp-scan/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" DEPENDS="libpcap perl" -BUILD_DEPENDS="wget autoconf automake libpcap-dev" +BUILD_DEPENDS="autoconf automake libpcap-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 asterisk-googletranslate/receipt --- a/asterisk-googletranslate/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/asterisk-googletranslate/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,6 @@ WGET_URL="https://github.com/downloads/zaf/$PACKAGE/$TARBALL" DEPENDS="asterisk perl-libwww-perl perl-json perl-io-socket-ssl" -BUILD_DEPENDS="wget" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 188b011e073a -r d43bf7aae921 asterisk-googletts/receipt --- a/asterisk-googletts/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/asterisk-googletts/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,6 @@ WGET_URL="https://github.com/downloads/zaf/$PACKAGE/$TARBALL" DEPENDS="asterisk perl sox mpg123" -BUILD_DEPENDS="wget" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 188b011e073a -r d43bf7aae921 asterisk/receipt --- a/asterisk/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/asterisk/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -42,9 +42,9 @@ busybox sed -i 's|lua5.1/||' pbx/pbx_lua.c grep -rsl '^#define AST_PBX_MAX_STACK' * | xargs busybox sed -i \ 's/define AST_PBX_MAX_STACK.*/define AST_PBX_MAX_STACK 1024/' - [ -s $SOURCES_REPOSITORY/rfc3951.txt ] || - wget -P $SOURCES_REPOSITORY http://www.ietf.org/rfc/rfc3951.txt - cp $SOURCES_REPOSITORY/rfc3951.txt codecs/ilbc || + [ -s $SRC/rfc3951.txt ] || + wget -P $SRC http://www.ietf.org/rfc/rfc3951.txt + cp $SRC/rfc3951.txt codecs/ilbc || cp $stuff/rfc3951.txt codecs/ilbc [ -f codecs/ilbc/iLBC_define.h ] || ( cd codecs/ilbc && awk -f $stuff/extract-cfile.awk rfc3951.txt > /dev/null ) diff -r 188b011e073a -r d43bf7aae921 aurorials-theme/receipt --- a/aurorials-theme/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/aurorials-theme/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,7 +12,7 @@ TAGS="holkfoor openbox slim wallpaper" DEPENDS="gtk2-engine-murrine openbox slim" -BUILD_DEPENDS="wget imagemagick" +BUILD_DEPENDS="imagemagick" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 avidemux/receipt --- a/avidemux/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/avidemux/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -14,7 +14,7 @@ DEPENDS="alsa-lib libxml2 xorg-libXv cairo libxslt libvpx libvorbis qt5-base \ opencore-amr lame faac faad2 libsamplerate xvidcore x264" BUILD_DEPENDS="tar coreutils-file-special coreutils-file-format cmake yasm \ -gettext pkg-config xorg-libXv-dev libxml2-dev libvorbis-dev lame-dev xvidcore-dev \ +gettext xorg-libXv-dev libxml2-dev libvorbis-dev lame-dev xvidcore-dev \ opencore-amr-dev x264-dev faac-dev faad2-dev libsamplerate-dev alsa-lib-dev \ libxslt-dev libvpx-dev bash qt5-dev xorg-dev zlib-dev mesa-dev sqlite3-dev \ glu-dev fribidi-dev " diff -r 188b011e073a -r d43bf7aae921 awesome/receipt --- a/awesome/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/awesome/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -16,7 +16,7 @@ BUILD_DEPENDS="cmake xorg-libX11-dev xorg-libxcb-dev xorg-xcb-util-dev \ xorg-xcb-util-keysyms-dev xorg-xcb-util-image-dev xorg-xcb-util-wm-dev lua-dev pango-dev \ cairo-dev imlib2-dev dbus-dev libev-dev gperf cairo libxdg-basedir-dev \ -startup-notification-dev imagemagick pkg-config freetype-dev fontconfig-dev \ +startup-notification-dev imagemagick freetype-dev fontconfig-dev \ libpng16-dev libxdg-basedir-dev openexr libltdl gdk-pixbuf-dev \ xorg-libXcursor-dev lgi" diff -r 188b011e073a -r d43bf7aae921 backup-manager/receipt --- a/backup-manager/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/backup-manager/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -13,7 +13,7 @@ TAGS="backup" DEPENDS="bash perl" -BUILD_DEPENDS="wget gettext coreutils-operations" +BUILD_DEPENDS="gettext coreutils-operations" SUGGESTED="ssh rsync mysql postgresql" # Rules to configure and make the package. diff -r 188b011e073a -r d43bf7aae921 bash/receipt --- a/bash/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/bash/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -23,11 +23,11 @@ patch_bash() { for i in $BASHPATCHES; do - [ -s "$SOURCES_REPOSITORY/$i" ] || - wget -O "$SOURCES_REPOSITORY/$i" \ + [ -s "$SRC/$i" ] || + wget -O "$SRC/$i" \ http://ftp.gnu.org/gnu/bash/bash-$BASEVERSION-patches/$i echo "Apply $i patch..." - patch -p0 -i $SOURCES_REPOSITORY/$i | awk '{print " * " $0;}' + patch -p0 -i $SRC/$i | awk '{print " * " $0;}' done } @@ -78,10 +78,10 @@ chown -R root:root $install # Check bash against vulnerabilities - [ -s "$SOURCES_REPOSITORY/$BASHCHECK" ] || - wget -O "$SOURCES_REPOSITORY/$BASHCHECK" $BASHCHECKURL + [ -s "$SRC/$BASHCHECK" ] || + wget -O "$SRC/$BASHCHECK" $BASHCHECKURL echo - $DESTDIR/bin/bash $SOURCES_REPOSITORY/$BASHCHECK $DESTDIR/bin/bash | \ + $DESTDIR/bin/bash $SRC/$BASHCHECK $DESTDIR/bin/bash | \ tee bashcheck.log echo grep Vulnerable bashcheck.log && echo "ERROR: Vulnerable" diff -r 188b011e073a -r d43bf7aae921 bazaar-tools/receipt --- a/bazaar-tools/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/bazaar-tools/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,7 +12,6 @@ WGET_URL="https://launchpad.net/$SOURCE/stable/$VERSION/+download/$TARBALL" DEPENDS="bazaar python" -BUILD_DEPENDS="wget" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 blender/receipt --- a/blender/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/blender/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://download.blender.org/source/$TARBALL" -BUILD_DEPENDS="cmake xorg-libXmu ilmbase-dev yasm pkg-config coreutils-file-format \ +BUILD_DEPENDS="cmake xorg-libXmu ilmbase-dev yasm coreutils-file-format \ gettext mesa-dev freeglut-dev librsvg-dev openexr-dev tiff-dev openal-dev \ glu libsdl-dev python3-dev libsamplerate-dev ffmpeg-dev lcms-dev openjpeg-dev \ libboost-dev libboost-math libboost-math-tr1 libboost-filesystem \ diff -r 188b011e073a -r d43bf7aae921 blogotext/receipt --- a/blogotext/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/blogotext/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,16 +11,14 @@ URL="$WEB_SITE/archives/$TARBALL" DEPENDS="php-gd" -BUILD_DEPENDS="" # Rules to configure and make the package. compile_rules() { - [ -s "$SOURCES_REPOSITORY/$TARBALL" ] || - wget -O "$SOURCES_REPOSITORY/$TARBALL" $URL - mkdir -p $DESTDIR/var/www 2> /dev/null + [ -s "$SRC/$TARBALL" ] || wget -O "$SRC/$TARBALL" $URL + mkdir -p $DESTDIR/var/www 2>/dev/null cd $DESTDIR/var/www - unzip "$SOURCES_REPOSITORY/$TARBALL" + unzip "$SRC/$TARBALL" chown -R 80.80 $DESTDIR/var/www/blogotext } diff -r 188b011e073a -r d43bf7aae921 bluez/receipt --- a/bluez/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/bluez/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="http://www.kernel.org/pub/linux/bluetooth/$TARBALL" -BUILD_DEPENDS="alsa-lib-dev dbus-dev glib-dev libusb-dev pkg-config libusb-compat" +BUILD_DEPENDS="alsa-lib-dev dbus-dev glib-dev libusb-dev libusb-compat" SPLIT="bluez-tools bluez-tools-experimental bluez bluez-dev" BUILD_DEPENDS="glib-dev dbus-dev eudev-dev libical-dev readline-dev" @@ -52,14 +52,12 @@ CAT="system-tools|tools" ;; bluez-tools-experimental) - copy bin/ + copy bin/ @rm rm $fs/usr/bin/bluetoothctl $fs/usr/bin/btmon # -> main package - remove_already_packed CAT="system-tools|experimental tools" ;; bluez) - copy @std - remove_already_packed + copy @std @rm TAGS="bluetooth" DEPENDS="dbus eudev glib libical ncurses readline linux-bluetooth" ;; diff -r 188b011e073a -r d43bf7aae921 btanks/receipt --- a/btanks/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/btanks/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -13,7 +13,7 @@ DEPENDS="expat mesa libsigc++ libvorbis lua5.1 openal libsdl libsdl-image libsmpeg" BUILD_DEPENDS="expat-dev mesa-dev libsigc++-dev libvorbis libvorbis-dev libogg \ libogg-dev lua5.1-dev openal-dev libsdl-dev libsdl-image-dev libsmpeg-dev scons \ -chrpath pkg-config libsmpeg-dev lua5.1 zlib-dev" +chrpath libsmpeg-dev lua5.1 zlib-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 btrfs-progs/receipt --- a/btrfs-progs/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/btrfs-progs/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -46,8 +46,7 @@ DEPENDS="lzo util-linux-blkid util-linux-uuid zlib" ;; btrfs-progs) - copy bin/ - remove_already_packed + copy bin/ @rm TAGS="filesystem fault-tolerance" PROVIDE="btrfs-tools" DEPENDS="e2fsprogs libcomerr lzo util-linux-blkid util-linux-uuid \ diff -r 188b011e073a -r d43bf7aae921 buildroot/receipt --- a/buildroot/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/buildroot/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -1,34 +1,33 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="buildroot" VERSION="2014.08" CATEGORY="development" -SHORT_DESC="Tools to build toolchains and root filesystems with uClibc." +SHORT_DESC="Tools to build toolchains and root filesystems with uClibc" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://www.buildroot.org/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.buildroot.org/" WGET_URL="${WEB_SITE}downloads/$TARBALL" -SUGGESTED="subversion bazaar git elfkickers ccache bison flex gettext texinfo" -DEPENDS="slitaz-toolchain ncurses-dev ncurses wget ncurses-extra tar \ -bash bzip2 perl python unzip rsync bc patch" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $src $fs/usr/lib/buildroot +compile_rules() { + mkdir -p $install/usr/lib + cp -a $src $install/usr/lib/buildroot } -# Pre and post install commands for Tazpkg. -post_install() -{ - [ -L $1/usr/bin/wget ] && chroot "$1/" tazpkg get-install wget --forced +genpkg_rules() { + copy @std @dev + DEPENDS="slitaz-toolchain ncurses-dev ncurses wget ncurses-extra tar bash \ + bzip2 perl python unzip rsync bc patch" + SUGGESTED="subversion bazaar git elfkickers ccache bison flex gettext \ + texinfo" +} + +post_install() { cat <&1 | grep -v 'slitaz/modules' && find $DESTDIR/lib/modules -name '*.ko' -exec xz {} \; for i in $EXTRA_SOURCE_FILES ; do - [ -s $SOURCES_REPOSITORY/$i ] || - cp drivers/dahdi/firmware/$i $SOURCES_REPOSITORY/ + [ -s $SRC/$i ] || + cp drivers/dahdi/firmware/$i $SRC/ done } diff -r 188b011e073a -r d43bf7aae921 dbus/receipt --- a/dbus/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/dbus/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -57,8 +57,7 @@ DEPENDS="libxml2-tools" ;; dbus) - copy @std - remove_already_packed + copy @std @rm DEPENDS="expat xorg-libX11 slitaz-base-files" CONFIG_FILES="/etc/dbus-1/session.conf /etc/dbus-1/system.conf /etc/dbus-1/system.d/" ;; diff -r 188b011e073a -r d43bf7aae921 ddumbfs/receipt --- a/ddumbfs/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/ddumbfs/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://www.magiksys.net/download/$PACKAGE/$TARBALL" DEPENDS="fuse mhash" -BUILD_DEPENDS="fuse-dev mhash-dev pkg-config" +BUILD_DEPENDS="fuse-dev mhash-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 deadbeef/receipt --- a/deadbeef/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/deadbeef/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -40,8 +40,7 @@ TAGS="music audio player mp3 ogg ape" ;; deadbeef-plugins) - copy @std - remove_already_packed; rm -r $fs/usr/share + copy @std @rm; rm -r $fs/usr/share CAT="multimedia|extra plugins" DEPENDS="deadbeef faad2 flac imlib2 libcddb libcdio libcurl \ libogg libsamplerate libsndfile zlib" diff -r 188b011e073a -r d43bf7aae921 defrag/receipt --- a/defrag/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/defrag/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -16,7 +16,7 @@ genpkg_rules() { mkdir -p $fs/usr/bin - [ -s "$SOURCES_REPOSITORY/$PACKAGE" ] || - wget -P $SOURCES_REPOSITORY $URL - cp $SOURCES_REPOSITORY/$PACKAGE $fs/usr/bin + [ -s "$SRC/$PACKAGE" ] || + wget -P $SRC $URL + cp $SRC/$PACKAGE $fs/usr/bin } diff -r 188b011e073a -r d43bf7aae921 desktop-file-utils/receipt --- a/desktop-file-utils/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/desktop-file-utils/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="https://www.freedesktop.org/software/desktop-file-utils/releases/$TARBALL" -BUILD_DEPENDS="pkg-config glib-dev" +BUILD_DEPENDS="glib-dev" SPLIT="desktop-file-validate-static desktop-file-utils-extra" compile_rules() { @@ -38,7 +38,7 @@ DEPENDS=" " ;; *-extra) - copy @std; remove_already_packed + copy @std @rm CAT="system-tools|extra utils" DEPENDS="glib" ;; diff -r 188b011e073a -r d43bf7aae921 dex2jar/receipt --- a/dex2jar/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/dex2jar/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,6 @@ WGET_URL="https://$PACKAGE.googlecode.com/files/$TARBALL" DEPENDS="java-jre" -BUILD_DEPENDS="wget" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 188b011e073a -r d43bf7aae921 dfu-util/receipt --- a/dfu-util/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/dfu-util/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://dfu-util.gnumonks.org/" WGET_URL="${WEB_SITE}releases/$TARBALL" -BUILD_DEPENDS="pkg-config glib libusb-dev" +BUILD_DEPENDS="glib libusb-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 dia/receipt --- a/dia/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/dia/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -13,7 +13,7 @@ DEPENDS="gtk+ libxml2 freetype fontconfig glib atk pango zlib libart_lgpl \ libxslt popt xorg-libXdamage librsvg" -BUILD_DEPENDS="pkg-config gtk+-dev libxml2-dev freetype-dev intltool \ +BUILD_DEPENDS="gtk+-dev libxml2-dev freetype-dev intltool \ fontconfig-dev glib-dev atk-dev pango-dev python-pyxml zlib-dev libxslt \ libart_lgpl-dev libart_lgpl pygtk file libxslt-dev expat-dev python-dev \ docbook-xsl docbook-xml cairo-dev pango-dev librsvg-dev" diff -r 188b011e073a -r d43bf7aae921 directfb/receipt --- a/directfb/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/directfb/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -53,7 +53,6 @@ find $fs/usr/lib -name "*.*a" -exec rm '{}' \; ;; directfb-dev) - DEPENDS="pkg-config" mkdir -p $fs/usr/lib cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/*.*a $fs/usr/lib diff -r 188b011e073a -r d43bf7aae921 djvulibre/receipt --- a/djvulibre/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/djvulibre/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,7 +12,7 @@ WGET_URL="$SF_MIRROR/djvu/$TARBALL" BUILD_DEPENDS_arm="tiff-dev jpeg-dev" -BUILD_DEPENDS="tiff-dev jpeg-dev xdg-utils bash rsvg-convert wget libpng12-dev" +BUILD_DEPENDS="tiff-dev jpeg-dev xdg-utils bash rsvg-convert libpng12-dev" SPLIT="djvulibre-dev" compile_rules() { diff -r 188b011e073a -r d43bf7aae921 droid-font/receipt --- a/droid-font/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/droid-font/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -13,8 +13,6 @@ TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="http://android.git.kernel.org/?p=platform/frameworks/base.git;f=data/fonts;a=snapshot;h=$GIT_HASH;sf=tgz" -BUILD_DEPENDS="wget" - compile_rules() { dir=$install/usr/share/fonts/truetype/droid-font mkdir -p $dir diff -r 188b011e073a -r d43bf7aae921 dssi/receipt --- a/dssi/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/dssi/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -BUILD_DEPENDS="pkg-config alsa-lib-dev ladspa-dev" +BUILD_DEPENDS="alsa-lib-dev ladspa-dev" SPLIT="dssi-dev" compile_rules() { diff -r 188b011e073a -r d43bf7aae921 duplicity/receipt --- a/duplicity/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/duplicity/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*}-series/$VERSION/+download/$TARBALL" DEPENDS="python librsync gnupg paramiko cryptopp lftp" -BUILD_DEPENDS="wget python-dev $DEPENDS" +BUILD_DEPENDS="python-dev $DEPENDS" # NcFTP boto librsync-dev # Rules to configure and make the package. diff -r 188b011e073a -r d43bf7aae921 dvgrab/receipt --- a/dvgrab/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/dvgrab/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,8 +12,7 @@ TAGS="firewire video" DEPENDS="libdv libavc1394 jpeg libiec61883 gcc-lib-base jpeg" -BUILD_DEPENDS="pkg-config libdv-dev libraw1394-dev libavc1394-dev \ -libiec61883-dev jpeg-dev" +BUILD_DEPENDS="libdv-dev libraw1394-dev libavc1394-dev libiec61883-dev jpeg-dev" # Rules to configure and make the package. diff -r 188b011e073a -r d43bf7aae921 e2fsprogs/receipt --- a/e2fsprogs/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/e2fsprogs/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -58,11 +58,11 @@ libcomerr-dev) copy libcom_err.a com_err.h com_err.pc CAT="development|libcomerr development files" - DEPENDS="pkg-config" + DEPENDS=" " ;; e2fsprogs-dev) copy @dev *.sed *.awk @rm - DEPENDS="libcomerr-dev pkg-config" + DEPENDS="libcomerr-dev" ;; e2fsprogs-fsck) copy sbin/fsck.* diff -r 188b011e073a -r d43bf7aae921 ecofont/receipt --- a/ecofont/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/ecofont/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -14,7 +14,7 @@ BUILD_DEPENDS="unzip" compile_rules() { - unzip $SOURCES_REPOSITORY/$TARBALL + unzip $SRC/$TARBALL mkdir -p $install/usr/share/fonts/truetype/ecofont cp $src/*.ttf $install/usr/share/fonts/truetype/ecofont } diff -r 188b011e073a -r d43bf7aae921 ecore/receipt --- a/ecore/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/ecore/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -33,7 +33,7 @@ ;; ecore-dev) copy @dev - DEPENDS="evas-dev curl-dev pkg-config" + DEPENDS="evas-dev curl-dev" ;; esac } diff -r 188b011e073a -r d43bf7aae921 edbus/receipt --- a/edbus/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/edbus/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -33,7 +33,7 @@ ;; edbus-dev) copy @dev - DEPENDS="ecore-dev dbus-dev pkg-config" + DEPENDS="ecore-dev dbus-dev" ;; esac } diff -r 188b011e073a -r d43bf7aae921 edje/receipt --- a/edje/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/edje/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -44,7 +44,7 @@ ;; edje-dev) copy @dev - DEPENDS="embryo-dev ecore-dev lua-dev pkg-config" + DEPENDS="embryo-dev ecore-dev lua-dev" ;; esac } diff -r 188b011e073a -r d43bf7aae921 eet/receipt --- a/eet/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/eet/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -38,7 +38,7 @@ ;; eet-dev) copy @dev - DEPENDS="eina-dev libjpeg-turbo-dev openssl-dev pkg-config" + DEPENDS="eina-dev libjpeg-turbo-dev openssl-dev" ;; esac } diff -r 188b011e073a -r d43bf7aae921 eeze/receipt --- a/eeze/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/eeze/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -34,7 +34,7 @@ ;; eeze-dev) copy @dev - DEPENDS="ecore-dev eudev-dev pkg-config" + DEPENDS="ecore-dev eudev-dev" ;; esac } diff -r 188b011e073a -r d43bf7aae921 efreet/receipt --- a/efreet/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/efreet/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -33,7 +33,7 @@ ;; efreet-dev) copy @dev - DEPENDS="ecore-dev pkg-config" + DEPENDS="ecore-dev" ;; esac } diff -r 188b011e073a -r d43bf7aae921 eigen/receipt --- a/eigen/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/eigen/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="https://bitbucket.org/$PACKAGE/$PACKAGE/get/$VERSION.tar.bz2" DEPENDS="" -BUILD_DEPENDS="wget cmake pkg-config glib" +BUILD_DEPENDS="cmake glib" # Rules to configure and make the package. # diff -r 188b011e073a -r d43bf7aae921 eio/receipt --- a/eio/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/eio/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -32,7 +32,7 @@ ;; eio-dev) copy @dev - DEPENDS="ecore-dev pkg-config" + DEPENDS="ecore-dev" ;; esac } diff -r 188b011e073a -r d43bf7aae921 elementary-icon-theme/receipt --- a/elementary-icon-theme/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/elementary-icon-theme/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,8 +11,6 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" -#BUILD_DEPENDS="wget cacerts" - # Rules to configure and make the package. compile_rules() { diff -r 188b011e073a -r d43bf7aae921 elementary/receipt --- a/elementary/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/elementary/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -39,7 +39,7 @@ ;; elementary-dev) copy @dev - DEPENDS="efreet-dev emotion-dev ethumb-dev elementary pkg-config" + DEPENDS="efreet-dev emotion-dev ethumb-dev elementary" ;; esac TAGS="e enlightenment efl" diff -r 188b011e073a -r d43bf7aae921 emacs/receipt --- a/emacs/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/emacs/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -13,7 +13,7 @@ BUILD_DEPENDS="atk-dev cairo-dev expat-dev dbus-dev freetype-dev \ fontconfig-dev glib-dev gnutls-dev gtk+-dev jpeg-dev \ -libpng16-dev librsvg-dev ncurses-dev pango-dev pkg-config tiff-dev xorg-dev \ +libpng16-dev librsvg-dev ncurses-dev pango-dev tiff-dev xorg-dev \ xorg-dev-proto" # giflib-dev: version 4 needed, add --with-gif=no) SPLIT="emacs-help emacs-lisp-sources emacs" @@ -69,8 +69,7 @@ CAT="development|Lisp source files" ;; emacs) - copy @std @dev - remove_already_packed + copy @std @dev @rm strip -s $fs/usr/lib/emacs/$VERSION/i486-pc-linux-gnu/* 2>/dev/null DEPENDS="atk cairo dbus expat freetype fontconfig giflib glib \ gnutls gtk+ jpeg libpng16 librsvg util-linux-uuid \ diff -r 188b011e073a -r d43bf7aae921 embryo/receipt --- a/embryo/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/embryo/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -28,7 +28,7 @@ ;; embryo-dev) copy @dev - DEPENDS="eina-dev pkg-config" + DEPENDS="eina-dev" ;; esac } diff -r 188b011e073a -r d43bf7aae921 emelfm2/receipt --- a/emelfm2/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/emelfm2/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,7 +12,7 @@ TAGS="file-manager" DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-xproto libmagic-dev \ +BUILD_DEPENDS="gtk+-dev xorg-xproto libmagic-dev \ coreutils-operations gettext-tools" # Rules to configure and make the package. diff -r 188b011e073a -r d43bf7aae921 emotion/receipt --- a/emotion/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/emotion/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -37,7 +37,7 @@ ;; emotion-dev) copy @dev - DEPENDS="edje-dev eio-dev eeze-dev xine-lib-dev pkg-config" + DEPENDS="edje-dev eio-dev eeze-dev xine-lib-dev" OPTIONAL_DEPENDS="gstreamer0-dev gst0-plugins-base-dev" ;; esac diff -r 188b011e073a -r d43bf7aae921 ethumb/receipt --- a/ethumb/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/ethumb/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -32,7 +32,7 @@ ;; ethumb-dev) copy @dev - DEPENDS="emotion-dev edbus-dev libexif-dev pkg-config" + DEPENDS="emotion-dev edbus-dev libexif-dev" ;; esac } diff -r 188b011e073a -r d43bf7aae921 evas/receipt --- a/evas/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/evas/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -44,7 +44,7 @@ copy @dev DEPENDS="eet-dev expat-dev fontconfig-dev freetype-dev fribidi-dev \ giflib-dev libpng16-dev tiff-dev libxml2-dev util-linux-uuid-dev \ - xorg-dev xorg-libXScrnSaver-dev xorg-libXp-dev pkg-config" + xorg-dev xorg-libXScrnSaver-dev xorg-libXp-dev" OPTIONAL_DEPENDS="mesa-dev glu-dev" ;; esac diff -r 188b011e073a -r d43bf7aae921 fail2ban/receipt --- a/fail2ban/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/fail2ban/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -13,7 +13,7 @@ CONFIG_FILES="/etc/fail2ban" DEPENDS="iptables" -BUILD_DEPENDS="python wget" +BUILD_DEPENDS="python" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 fasm/receipt --- a/fasm/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/fasm/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,16 +11,13 @@ WEB_SITE="http://flatassembler.net/" WGET_URL="$WEB_SITE$TARBALL" -DEPENDS="" -BUILD_DEPENDS="" - # Rules to configure and make the package. compile_rules() { - [ -s $SOURCES_REPOSITORY/FASMARM_small.ZIP ] || - wget -P $SOURCES_REPOSITORY \ + [ -s $SRC/FASMARM_small.ZIP ] || + wget -P $SRC \ http://arm.flatassembler.net/FASMARM_small.ZIP - unzip $SOURCES_REPOSITORY/FASMARM_small.ZIP + unzip $SRC/FASMARM_small.ZIP mv ReadMe.txt fasmarm.txt sed 's/^character.*/&\npreprocessing_done db ?/' \ < $src/SOURCE/LINUX/FASMARM.ASM > $src/source/Linux/fasmarm.asm diff -r 188b011e073a -r d43bf7aae921 fastthread/receipt --- a/fastthread/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/fastthread/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -18,7 +18,7 @@ compile_rules() { local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 188b011e073a -r d43bf7aae921 fcitx-configtool/receipt --- a/fcitx-configtool/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/fcitx-configtool/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,7 +12,7 @@ DEPENDS="fcitx gtk+" BUILD_DEPENDS="fcitx libunique-dev gtk+-dev cmake intltool xorg-libXrender-dev \ -pkg-config cairo-dev pango-dev fcitx-dev file" +cairo-dev pango-dev fcitx-dev file" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 fcitx-zm/receipt --- a/fcitx-zm/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/fcitx-zm/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -19,9 +19,9 @@ echo -n "Remove All Words,Remained Hanzi only" mkdir $DESTDIR cd $DESTDIR - [ -s $SOURCES_REPOSITORY/zm.mb ] || wget -P $SOURCES_REPOSITORY $WGET_URL || return 1 + [ -s $SRC/zm.mb ] || wget -P $SRC $WGET_URL || return 1 cp $stuff/zm.conf . - mb2txt $SOURCES_REPOSITORY/zm.mb | awk 'NR<=10{print} NR>10{if(length($2)==3)print}' > zm.txt + mb2txt $SRC/zm.mb | awk 'NR<=10{print} NR>10{if(length($2)==3)print}' > zm.txt txt2mb zm.txt zm.mb } diff -r 188b011e073a -r d43bf7aae921 fcitx/receipt --- a/fcitx/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/fcitx/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -51,7 +51,7 @@ ;; fcitx-dev) CAT="development|The fcitx-dev package includes the header files for the FCITX package." - DEPENDS="libfcitx xorg-libX11-dev pkg-config" + DEPENDS="libfcitx xorg-libX11-dev" mkdir -p $fs/usr/lib/pkgconfig/ $fs/usr/share/ cp -a $install/usr/lib/libfcitx*.so $fs/usr/lib/ cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/ diff -r 188b011e073a -r d43bf7aae921 file-tail/receipt --- a/file-tail/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/file-tail/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -18,7 +18,7 @@ compile_rules() { local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 188b011e073a -r d43bf7aae921 firefox/receipt --- a/firefox/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/firefox/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -67,72 +67,52 @@ case $PACKAGE in firefox) # program - printf "Installing program.." mkdir -p $fs/usr/lib && cp -a $install/usr/lib/$PACKAGE-$VERSION $fs/usr/lib && cp -a $install/usr/lib/mozilla $fs/usr/lib && cp -a $install/usr/bin $fs/usr - status # search Plugin (by: oddball) - printf "Installing SliTaz search plugins.." cp -a $stuff/searchplugins $fs/usr/lib/$PACKAGE-$VERSION - status # prefs - printf "Installing SliTaz preferences.." mkdir -p $fs/usr/lib/$PACKAGE-$VERSION/distribution && cp -a $stuff/distribution.ini $fs/usr/lib/$PACKAGE-$VERSION/distribution - status # mozilla-common files # dictionaries - printf "Installing common dictionnaries.." rm -rf $fs/usr/lib/$PACKAGE-$VERSION/dictionaries && ln -sf ../mozilla-common-$VERSION/dictionaries \ $fs/usr/lib/$PACKAGE-$VERSION/dictionaries - status # plugin-container - printf "Installing common plugin-container" rm -f $fs/usr/lib/$PACKAGE-$VERSION/plugin-container && ln -sf ../mozilla-common-$VERSION/plugin-container \ $fs/usr/lib/$PACKAGE-$VERSION/plugin-container - status # mozilla-xremote-client - printf "Installing common mozilla-xremote-client" rm -f $fs/usr/lib/$PACKAGE-$VERSION/mozilla-xremote-client && ln -sf ../mozilla-common-$VERSION/mozilla-xremote-client \ $fs/usr/lib/$PACKAGE-$VERSION/mozilla-xremote-client - status # components/libdbusservice.so # components/libmozgnome.so for file in libdbusservice.so libmozgnome.so; do - printf "Installing common components/$file" rm -f $fs/usr/lib/$PACKAGE-$VERSION/components/$file && ln -sf ../../mozilla-common-$VERSION/components/$file \ $fs/usr/lib/$PACKAGE-$VERSION/components/$file - status done # chrome.manifest - printf "Installing common chrome.manifest" rm -f $fs/usr/lib/$PACKAGE-$VERSION/chrome.manifest && ln -sf ../mozilla-common-$VERSION/chrome.manifest \ $fs/usr/lib/$PACKAGE-$VERSION/chrome.manifest - status # run-mozilla.sh - printf "Installing common run-mozilla.sh" rm -f $fs/usr/lib/$PACKAGE-$VERSION/run-mozilla.sh && ln -sf ../mozilla-common-$VERSION/run-mozilla.sh \ $fs/usr/lib/$PACKAGE-$VERSION/run-mozilla.sh - status # libmozalloc.so - printf "Installing common libmozalloc.so" rm -f $fs/usr/lib/$PACKAGE-$VERSION/libmozalloc.so && ln -sf ../mozilla-common-$VERSION/libmozalloc.so \ $fs/usr/lib/$PACKAGE-$VERSION/libmozalloc.so - status chown -R root.root $fs ;; @@ -141,13 +121,10 @@ DEPENDS="alsa-lib sqlite3 cairo dbus-glib pango atk \ glib xorg-libXt xorg-libXinerama \ xorg-libXcursor xorg-libXcomposite xorg-libXext \ - xorg-libXdamage xorg-libxcb xorg-libSM xorg-libICE pkg-config" - printf "Installing include files.." + xorg-libXdamage xorg-libxcb xorg-libSM xorg-libICE" mkdir -p $fs/usr/include/$WANTED-$VERSION && cp -rL $src/obj-firefox/dist/include/* $fs/usr/include/$WANTED-$VERSION - status - printf "Installing libs files.." mkdir -p $fs/usr/lib/$WANTED-devel/sdk/bin/ply && cp -rL $src/obj-firefox/dist/sdk/bin/*.py \ $fs/usr/lib/$WANTED-devel/sdk/bin && @@ -156,26 +133,19 @@ mkdir -p $fs/usr/lib/$WANTED-devel/sdk/lib && cp -rL $src/obj-firefox/dist/sdk/lib/* \ $fs/usr/lib/$WANTED-devel/sdk/lib - status -# printf "Installing npapi files.." # mkdir -v $fs/usr/include/$WANTED-$VERSION/npapi && # cp -a $src/dom/plugins/base/*.h $fs/usr/include/$WANTED-$VERSION/npapi -# status # /usr/share/idl folder should also be in firefox-dev - printf "Installing idl files.." mkdir -p $fs/usr/share/$WANTED-$VERSION/idl && cp -rL $src/obj-firefox/dist/idl/* $fs/usr/share/$WANTED-$VERSION/idl - status # copy missing *.pc files - printf "Installing pkgconfig files.." mkdir -p $fs/usr/lib/pkgconfig && cp -a $stuff/*.pc $fs/usr/lib/pkgconfig && # fix version sed -i "s/VERSION/$VERSION/" $fs/usr/lib/pkgconfig/* - status ;; libfirefox) CAT="network|firefox/thunderbird common files" @@ -183,51 +153,37 @@ xorg-libXdamage alsa-lib xorg-libXt" # dictionaries/en-US.aff # dictionaries/en-US.dic - printf "Installing dictionaries" mkdir -p $fs/usr/lib/mozilla-common-$VERSION/dictionaries # cp -a $install/usr/lib/firefox-$VERSION/dictionaries \ # $fs/usr/lib/mozilla-common-$VERSION - status # plugin-container - printf "Installing common plugin-container" cp -a $install/usr/lib/firefox-$VERSION/plugin-container \ $fs/usr/lib/mozilla-common-$VERSION - status # mozilla-xremote-client - printf "Installing common mozilla-xremote-client" cp -a $install/usr/lib/firefox-$VERSION/mozilla-xremote-client \ $fs/usr/lib/mozilla-common-$VERSION - status # components/libdbusservice.so # components/libmozgnome.so mkdir -p $fs/usr/lib/mozilla-common-$VERSION/components for file in libdbusservice.so libmozgnome.so; do - printf "Installing common components/$file" cp -a $install/usr/lib/firefox-$VERSION/components/$file \ $fs/usr/lib/mozilla-common-$VERSION/components - status done # chrome.manifest - printf "Installing common chrome.manifest" cp -a $install/usr/lib/firefox-$VERSION/chrome.manifest \ $fs/usr/lib/mozilla-common-$VERSION - status # run-mozilla.sh - printf "Installing common run-mozilla.sh" cp -a $install/usr/lib/firefox-$VERSION/run-mozilla.sh \ $fs/usr/lib/mozilla-common-$VERSION - status # libmozalloc.so - printf "Installing common libmozalloc.so" cp -a $install/usr/lib/firefox-$VERSION/libmozalloc.so \ $fs/usr/lib/mozilla-common-$VERSION - status ;; esac } diff -r 188b011e073a -r d43bf7aae921 firmware/receipt --- a/firmware/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/firmware/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -150,8 +150,7 @@ DEPENDS="$SPLIT" ;; misc) - copy @std - remove_already_packed + copy @std @rm CAT="kernel|misc firmware" ;; b43|b43legacy) diff -r 188b011e073a -r d43bf7aae921 flam3/receipt --- a/flam3/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/flam3/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -37,7 +37,7 @@ ;; flam3-dev) CAT="development|Tools to create/display fractal flames: algorithmically generated images and animations (devel files)" - DEPENDS="flam3 pkg-config" + DEPENDS="flam3" mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr cp -a $install/usr/include $fs/usr diff -r 188b011e073a -r d43bf7aae921 fox/receipt --- a/fox/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/fox/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -72,8 +72,7 @@ copy_generic_files ;; fox-dev) - CAT="x-window|Fox Toolkit devel files." - DEPENDS="fox pkg-config" + DEPENDS="fox" mkdir -p $fs/usr/lib $fs/usr/bin cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/*.*a $fs/usr/lib diff -r 188b011e073a -r d43bf7aae921 freealut/receipt --- a/freealut/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/freealut/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -13,7 +13,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/vancegroup/$PACKAGE/archive/$COMMIT.tar.gz" -BUILD_DEPENDS="wget cacerts cmake openal-dev" +BUILD_DEPENDS="cmake openal-dev" SPLIT="freealut-dev" compile_rules() { diff -r 188b011e073a -r d43bf7aae921 freerdp/receipt --- a/freerdp/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/freerdp/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="https://github.com/FreeRDP/FreeRDP/archive/$VERSION.zip" BUILD_DEPENDS="zlib-dev openssl-dev cups-dev alsa-lib-dev xorg-libxcb-dev xorg-dev \ -xorg-dev-proto wget cmake ffmpeg-dev xorg-libXv-dev pcsc-lite-dev" +xorg-dev-proto cmake ffmpeg-dev xorg-libXv-dev pcsc-lite-dev" SPLIT="freerdp freerdp-dev" # Rules to configure and make the package. @@ -35,7 +35,7 @@ cp -a $install/usr/lib/*.so* $fs/usr/lib ;; freerdp-dev) - DEPENDS="fftw pkg-config openssl-dev" + DEPENDS="fftw openssl-dev" mkdir -p $fs/usr/lib/freerdp cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/pkgconfig $fs/usr/lib diff -r 188b011e073a -r d43bf7aae921 freetype-infinality/receipt --- a/freetype-infinality/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/freetype-infinality/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -50,7 +50,7 @@ cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/share $fs/usr - DEPENDS="freetype-infinality libzip-dev bzip2-dev pkg-config" + DEPENDS="freetype-infinality libzip-dev bzip2-dev" ;; esac } diff -r 188b011e073a -r d43bf7aae921 frozen-bubble/receipt --- a/frozen-bubble/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/frozen-bubble/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,9 @@ WGET_URL="$WEB_SITE/data/$TARBALL" DEPENDS="perl-locale-gettext libsdl-mixer libsdl-pango libsdl-perl" -BUILD_DEPENDS="perl-locale-gettext gettext glib-dev libsdl-dev libsdl-gfx-dev libsdl-image-dev libsdl-net-dev freetype-dev libsdl-ttf-dev libsdl-mixer-dev libsdl-pango-dev libsmpeg-dev pkg-config libsdl-perl mesa-dev glibc-locale" +BUILD_DEPENDS="perl-locale-gettext gettext glib-dev libsdl-dev libsdl-gfx-dev \ +libsdl-image-dev libsdl-net-dev freetype-dev libsdl-ttf-dev libsdl-mixer-dev \ +libsdl-pango-dev libsmpeg-dev libsdl-perl mesa-dev glibc-locale" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 fsarchiver/receipt --- a/fsarchiver/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/fsarchiver/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -14,7 +14,7 @@ DEPENDS="bzip2 e2fsprogs lzo xz libgcrypt liblzma util-linux-blkid \ libcomerr3 zlib" BUILD_DEPENDS="bzip2-dev e2fsprogs-dev libgcrypt-dev lzo-dev xz-dev \ -util-linux-blkid-dev attr-dev util-linux-uuid-dev zlib-dev pkg-config" +util-linux-blkid-dev attr-dev util-linux-uuid-dev zlib-dev" # Rules to configure and make the package. compile_rules() { diff -r 188b011e073a -r d43bf7aae921 ftgl/receipt --- a/ftgl/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/ftgl/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -35,8 +35,6 @@ cp -a $install/usr/lib/*.so* $fs/usr/lib ;; ftgl-dev) - CAT="development|devel files" - DEPENDS="ftgl pkg-config" mkdir -p $fs/usr/lib cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/pkgconfig $fs/usr/lib diff -r 188b011e073a -r d43bf7aae921 fusecloop/receipt --- a/fusecloop/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/fusecloop/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -20,9 +20,9 @@ SPLIT="fusecloop cloop-utils" compile_rules() { - [ -s $SOURCES_REPOSITORY/$ADVANCECOMP_TARBALL ] || - wget -P $SOURCES_REPOSITORY $ADVANCECOMP_URL - tar xzf $SOURCES_REPOSITORY/$ADVANCECOMP_TARBALL + [ -s $SRC/$ADVANCECOMP_TARBALL ] || + wget -P $SRC $ADVANCECOMP_URL + tar xzf $SRC/$ADVANCECOMP_TARBALL sed -i 's/dprintf/d_printf/g' *.h *.c patch -p0 < $stuff/fusecloop.u ADVANCECOMP=advancecomp-$ADVANCECOMP_VERSION diff -r 188b011e073a -r d43bf7aae921 gamin/receipt --- a/gamin/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gamin/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -13,7 +13,7 @@ CROSS_BUGS="error: cannot run test program while cross compiling" -BUILD_DEPENDS="pkg-config glib glib-dev gtk+-dev" +BUILD_DEPENDS="glib-dev gtk+-dev" SPLIT="gamin-dev" compile_rules() { diff -r 188b011e073a -r d43bf7aae921 gcc+gcj/receipt --- a/gcc+gcj/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gcc+gcj/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -47,7 +47,7 @@ echo -e "\nECJ jar download failed, exiting. Please check ECJ_URL variable.\n" return 1 fi - cp $ECJ_JAR $SOURCES_REPOSITORY + cp $ECJ_JAR $SRC fi # Use libiberty.a from binutils. diff -r 188b011e073a -r d43bf7aae921 gdal/receipt --- a/gdal/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gdal/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -3,21 +3,21 @@ PACKAGE="gdal" VERSION="2.2.2" CATEGORY="meta" -SHORT_DESC="Geospatial Data Abstraction Library." +SHORT_DESC="Geospatial Data Abstraction Library" MAINTAINER="erjo@slitaz.org" LICENSE="MIT" WEB_SITE="http://www.gdal.org/" + TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="http://download.osgeo.org/gdal/$VERSION/$TARBALL" BUILD_DEPENDS="python-dev postgresql-dev geos-dev proj-dev curl-dev \ swig tiff-dev jasper-dev jpeg-dev perl-dev" -SPLIT="gdal-bin gdal-datas gdal-dev gdal libgdal" +SPLIT="gdal gdal-dev gdal-bin gdal-datas libgdal" -# Rules to configure and make the package. -compile_rules() -{ - ./configure --sysconfdir=/etc \ +compile_rules() { + ./configure \ + --sysconfdir=/etc \ --localstatedir=/var \ --datadir=/usr/share/gdal \ --with-threads \ @@ -25,44 +25,33 @@ --with-python \ --with-geos \ --with-sqlite3=no \ - --with-ogr 2>&1 | grep -v config.rpath && + --with-ogr && make && make install BINDINGS="perl python" } -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ +genpkg_rules() { case $PACKAGE in - gdal) - DEPENDS="libgdal gdal-bin gdal-datas" - mkdir $fs/usr - ;; - gdal-bin) - CAT="misc|GDAL Tools." - DEPENDS="libgdal" - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr - rm -f $fs/usr/bin/gdal-config - ;; - gdal-datas) - CAT="misc|GDAL datas." - DEPENDS="libgdal" - mkdir -p $fs/usr/share - cp -a $install/usr/share/gdal $fs/usr/share - ;; - gdal-dev) - CAT="development|GDAL development headers." - DEPENDS="libgdal" - mkdir -p $fs/usr/bin $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/bin/gdal-config $fs/usr/bin - ;; - libgdal) - CAT="misc|Geospatial Data Abstraction Library." - DEPENDS="geos proj libcurl jasper libpostgresqlclient tiff" - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib - ;; + gdal) + DEPENDS="libgdal gdal-bin gdal-datas" + ;; + gdal-dev) + copy @dev + DEPENDS="libgdal" + ;; + gdal-bin) + copy bin/ @rm # remove dev gdal-config + CAT="misc|tools" + DEPENDS="libgdal" + ;; + gdal-datas) + copy usr/share/gdal/ + CAT="misc|datas" + DEPENDS="libgdal" + ;; + libgdal) + copy *.so* + CAT="misc|library" + DEPENDS="geos proj libcurl jasper libpostgresqlclient tiff" + ;; esac } diff -r 188b011e073a -r d43bf7aae921 gegl/receipt --- a/gegl/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gegl/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -36,7 +36,7 @@ ;; *-dev) copy @dev - DEPENDS="gegl libdrm-dev xorg-libXxf86vm-dev pkg-config" + DEPENDS="gegl libdrm-dev xorg-libXxf86vm-dev" ;; esac } diff -r 188b011e073a -r d43bf7aae921 genromfs/receipt --- a/genromfs/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/genromfs/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -10,9 +10,6 @@ WEB_SITE="http://romfs.sourceforge.net/" WGET_URL="https://github.com/chexum/$PACKAGE/archive/$VERSION.tar.gz" -DEPENDS="" -BUILD_DEPENDS="wget" - # Rules to configure and make the package. compile_rules() { diff -r 188b011e073a -r d43bf7aae921 gftp/receipt --- a/gftp/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gftp/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://www.gftp.org/$TARBALL" DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="pkg-config gtk+-dev gtk+" +BUILD_DEPENDS="gtk+-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 gimp/receipt --- a/gimp/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gimp/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -94,8 +94,6 @@ cp -a $install/usr/bin/gimp-console* $fs/usr/bin ;; gimp-dev) - CAT="development|Gnu Image Manipulation Program or GIMP devel files." - DEPENDS="gimp pkg-config" mkdir -p $fs/usr cp -a $install/usr/include $fs/usr cp -a $install/usr/lib $fs/usr diff -r 188b011e073a -r d43bf7aae921 gitmail/receipt --- a/gitmail/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gitmail/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev" +BUILD_DEPENDS="gtk+-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 glpi/receipt --- a/glpi/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/glpi/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,7 +12,6 @@ CONFIG_FILES="/etc/glpi/config_db.php" DEPENDS="mysql apache php-apache php-ldap php-imap php-mysql pam logrotate" -BUILD_DEPENDS="wget" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 188b011e073a -r d43bf7aae921 gnome-doc-utils/receipt --- a/gnome-doc-utils/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gnome-doc-utils/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,8 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" -BUILD_DEPENDS="libxml2-dev libxslt-dev rarian-dev libxml2-python pkg-config \ -intltool" +BUILD_DEPENDS="libxml2-dev libxslt-dev rarian-dev libxml2-python intltool" SPLIT="gnome-doc-utils-dev" compile_rules() { diff -r 188b011e073a -r d43bf7aae921 gnome-icon-theme/receipt --- a/gnome-icon-theme/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gnome-icon-theme/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" -BUILD_DEPENDS="icon-naming-utils intltool pkg-config gtk+" +BUILD_DEPENDS="icon-naming-utils intltool gtk+" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 gnome-keyring-dev/receipt --- a/gnome-keyring-dev/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gnome-keyring-dev/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -9,7 +9,7 @@ WEB_SITE="http://www.gnome.org" WANTED="gnome-keyring" -DEPENDS="gnome-keyring pkg-config" +DEPENDS="gnome-keyring" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 188b011e073a -r d43bf7aae921 gnome-mplayer/receipt --- a/gnome-mplayer/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gnome-mplayer/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,7 +12,8 @@ TAGS="player audio video movie mp3 ogg dvd" DEPENDS="mplayer gtk+ dbus-glib libnotify alsa-lib libgpod" -BUILD_DEPENDS="$DEPENDS dbus-dev dbus-glib-dev libnotify-dev libgpod-dev pkg-config xorg-libX11-dev xorg-libxcb-dev gtk+-dev xorg-libXScrnSaver-dev" +BUILD_DEPENDS="$DEPENDS dbus-dev dbus-glib-dev libnotify-dev libgpod-dev \ +xorg-libX11-dev xorg-libxcb-dev gtk+-dev xorg-libXScrnSaver-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 gnome-python/receipt --- a/gnome-python/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gnome-python/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -37,8 +37,6 @@ rm -rf $fs/usr/lib/gnome-vfs-2.0/modules/*a ;; gnome-python-dev) - CAT="development|Python bindings for GNOME, development files." - DEPENDS="gnome-python pkg-config" mkdir -p $fs/usr/lib/gnome-vfs-2.0/modules cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/lib/gnome-vfs-2.0/modules/*.so $fs/usr/lib/gnome-vfs-2.0/modules diff -r 188b011e073a -r d43bf7aae921 gnome-vfs/receipt --- a/gnome-vfs/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gnome-vfs/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" BUILD_DEPENDS="gtk+-dev dbus-glib-dev GConf-dev bzip2-dev shared-mime-info \ -gnome-mime-data libxml2-dev zlib-dev intltool pkg-config" +gnome-mime-data libxml2-dev zlib-dev intltool" SPLIT="gnome-vfs gnome-vfs-dev gnome-vfs-i18n" # Rules to configure and make the package. @@ -46,8 +46,7 @@ rm -rf ./include ;; gnome-vfs-dev) - CAT="development|The GNOME Virtual File System libraries dev files" - DEPENDS="gnome-vfs GConf-dev glib-dev pkg-config" + DEPENDS="gnome-vfs GConf-dev glib-dev" mkdir -p $fs/usr/lib cp -a $install/usr/include $fs/usr diff -r 188b011e073a -r d43bf7aae921 gnubg/receipt --- a/gnubg/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gnubg/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://files.gnubg.org/media/sources/$TARBALL" DEPENDS="gtk+ libcanberra ncurses python gmp libvorbis libltdl" -BUILD_DEPENDS="pkg-config autoconf automake bison flex libtool \ +BUILD_DEPENDS="autoconf automake bison flex libtool \ glib-dev libpng16-dev freetype-dev gtk+-dev cairo-dev libcanberra-dev \ gtkglext-dev readline-dev python sqlite3-dev gmp-dev" diff -r 188b011e073a -r d43bf7aae921 gnuradio/receipt --- a/gnuradio/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gnuradio/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -17,7 +17,7 @@ libboost-dev libboost-filesystem libboost-system libboost-unit-test-framework \ libboost-program-options libboost-thread libboost-math-tr1 libboost-regex \ pygtk-dev libsdl-dev \ -pkg-config swig cppunit-dev orc-dev python-sphinx gsl-dev libusb-dev \ +swig cppunit-dev orc-dev python-sphinx gsl-dev libusb-dev \ alsa-lib-dev jack-dev portaudio-dev log4c-dev" # Rules to configure and make the package. diff -r 188b011e073a -r d43bf7aae921 goaccess/receipt --- a/goaccess/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/goaccess/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -7,7 +7,7 @@ MAINTAINER="paul@slitaz.org" LICENSE="GPL2" DEPENDS="ncurses geoip" -BUILD_DEPENDS="ncurses-dev geoip-dev glib-dev pkg-config" +BUILD_DEPENDS="ncurses-dev geoip-dev glib-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://goaccess.prosoftcorp.com/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 188b011e073a -r d43bf7aae921 gogglesmm/receipt --- a/gogglesmm/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gogglesmm/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -13,7 +13,7 @@ BUILD_DEPENDS="shared-mime-info fox-dev sqlite3 taglib dbus-dev xine-lib-dev \ sqlite3-dev taglib-dev curl-dev expat-dev xorg-xproto \ -xorg-libX11-dev libgcrypt-dev mesa-dev glu-dev pkg-config" +xorg-libX11-dev libgcrypt-dev mesa-dev glu-dev" compile_rules() { sed -i 's/0x80/-128/g' src/gmutils.cpp diff -r 188b011e073a -r d43bf7aae921 gparted/receipt --- a/gparted/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gparted/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -1,25 +1,23 @@ # SliTaz package receipt v2. PACKAGE="gparted" -VERSION="0.28.1" +VERSION="0.31.0" CATEGORY="system-tools" SHORT_DESC="A partition editor to graphically manage disk partitions" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://gparted.sourceforge.net/" -CROSS="error: cannot run test program while cross compiling" +WEB_SITE="https://gparted.sourceforge.io/" +LFS="http://www.linuxfromscratch.org/blfs/view/stable/xsoft/gparted.html" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" BUILD_DEPENDS="gtk+-dev libsigc++-dev glibmm-dev gtkmm-dev parted-dev \ -cairomm-dev pangomm-dev libgiomm-dev intltool util-linux-uuid-dev" +cairomm-dev pangomm-dev glibmm-dev intltool util-linux-uuid-dev" -# Rules to configure and make the package. -compile_rules() -{ - # http://www.linuxfromscratch.org/blfs/view/stable/xsoft/gparted.html +CROSS="error: cannot run test program while cross compiling" +compile_rules() { # Remove the "-v" option from the swapon/off commands. # This will allow gparted to play nicely with busybox. sed -i 's/swapoff -v/swapoff/; s/swapon -v/swapon/' src/Win_GParted.cc @@ -29,17 +27,13 @@ sed -i '/^_Keywords=/d; s|@gksuprog@|tazbox su|' gparted.desktop.in.in ./configure \ - --prefix=/usr \ --disable-scrollkeeper \ --disable-doc \ - --build=$HOST_SYSTEM \ - --host=$HOST_SYSTEM && + $CONFIGURE_ARGS && make && make install } -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ +genpkg_rules() { copy gparted gpartedbin DEPENDS="atk atkmm cairo cairomm fontconfig freetype gdk-pixbuf glib \ glibmm gtk+ gtkmm libgiomm libsigc++ pango pangomm parted util-linux-uuid" diff -r 188b011e073a -r d43bf7aae921 gqview/receipt --- a/gqview/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gqview/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev gettext-tools" +BUILD_DEPENDS="gtk+-dev gettext-tools" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 gringotts/receipt --- a/gringotts/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gringotts/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$SF_MIRROR/$PACKAGE.berlios/$TARBALL" DEPENDS="gtk+ libgringotts popt" -BUILD_DEPENDS="pkg-config gtk+-dev libgringotts-dev popt-dev libmcrypt-dev" +BUILD_DEPENDS="gtk+-dev libgringotts-dev popt-dev libmcrypt-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 grisbi/receipt --- a/grisbi/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/grisbi/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL" DEPENDS="gtk+ xorg-libXdamage libofx libofx openssl" -BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev \ +BUILD_DEPENDS="libxml2 gtk+-dev glib-dev libofx-dev \ opensp-dev openssl-dev intltool" # Rules to configure and make the package. diff -r 188b011e073a -r d43bf7aae921 gritz/receipt --- a/gritz/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gritz/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" DEPENDS="perl-gtk2" -BUILD_DEPENDS="wget perl" +BUILD_DEPENDS="perl" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 188b011e073a -r d43bf7aae921 gst0-plugins-good/receipt --- a/gst0-plugins-good/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gst0-plugins-good/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -60,8 +60,7 @@ MAINTAINER="psychomaniak@xakep.ru" ;; *-good) - copy @std - remove_already_packed + copy @std @rm DEPENDS="GConf aalib bzlib cairo flac gdk-pixbuf glib \ gst0-plugins-base gstreamer0 libavc1394 libcaca libiec61883 \ libjpeg-turbo libpng16 libraw1394 libxml2 ncurses orc speex \ diff -r 188b011e073a -r d43bf7aae921 gst0-python/receipt --- a/gst0-python/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gst0-python/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,7 +12,7 @@ WGET_URL="$WEB_SITE/src/gst-python/$TARBALL" BUILD_DEPENDS="pygobject-dev gstreamer0-dev gst0-plugins-base-dev libxml2-dev \ -python-dev pkg-config" +python-dev" SPLIT="gst0-python-dev" compile_rules() { diff -r 188b011e073a -r d43bf7aae921 gtick/receipt --- a/gtick/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gtick/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://www.antcom.de/gtick/download/$TARBALL" DEPENDS="gtk+ xorg-libXdamage libsndfile libogg" -BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto" +BUILD_DEPENDS="gtk+-dev xorg-xproto" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 gtk-engine-nodoka/receipt --- a/gtk-engine-nodoka/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gtk-engine-nodoka/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,7 +12,7 @@ WGET_URL="https://fedorahosted.org/released/nodoka/$TARBALL" DEPENDS="gtk+" -BUILD_DEPENDS="gtk+-dev wget" +BUILD_DEPENDS="gtk+-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 gtk-engines/receipt --- a/gtk-engines/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gtk-engines/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -31,8 +31,7 @@ DEPENDS="gtk+" ;; gtk-engines) - copy @std - remove_already_packed + copy @std @rm sed -i '/xml:lang=/d' $fs/usr/share/gtk-engines/*.xml DEPENDS="gtk+ xorg-libXdamage" ;; diff -r 188b011e073a -r d43bf7aae921 gtk-gnutella/receipt --- a/gtk-gnutella/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gtk-gnutella/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -14,7 +14,7 @@ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp \ xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ xorg-libXdamage libtasn1" -BUILD_DEPENDS="zlib-dev gtk+-dev pkg-config libxml2-dev glib-dev xorg-dev" +BUILD_DEPENDS="zlib-dev gtk+-dev libxml2-dev glib-dev xorg-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 gtk-vnc/receipt --- a/gtk-vnc/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gtk-vnc/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,7 +12,7 @@ TAGS="vnc remote-desktop" BUILD_DEPENDS="gnutls-dev libgpg-error-dev gtk+-dev cyrus-sasl cyrus-sasl-dev \ -intltool pkg-config pygtk-dev pygobject-dev libffi-dev python-dev \ +intltool pygtk-dev pygobject-dev libffi-dev python-dev \ libgcrypt-dev zlib-dev expat-dev libtasn1-dev perl-text-csv libffi expat \ pulseaudio-dev util-linux-uuid-dev libjson-c-dev libsndfile-dev flac-dev \ libvorbis-dev dbus-dev" @@ -39,8 +39,6 @@ cp -a $install/usr/lib/*.so* $fs/usr/lib ;; gtk-vnc-dev) - CAT="development|GTK VNC devel files." - DEPENDS="gtk-vnc pkg-config" mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib diff -r 188b011e073a -r d43bf7aae921 gtk3-engine-unico/receipt --- a/gtk3-engine-unico/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gtk3-engine-unico/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ TARBALL="unico-$VERSION.tar.gz" WGET_URL="https://launchpad.net/unico/${VERSION%.*}/$VERSION/+download/$TARBALL" -BUILD_DEPENDS="gtk+3-dev wget libxml2-dev" +BUILD_DEPENDS="gtk+3-dev libxml2-dev" SPLIT="gtk3-engine-unico-dev" compile_rules() { diff -r 188b011e073a -r d43bf7aae921 gtkdatabox/receipt --- a/gtkdatabox/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gtkdatabox/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -BUILD_DEPENDS="pkg-config libffi gtk+-dev" +BUILD_DEPENDS="libffi gtk+-dev" SPLIT="gtkdatabox-dev" compile_rules() { diff -r 188b011e073a -r d43bf7aae921 gucharmap3/receipt --- a/gucharmap3/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gucharmap3/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -38,8 +38,7 @@ CAT="gnome|GNOME integration" ;; gucharmap3) - copy @std - remove_already_packed + copy @std @rm DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+3 \ libffi libharfbuzz liblzma libpng16 libxml2 pango pcre \ util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 \ diff -r 188b011e073a -r d43bf7aae921 gutenprint/receipt --- a/gutenprint/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gutenprint/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -51,7 +51,6 @@ rm -rf $fs/usr/share/$PACKAGE/doc ;; gutenprint-dev) - DEPENDS="gutenprint pkg-config" mkdir -p $fs/usr/lib cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/*.*a $fs/usr/lib diff -r 188b011e073a -r d43bf7aae921 gvfb/receipt --- a/gvfb/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gvfb/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="${WEB_SITE}downloads/$TARBALL" DEPENDS="gtk+" -BUILD_DEPENDS="cmake pkg-config gtk+-dev" +BUILD_DEPENDS="cmake gtk+-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 gvfs/receipt --- a/gvfs/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/gvfs/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -118,8 +118,7 @@ libharfbuzz liblzma libpng16 libxml2 udisks2" ;; gvfs) - copy @std - remove_already_packed + copy @std @rm DEPENDS="eudev gcr-base glib libffi libgcrypt libgpg-error \ libsecret p11-kit pcre util-linux-blkid util-linux-mount \ util-linux-uuid zlib dbus" diff -r 188b011e073a -r d43bf7aae921 hal-cups-utils/receipt --- a/hal-cups-utils/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/hal-cups-utils/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -9,10 +9,9 @@ WEB_SITE="http://packages.ubuntu.com/jaunty/hal-cups-utils" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://fedorahosted.org/releases/h/a/$PACKAGE/$TARBALL" -TAGS="" DEPENDS="hal dbus dbus-glib cups" -BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev cups-dev wget" +BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev cups-dev" # Rules to configure and make the package. diff -r 188b011e073a -r d43bf7aae921 hal-info/receipt --- a/hal-info/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/hal-info/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://hal.freedesktop.org/releases/$TARBALL" DEPENDS="hal hal-extra" -BUILD_DEPENDS="hal-dev pkg-config" +BUILD_DEPENDS="hal-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 hal/receipt --- a/hal/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/hal/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,8 +12,7 @@ CROSS="error: cannot check for file existence when cross compiling" BUILD_DEPENDS="dbus-dev dbus-glib dbus-glib-dev udev-dev pciutils \ -util-linux-blkid-dev expat-dev util-linux-uuid-dev glib-dev pkg-config \ -libv4l-dev" +util-linux-blkid-dev expat-dev util-linux-uuid-dev glib-dev libv4l-dev" SPLIT="hal hal-dev hal-extra hal-scripts" EXTRA=" @@ -98,8 +97,7 @@ sed -i 's:hal-functions:/usr/lib/hal/scripts/hal-functions:' $fs/usr/lib/hal/scripts/linux/hal* ;; hal-dev) - CAT="development|Hal devel files." - DEPENDS="hal dbus-dev pkg-config" + DEPENDS="hal dbus-dev" mkdir -p $fs/usr/lib cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/*.*a $fs/usr/lib diff -r 188b011e073a -r d43bf7aae921 harfbuzz/receipt --- a/harfbuzz/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/harfbuzz/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -54,8 +54,7 @@ PROVIDE="harfbuzz-icu" # fake for cookutils as it always wanted to install package without '-dev' ;; harfbuzz-dev) - copy @dev - remove_already_packed + copy @dev @rm DEPENDS="harfbuzz bzip2-dev freetype-dev glib-dev libffi-dev \ libpng16-dev pcre-dev" ;; diff -r 188b011e073a -r d43bf7aae921 haserl-lua/receipt --- a/haserl-lua/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/haserl-lua/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -13,7 +13,7 @@ WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" DEPENDS="" -BUILD_DEPENDS="glibc-dev pkg-config lua lua-dev" +BUILD_DEPENDS="glibc-dev lua-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 hexchat/receipt --- a/hexchat/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/hexchat/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -37,8 +37,7 @@ DEPENDS="hexchat python" ;; hexchat) - copy @std - remove_already_packed + copy @std @rm rm -r $fs/usr/share/appdata/ DEPENDS="atk bzlib cairo dbus dbus-glib fontconfig freetype \ gdk-pixbuf glib gtk+ libcanberra openssl libffi libharfbuzz \ diff -r 188b011e073a -r d43bf7aae921 hfsprogs/receipt --- a/hfsprogs/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/hfsprogs/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -17,9 +17,9 @@ # Rules to configure and make the package. compile_rules() { - [ -s "$SOURCES_REPOSITORY/$TARBALL2" ] || - wget -P $SOURCES_REPOSITORY $(dirname $WGET_URL)/$TARBALL2 - tar -xzf $SOURCES_REPOSITORY/$TARBALL2 + [ -s "$SRC/$TARBALL2" ] || + wget -P $SRC $(dirname $WGET_URL)/$TARBALL2 + tar -xzf $SRC/$TARBALL2 for i in $(cat debian/patches/series); do patch -p1 -i debian/patches/$i done diff -r 188b011e073a -r d43bf7aae921 hplip/receipt --- a/hplip/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/hplip/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -15,7 +15,7 @@ DEPENDS="ghostscript python cups dbus-python libusb jpeg tiff sane-backends \ libgphoto2 libexif gcc-lib-base libltdl libv4l net-snmp PyQt-x11-gpl" BUILD_DEPENDS="ghostscript-dev dbus-python-dev sane-backends-dev \ -sane-backends libexif-dev libgphoto2-dev Qt4-dev libgphoto2 pkg-config libusb-dev \ +sane-backends libexif-dev libgphoto2-dev Qt4-dev libgphoto2 libusb-dev \ jpeg-dev cups-dev dbus-dev tiff-dev python python-dev dbus-python net-snmp-dev \ libtool" diff -r 188b011e073a -r d43bf7aae921 httpfs2-fuse/receipt --- a/httpfs2-fuse/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/httpfs2-fuse/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -12,7 +12,7 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/httpfs/$TARBALL" -BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls pkg-config" +BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls" compile_rules() { sed -i "s/^package = .*/package = $SOURCE/" Makefile diff -r 188b011e073a -r d43bf7aae921 hubicfuse/receipt --- a/hubicfuse/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/hubicfuse/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,8 +11,7 @@ WGET_URL="https://github.com/TurboGit/hubicfuse/archive/v$VERSION.tar.gz" DEPENDS="curl fuse openssl libjson-c" -BUILD_DEPENDS="wget pkg-config curl-dev fuse-dev openssl-dev libxml2-dev \ -glib libjson-c-dev" +BUILD_DEPENDS="curl-dev fuse-dev openssl-dev libxml2-dev glib libjson-c-dev" # Rules to configure and make the package. compile_rules() diff -r 188b011e073a -r d43bf7aae921 i3/receipt --- a/i3/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/i3/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$WEB_SITE/downloads/$TARBALL" -BUILD_DEPENDS="make gcc pkg-config xorg-xcb-proto xorg-libxcb-dev xorg-xcb-util-dev \ +BUILD_DEPENDS="make gcc xorg-xcb-proto xorg-libxcb-dev xorg-xcb-util-dev \ libev-dev flex bison yajl t2 docbook-xml xorg-libXcursor-dev xorg-libX11-dev \ pcre-dev startup-notification-dev xorg-xcb-util-keysyms-dev xorg-xcb-util-wm-dev pango-dev" SPLIT="i3-man" diff -r 188b011e073a -r d43bf7aae921 icedtea6-jdk/receipt --- a/icedtea6-jdk/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/icedtea6-jdk/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -11,7 +11,7 @@ WEB_SITE="http://www.iced-tea.org/" WGET_URL="http://icedtea.wildebeest.org/download/source/$TARBALL" -BUILD_DEPENDS="gcc+gcj autoconf automake m4 diffutils gawk cups-dev wget cpio \ +BUILD_DEPENDS="gcc+gcj autoconf automake m4 diffutils gawk cups-dev cpio \ coreutils-file-special coreutils-file-summarize alsa-lib-dev file patch perl \ zip unzip findutils bzip2 tar glib-dev fastjar rhino ecj apache-ant jpeg-dev \ xalan-xerces-j gtk+-dev giflib-dev libpng16-dev xorg-dev xorg-libXtst-dev \ @@ -53,21 +53,21 @@ REPO=http://icedtea.classpath.org/download/drops if [ -x /usr/bin/cook ]; then for i in jdk6-jaxws jdk6-jaxp jdk6-jaf; do - [ -s $SOURCES_REPOSITORY/$i-$openjdk_version.zip ] || - wget -P $SOURCES_REPOSITORY $REPO/$i-$openjdk_version.zip - cp $SOURCES_REPOSITORY/$i-$openjdk_version.zip drops || return 1 + [ -s $SRC/$i-$openjdk_version.zip ] || + wget -P $SRC $REPO/$i-$openjdk_version.zip + cp $SRC/$i-$openjdk_version.zip drops || return 1 done # openjdk-6-src is in BUILD_DEPENDS and must be build like jdk6-* pkgs. - [ -s $SOURCES_REPOSITORY/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz ] || - wget -P $SOURCES_REPOSITORY $REPO/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz - cp $SOURCES_REPOSITORY/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz . + [ -s $SRC/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz ] || + wget -P $SRC $REPO/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz + cp $SRC/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz . else report open-bloc for i in jdk6-jaxws jdk6-jaxp jdk6-jaf openjdk-6-src; do tazwok get-src $i - cp $SOURCES_REPOSITORY/$i-$openjdk_version.zip drops + cp $SRC/$i-$openjdk_version.zip drops done - cp $SOURCES_REPOSITORY/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz . + cp $SRC/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz . report step "Running compilation" fi diff -r 188b011e073a -r d43bf7aae921 inotify-tools/receipt --- a/inotify-tools/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/inotify-tools/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -10,9 +10,6 @@ WEB_SITE="https://github.com/rvoicilas/inotify-tools/wiki" WGET_URL="https://github.com/downloads/rvoicilas/inotify-tools/$TARBALL" -DEPENDS="" -BUILD_DEPENDS="wget" - # Rules to configure and make the package. compile_rules() { diff -r 188b011e073a -r d43bf7aae921 iptables-template/receipt --- a/iptables-template/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/iptables-template/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -9,17 +9,15 @@ WEB_SITE="https://gist.github.com/jirutka/3742890" EXTRA_SOURCE_FILES="rules-both.iptables rules-ipv4.iptables rules-ipv6.ip6tables" -BUILD_DEPENDS="wget" - # Rules to configure and make the package. compile_rules() { mkdir -p $install/usr/share/iptables while read dir file ; do - [ -s "$SOURCES_REPOSITORY/$file" ] || - wget --no-check-certificate -P $SOURCES_REPOSITORY \ + [ -s "$SRC/$file" ] || + wget --no-check-certificate -P $SRC \ $WEB_SITE/raw/$dir/$file - cp $SOURCES_REPOSITORY/$file $install/usr/share/iptables/ + cp $SRC/$file $install/usr/share/iptables/ done <|&\n#include |' src/nixsys.h libtoolize --force @@ -23,17 +21,16 @@ autoheader automake --force-missing --add-missing autoconf - ./configure --prefix=/usr --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ --localstatedir=/var \ - $CONFIGURE_ARGS && + $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr +genpkg_rules() { + copy @std + DEPENDS="zlib openssl gcc-lib-base" } diff -r 188b011e073a -r d43bf7aae921 nabi/receipt --- a/nabi/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/nabi/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -1,22 +1,19 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="nabi" VERSION="0.99.4" CATEGORY="misc" -SHORT_DESC="powerful GNU XIM, made for entering Hangul" +SHORT_DESC="Powerful GNU XIM, made for entering Hangul" MAINTAINER="allan316@gmail.com" LICENSE="GPL2" +WEB_SITE="http://nabi.kldp.net" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://nabi.kldp.net" WGET_URL="http://kldp.net/frs/download.php/5287/$TARBALL" -DEPENDS="libhangul gtk+ cairo xorg-libSM xorg-libICE" BUILD_DEPENDS="libhangul libhangul-dev gtk+-dev cairo-dev" -# Rules to configure and make the package. -compile_rules() -{ - cd $src +compile_rules() { ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ @@ -25,11 +22,7 @@ make && make DESTDIR=$DESTDIR install } -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share $fs/usr +genpkg_rules() { + copy @std + DEPENDS="libhangul gtk+ cairo xorg-libSM xorg-libICE" } - diff -r 188b011e073a -r d43bf7aae921 nagios-nrpe/receipt --- a/nagios-nrpe/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/nagios-nrpe/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -1,79 +1,64 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="nagios-nrpe" VERSION="2.14" CATEGORY="network" -SHORT_DESC="Service and network monitoring program, remote monitoring." +SHORT_DESC="Service and network monitoring program, remote monitoring" MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" -SOURCE="nrpe" -TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.nagios.org/" + +TARBALL="nrpe-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/nagios/$TARBALL" BUILD_DEPENDS="openssl-dev openssl libwrap-dev" -DEPENDS="nagios-plugins openssl" -# Rules to configure and make the package. -compile_rules() -{ - cd $src - while read patch_file; do - if [ ! -f done.$patch_file ]; then - patch -p1 < $stuff/$patch_file || return 1 - touch done.$patch_file - fi - done <> "$1/etc/nagios/nagios.cfg" } -post_remove() -{ - [ -f "$1/etc/nagios/nagios.cfg" ] && sed -i 's/.*nrpe.cfg//' "$1/etc/nagios/nagios.cfg" +post_remove() { + [ -f "$1/etc/nagios/nagios.cfg" ] && + sed -i 's/.*nrpe.cfg//' "$1/etc/nagios/nagios.cfg" } diff -r 188b011e073a -r d43bf7aae921 nagios-nrpe/stuff/nagios-nrpe-2.12-Makefile.u --- a/nagios-nrpe/stuff/nagios-nrpe-2.12-Makefile.u Sat Mar 17 04:50:25 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ ---- nrpe-2.12-ori/Makefile.in Wed Mar 14 16:30:05 2007 -+++ nrpe-2.12/Makefile.in Tue Jun 8 21:04:32 2010 -@@ -20,8 +20,8 @@ - SBINDIR=@sbindir@ - LIBEXECDIR=@libexecdir@ - INSTALL=@INSTALL@ --NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ --NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ -+NAGIOS_INSTALL_OPTS= -+NRPE_INSTALL_OPTS= - - INIT_DIR=@init_dir@ - INIT_OPTS=-o root -g root ---- nrpe-2.12-ori/src/Makefile.in Mon Aug 13 19:10:07 2007 -+++ nrpe-2.12/src/Makefile.in Tue Jun 8 21:16:02 2010 -@@ -24,8 +24,8 @@ - SBINDIR=@sbindir@ - LIBEXECDIR=@libexecdir@ - INSTALL=@INSTALL@ --NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ --NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ -+NAGIOS_INSTALL_OPTS= -+NRPE_INSTALL_OPTS= - - # Generated automatically from configure script - SNPRINTF_O=@SNPRINTF_O@ diff -r 188b011e073a -r d43bf7aae921 nagios-nrpe/stuff/nagios-nrpe-2.14-Makefile.u --- a/nagios-nrpe/stuff/nagios-nrpe-2.14-Makefile.u Sat Mar 17 04:50:25 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ ---- nrpe-2.12-ori/Makefile.in Wed Mar 14 16:30:05 2007 -+++ nrpe-2.12/Makefile.in Tue Jun 8 21:04:32 2010 -@@ -20,8 +20,8 @@ - SBINDIR=@sbindir@ - LIBEXECDIR=@libexecdir@ - INSTALL=@INSTALL@ --NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ --NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ -+NAGIOS_INSTALL_OPTS= -+NRPE_INSTALL_OPTS= - - INIT_DIR=@init_dir@ - INIT_OPTS=-o root -g root ---- nrpe-2.12-ori/src/Makefile.in Mon Aug 13 19:10:07 2007 -+++ nrpe-2.12/src/Makefile.in Tue Jun 8 21:16:02 2010 -@@ -24,8 +24,8 @@ - SBINDIR=@sbindir@ - LIBEXECDIR=@libexecdir@ - INSTALL=@INSTALL@ --NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ --NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ -+NAGIOS_INSTALL_OPTS= -+NRPE_INSTALL_OPTS= - - # Generated automatically from configure script - SNPRINTF_O=@SNPRINTF_O@ diff -r 188b011e073a -r d43bf7aae921 nagios-nrpe/stuff/patches/nagios-nrpe-2.14-Makefile.u --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nagios-nrpe/stuff/patches/nagios-nrpe-2.14-Makefile.u Wed Mar 21 15:58:17 2018 +0200 @@ -0,0 +1,26 @@ +--- nrpe-2.12-ori/Makefile.in Wed Mar 14 16:30:05 2007 ++++ nrpe-2.12/Makefile.in Tue Jun 8 21:04:32 2010 +@@ -20,8 +20,8 @@ + SBINDIR=@sbindir@ + LIBEXECDIR=@libexecdir@ + INSTALL=@INSTALL@ +-NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ +-NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ ++NAGIOS_INSTALL_OPTS= ++NRPE_INSTALL_OPTS= + + INIT_DIR=@init_dir@ + INIT_OPTS=-o root -g root +--- nrpe-2.12-ori/src/Makefile.in Mon Aug 13 19:10:07 2007 ++++ nrpe-2.12/src/Makefile.in Tue Jun 8 21:16:02 2010 +@@ -24,8 +24,8 @@ + SBINDIR=@sbindir@ + LIBEXECDIR=@libexecdir@ + INSTALL=@INSTALL@ +-NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ +-NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ ++NAGIOS_INSTALL_OPTS= ++NRPE_INSTALL_OPTS= + + # Generated automatically from configure script + SNPRINTF_O=@SNPRINTF_O@ diff -r 188b011e073a -r d43bf7aae921 nagios-nrpe/stuff/patches/series --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nagios-nrpe/stuff/patches/series Wed Mar 21 15:58:17 2018 +0200 @@ -0,0 +1,1 @@ +-p1|nagios-nrpe-2.14-Makefile.u diff -r 188b011e073a -r d43bf7aae921 nagios-nsca/receipt --- a/nagios-nsca/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/nagios-nsca/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -1,43 +1,47 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="nagios-nsca" VERSION="2.9.1" CATEGORY="network" -SHORT_DESC="Service and network monitoring program, remote monitoring." +SHORT_DESC="Service and network monitoring program, remote monitoring" MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" -SOURCE="nsca" -TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.nagios.org/" + +TARBALL="nsca-$VERSION.tar.gz" #WGET_URL="$SF_MIRROR/nagios/$TARBALL" WGET_URL="http://prdownloads.sourceforge.net/sourceforge/nagios/$TARBALL" BUILD_DEPENDS="libmcrypt-dev perl libwrap-dev" -DEPENDS="libmcrypt" -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --localstatedir=/var --datadir=/usr/share/nagios \ - --sysconfdir=/etc/nagios --sbindir=/usr/sbin \ - --bindir=/usr/sbin --libexecdir=/usr/lib/nagios \ - --with-nsca-user=nagios \ - --with-nsca-group=nagios \ - --with-nsca-port=5667 \ - --mandir=/usr/share/man $CONFIGURE_ARGS && - make all +compile_rules() { + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --localstatedir=/var \ + --datadir=/usr/share/nagios \ + --sysconfdir=/etc/nagios \ + --sbindir=/usr/sbin \ + --bindir=/usr/sbin \ + --libexecdir=/usr/lib/nagios \ + --with-nsca-user=nagios \ + --with-nsca-group=nagios \ + --with-nsca-port=5667 \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make all || return 1 + + mkdir -p \ + $install/usr/sbin/ \ + $install/etc/nagios/ + cp -a $src/src/nsca $install/usr/sbin/ + cp -a $src/src/send_nsca $install/usr/sbin/ + + install -m644 $src/sample-config/nsca.cfg $install/etc/nagios/ + install -m644 $src/sample-config/send_nsca.cfg $install/etc/nagios/ } -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/sbin \ - $fs/etc/nagios - cp -a $src/src/nsca $fs/usr/sbin - cp -a $src/src/send_nsca $fs/usr/sbin - - install -m 0644 $src/sample-config/nsca.cfg $fs/etc/nagios - install -m 0644 $src/sample-config/send_nsca.cfg $fs/etc/nagios +genpkg_rules() { + copy @std + DEPENDS="libmcrypt" } diff -r 188b011e073a -r d43bf7aae921 nagisk/receipt --- a/nagisk/receipt Sat Mar 17 04:50:25 2018 +0200 +++ b/nagisk/receipt Wed Mar 21 15:58:17 2018 +0200 @@ -1,29 +1,28 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="nagisk" VERSION="1.2.5" CATEGORY="network" -SHORT_DESC="Simple tool to monitor Asterisk from a Nagios server." +SHORT_DESC="Simple tool to monitor Asterisk from a Nagios server" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" +WEB_SITE="https://github.com/nicolargo/nagisk" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/nicolargo/nagisk" WGET_URL="https://codeload.github.com/nicolargo/nagisk/tar.gz/v$VERSION" -DEPENDS="nagios-nrpe perl sudo" -BUILD_DEPENDS="wget" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share/nagios/libexec - cp -a $src/nagisk.pl $fs/usr/share/nagios/libexec - sed -i 's/^elsif/} &/' $fs/usr/share/nagios/libexec/nagisk.pl +compile_rules() { + mkdir -p $install/usr/share/nagios/libexec/ + cp -a $src/nagisk.pl $install/usr/share/nagios/libexec/ + sed -i 's/^elsif/} &/' $install/usr/share/nagios/libexec/nagisk.pl } -# Pre and post install commands for Tazpkg. -post_install() -{ +genpkg_rules() { + copy @std + DEPENDS="nagios-nrpe perl sudo" +} + +post_install() { grep -qs check_asterisk_version "$1/etc/nagios/nrpe.cfg" || cat >> "$1/etc/nagios/nrpe.cfg" < /dev/null + white="#f0f0b0" # was #f0f0f0 + black="#f05030" # was #c0c0f0 + gray="#843" # was #dde + background="$white" # was white + red="blue" + + mkdir -p $src 2>/dev/null cp $stuff/index.html $src cd $src - sed -i -e 's/