wok-undigest rev 1084

Moved to wok: bullet bullet-dev connman-ui cplay dconf dconf-dev dfc dnstop efl efl-dev evolution-data-server evolution-data-server-dev goaccess granite granite-dev granite-demo l3afpad ldm marlin marlin-dev miniupnpd poppler-qt4-apps varka varka-dev vifm tmux-mem-cpu-load
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 26 14:00:30 2013 +0000 (2013-12-26)
parents 932e1f15ea41
children d9b66f23c9ef
files bullet-dev/receipt bullet/receipt connman-ui/receipt connman-ui/stuff/icons/cellular.png connman-ui/stuff/icons/ethernet.png connman-ui/stuff/icons/network_disconnected.png connman-ui/stuff/icons/network_online.png connman-ui/stuff/icons/network_ready.png connman-ui/stuff/icons/tethering.png connman-ui/stuff/right_menu.ui cplay/receipt dconf-dev/receipt dconf/receipt dfc/receipt dnstop/receipt efl-dev/receipt efl/receipt evolution-data-server-dev/receipt evolution-data-server/receipt goaccess/receipt granite-demo/receipt granite-demo/stuff/granite-demo.desktop granite-dev/receipt granite/description.txt granite/receipt granite/stuff/16.png granite/stuff/22.png granite/stuff/24.png granite/stuff/32.png granite/stuff/48.png l3afpad/receipt l3afpad/stuff/l3afpad.desktop ldm/receipt marlin-dev/receipt marlin/receipt marlin/stuff/apps/view-list-column.png marlin/stuff/apps/view-list-compact.png marlin/stuff/apps/view-list-details.png marlin/stuff/apps/view-list-icons.png marlin/stuff/marlin-0.5.patch marlin/stuff/marlin-icons.patch marlin/stuff/marlin.png miniupnpd/receipt poppler-qt4-apps/receipt tmux-mem-cpu-load/receipt varka-dev/receipt varka/receipt vifm/receipt
line diff
     1.1 --- a/bullet-dev/receipt	Mon Dec 23 18:57:54 2013 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,20 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="bullet-dev"
     1.7 -VERSION="2.82-r2704"
     1.8 -CATEGORY="development"
     1.9 -SHORT_DESC="3D Real-Time Multiphysics Library - devel"
    1.10 -MAINTAINER="domcox@slitaz.org"
    1.11 -LICENSE="zlib/libpng"
    1.12 -WEB_SITE="http://bulletphysics.org"
    1.13 -WANTED="bullet"
    1.14 -
    1.15 -DEPENDS="bullet"
    1.16 -
    1.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 -genpkg_rules()
    1.19 -{
    1.20 -	mkdir -p $fs/usr/lib
    1.21 -	cp -a $install/usr/include $fs/usr
    1.22 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.23 -}
     2.1 --- a/bullet/receipt	Mon Dec 23 18:57:54 2013 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,34 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="bullet"
     2.7 -VERSION="2.82-r2704"
     2.8 -CATEGORY="graphics"
     2.9 -SHORT_DESC="3D Real-Time Multiphysics Library"
    2.10 -MAINTAINER="domcox@slitaz.org"
    2.11 -LICENSE="zlib/libpng"
    2.12 -WEB_SITE="http://bulletphysics.org"
    2.13 -TARBALL="$PACKAGE-$VERSION.tgz"
    2.14 -WGET_URL="http://bullet.googlecode.com/files/$TARBALL"
    2.15 -
    2.16 -DEPENDS="mesa freeglut"
    2.17 -BUILD_DEPENDS="cmake mesa-dev freeglut-dev"
    2.18 -
    2.19 -# Rules to configure and make the package.
    2.20 -compile_rules()
    2.21 -{
    2.22 -	cd build
    2.23 -	cmake .. \
    2.24 -		-DBUILD_CPU_DEMOS=OFF \
    2.25 -		-DBUILD_DEMOS=OFF \
    2.26 -		-DBUILD_SHARED_LIBS=ON \
    2.27 -		-DCMAKE_INSTALL_PREFIX=/usr &&
    2.28 -	make $MAKEFLAGS &&
    2.29 -	make install DESTDIR=$install
    2.30 -}
    2.31 -
    2.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.33 -genpkg_rules()
    2.34 -{
    2.35 -	mkdir -p $fs/usr/lib
    2.36 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.37 -}
     3.1 --- a/connman-ui/receipt	Mon Dec 23 18:57:54 2013 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,34 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="connman-ui"
     3.7 -VERSION="0.1-git"
     3.8 -CATEGORY="network"
     3.9 -SHORT_DESC="A full-featured GTK based trayicon UI for ConnMan"
    3.10 -MAINTAINER="domcox@slitaz.org"
    3.11 -LICENSE="GPL2"
    3.12 -WEB_SITE="http://github.com/tbursztyka/connman-ui"
    3.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.14 -WGET_URL="git|git://github.com/tbursztyka/$PACKAGE.git"
    3.15 -
    3.16 -DEPENDS="connman dbus gtk+3"
    3.17 -BUILD_DEPENDS="git autoconf automake libtool connman-dev gtk+3-dev dbus-dev \
    3.18 -libxml2-dev"
    3.19 -
    3.20 -# Rules to configure and make the package.
    3.21 -compile_rules()
    3.22 -{
    3.23 -	./autogen.sh &&
    3.24 -	./configure $CONFIGURE_ARGS &&
    3.25 -	# remove Exite menu
    3.26 -	cp -a $stuff/right_menu.ui $src/data/ui &&
    3.27 -	# change some icons
    3.28 -	cp -a $stuff/icons/*.png $src/data/icons &&
    3.29 -	make &&
    3.30 -	make DESTDIR=$DESTDIR install
    3.31 -}
    3.32 -
    3.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.34 -genpkg_rules()
    3.35 -{
    3.36 -	cp -a $install/* $fs
    3.37 -}
     4.1 Binary file connman-ui/stuff/icons/cellular.png has changed
     5.1 Binary file connman-ui/stuff/icons/ethernet.png has changed
     6.1 Binary file connman-ui/stuff/icons/network_disconnected.png has changed
     7.1 Binary file connman-ui/stuff/icons/network_online.png has changed
     8.1 Binary file connman-ui/stuff/icons/network_ready.png has changed
     9.1 Binary file connman-ui/stuff/icons/tethering.png has changed
    10.1 --- a/connman-ui/stuff/right_menu.ui	Mon Dec 23 18:57:54 2013 +0100
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,75 +0,0 @@
    10.4 -<?xml version="1.0" encoding="UTF-8"?>
    10.5 -<interface>
    10.6 -  <!-- interface-requires gtk+ 3.0 -->
    10.7 -  <object class="GtkImage" id="image1">
    10.8 -    <property name="visible">True</property>
    10.9 -    <property name="can_focus">False</property>
   10.10 -    <property name="stock">gtk-yes</property>
   10.11 -  </object>
   10.12 -  <object class="GtkImage" id="image2">
   10.13 -    <property name="visible">True</property>
   10.14 -    <property name="can_focus">False</property>
   10.15 -    <property name="stock">gtk-no</property>
   10.16 -  </object>
   10.17 -  <object class="GtkImage" id="image3">
   10.18 -    <property name="visible">True</property>
   10.19 -    <property name="can_focus">False</property>
   10.20 -    <property name="stock">gtk-network</property>
   10.21 -  </object>
   10.22 -  <object class="GtkMenu" id="cui_right_menu">
   10.23 -    <property name="can_focus">False</property>
   10.24 -    <child>
   10.25 -      <object class="GtkImageMenuItem" id="cui_item_offlinemode_on">
   10.26 -        <property name="label" translatable="yes">Airplane Mode</property>
   10.27 -        <property name="use_action_appearance">False</property>
   10.28 -        <property name="visible">True</property>
   10.29 -        <property name="can_focus">False</property>
   10.30 -        <property name="tooltip_text" translatable="yes">unset airplane mode</property>
   10.31 -        <property name="image">image1</property>
   10.32 -        <property name="use_stock">False</property>
   10.33 -      </object>
   10.34 -    </child>
   10.35 -    <child>
   10.36 -      <object class="GtkImageMenuItem" id="cui_item_offlinemode_off">
   10.37 -        <property name="label" translatable="yes">Airplane Mode</property>
   10.38 -        <property name="use_action_appearance">False</property>
   10.39 -        <property name="visible">True</property>
   10.40 -        <property name="can_focus">False</property>
   10.41 -        <property name="tooltip_text" translatable="yes">set airplane mode</property>
   10.42 -        <property name="image">image2</property>
   10.43 -        <property name="use_stock">False</property>
   10.44 -      </object>
   10.45 -    </child>
   10.46 -    <child>
   10.47 -      <object class="GtkSeparatorMenuItem" id="cui_sep_technology_up">
   10.48 -        <property name="use_action_appearance">False</property>
   10.49 -        <property name="visible">True</property>
   10.50 -        <property name="can_focus">False</property>
   10.51 -      </object>
   10.52 -    </child>
   10.53 -    <child>
   10.54 -      <object class="GtkSeparatorMenuItem" id="cui_sep_technology_down">
   10.55 -        <property name="use_action_appearance">False</property>
   10.56 -        <property name="visible">True</property>
   10.57 -        <property name="can_focus">False</property>
   10.58 -      </object>
   10.59 -    </child>
   10.60 -    <child>
   10.61 -      <object class="GtkImageMenuItem" id="cui_item_tethering">
   10.62 -        <property name="label" translatable="yes">Share connection</property>
   10.63 -        <property name="use_action_appearance">False</property>
   10.64 -        <property name="visible">True</property>
   10.65 -        <property name="can_focus">False</property>
   10.66 -        <property name="tooltip_text" translatable="yes">Share your connection (tethering)</property>
   10.67 -        <property name="image">image3</property>
   10.68 -        <property name="use_stock">False</property>
   10.69 -        <child type="submenu">
   10.70 -          <object class="GtkMenu" id="cui_tethering_menu">
   10.71 -            <property name="visible">True</property>
   10.72 -            <property name="can_focus">False</property>
   10.73 -          </object>
   10.74 -        </child>
   10.75 -      </object>
   10.76 -    </child>
   10.77 -  </object>
   10.78 -</interface>
    11.1 --- a/cplay/receipt	Mon Dec 23 18:57:54 2013 +0100
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,46 +0,0 @@
    11.4 -# SliTaz package receipt.
    11.5 -
    11.6 -PACKAGE="cplay"
    11.7 -VERSION="1.49"
    11.8 -CATEGORY="multimedia"
    11.9 -SHORT_DESC="Cplay is an ncurses front-end for various audio players."
   11.10 -MAINTAINER="paul@slitaz.org"
   11.11 -LICENSE="GPL2"
   11.12 -DEPENDS="python ncurses linux-sound"
   11.13 -BUILD_DEPENDS="python-dev ncurses-dev git bzip2 gettext"
   11.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   11.15 -WEB_SITE="https://github.com/res0nat0r/cplay"
   11.16 -WGET_URL="git|"git://github.com/res0nat0r/cplay
   11.17 -
   11.18 -# Rules to configure and make the package.
   11.19 -compile_rules()
   11.20 -{
   11.21 -	cd $src
   11.22 -	make
   11.23 -	make cplayrc
   11.24 -}
   11.25 -
   11.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
   11.27 -genpkg_rules()
   11.28 -{
   11.29 -	mkdir -p $fs/usr/bin $fs/etc $fs/usr/share/doc/cplay/examples
   11.30 -	cp -a $src/cplay $fs/usr/bin
   11.31 -	cp -a $src/cplayrc $fs/etc
   11.32 -	# Copy locale cplay.mo files
   11.33 -	for lang in da de hu pl; do
   11.34 -		mkdir -p $fs/usr/share/locale/$lang/LC_MESSAGES
   11.35 -		cp -a $src/po/$lang.mo \
   11.36 -			$fs/usr/share/locale/$lang/LC_MESSAGES/cplay.mo
   11.37 -	done
   11.38 -	# Copy remote control files
   11.39 -	cp -a $src/lircrc $fs/usr/share/doc/cplay/examples
   11.40 -}
   11.41 -
   11.42 -post_install()
   11.43 -{
   11.44 -	echo "Processing post-install commands..."
   11.45 -	echo -n "Modprobing snd-pcm-oss for legacy volume controls..."
   11.46 -	modprobe snd-pcm-oss
   11.47 -	status
   11.48 -}
   11.49 -
    12.1 --- a/dconf-dev/receipt	Mon Dec 23 18:57:54 2013 +0100
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,23 +0,0 @@
    12.4 -# SliTaz package receipt.
    12.5 -
    12.6 -PACKAGE="dconf-dev"
    12.7 -VERSION="0.13.0"
    12.8 -CATEGORY="development"
    12.9 -SHORT_DESC="Development files for dconf"
   12.10 -MAINTAINER="al.bobylev@gmail.com"
   12.11 -LICENSE="LGPL2.1"
   12.12 -WEB_SITE="http://live.gnome.org/dconf"
   12.13 -
   12.14 -WANTED="dconf"
   12.15 -DEPENDS="dconf"
   12.16 -
   12.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   12.18 -genpkg_rules()
   12.19 -{
   12.20 -	mkdir -p \
   12.21 -		$fs/usr/lib \
   12.22 -		$fs/usr/share
   12.23 -	cp -a $install/usr/include $fs/usr
   12.24 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   12.25 -	cp -a $install/usr/share/vala $fs/usr/share
   12.26 -}
    13.1 --- a/dconf/receipt	Mon Dec 23 18:57:54 2013 +0100
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,43 +0,0 @@
    13.4 -# SliTaz package receipt.
    13.5 -
    13.6 -PACKAGE="dconf"
    13.7 -VERSION="0.13.0"
    13.8 -CATEGORY="system-tools"
    13.9 -SHORT_DESC="A low-level configuration system"
   13.10 -MAINTAINER="al.bobylev@gmail.com"
   13.11 -LICENSE="LGPL2.1"
   13.12 -WEB_SITE="http://live.gnome.org/dconf"
   13.13 -TARBALL="$PACKAGE-$VERSION.tar.xz"
   13.14 -HI_VERSION=$(echo $VERSION | cut -d. -f1,2)
   13.15 -WGET_URL="$GNOME_MIRROR/$PACKAGE/$HI_VERSION/$TARBALL"
   13.16 -
   13.17 -DEPENDS="dbus gtk+3"
   13.18 -BUILD_DEPENDS="vala glib-dev dbus-dev gtk+3-dev libxml2-dev"
   13.19 -GENERIC_MENUS="no"
   13.20 -GENERIC_PIXMAPS="no"
   13.21 -
   13.22 -# Rules to configure and make the package.
   13.23 -compile_rules()
   13.24 -{
   13.25 -	./configure \
   13.26 -		--sysconfdir=/etc \
   13.27 -		--libexecdir=/usr/lib \
   13.28 -		$CONFIGURE_ARGS &&
   13.29 -	make &&
   13.30 -	make install
   13.31 -}
   13.32 -
   13.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
   13.34 -genpkg_rules()
   13.35 -{
   13.36 -	mkdir -p \
   13.37 -		$fs/usr/bin \
   13.38 -		$fs/usr/lib \
   13.39 -		$fs/usr/share
   13.40 -	cp -a $install/usr/bin/dconf $fs/usr/bin
   13.41 -	cp -a $install/usr/lib/gio $fs/usr/lib
   13.42 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   13.43 -	cp -a $install/usr/lib/dconf-service $fs/usr/lib
   13.44 -	cp -a $install/usr/share/dbus* $fs/usr/share
   13.45 -	cp -a $install/usr/share/glib* $fs/usr/share
   13.46 -}
    14.1 --- a/dfc/receipt	Mon Dec 23 18:57:54 2013 +0100
    14.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.3 @@ -1,33 +0,0 @@
    14.4 -# SliTaz package receipt.
    14.5 -
    14.6 -PACKAGE="dfc"
    14.7 -VERSION="3.0.4"
    14.8 -CATEGORY="utilities"
    14.9 -SHORT_DESC="Displays file system space usage using graphs and colors."
   14.10 -MAINTAINER="paul@slitaz.org"
   14.11 -LICENSE="BSD"
   14.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   14.13 -WEB_SITE="http://projects.gw-computing.net/projects/dfc"
   14.14 -WGET_URL="http://projects.gw-computing.net/attachments/download/79/$TARBALL"
   14.15 -
   14.16 -DEPENDS="ncurses"
   14.17 -BUILD_DEPENDS="ncurses-dev cmake gettext"
   14.18 -
   14.19 -# Rules to configure and make the package.
   14.20 -compile_rules()
   14.21 -{
   14.22 -	cd $src
   14.23 -	cmake . -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc
   14.24 -	make && make install
   14.25 -}
   14.26 -
   14.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
   14.28 -genpkg_rules()
   14.29 -{
   14.30 -	mkdir -p $fs/usr/share $fs/etc
   14.31 -	cp -a $install/usr/bin $fs/usr
   14.32 -	cp -a $install/usr/share/doc $fs/usr/share
   14.33 -	cp -a $install/usr/share/locale $fs/usr/share
   14.34 -	cp -a $install/usr/etc/* $fs/etc
   14.35 -}
   14.36 -
    15.1 --- a/dnstop/receipt	Mon Dec 23 18:57:54 2013 +0100
    15.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.3 @@ -1,29 +0,0 @@
    15.4 -# SliTaz package receipt.
    15.5 -
    15.6 -PACKAGE="dnstop"
    15.7 -VERSION="20121017"
    15.8 -CATEGORY="network"
    15.9 -SHORT_DESC="Displays various tables of DNS traffic on your network."
   15.10 -MAINTAINER="paul@slitaz.org"
   15.11 -LICENSE="BSD"
   15.12 -DEPENDS="ncurses libpcap"
   15.13 -BUILD_DEPENDS="ncurses-dev libpcap-dev"
   15.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   15.15 -WEB_SITE="http://dns.measurement-factory.com/tools/dnstop"
   15.16 -WGET_URL="$WEB_SITE/src/$TARBALL"
   15.17 -
   15.18 -# Rules to configure and make the package.
   15.19 -compile_rules()
   15.20 -{
   15.21 -	cd $src
   15.22 -	./configure --prefix=/usr
   15.23 -	make 
   15.24 -}
   15.25 -
   15.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
   15.27 -genpkg_rules()
   15.28 -{
   15.29 -	mkdir -p $fs/usr/bin
   15.30 -	cp -a $src/$PACKAGE $fs/usr/bin
   15.31 -}
   15.32 -
    16.1 --- a/efl-dev/receipt	Mon Dec 23 18:57:54 2013 +0100
    16.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.3 @@ -1,26 +0,0 @@
    16.4 -# SliTaz package receipt.
    16.5 -
    16.6 -PACKAGE="efl-dev"
    16.7 -VERSION="1.8.3"
    16.8 -CATEGORY="development"
    16.9 -SHORT_DESC="EFL library - Devel files."
   16.10 -MAINTAINER="domcox@slitaz.org"
   16.11 -LICENSE="LGPL2.1"
   16.12 -WANTED="efl"
   16.13 -WEB_SITE="http://www.enlightenment.org/"
   16.14 -
   16.15 -DEPENDS="efl gstreamer-dev gst-plugins-base-dev check-dev
   16.16 -util-linux-mount-dev util-linux-blkid-dev udev-dev openssl-dev dbus-dev
   16.17 -jpeg-dev fribidi-dev giflib-dev tiff-dev libsndfile-dev lua-dev
   16.18 -xorg-libXp-dev xorg-printproto xorg-scrnsaverproto xorg-libXScrnSaver-dev
   16.19 -mesa-dev util-linux-uuid-dev libxml2-dev"
   16.20 -
   16.21 -# Rules to gen a SliTaz package suitable for Tazpkg.
   16.22 -genpkg_rules()
   16.23 -{
   16.24 -	mkdir -p $fs/usr/lib
   16.25 -	cp -a $install/usr/include $fs/usr
   16.26 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
   16.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   16.28 -	cp -a $install/usr/lib/cmake $fs/usr/lib
   16.29 -}
    17.1 --- a/efl/receipt	Mon Dec 23 18:57:54 2013 +0100
    17.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.3 @@ -1,47 +0,0 @@
    17.4 -# SliTaz package receipt.
    17.5 -
    17.6 -PACKAGE="efl"
    17.7 -VERSION="1.8.3"
    17.8 -CATEGORY="base-system"
    17.9 -SHORT_DESC="EFL Core data structure library."
   17.10 -MAINTAINER="domcox@slitaz.org"
   17.11 -LICENSE="LGPL2.1"
   17.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   17.13 -WEB_SITE="http://www.enlightenment.org/"
   17.14 -WGET_URL="http://download.enlightenment.org/rel/libs/$PACKAGE/$TARBALL"
   17.15 -TAGS="e enlightenment efl"
   17.16 -
   17.17 -DEPENDS="gstreamer gst-plugins-base
   17.18 -util-linux-mount util-linux-blkid udev openssl dbus
   17.19 -libjpeg fribidi giflib tiff libsndfile lua
   17.20 -xorg-libXp xorg-libXScrnSaver mesa bullet util-linux-uuid"
   17.21 -
   17.22 -BUILD_DEPENDS="gstreamer-dev gst-plugins-base-dev check-dev
   17.23 -util-linux-mount-dev util-linux-blkid-dev udev-dev openssl-dev dbus-dev
   17.24 -jpeg-dev fribidi-dev giflib-dev tiff-dev libsndfile-dev lua-dev
   17.25 -xorg-libXp-dev xorg-printproto xorg-scrnsaverproto xorg-libXScrnSaver-dev
   17.26 -mesa-dev util-linux-uuid-dev libxml2-dev
   17.27 -autoconf automake"
   17.28 -
   17.29 -# Rules to configure and make the package.
   17.30 -compile_rules()
   17.31 -{
   17.32 -	autoreconf -v &&
   17.33 -	./configure \
   17.34 -		--disable-static \
   17.35 -		--disable-doc \
   17.36 -		--disable-pulseaudio \
   17.37 -		--disable-physics \
   17.38 -		$CONFIGURE_ARGS &&
   17.39 -	make && make -j1 install DESTDIR=$install
   17.40 -}
   17.41 -
   17.42 -# Rules to gen a SliTaz package suitable for Tazpkg.
   17.43 -genpkg_rules()
   17.44 -{
   17.45 -	mkdir -p $fs/usr/lib
   17.46 -	cp -a $install/usr/bin $fs/usr
   17.47 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   17.48 -	cp -a $install/usr/lib/e* $fs/usr/lib
   17.49 -	cp -a $install/usr/share $fs/usr/
   17.50 -}
    18.1 --- a/evolution-data-server-dev/receipt	Mon Dec 23 18:57:54 2013 +0100
    18.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.3 @@ -1,29 +0,0 @@
    18.4 -# SliTaz package receipt.
    18.5 -
    18.6 -PACKAGE="evolution-data-server-dev"
    18.7 -VERSION="2.28.1"
    18.8 -CATEGORY="development"
    18.9 -SHORT_DESC="Integrated mail, addressbook and calendaring, server developement files."
   18.10 -MAINTAINER="erjo@slitaz.org"
   18.11 -LICENSE="LGPL2"
   18.12 -WEB_SITE="http://projects.gnome.org/evolution/download.shtml"
   18.13 -WANTED="evolution-data-server"
   18.14 -
   18.15 -DEPENDS="evolution-data-server"
   18.16 -
   18.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   18.18 -genpkg_rules()
   18.19 -{
   18.20 -	mkdir -p $fs/usr/lib
   18.21 -	
   18.22 -	cp -a $install/usr/include $fs/usr 
   18.23 -	
   18.24 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   18.25 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
   18.26 -	cp -a $instal/usr/lib/evolution-data-server-1.2 $fs/usr/lib
   18.27 -	
   18.28 -		# Clean unwated files
   18.29 -	cd $fs/usr/lib  ; find . -name "*.so*" -exec rm -f {} \;
   18.30 -
   18.31 -}
   18.32 -
    19.1 --- a/evolution-data-server/receipt	Mon Dec 23 18:57:54 2013 +0100
    19.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.3 @@ -1,56 +0,0 @@
    19.4 -# SliTaz package receipt.
    19.5 -
    19.6 -PACKAGE="evolution-data-server"
    19.7 -VERSION="2.28.1"
    19.8 -CATEGORY="network"
    19.9 -SHORT_DESC="Integrated mail, addressbook and calendaring, server."
   19.10 -MAINTAINER="erjo@slitaz.org"
   19.11 -LICENSE="LGPL2"
   19.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   19.13 -WEB_SITE="http://projects.gnome.org/evolution/download.shtml"
   19.14 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/${VERSION%.*}/$TARBALL"
   19.15 -
   19.16 -DEPENDS="libgnomeui libsoup"
   19.17 -BUILD_DEPENDS="libglade-dev libsoup-dev gtk+-dev ORBit2-dev libbonobo-dev GConf-dev libical-dev
   19.18 - firefox-dev db-dev libxcb-dev popt-dev bison flex glib-dev sqlite-dev"
   19.19 -
   19.20 -# Rules to configure and make the package.
   19.21 -compile_rules()
   19.22 -{
   19.23 -	cd $src
   19.24 -	./configure \
   19.25 -		--prefix=/usr \
   19.26 -		--infodir=/usr/share/info \
   19.27 -		--libexecdir=/usr/lib/evolution-data-server-1.2 \
   19.28 -		--mandir=/usr/share/man \
   19.29 -		--without-weather \
   19.30 -		--enable-ipv6=no \
   19.31 -		--enable-libdb \
   19.32 -		--with-db=/usr/lib \
   19.33 -		--with-nspr-include=/usr/include/firefox-3.5.3/stable \
   19.34 -		--with-nspr-libs=/usr/lib/firefox-devel-3.5.3/sdk/lib \
   19.35 -		$CONFIGURE_ARGS &&
   19.36 -	make && make DESTDIR=$DESTDIR install
   19.37 -}
   19.38 -
   19.39 -# Rules to gen a SliTaz package suitable for Tazpkg.
   19.40 -genpkg_rules()
   19.41 -{
   19.42 -	mkdir -p $fs/usr/lib $fs/usr/share
   19.43 -
   19.44 -	cp -a $install/usr/share/pixmaps $fs/usr/share
   19.45 -	cp -a $install/usr/share/evolution-data-server-2.28 $fs/usr/share
   19.46 -	cp -a $install/usr/share/idl $fs/usr/share
   19.47 -	
   19.48 -	cp -a $install/usr/lib/bonobo $fs/usr/lib
   19.49 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   19.50 -	cp -a $install/usr/lib/evolution-data-server-1.2 $fs/usr/lib
   19.51 -	
   19.52 -		# Clean unwated files
   19.53 -	cd $fs/usr/lib  ; find . -name "*.*a" -exec rm -f {} \;
   19.54 -	
   19.55 -	# Stripping all
   19.56 -	find . -name "*.so" -exec strip -s {} \;
   19.57 -	
   19.58 -}
   19.59 -
    20.1 --- a/goaccess/receipt	Mon Dec 23 18:57:54 2013 +0100
    20.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.3 @@ -1,35 +0,0 @@
    20.4 -# SliTaz package receipt.
    20.5 -
    20.6 -PACKAGE="goaccess"
    20.7 -VERSION="0.6.1"
    20.8 -CATEGORY="network"
    20.9 -SHORT_DESC="Visual web log analyzer."
   20.10 -MAINTAINER="paul@slitaz.org"
   20.11 -LICENSE="GPL2"
   20.12 -DEPENDS="ncurses geoip"
   20.13 -BUILD_DEPENDS="ncurses-dev geoip-dev glib-dev pkg-config"
   20.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   20.15 -WEB_SITE="http://goaccess.prosoftcorp.com/"
   20.16 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   20.17 -
   20.18 -# Rules to configure and make the package.
   20.19 -compile_rules()
   20.20 -{
   20.21 -	cd $src
   20.22 -	./configure --prefix=/usr --enable-geoip --enable-utf8 
   20.23 -	# hack for curses.h path
   20.24 -	mkdir /usr/include/ncursesw && ln -s /usr/include/curses.h /usr/include/ncursesw/curses.h
   20.25 -	make
   20.26 -	make DESTDIR=$DESTDIR install
   20.27 -	# and remove hack
   20.28 -	rm -rf /usr/include/ncursesw
   20.29 -
   20.30 -}
   20.31 -
   20.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
   20.33 -genpkg_rules()
   20.34 -{
   20.35 -	mkdir -p $fs/usr
   20.36 -	cp -a $install/usr/bin $fs/usr
   20.37 -}
   20.38 -
    21.1 --- a/granite-demo/receipt	Mon Dec 23 18:57:54 2013 +0100
    21.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.3 @@ -1,20 +0,0 @@
    21.4 -# SliTaz package receipt.
    21.5 -
    21.6 -PACKAGE="granite-demo"
    21.7 -VERSION="0.2.1"
    21.8 -CATEGORY="development"
    21.9 -SHORT_DESC="Demo for granite"
   21.10 -MAINTAINER="al.bobylev@gmail.com"
   21.11 -LICENSE="LGPL3"
   21.12 -WEB_SITE="https://launchpad.net/granite"
   21.13 -
   21.14 -WANTED="granite"
   21.15 -DEPENDS="granite"
   21.16 -
   21.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   21.18 -genpkg_rules()
   21.19 -{
   21.20 -	mkdir -p $fs/usr
   21.21 -	cp -a $install/usr/bin $fs/usr
   21.22 -}
   21.23 -
    22.1 --- a/granite-demo/stuff/granite-demo.desktop	Mon Dec 23 18:57:54 2013 +0100
    22.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22.3 @@ -1,8 +0,0 @@
    22.4 -[Desktop Entry]
    22.5 -Type=Application
    22.6 -Name=Granite demo
    22.7 -Exec=granite-demo
    22.8 -Icon=application-menu
    22.9 -Terminal=false
   22.10 -StartupNotify=true
   22.11 -Categories=Development;
    23.1 --- a/granite-dev/receipt	Mon Dec 23 18:57:54 2013 +0100
    23.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    23.3 @@ -1,26 +0,0 @@
    23.4 -# SliTaz package receipt.
    23.5 -
    23.6 -PACKAGE="granite-dev"
    23.7 -VERSION="0.2.1"
    23.8 -CATEGORY="development"
    23.9 -SHORT_DESC="Development files for granite"
   23.10 -MAINTAINER="al.bobylev@gmail.com"
   23.11 -LICENSE="LGPL3"
   23.12 -WEB_SITE="https://launchpad.net/granite"
   23.13 -
   23.14 -WANTED="granite"
   23.15 -DEPENDS="granite"
   23.16 -
   23.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   23.18 -genpkg_rules()
   23.19 -{
   23.20 -	mkdir -p \
   23.21 -		$fs/usr/lib \
   23.22 -		$fs/usr/share
   23.23 -	cp -a $install/usr/include $fs/usr
   23.24 -	cp -a $install/usr/lib/girepository* $fs/usr/lib
   23.25 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   23.26 -	cp -a $install/usr/share/gir* $fs/usr/share
   23.27 -	cp -a $install/usr/share/vala $fs/usr/share
   23.28 -}
   23.29 -
    24.1 --- a/granite/description.txt	Mon Dec 23 18:57:54 2013 +0100
    24.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.3 @@ -1,3 +0,0 @@
    24.4 -Granite is an extension of GTK. Among other things, it provides the
    24.5 -commonly-used widgets such as modeswitchers, welcome screens, AppMenus, search
    24.6 -bars, and more found in elementary apps.
    25.1 --- a/granite/receipt	Mon Dec 23 18:57:54 2013 +0100
    25.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    25.3 @@ -1,51 +0,0 @@
    25.4 -# SliTaz package receipt.
    25.5 -
    25.6 -PACKAGE="granite"
    25.7 -VERSION="0.2.1"
    25.8 -CATEGORY="system-tools"
    25.9 -SHORT_DESC="A development library for elementary development"
   25.10 -MAINTAINER="al.bobylev@gmail.com"
   25.11 -LICENSE="LGPL3"
   25.12 -WEB_SITE="https://launchpad.net/granite"
   25.13 -BRANCH="535"
   25.14 -TARBALL="$PACKAGE-$BRANCH.tar.bz2"
   25.15 -WGET_URL="bzr|lp:granite"
   25.16 -
   25.17 -DEPENDS="gtk+3 libgee"
   25.18 -BUILD_DEPENDS="bazaar cmake vala gtk+3-dev libgio-dev glib-dev libgee-dev \
   25.19 -gobject-introspection-dev"
   25.20 -
   25.21 -# Rules to configure and make the package.
   25.22 -compile_rules()
   25.23 -{
   25.24 -	# gee-1.0 is old while gee-0.8 is latest ;)
   25.25 -	sed -i 's|gee-1.0|gee-0.8|g; s|Gee-1.0|Gee-0.8|g' \
   25.26 -		$(grep -li gee-1.0 $(find . -type f))
   25.27 -
   25.28 -	mkdir build &&
   25.29 -	cd build &&
   25.30 -	cmake .. -DCMAKE_INSTALL_PREFIX=/usr &&
   25.31 -	make &&
   25.32 -	make DESTDIR=$install install
   25.33 -}
   25.34 -
   25.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
   25.36 -genpkg_rules()
   25.37 -{
   25.38 -	mkdir -p \
   25.39 -		$fs/usr/lib \
   25.40 -		$fs/usr/share
   25.41 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   25.42 -	# icons converted from svg
   25.43 -	for size in 16 22 24 32 48; do
   25.44 -		ifolder=$fs/usr/share/icons/hicolor/${size}x${size}/actions
   25.45 -		mkdir -p $ifolder
   25.46 -		cp $stuff/${size}.png $ifolder/application-menu.png
   25.47 -	done
   25.48 -	# localization
   25.49 -	. $WOK/slitaz-i18n/stuff/locale-pack.conf
   25.50 -	for lang in $LOCALE_PACK; do
   25.51 -		langf=$install/usr/share/locale/$lang
   25.52 -		[ -d $langf ] && cp -a $langf $fs/usr/share/locale
   25.53 -	done
   25.54 -}
    26.1 Binary file granite/stuff/16.png has changed
    27.1 Binary file granite/stuff/22.png has changed
    28.1 Binary file granite/stuff/24.png has changed
    29.1 Binary file granite/stuff/32.png has changed
    30.1 Binary file granite/stuff/48.png has changed
    31.1 --- a/l3afpad/receipt	Mon Dec 23 18:57:54 2013 +0100
    31.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    31.3 @@ -1,34 +0,0 @@
    31.4 -# SliTaz package receipt.
    31.5 -
    31.6 -PACKAGE="l3afpad"
    31.7 -VERSION="0.8.18.1.10"
    31.8 -CATEGORY="utilities"
    31.9 -SHORT_DESC="Simple text editor forked from Leafpad, supports GTK+ 3.x"
   31.10 -MAINTAINER="al.bobylev@gmail.com"
   31.11 -LICENSE="LGPL2.1"
   31.12 -WEB_SITE="http://www.calno.com/l3afpad/"
   31.13 -TARBALL="$PACKAGE-$VERSION.tar.xz"
   31.14 -WGET_URL="http://www.calno.com/$PACKAGE/$TARBALL"
   31.15 -
   31.16 -DEPENDS="gtk+3"
   31.17 -BUILD_DEPENDS="gtk+3-dev"
   31.18 -
   31.19 -# Rules to configure and make the package.
   31.20 -compile_rules()
   31.21 -{
   31.22 -	chmod +x $src/install-sh
   31.23 -	./configure \
   31.24 -		--enable-gtkgrid \
   31.25 -		--enable-search-history \
   31.26 -		$CONFIGURE_ARGS &&
   31.27 -	make &&
   31.28 -	make install
   31.29 -}
   31.30 -
   31.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
   31.32 -genpkg_rules()
   31.33 -{
   31.34 -	mkdir -p $fs/usr/share/pixmaps
   31.35 -	cp -a $install/usr/bin $fs/usr
   31.36 -	cp -a $install/usr/share/pixmaps/*.png $fs/usr/share/pixmaps
   31.37 -}
    32.1 --- a/l3afpad/stuff/l3afpad.desktop	Mon Dec 23 18:57:54 2013 +0100
    32.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    32.3 @@ -1,48 +0,0 @@
    32.4 -[Desktop Entry]
    32.5 -Type=Application
    32.6 -Name=L3afpad
    32.7 -Comment=Simple text editor
    32.8 -Comment[bg]=Опростен текстов редактор
    32.9 -Comment[br]=Embanner testennou eeun
   32.10 -Comment[ca]=Editor de text simple
   32.11 -Comment[cs]=Jednoduchý textový editor
   32.12 -Comment[da]=Enkel tekstbehandler
   32.13 -Comment[de]=Einfacher Texteditor
   32.14 -Comment[el]=Απλός επεξεργαστής κειμένου
   32.15 -Comment[eo]=Simpla tekstredaktilo
   32.16 -Comment[es]=Editor de texto simple
   32.17 -Comment[et]=Lihtne tekstiredaktor
   32.18 -Comment[eu]=Testu editore sinplea
   32.19 -Comment[fi]=Yksinkertainen tekstieditori
   32.20 -Comment[fr]=Un éditeur de texte tout simple
   32.21 -Comment[ga]=Eagarthóir simplí
   32.22 -Comment[gl]=Editor de texto sinxelo
   32.23 -Comment[he]=עורך טקסט פשוט
   32.24 -Comment[hu]=Egyszerű szöveg szerkesztő
   32.25 -Comment[id]=Penyunting teks sederhana
   32.26 -Comment[it]=Semplice editor di testi
   32.27 -Comment[ja]=シンプルなテキストエディタ
   32.28 -Comment[ko]=간단한 텍스트 편집기
   32.29 -Comment[lt]=Paprastas teksto redaktorius
   32.30 -Comment[lv]=Vienkāršā teksta redaktors
   32.31 -Comment[nl]=Eenvoudige teksteditor
   32.32 -Comment[nn]=Enkel tekstredigering
   32.33 -Comment[pl]=Prosty edytor tekstu
   32.34 -Comment[pt]=Simples editor de texto
   32.35 -Comment[pt_BR]=Editor de texto simples
   32.36 -Comment[ru]=Простой текстовый редактор
   32.37 -Comment[sk]=Jednoduchý textový editor
   32.38 -Comment[sl]=Preprost urejevalnik besedila
   32.39 -Comment[sr]=Једноставан уређивач текста
   32.40 -Comment[sv]=Enkel textredigerare
   32.41 -Comment[ta]=எளிமையான உரை பதிப்பான்
   32.42 -Comment[tr]=Basit metin düzenleyicisi
   32.43 -Comment[uk]=Простий текстовий редактор
   32.44 -Comment[vi]=Một trình soạn thảo văn bản đơn giản
   32.45 -Comment[zh_CN]=简易文字编辑器
   32.46 -Comment[zh_TW]=簡易文字編輯器
   32.47 -Exec=l3afpad %f
   32.48 -Icon=l3afpad
   32.49 -Terminal=false
   32.50 -Categories=GTK;Utility;TextEditor;
   32.51 -MimeType=text/plain;
    33.1 --- a/ldm/receipt	Mon Dec 23 18:57:54 2013 +0100
    33.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    33.3 @@ -1,30 +0,0 @@
    33.4 -# SliTaz package receipt.
    33.5 -
    33.6 -PACKAGE="ldm"
    33.7 -VERSION="0.3"
    33.8 -CATEGORY="system-tools"
    33.9 -SHORT_DESC="l(ightweight) d(evice) m(ounter)."
   33.10 -MAINTAINER="pankso@slitaz.org"
   33.11 -LICENSE="MIT"
   33.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   33.13 -WEB_SITE="http://github.com/LemonBoy/ldm"
   33.14 -WGET_URL="https://github.com/LemonBoy/ldm/tarball/v${VERSION}"
   33.15 -
   33.16 -DEPENDS="udev"
   33.17 -BUILD_DEPENDS="udev-dev util-linux-mount-dev util-linux-blkid wget"
   33.18 -
   33.19 -# Rules to configure and make the package.
   33.20 -compile_rules()
   33.21 -{
   33.22 -	cd $src
   33.23 -	make ldm.o &&
   33.24 -	cc -o ldm ldm.o -ludev -lmount -lblkid &&
   33.25 -	make install
   33.26 -}
   33.27 -
   33.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
   33.29 -genpkg_rules()
   33.30 -{
   33.31 -	mkdir -p $fs/usr
   33.32 -	cp -a $install/usr/bin $fs/usr
   33.33 -}
    34.1 --- a/marlin-dev/receipt	Mon Dec 23 18:57:54 2013 +0100
    34.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    34.3 @@ -1,23 +0,0 @@
    34.4 -# SliTaz package receipt.
    34.5 -
    34.6 -PACKAGE="marlin-dev"
    34.7 -VERSION="0.5"
    34.8 -CATEGORY="devel"
    34.9 -SHORT_DESC="Development files for marlin"
   34.10 -MAINTAINER="al.bobylev@gmail.com"
   34.11 -LICENSE="GPL2 GPL3"
   34.12 -WEB_SITE="https://launchpad.net/marlin"
   34.13 -
   34.14 -WANTED="marlin"
   34.15 -DEPENDS="marlin"
   34.16 -
   34.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   34.18 -genpkg_rules()
   34.19 -{
   34.20 -	mkdir -p \
   34.21 -		$fs/usr/lib \
   34.22 -		$fs/usr/share
   34.23 -	cp -a $install/usr/include $fs/usr
   34.24 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   34.25 -	cp -a $install/usr/share/vala $fs/usr/share
   34.26 -}
    35.1 --- a/marlin/receipt	Mon Dec 23 18:57:54 2013 +0100
    35.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    35.3 @@ -1,63 +0,0 @@
    35.4 -# SliTaz package receipt.
    35.5 -
    35.6 -PACKAGE="marlin"
    35.7 -VERSION="0.5"
    35.8 -CATEGORY="utilities"
    35.9 -SHORT_DESC="A sleek and fast GTK3 file manager"
   35.10 -MAINTAINER="al.bobylev@gmail.com"
   35.11 -LICENSE="GPL2 GPL3"
   35.12 -WEB_SITE="https://launchpad.net/marlin"
   35.13 -BRANCH="879"
   35.14 -TARBALL="$PACKAGE-$BRANCH.tar.bz2"
   35.15 -WGET_URL="bzr|lp:marlin"
   35.16 -
   35.17 -DEPENDS="dbus-glib gtk+3 libgee libnotify-gtk3 libsqlite varka dconf"
   35.18 -SUGGESTED="tumbler ffmpegthumbnailer granite extended-actions"
   35.19 -BUILD_DEPENDS="bazaar cmake vala varka-dev gtk+3-dev libgee-dev sqlite-dev \
   35.20 -dbus-glib-dev libnotify-gtk3-dev dconf-dev tumbler-dev ffmpegthumbnailer-dev \
   35.21 -granite-dev"
   35.22 -
   35.23 -# Rules to configure and make the package.
   35.24 -compile_rules()
   35.25 -{
   35.26 -	# gee-1.0 is old while gee-0.8 is latest ;)
   35.27 -	sed -i 's|gee-1.0|gee-0.8|g' $(grep -l gee-1.0 $(find . -type f))
   35.28 -
   35.29 -	patch -p1 < $stuff/marlin-0.5.patch
   35.30 -	patch -p1 < $stuff/marlin-icons.patch
   35.31 -
   35.32 -	mkdir build && cd build &&
   35.33 -	cmake .. -DCMAKE_INSTALL_PREFIX=/usr &&
   35.34 -	make &&
   35.35 -	make DESTDIR=$install install
   35.36 -}
   35.37 -
   35.38 -# Rules to gen a SliTaz package suitable for Tazpkg.
   35.39 -genpkg_rules()
   35.40 -{
   35.41 -	mkdir -p \
   35.42 -		$fs/usr/bin \
   35.43 -		$fs/usr/lib \
   35.44 -		$fs/usr/share/locale
   35.45 -	cp -a $install/usr/bin $fs/usr
   35.46 -	cp -a $install/usr/lib/marlin $fs/usr/lib
   35.47 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   35.48 -	cp -a $install/usr/share/applications $fs/usr/share
   35.49 -	cp -a $install/usr/share/dbus* $fs/usr/share
   35.50 -	cp -a $install/usr/share/glib* $fs/usr/share
   35.51 -	cp -a $install/usr/share/icons $fs/usr/share
   35.52 -	cp -a $install/usr/share/marlin $fs/usr/share
   35.53 -	cp -a $install/usr/share/pixmaps $fs/usr/share
   35.54 -
   35.55 -	# localization
   35.56 -	. $WOK/slitaz-i18n/stuff/locale-pack.conf
   35.57 -	for lang in $LOCALE_PACK; do
   35.58 -		langf=$install/usr/share/locale/$lang
   35.59 -		[ -d $langf ] && cp -a $langf $fs/usr/share/locale
   35.60 -	done
   35.61 -
   35.62 -	# icons
   35.63 -	mkdir -p $fs/usr/share/icons/hicolor/16x16
   35.64 -	cp -a $stuff/apps $fs/usr/share/icons/hicolor/16x16
   35.65 -	cp -a $stuff/marlin.png $fs/usr/share/pixmaps
   35.66 -}
    36.1 Binary file marlin/stuff/apps/view-list-column.png has changed
    37.1 Binary file marlin/stuff/apps/view-list-compact.png has changed
    38.1 Binary file marlin/stuff/apps/view-list-details.png has changed
    39.1 Binary file marlin/stuff/apps/view-list-icons.png has changed
    40.1 --- a/marlin/stuff/marlin-0.5.patch	Mon Dec 23 18:57:54 2013 +0100
    40.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    40.3 @@ -1,51 +0,0 @@
    40.4 -# discussion: https://aur.archlinux.org/packages/marlin-bzr/
    40.5 -# patch found here: http://pastie.org/5189903
    40.6 ---- marlin-0.5/src/fm-directory-view.h
    40.7 -+++ marlin-0.5/src/fm-directory-view.h
    40.8 -@@ -42,6 +42,7 @@
    40.9 - typedef struct FMDirectoryView FMDirectoryView;
   40.10 - typedef struct FMDirectoryViewClass FMDirectoryViewClass;
   40.11 - 
   40.12 -+#define FM_DIRECTORY_TYPE_VIEW fm_directory_view_get_type()
   40.13 - #define FM_TYPE_DIRECTORY_VIEW fm_directory_view_get_type()
   40.14 - #define FM_DIRECTORY_VIEW(obj) \
   40.15 -     (G_TYPE_CHECK_INSTANCE_CAST ((obj), FM_TYPE_DIRECTORY_VIEW, FMDirectoryView))
   40.16 -
   40.17 ---- marlin-0.5/src/exo-icon-view.c
   40.18 -+++ marlin-0.5/src/exo-icon-view.c
   40.19 -@@ -4641,8 +4641,15 @@
   40.20 -         item = list ? list->data : NULL;
   40.21 - 
   40.22 -         /* Give focus to the first cell initially */
   40.23 --        exo_icon_view_set_cell_data (icon_view, item);
   40.24 --        gtk_cell_area_focus (icon_view->priv->cell_area, direction);
   40.25 -+        if (item == NULL)
   40.26 -+        {
   40.27 -+            return;
   40.28 -+        }
   40.29 -+        else
   40.30 -+        {
   40.31 -+            exo_icon_view_set_cell_data (icon_view, item);
   40.32 -+            gtk_cell_area_focus (icon_view->priv->cell_area, direction);
   40.33 -+        }
   40.34 -     }
   40.35 -     else
   40.36 -     {
   40.37 -@@ -4798,8 +4805,15 @@
   40.38 -         item = list ? list->data : NULL;
   40.39 - 
   40.40 -         /* Give focus to the first cell initially */
   40.41 --        exo_icon_view_set_cell_data (icon_view, item);
   40.42 --        gtk_cell_area_focus (icon_view->priv->cell_area, direction);
   40.43 -+        if (item == NULL)
   40.44 -+        {
   40.45 -+            return;
   40.46 -+        }
   40.47 -+        else
   40.48 -+        {
   40.49 -+            exo_icon_view_set_cell_data (icon_view, item);
   40.50 -+            gtk_cell_area_focus (icon_view->priv->cell_area, direction);
   40.51 -+        }
   40.52 -     }
   40.53 -     else
   40.54 -     {
    41.1 --- a/marlin/stuff/marlin-icons.patch	Mon Dec 23 18:57:54 2013 +0100
    41.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    41.3 @@ -1,129 +0,0 @@
    41.4 ---- marlin-0.5/src/View/Chrome/ViewSwicher.vala
    41.5 -+++ marlin-0.5/src/View/Chrome/ViewSwicher.vala
    41.6 -@@ -74,16 +74,16 @@
    41.7 - 
    41.8 -             switcher = new ModeButton ();
    41.9 - 
   41.10 --            icon = new Image.from_icon_name ("view-list-icons-symbolic", IconSize.MENU);
   41.11 -+            icon = new Image.from_icon_name ("view-list-icons", IconSize.MENU);
   41.12 -             icon.set_tooltip_text (_("View as icons"));
   41.13 -             switcher.append(icon);
   41.14 --            list = new Image.from_icon_name ("view-list-details-symbolic", IconSize.MENU);
   41.15 -+            list = new Image.from_icon_name ("view-list-details", IconSize.MENU);
   41.16 -             list.set_tooltip_text (_("View as list"));
   41.17 -             switcher.append(list);
   41.18 --            compact = new Image.from_icon_name ("view-list-compact-symbolic", IconSize.MENU);
   41.19 -+            compact = new Image.from_icon_name ("view-list-compact", IconSize.MENU);
   41.20 -             compact.set_tooltip_text (_("View as compact list"));
   41.21 -             switcher.append(compact);
   41.22 --            miller = new Image.from_icon_name ("view-list-column-symbolic", IconSize.MENU);
   41.23 -+            miller = new Image.from_icon_name ("view-list-column", IconSize.MENU);
   41.24 -             miller.set_tooltip_text(_("View as column"));
   41.25 -             switcher.append(miller);
   41.26 -             
   41.27 ---- marlin-0.5/src/View/Window.vala
   41.28 -+++ marlin-0.5/src/View/Window.vala
   41.29 -@@ -703,13 +703,13 @@
   41.30 -                                { "Redo", Stock.REDO, N_("_Redo"),
   41.31 -                                  "<control>Y", N_("Redo the last action"),
   41.32 -                                  action_redo_callback },
   41.33 --                               { "Up", "go-up-symbolic", N_("Open _Parent"),
   41.34 -+                               { "Up", "go-up", N_("Open _Parent"),
   41.35 -                                  "<alt>Up", N_("Open the parent folder"),
   41.36 -                                  action_go_up },
   41.37 --                               { "Back", "go-previous-symbolic", N_("_Back"),
   41.38 -+                               { "Back", "go-previous", N_("_Back"),
   41.39 -                                  "<alt>Left", N_("Go to the previous visited location"),
   41.40 -                                  action_go_back },
   41.41 --                               { "Forward", "go-next-symbolic", N_("_Forward"),
   41.42 -+                               { "Forward", "go-next", N_("_Forward"),
   41.43 -                                  "<alt>Right", N_("Go to the next visited location"),
   41.44 -                                  action_go_forward },
   41.45 -                                { "Reload", Stock.REFRESH, N_("_Reload"),
   41.46 ---- marlin-0.5/src/View/LocationBar.vala
   41.47 -+++ marlin-0.5/src/View/LocationBar.vala
   41.48 -@@ -110,7 +110,7 @@
   41.49 -             dir = Environment.get_user_special_dir(UserDirectory.MUSIC);
   41.50 -             if(dir.contains("/"))
   41.51 -             {
   41.52 --                IconDirectory icon = {dir, "folder-music-symbolic", false, null, null, dir.split("/"), false, null};
   41.53 -+                IconDirectory icon = {dir, "folder-music", false, null, null, dir.split("/"), false, null};
   41.54 -                 icon.exploded[0] = "/";
   41.55 -                 add_icon(icon);
   41.56 -             }
   41.57 -@@ -119,7 +119,7 @@
   41.58 -             dir = Environment.get_user_special_dir(UserDirectory.PICTURES);
   41.59 -             if(dir.contains("/"))
   41.60 -             {
   41.61 --                IconDirectory icon = {dir, "folder-pictures-symbolic", false, null, null, dir.split("/"), false, null};
   41.62 -+                IconDirectory icon = {dir, "folder-pictures", false, null, null, dir.split("/"), false, null};
   41.63 -                 icon.exploded[0] = "/";
   41.64 -                 add_icon(icon);
   41.65 -             }
   41.66 -@@ -128,7 +128,7 @@
   41.67 -             dir = Environment.get_user_special_dir(UserDirectory.VIDEOS);
   41.68 -             if(dir.contains("/"))
   41.69 -             {
   41.70 --                IconDirectory icon = {dir, "folder-videos-symbolic", false, null, null, dir.split("/"), false, null};
   41.71 -+                IconDirectory icon = {dir, "folder-videos", false, null, null, dir.split("/"), false, null};
   41.72 -                 icon.exploded[0] = "/";
   41.73 -                 add_icon(icon);
   41.74 -             }
   41.75 -@@ -137,7 +137,7 @@
   41.76 -             dir = Environment.get_user_special_dir(UserDirectory.DOWNLOAD);
   41.77 -             if(dir.contains("/"))
   41.78 -             {
   41.79 --                IconDirectory icon = {dir, "folder-downloads-symbolic", false, null, null, dir.split("/"), false, null};
   41.80 -+                IconDirectory icon = {dir, "folder-downloads", false, null, null, dir.split("/"), false, null};
   41.81 -                 icon.exploded[0] = "/";
   41.82 -                 add_icon(icon);
   41.83 -             }
   41.84 -@@ -146,7 +146,7 @@
   41.85 -             dir = Environment.get_user_special_dir(UserDirectory.DOCUMENTS);
   41.86 -             if(dir.contains("/"))
   41.87 -             {
   41.88 --                IconDirectory icon = {dir, "folder-documents-symbolic", false, null, null, dir.split("/"), false, null};
   41.89 -+                IconDirectory icon = {dir, "folder-documents", false, null, null, dir.split("/"), false, null};
   41.90 -                 icon.exploded[0] = "/";
   41.91 -                 add_icon(icon);
   41.92 -             }
   41.93 -@@ -155,7 +155,7 @@
   41.94 -             dir = Environment.get_user_special_dir(UserDirectory.TEMPLATES);
   41.95 -             if(dir.contains("/"))
   41.96 -             {
   41.97 --                IconDirectory icon = {dir, "folder-templates-symbolic", false, null, null, dir.split("/"), false, null};
   41.98 -+                IconDirectory icon = {dir, "folder-templates", false, null, null, dir.split("/"), false, null};
   41.99 -                 icon.exploded[0] = "/";
  41.100 -                 add_icon(icon);
  41.101 -             }
  41.102 -@@ -163,7 +163,7 @@
  41.103 -             dir = Environment.get_home_dir();
  41.104 -             if(dir.contains("/"))
  41.105 -             {
  41.106 --                IconDirectory icon = {dir, "go-home-symbolic", false, null, null, dir.split("/"), true, null};
  41.107 -+                IconDirectory icon = {dir, "go-home", false, null, null, dir.split("/"), true, null};
  41.108 -                 icon.exploded[0] = "/";
  41.109 -                 add_icon(icon);
  41.110 -             }
  41.111 ---- marlin-0.5/src/View/Chrome/TopMenu.vala
  41.112 -+++ marlin-0.5/src/View/Chrome/TopMenu.vala
  41.113 -@@ -43,7 +43,7 @@
  41.114 -             compact_menu = (Gtk.Menu) win.ui.get_widget("/CompactMenu");
  41.115 -             toolbar_menu = (Gtk.Menu) win.ui.get_widget("/ToolbarMenu");
  41.116 - 
  41.117 --            app_menu = new Varka.Widgets.ToolButtonWithMenu (new Image.from_icon_name ("emblem-system-symbolic", IconSize.MENU), 
  41.118 -+            app_menu = new Varka.Widgets.ToolButtonWithMenu (new Image.from_icon_name ("emblem-system", IconSize.MENU), 
  41.119 -                                                              null, _("Menu"), compact_menu);
  41.120 -             setup_items();
  41.121 -             show();
  41.122 ---- marlin-0.5/libwidgets/BreadcrumbsEntry.vala
  41.123 -+++ marlin-0.5/libwidgets/BreadcrumbsEntry.vala
  41.124 -@@ -74,7 +74,7 @@
  41.125 -         
  41.126 -         /* Load arrow image */
  41.127 -         try {
  41.128 --            arrow_img = IconTheme.get_default ().load_icon ("go-jump-symbolic", 16, IconLookupFlags.GENERIC_FALLBACK);
  41.129 -+            arrow_img = IconTheme.get_default ().load_icon ("go-jump", 16, IconLookupFlags.GENERIC_FALLBACK);
  41.130 -         } catch(Error err) {
  41.131 -             stderr.printf ("Unable to load home icon: %s", err.message);
  41.132 -         }
    42.1 Binary file marlin/stuff/marlin.png has changed
    43.1 --- a/miniupnpd/receipt	Mon Dec 23 18:57:54 2013 +0100
    43.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    43.3 @@ -1,35 +0,0 @@
    43.4 -# SliTaz package receipt.
    43.5 -
    43.6 -PACKAGE="miniupnpd"
    43.7 -VERSION="1.8"
    43.8 -CATEGORY="network"
    43.9 -SHORT_DESC="UPnP Internet Gateway Device (IGD) specifications server."
   43.10 -MAINTAINER="pascal.bellard@slitaz.org"
   43.11 -LICENSE="BSD"
   43.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   43.13 -WEB_SITE="http://miniupnp.tuxfamily.org/"
   43.14 -WGET_URL="$WEB_SITE/files/$TARBALL"
   43.15 -
   43.16 -DEPENDS="iptables"
   43.17 -BUILD_DEPENDS="iptables-dev libnfnetlink-dev"
   43.18 -
   43.19 -# Rules to configure and make the package.
   43.20 -compile_rules()
   43.21 -{
   43.22 -	export LDFLAGS="-Wl,--copy-dt-needed-entries" 
   43.23 -	mkdir -p $DESTDIR/usr/share/man/man8
   43.24 -	sed -i 's,^EXTIF=eth0,EXTIF=$(route -n | awk ''/^0.0.0.0/ { print $8 }''),' netfilter/iptables_init.sh
   43.25 -	make -f Makefile.linux config.h
   43.26 -	KERNEL_VERSION=$(grep -s ^VERSION= $WOK/linux/receipt | cut -d '"' -f 2)
   43.27 -	sed -i "s,OS_VERSION.*,OS_VERSION \"Linux/$KERNEL_VERSION\"," config.h
   43.28 -	make CFLAGS="-DIPTABLES_143" -f Makefile.linux &&
   43.29 -	PREFIX=$DESTDIR make -f Makefile.linux install
   43.30 -}
   43.31 -
   43.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
   43.33 -genpkg_rules()
   43.34 -{
   43.35 -	mkdir -p $fs/usr
   43.36 -	cp -a $install/etc $fs
   43.37 -	cp -a $install/usr/sbin $fs/usr
   43.38 -}
    44.1 --- a/poppler-qt4-apps/receipt	Mon Dec 23 18:57:54 2013 +0100
    44.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    44.3 @@ -1,25 +0,0 @@
    44.4 -# SliTaz package receipt.
    44.5 -
    44.6 -PACKAGE="poppler-qt4-apps"
    44.7 -VERSION="0.22.0"
    44.8 -CATEGORY="office"
    44.9 -SHORT_DESC="Poppler utilities to manipulate PDF file."
   44.10 -MAINTAINER="pankso@slitaz.org"
   44.11 -LICENSE="GPL2"
   44.12 -WANTED="poppler"
   44.13 -WEB_SITE="http://poppler.freedesktop.org/"
   44.14 -
   44.15 -DEPENDS="fontconfig poppler-qt4 cairo zlib libpng gcc-lib-base libQtCore \
   44.16 -libQtXml libQtGui"
   44.17 -
   44.18 -PROVIDE="poppler-apps"
   44.19 -
   44.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   44.21 -genpkg_rules()
   44.22 -{
   44.23 -	mkdir -p $fs/usr
   44.24 -	cp -a $install/usr/bin $fs/usr
   44.25 -	if [ -f $fs/usr/bin/poppler-glib-demo ]; then
   44.26 -		rm -rf $fs/usr/bin/poppler-glib-demo
   44.27 -	fi
   44.28 -}
    45.1 --- a/tmux-mem-cpu-load/receipt	Mon Dec 23 18:57:54 2013 +0100
    45.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    45.3 @@ -1,44 +0,0 @@
    45.4 -# SliTaz package receipt.
    45.5 -
    45.6 -PACKAGE="tmux-mem-cpu-load"
    45.7 -VERSION="2.2.1"
    45.8 -CATEGORY="utilities"
    45.9 -SHORT_DESC="CPU, RAM memory, and load monitor for use with tmux."
   45.10 -MAINTAINER="paul@slitaz.org"
   45.11 -LICENSE="Apache"
   45.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   45.13 -WEB_SITE="https://github.com/thewtex/tmux-mem-cpu-load"
   45.14 -WGET_URL="git|git://github.com/thewtex/tmux-mem-cpu-load"
   45.15 -
   45.16 -DEPENDS="tmux"
   45.17 -BUILD_DEPENDS="cmake python bzip2 git"
   45.18 -
   45.19 -# Rules to configure and make the package.
   45.20 -compile_rules()
   45.21 -{
   45.22 -	cd $src
   45.23 -	cmake . -DCMAKE_INSTALL_PREFIX=/usr
   45.24 -	make && make install
   45.25 -}
   45.26 -
   45.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
   45.28 -genpkg_rules()
   45.29 -{
   45.30 -	mkdir -p $fs/usr
   45.31 -	cp -a $install/usr/bin $fs/usr
   45.32 -}
   45.33 -
   45.34 -post_install()
   45.35 -{
   45.36 -	echo -n "Checking for .tmux.conf..."
   45.37 -	if [ ! -f /home/tux/.tmux.conf ] || $(! grep -q "tmux-mem-cpu-load" /home/tux/.tmux.conf); then
   45.38 -	cat >> /home/tux/.tmux.conf << EOT
   45.39 -# tmux-mem-cpu-load
   45.40 -set -g status-interval 2
   45.41 -set -g status-right "#[fg=black,bg=green]#(tmux-mem-cpu-load 2)#[default]"
   45.42 -EOT
   45.43 -	fi
   45.44 -	chown tux:users /home/tux/.tmux.conf
   45.45 -	status
   45.46 -}
   45.47 -
    46.1 --- a/varka-dev/receipt	Mon Dec 23 18:57:54 2013 +0100
    46.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    46.3 @@ -1,21 +0,0 @@
    46.4 -# SliTaz package receipt.
    46.5 -
    46.6 -PACKAGE="varka-dev"
    46.7 -VERSION="0.1"
    46.8 -CATEGORY="development"
    46.9 -SHORT_DESC="Development files for varka"
   46.10 -MAINTAINER="al.bobylev@gmail.com"
   46.11 -LICENSE="GPL3"
   46.12 -WEB_SITE="https://launchpad.net/varka"
   46.13 -
   46.14 -WANTED="varka"
   46.15 -DEPENDS="varka"
   46.16 -
   46.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   46.18 -genpkg_rules()
   46.19 -{
   46.20 -	mkdir -p $fs/usr/lib
   46.21 -	cp -a $install/usr/include $fs/usr
   46.22 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   46.23 -	cp -a $install/usr/share $fs/usr
   46.24 -}
    47.1 --- a/varka/receipt	Mon Dec 23 18:57:54 2013 +0100
    47.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    47.3 @@ -1,32 +0,0 @@
    47.4 -# SliTaz package receipt.
    47.5 -
    47.6 -PACKAGE="varka"
    47.7 -VERSION="0.1"
    47.8 -CATEGORY="development"
    47.9 -SHORT_DESC="A library on top of gtk to build applications"
   47.10 -MAINTAINER="al.bobylev@gmail.com"
   47.11 -LICENSE="GPL3"
   47.12 -WEB_SITE="https://launchpad.net/varka"
   47.13 -BRANCH="15"
   47.14 -TARBALL="$PACKAGE-$BRANCH.tar.bz2"
   47.15 -WGET_URL="bzr|lp:varka"
   47.16 -
   47.17 -DEPENDS="gtk+3"
   47.18 -BUILD_DEPENDS="bazaar cmake gobject-introspection-dev gtk+3-dev libgio-dev vala"
   47.19 -
   47.20 -# Rules to configure and make the package.
   47.21 -compile_rules()
   47.22 -{
   47.23 -	export LDFLAGS="$LDFLAGS $(pkg-config --libs gio-unix-2.0 gmodule-2.0)"
   47.24 -	mkdir build && cd build
   47.25 -	cmake .. -DCMAKE_INSTALL_PREFIX=/usr && \
   47.26 -	make && \
   47.27 -	make DESTDIR=$install install
   47.28 -}
   47.29 -
   47.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
   47.31 -genpkg_rules()
   47.32 -{
   47.33 -	mkdir -p $fs/usr/lib
   47.34 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   47.35 -}
    48.1 --- a/vifm/receipt	Mon Dec 23 18:57:54 2013 +0100
    48.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    48.3 @@ -1,34 +0,0 @@
    48.4 -# SliTaz package receipt.
    48.5 -
    48.6 -PACKAGE="vifm"
    48.7 -VERSION="0.7.6"
    48.8 -CATEGORY="utilities"
    48.9 -SHORT_DESC="Vi File Manager."
   48.10 -MAINTAINER="paul@slitaz.org"
   48.11 -LICENSE="GPL2"
   48.12 -DEPENDS="ncurses libmagic xorg-libX11 vim file"
   48.13 -BUILD_DEPENDS="ncurses-dev libmagic-dev xorg-libX11-dev util-linux-whereis vim file"
   48.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   48.15 -WEB_SITE="http://vifm.sourceforge.net/"
   48.16 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   48.17 -
   48.18 -# Rules to configure and make the package.
   48.19 -compile_rules()
   48.20 -{
   48.21 -	cd $src
   48.22 -	./configure \
   48.23 -		--prefix=/usr \
   48.24 -	 	$CONFIGURE_ARGS &&
   48.25 -	make && make DESTDIR=$DESTDIR install
   48.26 -}
   48.27 -
   48.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
   48.29 -genpkg_rules()
   48.30 -{
   48.31 -	mkdir -p $fs/usr
   48.32 -	cp -a $install/usr/bin $fs/usr
   48.33 -	cp -a $install/usr/share $fs/usr
   48.34 -	# rm stuff
   48.35 -	rm -rf $fs/usr/share/man
   48.36 -}
   48.37 -