wok-6.x rev 25054
Up quarry (0.3.0.1), sunxi-tools (1.4.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 08:51:13 2022 +0000 (2022-06-06) |
parents | de1a43f5b15c |
children | defadd9d1e0c |
files | advancecomp/receipt linux/stuff/linux-slitaz.config linux/stuff/linux-slitaz.config64 quarry/receipt sunxi-tools/receipt |
line diff
1.1 --- a/advancecomp/receipt Sun Jun 05 19:53:43 2022 +0000 1.2 +++ b/advancecomp/receipt Mon Jun 06 08:51:13 2022 +0000 1.3 @@ -23,6 +23,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + autoheader 1.8 ./autogen.sh && 1.9 ./configure $CONFIGURE_ARGS && make && make install 1.10 }
2.1 --- a/linux/stuff/linux-slitaz.config Sun Jun 05 19:53:43 2022 +0000 2.2 +++ b/linux/stuff/linux-slitaz.config Mon Jun 06 08:51:13 2022 +0000 2.3 @@ -4944,9 +4944,11 @@ 2.4 CONFIG_R8188EU=m 2.5 CONFIG_88EU_AP_MODE=y 2.6 CONFIG_88EU_P2P=y 2.7 -# CONFIG_R8192EE is not set 2.8 -# CONFIG_R8723AU is not set 2.9 -# CONFIG_R8821AE is not set 2.10 +CONFIG_R8192EE=y 2.11 +CONFIG_R8723AU=y 2.12 +CONFIG_8723AU_AP_MODE=y 2.13 +CONFIG_8723AU_BT_COEXIST=y 2.14 +CONFIG_R8821AE=y 2.15 # CONFIG_RTS5208 is not set 2.16 CONFIG_TRANZPORT=m 2.17 CONFIG_IDE_PHISON=m
3.1 --- a/linux/stuff/linux-slitaz.config64 Sun Jun 05 19:53:43 2022 +0000 3.2 +++ b/linux/stuff/linux-slitaz.config64 Mon Jun 06 08:51:13 2022 +0000 3.3 @@ -4471,9 +4471,11 @@ 3.4 CONFIG_R8188EU=m 3.5 CONFIG_88EU_AP_MODE=y 3.6 CONFIG_88EU_P2P=y 3.7 -# CONFIG_R8192EE is not set 3.8 -# CONFIG_R8723AU is not set 3.9 -# CONFIG_R8821AE is not set 3.10 +CONFIG_R8192EE=y 3.11 +CONFIG_R8723AU=y 3.12 +CONFIG_8723AU_AP_MODE=y 3.13 +CONFIG_8723AU_BT_COEXIST=y 3.14 +CONFIG_R8821AE=y 3.15 # CONFIG_RTS5208 is not set 3.16 CONFIG_TRANZPORT=m 3.17 CONFIG_IDE_PHISON=m
4.1 --- a/quarry/receipt Sun Jun 05 19:53:43 2022 +0000 4.2 +++ b/quarry/receipt Mon Jun 06 08:51:13 2022 +0000 4.3 @@ -1,14 +1,14 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="quarry" 4.7 -VERSION="0.2.0" 4.8 +VERSION="0.3.0.1" 4.9 CATEGORY="games" 4.10 SHORT_DESC="Multi-purpose GUI for Go, Amazons and Reversi." 4.11 MAINTAINER="pascal.bellard@slitaz.org" 4.12 LICENSE="GPL2" 4.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.14 WEB_SITE="https://web.archive.org/web/20170506152503/http://home.gna.org/quarry/" 4.15 -WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL" 4.16 +WGET_URL="https://github.com/ejona86/quarry/archive/refs/tags/$VERSION.tar.gz" 4.17 SUGGESTED="gnugo" 4.18 4.19 DEPENDS="gtk+ librsvg libgsf xcb-util" 4.20 @@ -25,6 +25,7 @@ 4.21 compile_rules() 4.22 { 4.23 sed -i 's/mozilla/firefox/' src/gui-gtk/gtk-help.c 4.24 + touch help/de/quarry.html 4.25 ./configure \ 4.26 --prefix=/usr \ 4.27 --libexecdir=/usr/lib \
5.1 --- a/sunxi-tools/receipt Sun Jun 05 19:53:43 2022 +0000 5.2 +++ b/sunxi-tools/receipt Mon Jun 06 08:51:13 2022 +0000 5.3 @@ -1,14 +1,14 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="sunxi-tools" 5.7 -VERSION="1.1-80-g3561247" 5.8 +VERSION="1.4.2" 5.9 CATEGORY="development" 5.10 SHORT_DESC="help hacking Allwinner A10 (aka sun4i) based devices." 5.11 MAINTAINER="pascal.bellard@slitaz.org" 5.12 LICENSE="GPL2" 5.13 WEB_SITE="https://linux-sunxi.org/Sunxi-tools" 5.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.15 -WGET_URL="https://nodeload.github.com/amery/sunxi-tools/tarball/v${VERSION}" 5.16 +WGET_URL="https://github.com/linux-sunxi/sunxi-tools/archive/refs/tags/v$VERSION.tar.gz" 5.17 5.18 DEPENDS="libusb" 5.19 BUILD_DEPENDS="wget pkg-config libusb-dev" 5.20 @@ -23,16 +23,15 @@ 5.21 # Rules to configure and make the package. 5.22 compile_rules() 5.23 { 5.24 - cd $src 5.25 make && make phoenix_info 5.26 } 5.27 5.28 # Rules to gen a SliTaz package suitable for Tazpkg. 5.29 genpkg_rules() 5.30 { 5.31 - mkdir -p $fs/usr/bin 5.32 - for i in pio nand-part fexc fex2bin fel fel-gpio bin/fel-pio.bin \ 5.33 - bootinfo bin2fex bin/jtag-loop.sunxi phoenix_info ; do 5.34 + mkdir -p $fs/usr 5.35 + cp -a $src/bin $fs/usr/ 5.36 + for i in sunxi-nand-part sunxi-pio sunxi-fexc fex2bin bin2fex sunxi-fel phoenix_info ; do 5.37 cp -a $src/$i $fs/usr/bin 5.38 done 5.39 }