# HG changeset patch # User Pascal Bellard # Date 1573838922 -3600 # Node ID ba1e68274f761b7bb0ba593530569c4072c838d1 # Parent 6a937d641b10d613e05c02aa40489ffe190a7af4 remove x11vnc-extra diff -r 6a937d641b10 -r ba1e68274f76 iptables-template/receipt --- a/iptables-template/receipt Fri Nov 15 17:18:01 2019 +0100 +++ b/iptables-template/receipt Fri Nov 15 18:28:42 2019 +0100 @@ -7,7 +7,9 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" WEB_SITE="https://gist.github.com/jirutka/3742890" -EXTRA_SOURCE_FILES="rules-both.iptables rules-ipv4.iptables rules-ipv6.ip6tables" +TARBALL="rules-both.iptables" +WGET_URL="$WEB_SITE/raw/c025b0b8c58af49aa9644982c459314c9adba157/$TARBALL" +EXTRA_SOURCE_FILES="rules-ipv4.iptables rules-ipv6.ip6tables" BUILD_DEPENDS="wget" @@ -15,13 +17,13 @@ compile_rules() { mkdir -p $install/usr/share/iptables + cp rules-both.iptables $install/usr/share/iptables while read dir file ; do [ -s "$SOURCES_REPOSITORY/$file" ] || wget --no-check-certificate -P $SOURCES_REPOSITORY \ $WEB_SITE/raw/$dir/$file cp $SOURCES_REPOSITORY/$file $install/usr/share/iptables/ done <>$install/usr/share/applications/$ii.desktop \; \ + find $DESTDIR -name $ii.desktop \ + -exec echo 'Categories=Utility;'>>$DESTDIR/usr/share/applications/$ii.desktop \; \ -exec sed 's|/opt/|/|g' -i {} \; done } diff -r 6a937d641b10 -r ba1e68274f76 vmware-view-open-client/receipt --- a/vmware-view-open-client/receipt Fri Nov 15 17:18:01 2019 +0100 +++ b/vmware-view-open-client/receipt Fri Nov 15 18:28:42 2019 +0100 @@ -9,6 +9,7 @@ LICENSE="LGPL2.1" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://github.com/dontsueme/vmware-view-open-client" +WGET_URL="http://mirror.slitaz.org/sources/packages/${TARBALL:0:1}/$TARBALL" DEPENDS="gtk+ libssl libxml2 curl libboost-signals icu bzlib" BUILD_DEPENDS="gtk+-dev openssl-dev libxml2-dev curl-dev libboost-dev \ diff -r 6a937d641b10 -r ba1e68274f76 x11vnc-extra/receipt --- a/x11vnc-extra/receipt Fri Nov 15 17:18:01 2019 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="x11vnc-extra" -VERSION="0.9.16" -CATEGORY="network" -SHORT_DESC="java VNC viewer" -MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL2" -WEB_SITE="http://www.karlrunge.com/x11vnc/" -WANTED="x11vnc" -TAGS="vnc" -HOST_ARCH="i486 arm" - -DEPENDS="x11vnc" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share - cp -a $install/usr/share/x11vnc $fs/usr/share -} - -# Post install/remove commands for Tazpkg. -post_install() -{ - sed -i 's/X11VNC_OPTIONS="/X11VNC_OPTIONS="-ssl -http /' "$1/etc/daemons.conf" -}