# HG changeset patch # User Pascal Bellard # Date 1339524291 -7200 # Node ID e53e5e4b0f9e22a9540ed8ec0a4286c8db936205 # Parent 4c16797dce28651178b9356efe2c8105ce6d4c81 Add compiler & vnc tags diff -r 4c16797dce28 -r e53e5e4b0f9e fbvnc/receipt --- a/fbvnc/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/fbvnc/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -7,6 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://repo.or.cz/w/fbvnc.git" _TARBALL="$PACKAGE-$VERSION.tar.gz" +TAGS="vnc remote-desktop" # Rules to configure and make the package. compile_rules() diff -r 4c16797dce28 -r e53e5e4b0f9e fpc/receipt --- a/fpc/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/fpc/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -12,6 +12,7 @@ WEB_SITE="http://www.freepascal.org/" WGET_URL="ftp://ftp.freepascal.org/pub/fpc/dist/$VERSION/source/$TARBALL" CONFIG_FILE="/etc/fpc.cfg" +TAGS="compiler pascal" # Rules to configure and make the package. compile_rules() diff -r 4c16797dce28 -r e53e5e4b0f9e gambas2/receipt --- a/gambas2/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/gambas2/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gambas.sourceforge.net/" WGET_URL="$SF_MIRROR/gambas/$TARBALL" +TAGS="interpreter basic" # Rules to configure and make the package. compile_rules() diff -r 4c16797dce28 -r e53e5e4b0f9e gfortran/receipt --- a/gfortran/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/gfortran/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -8,6 +8,7 @@ MAINTAINER="pascal.bellard@slitaz.org" DEPENDS="gcc libgfortran" WANTED="gcc" +TAGS="compiler fortran" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 4c16797dce28 -r e53e5e4b0f9e gtk-vnc/receipt --- a/gtk-vnc/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/gtk-vnc/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -13,6 +13,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://live.gnome.org/gtk-vnc/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" +TAGS="vnc remote-desktop" # Rules to configure and make the package. compile_rules() diff -r 4c16797dce28 -r e53e5e4b0f9e novnc/receipt --- a/novnc/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/novnc/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -8,6 +8,7 @@ WEB_SITE="http://github.com/kanaka/noVNC" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="git|git://github.com/kanaka/noVNC.git" +TAGS="vnc remote-desktop" DEPENDS="python python-numpy" BUILD_DEPENDS="python python-pil openssl git" diff -r 4c16797dce28 -r e53e5e4b0f9e p2c/receipt --- a/p2c/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/p2c/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -9,6 +9,7 @@ WEB_SITE="http://www.ccrnp.ncifcrf.gov/~toms/p2c/daves.index.html" WGET_URL="http://ftp.de.debian.org/debian/pool/main/p/p2c/$TARBALL" DEPENDS="perl" +TAGS="pascal" # Rules to configure and make the package. compile_rules() diff -r 4c16797dce28 -r e53e5e4b0f9e realvnc-viewer/receipt --- a/realvnc-viewer/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/realvnc-viewer/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -13,7 +13,7 @@ BUILD_DEPENDS="xorg-libXaw-dev xorg-libXt-dev xorg-xproto xorg-libXau-dev \ xorg-libXdmcp-dev xorg-libXmu-dev xorg-xextproto xorg-libXtst-dev" PROVIDE="vncviewer" -TAGS="remote-desktop" +TAGS="remote-desktop vnc" # Rules to configure and make the package. compile_rules() diff -r 4c16797dce28 -r e53e5e4b0f9e tightvnc-extra/receipt --- a/tightvnc-extra/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/tightvnc-extra/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -8,6 +8,7 @@ WEB_SITE="http://www.tightvnc.com/" DEPENDS="perl jpeg zlib xorg-libXdmcp xorg-libXau xorg-libX11 xorg-libXext" WANTED="tightvnc" +TAGS="vnc" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 4c16797dce28 -r e53e5e4b0f9e tightvnc-viewer/receipt --- a/tightvnc-viewer/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/tightvnc-viewer/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -10,6 +10,7 @@ xorg-libXp xorg-libXpm xorg-libICE xorg-libSM xorg-libXt xorg-libXmu \ xorg-libXaw" WANTED="tightvnc" +TAGS="vnc remote-desktop" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 4c16797dce28 -r e53e5e4b0f9e tightvnc/receipt --- a/tightvnc/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/tightvnc/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -13,7 +13,7 @@ xorg-libXaw-dev xorg-libXt-dev xorg-xproto xorg-libXau-dev xorg-libXdmcp-dev \ xorg-libXmu-dev xorg-xextproto xorg-printproto xorg-kbproto xorg-inputproto \ xorg-scrnsaverproto xorg-xauth jpeg-dev zlib-dev xorg-libXrandr-dev" -TAGS="remote-desktop" +TAGS="remote-desktop vnc" # Rules to configure and make the package. compile_rules() diff -r 4c16797dce28 -r e53e5e4b0f9e vnc2flv/receipt --- a/vnc2flv/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/vnc2flv/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -10,6 +10,7 @@ WGET_URL="http://pypi.python.org/packages/source/v/vnc2flv/$TARBALL" DEPENDS="python" SUGGESTED="x11vnc" +TAGS="vnc" # Rules to configure and make the package. compile_rules() diff -r 4c16797dce28 -r e53e5e4b0f9e vnc2swf/receipt --- a/vnc2swf/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/vnc2swf/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -15,6 +15,7 @@ xorg-libXau-dev xorg-libXaw-dev xorg-libXdmcp-dev xorg-libXext-dev \ xorg-libXmu-dev xorg-libXpm-dev xorg-libXt-dev zlib-dev" SUGGESTED="x11vnc" +TAGS="vnc" # Rules to configure and make the package. compile_rules() diff -r 4c16797dce28 -r e53e5e4b0f9e x11vnc-extra/receipt --- a/x11vnc-extra/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/x11vnc-extra/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -8,6 +8,7 @@ WEB_SITE="http://www.karlrunge.com/x11vnc/" DEPENDS="x11vnc" WANTED="x11vnc" +TAGS="vnc" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 4c16797dce28 -r e53e5e4b0f9e x11vnc/receipt --- a/x11vnc/receipt Tue Jun 12 18:52:42 2012 +0200 +++ b/x11vnc/receipt Tue Jun 12 20:04:51 2012 +0200 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.karlrunge.com/x11vnc/" WGET_URL="$SF_MIRROR/libvncserver/$TARBALL" +TAGS="vnc" DEPENDS="xorg-libXtst openssl slitaz-base-files jpeg xorg-libXdamage zlib" BUILD_DEPENDS="openssl-dev"