# HG changeset patch # User Hans-G?nter Theisgen # Date 1592404587 -3600 # Node ID 1da172fe323deb6e7b9b8420390cf5a885644998 # Parent a6d313c5cce79b7ec3fa6aab632d4626cb3e1df8# Parent 75d8b8730358440d469d3ddb000f7689eac33bf5 updated firefox-official (76.0 -> 77.0) diff -r a6d313c5cce7 -r 1da172fe323d alsa-utils/receipt --- a/alsa-utils/receipt Wed Jun 17 15:35:48 2020 +0100 +++ b/alsa-utils/receipt Wed Jun 17 15:36:27 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="alsa-utils" -VERSION="1.1.5" +VERSION="1.2.2" CATEGORY="multimedia" SHORT_DESC="Alsa sound system utilities and config tools." MAINTAINER="pankso@slitaz.org" diff -r a6d313c5cce7 -r 1da172fe323d binutils/receipt --- a/binutils/receipt Wed Jun 17 15:35:48 2020 +0100 +++ b/binutils/receipt Wed Jun 17 15:36:27 2020 +0100 @@ -31,7 +31,7 @@ compile_rules() { case "$ARCH" in - i?86) ARCH_ARGS="--disable-werror" ;; + i?86) ARCH_ARGS="--disable-werror --enable-64-bit-bfd" ;; esac mkdir -p ../binutils-build && diff -r a6d313c5cce7 -r 1da172fe323d codeblocks/receipt --- a/codeblocks/receipt Wed Jun 17 15:35:48 2020 +0100 +++ b/codeblocks/receipt Wed Jun 17 15:36:27 2020 +0100 @@ -12,10 +12,10 @@ TARBALL="${PACKAGE}_$VERSION.tar.xz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="gamin gcc83-lib-base hunspell wxWidgets28" -BUILD_DEPENDS="autoconf automake expat-dev gamin-dev gcc83 gcc83-lib-base - gnome-icon-theme hunspell-dev libboost-dev libtool wxWidgets28-dev - xorg-libXau-dev xorg-libXdmcp-dev zip" +DEPENDS="gamin gcc49-lib-base hunspell wxWidgets" +BUILD_DEPENDS="autoconf automake expat-dev fontconfig-dev gamin-dev gcc49 + gcc49-lib-base gnome-icon-theme hunspell-dev libboost-dev libtool + wxWidgets-dev xorg-libXau-dev xorg-libXdmcp-dev zip" # Rules to configure and make the package. compile_rules() @@ -30,8 +30,8 @@ # because(?) plugin NassiShneiderman/CParser needs libboost-dev ./configure \ - CC=gcc-83 \ - CXX=g++-83 \ + CC=gcc-49 \ + CXX=g++-49 \ --with-boost-libdir=/usr/lib \ --with-contrib-plugins="all, -help" \ --prefix=/usr \ @@ -51,7 +51,9 @@ cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/lib/codeblocks $fs/usr/lib -# cp -a $install/usr/lib/wxSmithContribItems $fs/usr/lib cp -a $install/usr/share/codeblocks $fs/usr/share cp -a $install/usr/bin $fs/usr + + # Remove plugin that load fail error on start. + rm $fs/usr/lib/codeblocks/plugins/libNassiShneiderman.* } diff -r a6d313c5cce7 -r 1da172fe323d dbus-dev/receipt --- a/dbus-dev/receipt Wed Jun 17 15:35:48 2020 +0100 +++ b/dbus-dev/receipt Wed Jun 17 15:36:27 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dbus-dev" -VERSION="1.12.16" +VERSION="1.12.18" CATEGORY="development" SHORT_DESC="A message bus system - development files." MAINTAINER="pankso@slitaz.org" diff -r a6d313c5cce7 -r 1da172fe323d dbus-helper/receipt --- a/dbus-helper/receipt Wed Jun 17 15:35:48 2020 +0100 +++ b/dbus-helper/receipt Wed Jun 17 15:36:27 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dbus-helper" -VERSION="1.12.16" +VERSION="1.12.18" CATEGORY="development" SHORT_DESC="A message bus system - development file." MAINTAINER="pankso@slitaz.org" diff -r a6d313c5cce7 -r 1da172fe323d dbus/receipt --- a/dbus/receipt Wed Jun 17 15:35:48 2020 +0100 +++ b/dbus/receipt Wed Jun 17 15:36:27 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dbus" -VERSION="1.12.16" +VERSION="1.12.18" CATEGORY="x-window" SHORT_DESC="A message bus system." MAINTAINER="pankso@slitaz.org" diff -r a6d313c5cce7 -r 1da172fe323d dosbox-mb/receipt --- a/dosbox-mb/receipt Wed Jun 17 15:35:48 2020 +0100 +++ b/dosbox-mb/receipt Wed Jun 17 15:36:27 2020 +0100 @@ -35,6 +35,8 @@ mkdir -p $fs/usr/share/pixmaps \ $fs/usr/share/applications cp -a $install/usr/bin $fs/usr + cp $stuff/*.desktop $fs/usr/share/applications + cp $stuff/*.png $fs/usr/share/pixmaps # Must be root to see the network interface chmod 4755 $fs/usr/bin/dosbox } diff -r a6d313c5cce7 -r 1da172fe323d dosbox-mb/stuff/msdos-games.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dosbox-mb/stuff/msdos-games.desktop Wed Jun 17 15:36:27 2020 +0100 @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Name=MS-DOS games +Name[fr]=Jeux MS-DOS +Comment=Web archive +Comment[fr]=Archive web +Exec=browser https://archive.org/details/softwarelibrary_msdos_games +Terminal=false +Categories=Game; +Icon=dosbox diff -r a6d313c5cce7 -r 1da172fe323d dosbox/receipt --- a/dosbox/receipt Wed Jun 17 15:35:48 2020 +0100 +++ b/dosbox/receipt Wed Jun 17 15:36:27 2020 +0100 @@ -36,4 +36,5 @@ mkdir -p $fs/usr/share/applications cp -a $install/usr/bin $fs/usr + cp $stuff/*.desktop $fs/usr/share/applications } diff -r a6d313c5cce7 -r 1da172fe323d dosbox/stuff/msdos-games.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dosbox/stuff/msdos-games.desktop Wed Jun 17 15:36:27 2020 +0100 @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Name=MS-DOS games +Name[fr]=Jeux MS-DOS +Comment=Web archive +Comment[fr]=Archive web +Exec=browser https://archive.org/details/softwarelibrary_msdos_games +Terminal=false +Categories=Game; +Icon=dosbox diff -r a6d313c5cce7 -r 1da172fe323d dropbear-pam/receipt --- a/dropbear-pam/receipt Wed Jun 17 15:35:48 2020 +0100 +++ b/dropbear-pam/receipt Wed Jun 17 15:36:27 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dropbear-pam" -VERSION="2019.78" +VERSION="2020.79" CATEGORY="security" SHORT_DESC="Light SSH client and server using PAM." MAINTAINER="pascal.bellard@slitaz.org" diff -r a6d313c5cce7 -r 1da172fe323d dropbear/receipt --- a/dropbear/receipt Wed Jun 17 15:35:48 2020 +0100 +++ b/dropbear/receipt Wed Jun 17 15:36:27 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dropbear" -VERSION="2019.78" +VERSION="2020.79" CATEGORY="security" SHORT_DESC="Lightweight SSH2 server and client" MAINTAINER="pascal.bellard@slitaz.org" @@ -55,6 +55,7 @@ cat >> localoptions.h <