slitaz-arm rev 93
Add Openbox to rpi-desktop and receipt for sonic-pi
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Apr 11 10:06:58 2014 +0200 (2014-04-11) |
parents | d5e55c58173e |
children | 232f979c80ea |
files | flavors/rpi-desktop/packages.list rpi/rootfs/etc/slim.conf wok/sonic-pi/receipt |
line diff
1.1 --- a/flavors/rpi-desktop/packages.list Mon Apr 07 17:50:41 2014 +0100 1.2 +++ b/flavors/rpi-desktop/packages.list Fri Apr 11 10:06:58 2014 +0200 1.3 @@ -103,3 +103,6 @@ 1.4 libltdl 1.5 alsa-utils 1.6 mpg123 1.7 +glib 1.8 +pango 1.9 +openbox
2.1 --- a/rpi/rootfs/etc/slim.conf Mon Apr 07 17:50:41 2014 +0100 2.2 +++ b/rpi/rootfs/etc/slim.conf Fri Apr 11 10:06:58 2014 +0200 2.3 @@ -53,7 +53,7 @@ 2.4 # The current chosen session name is replaced in the login_cmd 2.5 # above, so your login command can handle different sessions. 2.6 # see the xinitrc.sample file shipped with slim sources 2.7 -sessions jwm 2.8 +sessions openbox,jwm 2.9 2.10 # Executed when pressing F11 (requires imagemagick) 2.11 #screenshot_cmd mtpaint -s /root/slim-shot.png
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/wok/sonic-pi/receipt Fri Apr 11 10:06:58 2014 +0200 3.3 @@ -0,0 +1,36 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="sonic-pi" 3.7 +VERSION="git-1" 3.8 +CATEGORY="multimedia" 3.9 +SHORT_DESC="" 3.10 +MAINTAINER="pankso@slitaz.org" 3.11 +LICENSE="GPL3" 3.12 +TARBALL="$PACKAGE-VERSION.zip" 3.13 +WEB_SITE="http://www.cl.cam.ac.uk/projects/raspberrypi/sonicpi/" 3.14 +WGET_URL="https://codeload.github.com/samaaron/sonic-pi/zip/master" 3.15 +HOST_ARCH="arm" 3.16 + 3.17 +DEPENDS="" 3.18 +BUILD_DEPENDS="" 3.19 + 3.20 +# Rules to configure and make the package. 3.21 +compile_rules() 3.22 +{ 3.23 + cd ${src}/app/gui/qt 3.24 + qmake && make && 3.25 + ./rp-app-bin 3.26 +} 3.27 + 3.28 +# SliTaz package testsuite 3.29 +testsuite() { 3.30 + echo "Executing cook testsuite..." 3.31 + #readelf -Ah ${src}/8086tiny 3.32 +} 3.33 + 3.34 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.35 +genpkg_rules() 3.36 +{ 3.37 + mkdir -p $fs/usr/bin 3.38 + #cp -a ${src}/etc $fs/etc/sonic-pi 3.39 +}