slitaz-arm rev 130

Fix rpi sysctl.conf and add maynard to wok
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 24 04:07:25 2014 +0200 (2014-04-24)
parents 80fba2e65d49
children 5b619561613a
files rootfs/etc/init.d/system.sh rpi/rootfs/etc/sysctl.conf wok/maynard/receipt
line diff
     1.1 --- a/rootfs/etc/init.d/system.sh	Tue Apr 22 02:10:18 2014 +0200
     1.2 +++ b/rootfs/etc/init.d/system.sh	Thu Apr 24 04:07:25 2014 +0200
     1.3 @@ -43,6 +43,7 @@
     1.4  	rdate -s tick.greyware.com 2>/dev/null; status
     1.5  fi
     1.6  
     1.7 +# DEPRECATED: Xorg dont need any config file anymore but the 60-Keyboard.conf
     1.8  # Xorg configuration: $HOME is not yet set
     1.9  if [ ! -s "/etc/X11/xorg.conf" ] && [ -x "/usr/bin/Xorg" ]; then
    1.10  	echo "Configuring Xorg server..." && HOME="/root"
     2.1 --- a/rpi/rootfs/etc/sysctl.conf	Tue Apr 22 02:10:18 2014 +0200
     2.2 +++ b/rpi/rootfs/etc/sysctl.conf	Thu Apr 24 04:07:25 2014 +0200
     2.3 @@ -7,6 +7,3 @@
     2.4  
     2.5  # Purge cached block devices before cached filesystem entries
     2.6  vm.vfs_cache_pressure=50
     2.7 -
     2.8 -# Most users will not need ipv6: disable to speed up networking
     2.9 -net.ipv6.conf.all.disable_ipv6=1
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/wok/maynard/receipt	Thu Apr 24 04:07:25 2014 +0200
     3.3 @@ -0,0 +1,31 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="maynard"
     3.7 +VERSION="git-1"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="Desktop env for the R-Pi (not limited to it) running on Wayland."
    3.10 +MAINTAINER="pankso@slitaz.org"
    3.11 +LICENSE="GPL"
    3.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.13 +WEB_SITE="http://www.slitaz.org/"
    3.14 +WGET_URL="git|git://github.com/raspberrypi/maynard.git"
    3.15 +HOST_ARCH="i486 arm"
    3.16 +
    3.17 +# Arf... want gtk3 and some gnome pkgs... not so light I guess
    3.18 +DEPENDS="wayland"
    3.19 +BUILD_DEPENDS="wayland-dev"
    3.20 +
    3.21 +# Rules to configure and make the package.
    3.22 +compile_rules()
    3.23 +{
    3.24 +	./autogen.sh \
    3.25 +		--prefix=/usr \
    3.26 +		${CONFIGURE_ARGS} &&
    3.27 +	make && make install
    3.28 +}
    3.29 +
    3.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.31 +genpkg_rules()
    3.32 +{
    3.33 +	mkdir -p $fs/usr
    3.34 +}