wok-next rev 21082
gcc: split *.dbg; tiny edits
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Dec 25 02:00:49 2018 +0200 (2018-12-25) |
parents | d635206a5649 |
children | fa797597aa17 |
files | gcc/receipt libwebp/.icon.png libwebp/receipt lxqt/receipt mate-applets/receipt mate-power-manager/receipt mate-terminal/receipt mate-utils/receipt openbox-themes-debian/receipt othello/receipt othello/stuff/overrides pciids/receipt rapidsvn/receipt slitaz-configs/receipt slitaz-dev-pkgs/receipt slitaz-icons-hydroxygen/receipt slitaz-polar-cursors/receipt x11rec/receipt xcursor-aero/receipt xcursor-comix/receipt xcursor-human/receipt xcursor-obsidian/receipt xfce4-battery-plugin/receipt |
line diff
1.1 --- a/gcc/receipt Mon Dec 24 11:36:03 2018 +0200 1.2 +++ b/gcc/receipt Tue Dec 25 02:00:49 2018 +0200 1.3 @@ -14,8 +14,8 @@ 1.4 WGET_URL="http://ftp.gnu.org/gnu/gcc/gcc-$VERSION/$TARBALL" 1.5 1.6 BUILD_DEPENDS="mpc-library-dev mpfr-dev gmp-dev elfutils-dev zlib-dev" 1.7 -SPLIT="$PACKAGE-lib-base $PACKAGE-lib-math libgfortran gfortran libgomp libobjc \ 1.8 -libatomic $PACKAGE" 1.9 +SPLIT="$PACKAGE-debug $PACKAGE-lib-base $PACKAGE-lib-math libgfortran \ 1.10 +gfortran libgomp libobjc libatomic $PACKAGE" 1.11 COOKOPTS="skip-log-errors" 1.12 1.13 if [ "$2" == "--first-pass" -o "$3" == "--first-pass" ]; then 1.14 @@ -123,14 +123,17 @@ 1.15 esac 1.16 1.17 case $PACKAGE in 1.18 + gcc-debug) 1.19 + copy *.dbg 1.20 + ;; 1.21 gcc-lib-base) 1.22 - copy libgcc_s.so* libstdc++.so* 1.23 + copy libgcc_s.so* libstdc++.so* @rm 1.24 rm $fs/usr/lib*/*.py 1.25 CAT="libs|base libraries" 1.26 DEPENDS="glibc-base" 1.27 ;; 1.28 gcc-lib-math) 1.29 - copy libquadmath.so* 1.30 + copy libquadmath.so* @rm 1.31 CAT="libs|math libraries" 1.32 DEPENDS="glibc-base" 1.33 ;; 1.34 @@ -156,7 +159,7 @@ 1.35 DEPENDS="gcc-lib-base glibc-base" 1.36 ;; 1.37 libatomic) 1.38 - copy libatomic.so* 1.39 + copy libatomic.so* @rm 1.40 CAT="libs|libatomic" 1.41 DEPENDS=" " 1.42 ;;
2.1 Binary file libwebp/.icon.png has changed
3.1 --- a/libwebp/receipt Mon Dec 24 11:36:03 2018 +0200 3.2 +++ b/libwebp/receipt Tue Dec 25 02:00:49 2018 +0200 3.3 @@ -1,10 +1,10 @@ 3.4 # SliTaz package receipt v2. 3.5 3.6 PACKAGE="libwebp" 3.7 -VERSION="1.0.0" 3.8 +VERSION="1.0.1" 3.9 CATEGORY="graphics" 3.10 SHORT_DESC="WebP image library" 3.11 -MAINTAINER="devl547@gmail.com" 3.12 +MAINTAINER="devel@slitaz.org" 3.13 LICENSE="Apache2" 3.14 WEB_SITE="https://developers.google.com/speed/webp/" 3.15 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libwebp.html" 3.16 @@ -15,6 +15,12 @@ 3.17 BUILD_DEPENDS="libpng-dev libjpeg-turbo-dev tiff-dev giflib-dev" 3.18 SPLIT="$PACKAGE-apps $PACKAGE-dev" 3.19 3.20 +COPY_std="*.so*" 3.21 +COPY_apps="bin/" 3.22 + 3.23 +CAT_apps="graphics|applications" 3.24 +DEPENDS_apps="$PACKAGE giflib libjpeg-turbo libpng libtiff" 3.25 + 3.26 compile_rules() { 3.27 ./configure \ 3.28 --enable-libwebpmux \ 3.29 @@ -24,22 +30,7 @@ 3.30 --enable-swap-16bit-csp \ 3.31 --disable-static \ 3.32 $CONFIGURE_ARGS && 3.33 + fix libtool && 3.34 make && 3.35 make install 3.36 } 3.37 - 3.38 -genpkg_rules() { 3.39 - case $PACKAGE in 3.40 - libwebp) 3.41 - copy *.so* 3.42 - ;; 3.43 - libwebp-apps) 3.44 - copy bin/ 3.45 - CAT="graphics|applications" 3.46 - DEPENDS="giflib libjpeg-turbo libpng libwebp libtiff" 3.47 - ;; 3.48 - libwebp-dev) 3.49 - copy @dev 3.50 - ;; 3.51 - esac 3.52 -}
4.1 --- a/lxqt/receipt Mon Dec 24 11:36:03 2018 +0200 4.2 +++ b/lxqt/receipt Tue Dec 25 02:00:49 2018 +0200 4.3 @@ -7,7 +7,7 @@ 4.4 MAINTAINER="psychomaniak@xakep.ru" 4.5 LICENSE="GPL2" 4.6 WEB_SITE="https://lxqt.org/" 4.7 -TAGS="LXQt" 4.8 +HOST_ARCH="any" 4.9 4.10 DEPENDS="compton-conf libfm-qt liblxqt libqtxdg libsysstat lximage-qt \ 4.11 lxqt-about lxqt-admin lxqt-config lxqt-globalkeys lxqt-l10n lxqt-notificationd \ 4.12 @@ -20,6 +20,8 @@ 4.13 SUGGESTED="copyq juffed qps qupzilla oxygen-icons \ 4.14 lxqt-connman-applet lxqt-l10n-extra" 4.15 4.16 +TAGS="LXQt" 4.17 + 4.18 post_install() { 4.19 for i in $(ls -d "$1"/home/* 2>/dev/null); do 4.20 [ -d "$i" ] &&
5.1 --- a/mate-applets/receipt Mon Dec 24 11:36:03 2018 +0200 5.2 +++ b/mate-applets/receipt Tue Dec 25 02:00:49 2018 +0200 5.3 @@ -27,7 +27,9 @@ 5.4 $CONFIGURE_ARGS && 5.5 fix libtool && 5.6 make && 5.7 - make install 5.8 + make install || return 1 5.9 + 5.10 + fix symlinks 5.11 } 5.12 5.13 genpkg_rules() {
6.1 --- a/mate-power-manager/receipt Mon Dec 24 11:36:03 2018 +0200 6.2 +++ b/mate-power-manager/receipt Tue Dec 25 02:00:49 2018 +0200 6.3 @@ -13,19 +13,18 @@ 6.4 6.5 BUILD_DEPENDS="mate-common yelp-tools-dev itstool libcanberra-dev \ 6.6 dbus-glib-dev libnotify-dev upower-dev libgnome-keyring3-dev mate-panel-dev" 6.7 +DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gtk3 libcanberra \ 6.8 +libcanberra-gtk3 libgnome-keyring3 libnotify mate-panel pango upower libx11 \ 6.9 +libxext libxrandr" 6.10 + 6.11 +TAGS="MATE" 6.12 6.13 compile_rules() { 6.14 ./autogen.sh \ 6.15 $CONFIGURE_ARGS && 6.16 fix libtool && 6.17 make && 6.18 - make install 6.19 + make install || return 1 6.20 + 6.21 + fix symlinks 6.22 } 6.23 - 6.24 -genpkg_rules() { 6.25 - copy @std 6.26 - DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gtk3 libcanberra \ 6.27 - libcanberra-gtk3 libgnome-keyring3 libnotify mate-panel pango upower \ 6.28 - libx11 libxext libxrandr" 6.29 - TAGS="MATE" 6.30 -}
7.1 --- a/mate-terminal/receipt Mon Dec 24 11:36:03 2018 +0200 7.2 +++ b/mate-terminal/receipt Tue Dec 25 02:00:49 2018 +0200 7.3 @@ -13,18 +13,16 @@ 7.4 7.5 BUILD_DEPENDS="mate-common yelp-tools-dev vte-dev gtk3-dev dconf-dev \ 7.6 libx11-dev itstool libsm-dev" 7.7 +DEPENDS="atk dconf gdk-pixbuf glib gtk3 pango vte libice libsm libx11" 7.8 + 7.9 +TAGS="MATE" 7.10 7.11 compile_rules() { 7.12 ./autogen.sh \ 7.13 $CONFIGURE_ARGS && 7.14 fix libtool && 7.15 make && 7.16 - make install 7.17 + make install || return 1 7.18 + 7.19 + fix symlinks 7.20 } 7.21 - 7.22 -genpkg_rules() { 7.23 - copy @std 7.24 - DEPENDS="atk dconf gdk-pixbuf glib gtk3 pango vte libice libsm \ 7.25 - libx11" 7.26 - TAGS="MATE" 7.27 -}
8.1 --- a/mate-utils/receipt Mon Dec 24 11:36:03 2018 +0200 8.2 +++ b/mate-utils/receipt Tue Dec 25 02:00:49 2018 +0200 8.3 @@ -15,24 +15,19 @@ 8.4 libgtop-dev libcanberra-dev itstool libsm-dev" 8.5 SPLIT="$PACKAGE-dev" 8.6 8.7 +COPY_std="@std @ico" # only 16 and 48 icons 8.8 + 8.9 +DEPENDS_std="atk cairo gdk-pixbuf glib gtk3 libcanberra libcanberra-gtk3 \ 8.10 +libgtop mate-panel pango libice libsm libx11 libxext zlib" 8.11 +DEPENDS_dev="$PACKAGE gtk3-dev" 8.12 + 8.13 +TAGS_std="MATE" 8.14 + 8.15 compile_rules() { 8.16 ./autogen.sh $CONFIGURE_ARGS && 8.17 fix libtool && 8.18 make && 8.19 - make install 8.20 + make install || return 1 8.21 + 8.22 + fix symlinks 8.23 } 8.24 - 8.25 -genpkg_rules() { 8.26 - case $PACKAGE in 8.27 - mate-utils) 8.28 - copy @std @ico # only 16 and 48 icons 8.29 - DEPENDS="atk cairo gdk-pixbuf glib gtk3 libcanberra \ 8.30 - libcanberra-gtk3 libgtop mate-panel pango libice libsm \ 8.31 - libx11 libxext zlib" 8.32 - ;; 8.33 - *-dev) 8.34 - copy @dev 8.35 - DEPENDS="mate-utils gtk3-dev" 8.36 - esac 8.37 - TAGS="MATE" 8.38 -}
9.1 --- a/openbox-themes-debian/receipt Mon Dec 24 11:36:03 2018 +0200 9.2 +++ b/openbox-themes-debian/receipt Tue Dec 25 02:00:49 2018 +0200 9.3 @@ -7,6 +7,7 @@ 9.4 MAINTAINER="al.bobylev@gmail.com" 9.5 LICENSE="GPL2" 9.6 WEB_SITE="https://github.com/mati75/openbox-debian" 9.7 +HOST_ARCH="any" 9.8 9.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.10 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
10.1 --- a/othello/receipt Mon Dec 24 11:36:03 2018 +0200 10.2 +++ b/othello/receipt Tue Dec 25 02:00:49 2018 +0200 10.3 @@ -7,6 +7,7 @@ 10.4 MAINTAINER="pascal.bellard@slitaz.org" 10.5 LICENSE="MIT" 10.6 WEB_SITE="https://web.archive.org/web/20101231221346/http://www.posi.net:80/software/othello/" 10.7 +HOST_ARCH="any" 10.8 10.9 TARBALL="$PACKAGE-$VERSION.tar.lzma" 10.10
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 11.2 +++ b/othello/stuff/overrides Tue Dec 25 02:00:49 2018 +0200 11.3 @@ -0,0 +1,1 @@ 11.4 +80:80 /var/www/othello/*
12.1 --- a/pciids/receipt Mon Dec 24 11:36:03 2018 +0200 12.2 +++ b/pciids/receipt Tue Dec 25 02:00:49 2018 +0200 12.3 @@ -1,13 +1,14 @@ 12.4 # SliTaz package receipt v2. 12.5 12.6 PACKAGE="pciids" 12.7 -VERSION="20180517" 12.8 -COMMIT="665b77e" 12.9 +VERSION="20181220" 12.10 +COMMIT="8d79e48" 12.11 CATEGORY="misc" 12.12 SHORT_DESC="List of PCI ID's" 12.13 MAINTAINER="devel@slitaz.org" 12.14 LICENSE="BSD GPL2" 12.15 WEB_SITE="http://pci-ids.ucw.cz/" 12.16 +HOST_ARCH="any" 12.17 12.18 TARBALL="$PACKAGE-$COMMIT.tar.gz" 12.19 WGET_URL="$GITHUB/pciutils/pciids/tarball/$COMMIT"
13.1 --- a/rapidsvn/receipt Mon Dec 24 11:36:03 2018 +0200 13.2 +++ b/rapidsvn/receipt Tue Dec 25 02:00:49 2018 +0200 13.3 @@ -27,6 +27,7 @@ 13.4 --with-svn-include=/usr/include \ 13.5 --with-svn-lib=/usr/lib \ 13.6 $CONFIGURE_ARGS && 13.7 + fix libtool && 13.8 make && 13.9 make install 13.10 }
14.1 --- a/slitaz-configs/receipt Mon Dec 24 11:36:03 2018 +0200 14.2 +++ b/slitaz-configs/receipt Tue Dec 25 02:00:49 2018 +0200 14.3 @@ -7,6 +7,7 @@ 14.4 MAINTAINER="devel@slitaz.org" 14.5 LICENSE="GPL3" 14.6 WEB_SITE="http://www.slitaz.org/" 14.7 +HOST_ARCH="any" 14.8 REPOLOGY="-" 14.9 14.10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
15.1 --- a/slitaz-dev-pkgs/receipt Mon Dec 24 11:36:03 2018 +0200 15.2 +++ b/slitaz-dev-pkgs/receipt Tue Dec 25 02:00:49 2018 +0200 15.3 @@ -7,6 +7,7 @@ 15.4 MAINTAINER="devel@slitaz.org" 15.5 LICENSE="GPL2" 15.6 WEB_SITE="http://www.slitaz.org/" 15.7 +HOST_ARCH="any" 15.8 REPOLOGY="-" 15.9 15.10 DEPENDS="binutils linux-api-headers gcc make bzip2-dev coreutils bash bison \
16.1 --- a/slitaz-icons-hydroxygen/receipt Mon Dec 24 11:36:03 2018 +0200 16.2 +++ b/slitaz-icons-hydroxygen/receipt Tue Dec 25 02:00:49 2018 +0200 16.3 @@ -7,6 +7,7 @@ 16.4 MAINTAINER="al.bobylev@gmail.com" 16.5 LICENSE="CC GPL" 16.6 WEB_SITE="http://www.slitaz.org/" 16.7 +HOST_ARCH="any" 16.8 REPOLOGY="-" 16.9 16.10 BUILD_DEPENDS="hydroxygen-iconset make-slitaz-icons"
17.1 --- a/slitaz-polar-cursors/receipt Mon Dec 24 11:36:03 2018 +0200 17.2 +++ b/slitaz-polar-cursors/receipt Tue Dec 25 02:00:49 2018 +0200 17.3 @@ -7,6 +7,7 @@ 17.4 MAINTAINER="devel@slitaz.org" 17.5 LICENSE="GPL3" 17.6 WEB_SITE="http://www.slitaz.org/" 17.7 +HOST_ARCH="any" 17.8 REPOLOGY="-" 17.9 17.10 TARBALL=$PACKAGE-$VERSION.tar.gz
18.1 --- a/x11rec/receipt Mon Dec 24 11:36:03 2018 +0200 18.2 +++ b/x11rec/receipt Tue Dec 25 02:00:49 2018 +0200 18.3 @@ -12,8 +12,8 @@ 18.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 18.5 WGET_URL="$WEB_SITE$TARBALL" 18.6 18.7 -genpkg_rules() { 18.8 - mkdir -p $fs/usr/bin 18.9 - cp -a $src/x11rec $fs/usr/bin 18.10 - DEPENDS="ruby imagemagick xwininfo gifsicle" 18.11 +DEPENDS="ruby imagemagick xwininfo gifsicle" 18.12 + 18.13 +compile_rules() { 18.14 + install -Dm755 x11rec $install/usr/bin/x11rec 18.15 }
19.1 --- a/xcursor-aero/receipt Mon Dec 24 11:36:03 2018 +0200 19.2 +++ b/xcursor-aero/receipt Tue Dec 25 02:00:49 2018 +0200 19.3 @@ -7,6 +7,7 @@ 19.4 MAINTAINER="al.bobylev@gmail.com" 19.5 LICENSE="GPL" 19.6 WEB_SITE="https://www.gnome-look.org/p/999972/" 19.7 +HOST_ARCH="any" 19.8 19.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 19.10 WGET_URL="http://www.infinality.net/files/aero.tar.gz" # web site is dead :(
20.1 --- a/xcursor-comix/receipt Mon Dec 24 11:36:03 2018 +0200 20.2 +++ b/xcursor-comix/receipt Tue Dec 25 02:00:49 2018 +0200 20.3 @@ -8,6 +8,7 @@ 20.4 MAINTAINER="al.bobylev@gmail.com" 20.5 LICENSE="GPL" 20.6 WEB_SITE="https://limitland.de/comixcursors" 20.7 +HOST_ARCH="any" 20.8 20.9 TARBALL="ComixCursors-$VERSION.tar.bz2" 20.10 WGET_URL="https://gitlab.com/limitland/comixcursors/repository/${COMMIT:-$VERSION}/archive.tar.bz2"
21.1 --- a/xcursor-human/receipt Mon Dec 24 11:36:03 2018 +0200 21.2 +++ b/xcursor-human/receipt Tue Dec 25 02:00:49 2018 +0200 21.3 @@ -7,6 +7,7 @@ 21.4 MAINTAINER="al.bobylev@gmail.com" 21.5 LICENSE="CC-ASA" 21.6 WEB_SITE="https://launchpad.net/human-cursors-theme/" 21.7 +HOST_ARCH="any" 21.8 21.9 TARBALL="human-cursors-theme_$VERSION.tar.gz" 21.10 WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL"
22.1 --- a/xcursor-obsidian/receipt Mon Dec 24 11:36:03 2018 +0200 22.2 +++ b/xcursor-obsidian/receipt Tue Dec 25 02:00:49 2018 +0200 22.3 @@ -7,6 +7,7 @@ 22.4 MAINTAINER="al.bobylev@gmail.com" 22.5 LICENSE="GPL" 22.6 WEB_SITE="https://www.gnome-look.org/content/show.php/Obsidian+Cursors?content=73135" 22.7 +HOST_ARCH="any" 22.8 22.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 22.10 #WGET_URL="https://dl.opendesktop.org/api/files/download/id/1460735403/73135-Obsidian.tar.bz2"
23.1 --- a/xfce4-battery-plugin/receipt Mon Dec 24 11:36:03 2018 +0200 23.2 +++ b/xfce4-battery-plugin/receipt Tue Dec 25 02:00:49 2018 +0200 23.3 @@ -20,7 +20,9 @@ 23.4 $CONFIGURE_ARGS && 23.5 fix libtool && 23.6 make && 23.7 - make install 23.8 + make install || return 1 23.9 + 23.10 + find $install -name '*.so' -exec -chmod +x '{}' \; # 644 23.11 } 23.12 23.13 genpkg_rules() {