wok rev 8598

Remove: dillo-hg (older than 2.2)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 05:27:38 2011 +0100 (2011-02-14)
parents 974788d401b6
children b3a4d3cb8228
files dillo-hg/receipt dillo-hg/stuff/dillo.desktop dillo-hg/stuff/dillo.png dillo-hg/stuff/dillorc dillo-hg/stuff/webhome/dillo.css dillo-hg/stuff/webhome/dillo.html enna/receipt fltk-2.0.x/receipt
line diff
     1.1 --- a/dillo-hg/receipt	Mon Feb 14 05:13:18 2011 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,56 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="dillo-hg"
     1.7 -VERSION="1326"
     1.8 -CATEGORY="network"
     1.9 -SHORT_DESC="Light and fast web browse using FLTK (Hg version)."
    1.10 -MAINTAINER="pankso@slitaz.org"
    1.11 -WEB_SITE="http://www.dillo.org/"
    1.12 -DEPENDS="fltk-2.0.x libpng jpeg zlib xorg-libXi xorg-libXinerama gcc-lib-base"
    1.13 -BUILD_DEPENDS="$DEPENDS fltk-2.0.x-dev libpng-dev jpeg-dev zlib-dev \
    1.14 -python mercurial"
    1.15 -SUGGESTED="openssl"
    1.16 -CONFLICTS="dillo"
    1.17 -WGET_URL="mercurial|http://hg.dillo.org/dillo"
    1.18 -BRANCH="$VERSION"
    1.19 -
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -	cd $src
    1.24 -	./autogen.sh &&
    1.25 -	./configure \
    1.26 -		--sysconfdir=/etc \
    1.27 -		--prefix=/usr \
    1.28 -		--enable-ssl \
    1.29 -		$CONFIGURE_ARGS &&
    1.30 -	make &&
    1.31 -	make DESTDIR=$PWD/_pkg install
    1.32 -}
    1.33 -
    1.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 -genpkg_rules()
    1.36 -{
    1.37 -	mkdir -p $fs/usr/lib \
    1.38 -		$fs/usr/share/applications \
    1.39 -		$fs/usr/share/pixmaps
    1.40 -	cp -a $_pkg/usr/bin $fs/usr
    1.41 -	cp -a $_pkg/usr/lib/dillo $fs/usr/lib
    1.42 -	strip -s $fs/usr/lib/dillo/dpi/*/*
    1.43 -	chmod +x $fs/usr/bin/*
    1.44 -	# Config files with custom dillorc and desktop file.
    1.45 -	cp -a $_pkg/etc $fs
    1.46 -	cp stuff/dillorc $fs/etc/dillo
    1.47 -	cp -a stuff/dillo.desktop $fs/usr/share/applications
    1.48 -	cp -a stuff/dillo.png $fs/usr/share/pixmaps
    1.49 -	# Webhome
    1.50 -	cp -a stuff/webhome $fs/usr/share
    1.51 -	chown -R root.root $fs
    1.52 -}
    1.53 -
    1.54 -pre_install()
    1.55 -{
    1.56 -	if [ -d $1/var/lib/tazpkg/installed/$CONFLICTS ]; then
    1.57 -		echo "y" | tazpkg remove $CONFLICTS
    1.58 -	fi
    1.59 -}
     2.1 --- a/dillo-hg/stuff/dillo.desktop	Mon Feb 14 05:13:18 2011 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,11 +0,0 @@
     2.4 -[Desktop Entry]
     2.5 -Name=Dillo Web Browser
     2.6 -Name[de]=Netznavigator Dillo
     2.7 -Name[fr]=Navigateur Web Dillo
     2.8 -Name[pt_PT]=Navegador Web Dillo
     2.9 -Name[zh_CN]=Dillo网页浏览器
    2.10 -Type=Application
    2.11 -Categories=Network;
    2.12 -MimeType=text/html;application/xhtml+xml;
    2.13 -Exec=dillo %u
    2.14 -Icon=dillo.png
     3.1 Binary file dillo-hg/stuff/dillo.png has changed
     4.1 --- a/dillo-hg/stuff/dillorc	Mon Feb 14 05:13:18 2011 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,228 +0,0 @@
     4.4 -# dillorc
     4.5 -# Sample dillo initialization file.
     4.6 -#
     4.7 -# Lines that start with a '#' are comments.
     4.8 -# "#option=..." shows the built-in default.
     4.9 -# "# option=..." is an additional example.
    4.10 -# "option=..." overrides the built-in value.
    4.11 -
    4.12 -#-------------------------------------------------------------------------
    4.13 -#                             FIRST SECTION                             :)
    4.14 -#-------------------------------------------------------------------------
    4.15 -
    4.16 -# Set the desired initial browser size
    4.17 -# geometry=650x545+0+20
    4.18 -#geometry=780x580
    4.19 -
    4.20 -# Change this if you want to have text-only browsing from the start.
    4.21 -# (there's a toggle button near the bug meter to change this on-the-fly)
    4.22 -#load_images=YES
    4.23 -
    4.24 -# Change this if you want to disable loading of CSS stylesheets.
    4.25 -#load_stylesheets=YES
    4.26 -
    4.27 -# Change this if you want to disable parsing of embedded CSS.
    4.28 -#parse_embedded_css=YES
    4.29 -
    4.30 -# Change the buffering scheme for drawing
    4.31 -# 0 no double buffering - useful for debugging
    4.32 -# 1 light buffering using a single back buffer for all windows
    4.33 -# 2 full fltk-based double buffering for all windows
    4.34 -#buffered_drawing=1
    4.35 -
    4.36 -# Set your default directory for download/save operations
    4.37 -#save_dir=/tmp
    4.38 -
    4.39 -#-------------------------------------------------------------------------
    4.40 -#                           RENDERING SECTION
    4.41 -#-------------------------------------------------------------------------
    4.42 -
    4.43 -# Fontnames:
    4.44 -#   - some fonts may slow down rendering.
    4.45 -#   - try to tune a fontname/font_factor combination.
    4.46 -# Ex. {helvetica, lucida, times, "new century schoolbook", utopia, ...}
    4.47 -# The values below represent the defaults.
    4.48 -#
    4.49 -#font_serif="DejaVu Serif"
    4.50 -#font_sans_serif="DejaVu Sans"
    4.51 -#font_cursive="DejaVu Sans"
    4.52 -#font_fantasy="DejaVu Sans"
    4.53 -#font_monospace="DejaVu Sans Mono"
    4.54 -
    4.55 -# All font sizes are scaled by this value
    4.56 -# font_factor=1.5
    4.57 -#font_factor=1.0
    4.58 -
    4.59 -# Maximum font size in pixels
    4.60 -#font_max_size=100
    4.61 -
    4.62 -# Minimum font size in pixels
    4.63 -#font_min_size=6
    4.64 -
    4.65 -# Show tooltip popup for images?
    4.66 -# Note: We use the "title" attribute and not "alt".
    4.67 -#       More info at: http://bugzilla.mozilla.org/show_bug.cgi?id=25537
    4.68 -# *** NOT HOOKED UP YET ***
    4.69 -#
    4.70 -#show_tooltip=YES
    4.71 -
    4.72 -# Set this to YES if you want to limit the word wrap width to the viewport
    4.73 -# width (may be useful for iPAQ)
    4.74 -# *** NOT HOOKED UP YET ***
    4.75 -#
    4.76 -#limit_text_width=NO
    4.77 -
    4.78 -
    4.79 -#-------------------------------------------------------------------------
    4.80 -#                            PARSING SECTION
    4.81 -#-------------------------------------------------------------------------
    4.82 -
    4.83 -# If you prefer more accurate HTML bug diagnosis over better rendering
    4.84 -# (page authors and webmasters) set the following to "NO".
    4.85 -#
    4.86 -#w3c_plus_heuristics=YES
    4.87 -
    4.88 -
    4.89 -#-------------------------------------------------------------------------
    4.90 -#                            NETWORK SECTION
    4.91 -#-------------------------------------------------------------------------
    4.92 -
    4.93 -# Set the start page.
    4.94 -# start_page="about:blank"
    4.95 -# start_page="http://www.dillo.org"
    4.96 -# start_page="file:/home/jcid/custom_page.html"
    4.97 -start_page="file:/usr/share/webhome/dillo.html"
    4.98 -
    4.99 -# Set the home location
   4.100 -# home="file:/home/jcid/HomePage/Home.html"
   4.101 -home="file:/usr/share/webhome/dillo.html"
   4.102 -
   4.103 -# Set the URL used by the web search dialog.
   4.104 -# "%s" is replaced with the search keywords separated by '+'.
   4.105 -# search_url="http://search.lycos.com/?query=%s"
   4.106 -# search_url="http://www.alltheweb.com/search?cat=web&query=%s"
   4.107 -#search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"
   4.108 -
   4.109 -# If set, dillo will ask web servers to send pages in this language.
   4.110 -# This setting does NOT change dillo's user interface.
   4.111 -# Format explained: www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4
   4.112 -# Language-REGION values: www.iana.org/assignments/language-subtag-registry
   4.113 -# (by default, no Accept-Language header is sent)
   4.114 -# http_language="de"
   4.115 -# http_language="pt-BR"
   4.116 -# http_language="vi,de-CH,de;q=0.5,th;q=0.3"
   4.117 -http_language="en"
   4.118 -
   4.119 -# Set the proxy information for http.
   4.120 -# WARNING: - HTTPS does not currently use the proxy settings.
   4.121 -#          - FTP and downloads plugins use wget. To use a proxy with them,
   4.122 -#            you will need to configure wget accordingly.
   4.123 -# http_proxy="http://localhost:8080/"
   4.124 -#(by default, no proxy is used)
   4.125 -
   4.126 -# If you need to provide a  user/password pair for the proxy,
   4.127 -# set the proxy user name here and Dillo will ask for the password later.
   4.128 -# http_proxyuser="joe"
   4.129 -#(by default, no proxy is used)
   4.130 -
   4.131 -# Set the domains to access without proxy
   4.132 -# no_proxy = ".hola.com .mynet.cl .hi.de"
   4.133 -#(by default, no proxy is used)
   4.134 -
   4.135 -# Set the HTTP Referer (sic) header.
   4.136 -# Note that there is no option to reveal the page that you came from because it
   4.137 -# would endanger your privacy. 'host' and 'path' allow you to pretend that the
   4.138 -# link you followed was on the same site that you're going to.
   4.139 -# none  : Don't send any Referer header at all.
   4.140 -# host  : Send the requested URI's hostname.
   4.141 -# path  : Send the requested URI's host and path.
   4.142 -#http_referer=host
   4.143 -
   4.144 -
   4.145 -#-------------------------------------------------------------------------
   4.146 -#                            COLORS SECTION
   4.147 -#-------------------------------------------------------------------------
   4.148 -
   4.149 -# If your eyes suffer with white backgrounds, change this.
   4.150 -#allow_white_bg=YES
   4.151 -
   4.152 -# When set to YES, the page author's visited link color may be overridden
   4.153 -# to allow better contrast with text/links/background
   4.154 -#contrast_visited_color=YES
   4.155 -
   4.156 -#-------------------------------------------------------------------------
   4.157 -#                        USER INTERFACE SECTION
   4.158 -#-------------------------------------------------------------------------
   4.159 -
   4.160 -# Size of dillo panel (used to enlarge the browsing area)
   4.161 -# tiny   :  recommended for iPAQ (with small_icons)
   4.162 -# small  :  very nice! (it's "medium" without icon titles)
   4.163 -# medium :  nice!
   4.164 -# large  :  Traditional
   4.165 -# panel_size=tiny
   4.166 -panel_size=small
   4.167 -# panel_size=medium
   4.168 -# panel_size=large
   4.169 -
   4.170 -#small_icons=NO
   4.171 -
   4.172 -# Here you can choose to hide some widgets of the dillo panel...
   4.173 -#show_back=YES
   4.174 -#show_forw=YES
   4.175 -#show_home=YES
   4.176 -#show_reload=YES
   4.177 -#show_save=YES
   4.178 -#show_stop=YES
   4.179 -#show_bookmarks=YES
   4.180 -#show_tools=YES
   4.181 -#show_filemenu=YES
   4.182 -#show_clear_url=YES
   4.183 -#show_url=YES
   4.184 -#show_search=YES
   4.185 -#show_progress_box=YES
   4.186 -
   4.187 -# Start dillo with the panels hidden?
   4.188 -#fullwindow_start=NO
   4.189 -
   4.190 -# When filling out forms, our default behaviour is to submit on enterpress,
   4.191 -# but only when there's a single text entry (to avoid incomplete submits).
   4.192 -# OTOH, if you have to fill out the same form repeatedly, you may find it
   4.193 -# useful to keep away from the mouse by forcing enter to submit.
   4.194 -#enterpress_forces_submit=NO
   4.195 -
   4.196 -# A mouse's middle click over a link opens a new Tab.
   4.197 -# If you prefer to open a new Window instead, set it to NO.
   4.198 -#middle_click_opens_new_tab=YES
   4.199 -
   4.200 -# Mouse middle click by default drives drag-scrolling.
   4.201 -# To paste an URL into the window instead of scrolling, set it to NO.
   4.202 -# Note: You could always paste the URL onto the URL box clear button.
   4.203 -#middle_click_drags_page=YES
   4.204 -
   4.205 -# Focus follows new Tabs.
   4.206 -# You can hold SHIFT to temporarily revert this behaviour.
   4.207 -#focus_new_tab=YES
   4.208 -
   4.209 -
   4.210 -#-------------------------------------------------------------------------
   4.211 -#                        DEBUG MESSAGES SECTION
   4.212 -#-------------------------------------------------------------------------
   4.213 -
   4.214 -# Soon we should add the "show_debug_messages=NO" option...
   4.215 -
   4.216 -# Generic messages (mainly for debugging specific parts)
   4.217 -# Change this to disable them.
   4.218 -#show_msg=YES
   4.219 -
   4.220 -
   4.221 -#-------------------------------------------------------------------------
   4.222 -#                        HTML BUG MESSAGES SECTION
   4.223 -#-------------------------------------------------------------------------
   4.224 -
   4.225 -# Accepted by the W3C validator but "strongly discouraged" by the SPEC.
   4.226 -# (Such as "TAB character inside <PRE>").
   4.227 -#show_extra_warnings=NO
   4.228 -
   4.229 -
   4.230 -# -----------------------------------------------------------------------
   4.231 -# dillorc ends here.
     5.1 --- a/dillo-hg/stuff/webhome/dillo.css	Mon Feb 14 05:13:18 2011 +0100
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,143 +0,0 @@
     5.4 -/* 
     5.5 -	CSS style for SliTaz GNU/Linux *book.
     5.6 -	Pankso 2007 - www.slitaz.org
     5.7 -*/
     5.8 -
     5.9 -body {
    5.10 -	font: 13px sans-serif, vernada, arial;
    5.11 -	background: #222222;
    5.12 -	margin: 0;
    5.13 -	padding-bottom: 100%;
    5.14 -}
    5.15 -
    5.16 -#header {
    5.17 -	background: #f0ba08;
    5.18 -	color: black;
    5.19 -	height: 50px;
    5.20 -	border-top: 1px solid black;
    5.21 -	border-bottom: 1px solid black;
    5.22 -}
    5.23 -#quicknav {
    5.24 -	margin-right: 6px;
    5.25 -	text-align: right;
    5.26 -	font-size: 12px;
    5.27 -	font-weight: bold;
    5.28 -	margin-right: 6px;
    5.29 -	}
    5.30 -
    5.31 -#quicknav a {
    5.32 -	background: inherit;
    5.33 -	color: white;
    5.34 -	text-decoration: none;
    5.35 -}
    5.36 -
    5.37 -#quicknav a:hover {
    5.38 -	background: inherit;
    5.39 -	color: #222222;
    5.40 -}
    5.41 -
    5.42 -/*  content. */
    5.43 -
    5.44 -#content {
    5.45 -	background: #ffffff;
    5.46 -	color: black;
    5.47 -	padding: 20px;
    5.48 -	margin: 20px 50px 0px 50px;
    5.49 -	width: auto;
    5.50 -	text-align: justify;
    5.51 -}
    5.52 -
    5.53 -#content li {
    5.54 -	line-height: 1.5em;
    5.55 -	text-align: left;
    5.56 -}
    5.57 -
    5.58 -/* Legal informations */
    5.59 -
    5.60 -#copy {
    5.61 -	font-size: 11px ;
    5.62 -	text-align: center ;
    5.63 -	background: transparent;
    5.64 -	color: #ffffff;
    5.65 -	padding-top: 20px;
    5.66 -}
    5.67 -
    5.68 -#copy a {
    5.69 -	background: inherit;
    5.70 -	color: #a8a8a8;
    5.71 -}
    5.72 -
    5.73 -#copy a:hover {
    5.74 -	background: inherit;
    5.75 -	color: #EDEDED;
    5.76 -}
    5.77 -
    5.78 -/* Clouds */
    5.79 -
    5.80 -#cloud {
    5.81 -	padding: 10px 80px 40px 80px;
    5.82 -	line-height: 3em;
    5.83 -	text-align: center;
    5.84 -}
    5.85 -#cloud a { padding: 4px; color: #956411; }
    5.86 -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
    5.87 -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
    5.88 -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
    5.89 -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
    5.90 -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
    5.91 -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
    5.92 -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
    5.93 -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
    5.94 -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
    5.95 -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
    5.96 -
    5.97 -/* General HTML entities for  content. */
    5.98 -
    5.99 -h1 {
   5.100 -	margin: 0px 0px 0px 16px;
   5.101 -}
   5.102 -
   5.103 -h2 {
   5.104 -	margin: 12px 0;
   5.105 -	color: #484B7C;
   5.106 -	background: white;
   5.107 -}
   5.108 -
   5.109 -h3 {
   5.110 -	font-weight: bold;
   5.111 -	color: #6c0023;
   5.112 -	background: white;
   5.113 -}
   5.114 -
   5.115 -a {
   5.116 -	text-decoration: underline;
   5.117 -}
   5.118 -a:hover {
   5.119 -	text-decoration: none;
   5.120 -}
   5.121 -
   5.122 -pre {
   5.123 -	padding: 5px;
   5.124 -	color: black;
   5.125 -	background: #e1e0b0;
   5.126 -}
   5.127 -pre.script {
   5.128 -	padding: 10px;
   5.129 -	color: black;
   5.130 -	background: #e8e8e8;
   5.131 -	border: 1px inset #333333;
   5.132 -}
   5.133 -
   5.134 -code {
   5.135 -	font-size: 12px;
   5.136 -	color: #669900;
   5.137 -	background: transparent;
   5.138 -}
   5.139 -
   5.140 -li {
   5.141 -	line-height: 1.4em;
   5.142 -}
   5.143 -
   5.144 -hr {
   5.145 -	border: 0pt none;
   5.146 -}
     6.1 --- a/dillo-hg/stuff/webhome/dillo.html	Mon Feb 14 05:13:18 2011 +0100
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,71 +0,0 @@
     6.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     6.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     6.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     6.7 -<head>
     6.8 -	<title>SliTaz Dillo - Web Homepage</title>
     6.9 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    6.10 -	<meta name="author" content="Christophe Lincoln"/>
    6.11 -	<link rel="shortcut icon" href="favicon.ico" />
    6.12 -	<link rel="stylesheet" type="text/css" href="dillo.css" />
    6.13 -</head>
    6.14 -<body bgcolor="#ffffff">
    6.15 -
    6.16 -<!-- Header and quick navigation -->
    6.17 -<div id="header">
    6.18 -<div id="quicknav">
    6.19 -	<a name="top"></a>
    6.20 -</div>
    6.21 -<h1 align="center"><font color="#3E1220">Browse the Web</font></h1>
    6.22 -</div>
    6.23 -
    6.24 -<!-- Content. -->
    6.25 -<div id="content">
    6.26 -<div class="content-right"></div>
    6.27 -
    6.28 -<div style="text-align: center; padding: 20px;">
    6.29 -<table>
    6.30 -	<!-- Search Wikipedia -->
    6.31 -	<tr>
    6.32 -		<th><strong>[ Wikipedia ]</strong></th>
    6.33 -		<td>
    6.34 -			<form action="http://www.wikipedia.org/search-redirect.php" method="get">
    6.35 -				<input type="hidden" name="language" value="en" />
    6.36 -				<input type="text" name="search" size="30" />
    6.37 -				<input type="submit" name="go" value="Search" />
    6.38 -			</form>
    6.39 -		</td>
    6.40 -	</tr>
    6.41 -	<!-- Search Google -->
    6.42 -	<tr>
    6.43 -		<th><strong>[ Google ]</strong></th>
    6.44 -		<td>
    6.45 -			<form method="get" action="http://www.google.com/search">
    6.46 -				<input type="text" name="q" size="30" maxlength="255" value="" />
    6.47 -				<input type="submit" value="Search" />
    6.48 -			</form>
    6.49 -		</td>
    6.50 -	</tr>
    6.51 -</table>
    6.52 -</div>
    6.53 -
    6.54 -<!-- 10 Cloud tag are available. -->
    6.55 -<div id="cloud">
    6.56 -<p>
    6.57 -	<a href="http://forum.slitaz.org/" class="tag5">SliTaz Forum</a> -
    6.58 -	<a href="http://www.dillo.org/" class="tag8">Dillo Website</a> -
    6.59 -	<a href="http://www.dillo.org/FAQ.html" class="tag6">Dillo FAQ</a> -
    6.60 -	<a href="http://pkgs.slitaz.org/" class="tag4">Packages</a> -
    6.61 -	<a href="http://www.slitaz.org/" class="tag7">SliTaz GNU/Linux</a> - 
    6.62 -	<a href="http://www.dillo.org/dillo2-help.html" class="tag6">Dillo Manual</a> -
    6.63 -	<a href="http://www.slitaz.org/en/doc/handbook/liveusb.html" class="tag5">LiveUSB</a> -
    6.64 -	<a href="http://labs.slitaz.org/news" class="tag3">Labs News</a> -
    6.65 -	<a href="http://www.slitaz.org/en/get/flavors.html" class="tag6">LiveCD flavor</a> -
    6.66 -	<a href="http://boot.slitaz.org/" class="tag8">Web Boot</a>
    6.67 -</p>
    6.68 -</div>
    6.69 -
    6.70 -<!-- End of content -->
    6.71 -</div>
    6.72 -
    6.73 -</body>
    6.74 -</html>
     7.1 --- a/enna/receipt	Mon Feb 14 05:13:18 2011 +0100
     7.2 +++ b/enna/receipt	Mon Feb 14 05:27:38 2011 +0100
     7.3 @@ -1,16 +1,16 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="enna"
     7.7 -VERSION="0.4.0"
     7.8 +VERSION="0.4.1-20110214"
     7.9  CATEGORY="multimedia"
    7.10  SHORT_DESC="Enna media center."
    7.11  MAINTAINER="pankso@slitaz.org"
    7.12  DEPENDS="eet evas ecore edje emotion eina libplayer libvalhalla libelementary libcurl elementary efreet lirc libcddb edbus sqlite libtasn1"
    7.13  BUILD_DEPENDS="$DEPENDS eet-dev evas-dev ecore-dev edje-dev emotion-dev eina-dev \
    7.14 -libplayer-dev libvalhalla-dev libelementary elementary-dev curl-dev"
    7.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    7.16 +libplayer-dev libvalhalla-dev libelementary elementary-dev curl-dev mercurial"
    7.17  WEB_SITE="http://enna.geexbox.org/"
    7.18 -WGET_URL="http://enna.geexbox.org/releases/$TARBALL"
    7.19 +WGET_URL="mercurial|http://hg.geexbox.org/enna"
    7.20 +BRANCH="v${VERSION%%*-}"
    7.21  TAGS="images music video e17"
    7.22  
    7.23  # Rules to configure and make the package.
    7.24 @@ -31,10 +31,3 @@
    7.25  	cp -a $_pkg/usr/bin $fs/usr
    7.26  	cp -a $_pkg/usr/share/enna $fs/usr/share
    7.27  }
    7.28 -
    7.29 -post_install()
    7.30 -{
    7.31 -	for f in $(find /usr/lib/ -name "*ver-svn-05*" ! -path */enlightenment/*); do 
    7.32 -		ln -s $f $(echo $f|sed s/-05/-03/); 
    7.33 -	done	
    7.34 -}
     8.1 --- a/fltk-2.0.x/receipt	Mon Feb 14 05:13:18 2011 +0100
     8.2 +++ b/fltk-2.0.x/receipt	Mon Feb 14 05:27:38 2011 +0100
     8.3 @@ -1,7 +1,7 @@
     8.4  # SliTaz package receipt.
     8.5  
     8.6  PACKAGE="fltk-2.0.x"
     8.7 -VERSION="r6671"
     8.8 +VERSION="r7725"
     8.9  CATEGORY="system-tools"
    8.10  SHORT_DESC="Fast Light Tool Kit (provide fluid)."
    8.11  MAINTAINER="pankso@slitaz.org"
    8.12 @@ -17,7 +17,8 @@
    8.13  compile_rules()
    8.14  {
    8.15  	cd $src
    8.16 -	patch -p 0 < ../stuff/filename_list-dirent.patch || exit 1
    8.17 +	patch -p 0 < ../stuff/filename_list-dirent.patch || return 1
    8.18 +	patch -Np1 < ../libpng14.patch || return 1
    8.19  	./configure \
    8.20  		--prefix=/usr \
    8.21  		--mandir=/usr/share/man \