wok-next rev 21049
Tiny fixes.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Nov 28 03:53:55 2018 +0200 (2018-11-28) |
parents | 7b8e000b629f |
children | 400dfee62496 |
files | ftjam/receipt get-LibreOffice/receipt get-java6-jdk/receipt get-softmodem-driver/receipt get-wifi-firmware/receipt get-wink/receipt glade3/.icon.png glade3/receipt |
line diff
1.1 --- a/ftjam/receipt Tue Nov 27 02:24:27 2018 +0200 1.2 +++ b/ftjam/receipt Wed Nov 28 03:53:55 2018 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="ftjam" 1.5 VERSION="2.5.3rc2" 1.6 CATEGORY="development" 1.7 -SHORT_DESC=="FT Jam - an enhanced version of the Jam build tool" 1.8 +SHORT_DESC="FT Jam - an enhanced version of the Jam build tool" 1.9 MAINTAINER="devel@slitaz.org" 1.10 LICENSE="BSD" 1.11 WEB_SITE="https://www.freetype.org/jam/" 1.12 @@ -12,6 +12,8 @@ 1.13 WGET_URL="http://david.freetype.org/jam/$TARBALL" 1.14 1.15 BUILD_DEPENDS="bison" 1.16 +DEPENDS_std="glibc-base" 1.17 +PROVIDE_std="jam" 1.18 1.19 compile_rules() { 1.20 ./configure \ 1.21 @@ -20,9 +22,3 @@ 1.22 make && 1.23 make DESTDIR=$install install 1.24 } 1.25 - 1.26 -genpkg_rules() { 1.27 - copy @std 1.28 - DEPENDS="glibc-base" 1.29 - PROVIDE="jam" 1.30 -}
2.1 --- a/get-LibreOffice/receipt Tue Nov 27 02:24:27 2018 +0200 2.2 +++ b/get-LibreOffice/receipt Wed Nov 28 03:53:55 2018 +0200 2.3 @@ -10,7 +10,7 @@ 2.4 REPOLOGY="-" 2.5 2.6 compile_rules() { 2.7 - install -mD755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE 2.8 + install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE 2.9 ln -s get-LibreOffice $install/usr/bin/get-libreoffice 2.10 } 2.11
3.1 --- a/get-java6-jdk/receipt Tue Nov 27 02:24:27 2018 +0200 3.2 +++ b/get-java6-jdk/receipt Wed Nov 28 03:53:55 2018 +0200 3.3 @@ -10,7 +10,7 @@ 3.4 REPOLOGY="-" 3.5 3.6 compile_rules() { 3.7 - install -mD755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE 3.8 + install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE 3.9 } 3.10 3.11 genpkg_rules() {
4.1 --- a/get-softmodem-driver/receipt Tue Nov 27 02:24:27 2018 +0200 4.2 +++ b/get-softmodem-driver/receipt Wed Nov 28 03:53:55 2018 +0200 4.3 @@ -9,6 +9,9 @@ 4.4 WEB_SITE="http://www.slitaz.org/" 4.5 REPOLOGY="-" 4.6 4.7 +DEPENDS_std="alsa-lib-dev cpio linux-source slitaz-toolchain" 4.8 +TAGS_std="modem dialup" 4.9 + 4.10 compile_rules() { 4.11 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE 4.12 4.13 @@ -25,8 +28,3 @@ 4.14 $stuff/zone.tab \ 4.15 $install/usr/share/softmodem/ 4.16 } 4.17 - 4.18 -genpkg_rules() { 4.19 - DEPENDS="alsa-lib-dev cpio linux-source slitaz-toolchain" 4.20 - TAGS="modem dialup" 4.21 -}
5.1 --- a/get-wifi-firmware/receipt Tue Nov 27 02:24:27 2018 +0200 5.2 +++ b/get-wifi-firmware/receipt Wed Nov 28 03:53:55 2018 +0200 5.3 @@ -10,15 +10,11 @@ 5.4 REPOLOGY="-" 5.5 5.6 compile_rules() { 5.7 - install $stuff/$PACKAGE $install/usr/bin/$PACKAGE 5.8 + install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE 5.9 5.10 $install/usr/bin/$PACKAGE --install 5.11 } 5.12 5.13 -genpkg_rules() { 5.14 - copy @std 5.15 -} 5.16 - 5.17 post_install() { 5.18 if [ -s /etc/resolv.conf -a ! -s "$1/etc/resolv.conf" ]; then 5.19 install_resolver=true
6.1 --- a/get-wink/receipt Tue Nov 27 02:24:27 2018 +0200 6.2 +++ b/get-wink/receipt Wed Nov 28 03:53:55 2018 +0200 6.3 @@ -10,7 +10,7 @@ 6.4 REPOLOGY="-" 6.5 6.6 compile_rules() { 6.7 - install $stuff/$PACKAGE $install/usr/bin/$PACKAGE 6.8 + install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE 6.9 } 6.10 6.11 genpkg_rules() {
7.1 Binary file glade3/.icon.png has changed
8.1 --- a/glade3/receipt Tue Nov 27 02:24:27 2018 +0200 8.2 +++ b/glade3/receipt Wed Nov 28 03:53:55 2018 +0200 8.3 @@ -19,7 +19,9 @@ 8.4 ./configure $CONFIGURE_ARGS && 8.5 fix libtool && 8.6 make && 8.7 - make install 8.8 + make install || return 1 8.9 + 8.10 + fix symlinks 8.11 } 8.12 8.13 genpkg_rules() {