aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko2
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-19 09:44:01 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-19 22:32:16 +0200
commit3b2dd54a4a7fc0c951cf9e6f7b1db0c6a22637c6 (patch)
treefed512b5271db35e8a461afb094b6778695ee9fc /recipes/openmoko2
parent83847370bdcd13cc39adfbc1a1109584efc7fe00 (diff)
downloadopenembedded-3b2dd54a4a7fc0c951cf9e6f7b1db0c6a22637c6.tar.gz
openmoko: obsolete old openmoko classes and recipes using those
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openmoko2')
-rw-r--r--recipes/openmoko2/libjana_svn.bb29
-rw-r--r--recipes/openmoko2/libmokogsmd2_svn.bb8
-rw-r--r--recipes/openmoko2/libmokojournal2_svn.bb12
-rw-r--r--recipes/openmoko2/libmokopanelui2_svn.bb8
-rw-r--r--recipes/openmoko2/moko-gtk-engine_svn.bb15
-rw-r--r--recipes/openmoko2/neod/htc.patch32
-rw-r--r--recipes/openmoko2/neod/ipaq.patch32
-rw-r--r--recipes/openmoko2/neod_svn.bb28
-rw-r--r--recipes/openmoko2/openmoko-asu-om20072-support.bb27
-rw-r--r--recipes/openmoko2/openmoko-common2_svn.bb27
-rw-r--r--recipes/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb58
-rw-r--r--recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb24
-rwxr-xr-xrecipes/openmoko2/openmoko-sound-system2/pulseaudio50
-rw-r--r--recipes/openmoko2/openmoko-sound-system2/session27
-rw-r--r--recipes/openmoko2/openmoko-sound-system2_0.1.0.bb34
-rw-r--r--recipes/openmoko2/openmoko-sound-theme-standard2_svn.bb26
-rw-r--r--recipes/openmoko2/openmoko-theme-standard2-qvga_svn.bb27
-rw-r--r--recipes/openmoko2/openmoko-theme-standard2_svn.bb22
18 files changed, 0 insertions, 486 deletions
diff --git a/recipes/openmoko2/libjana_svn.bb b/recipes/openmoko2/libjana_svn.bb
deleted file mode 100644
index c73a31986a..0000000000
--- a/recipes/openmoko2/libjana_svn.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-DESCRIPTION = "O-Hand Jana Library"
-DEPENDS = "libmokojournal2"
-DEPENDS = "gtk+ eds-dbus gconf"
-SRCREV = "749"
-PV = "0.1.0+svnr${SRCPV}"
-PR = "r5"
-
-inherit autotools pkgconfig lib_package
-
-SRC_URI = "svn://svn.gnome.org/svn/jana/;module=trunk;proto=http"
-S = "${WORKDIR}/trunk/"
-
-EXTRA_OECONF = "--enable-examples "
-
-do_configure_prepend() {
- touch gtk-doc.make
-}
-
-PACKAGES =+ "libjana-ecal libjana-ecal-dbg \
- libjana-gtk libjana-gtk-dbg \
- "
-
-LEAD_SONAME = "libjana.so"
-
-FILES_libjana-ecal = "${libdir}/libjana-ecal.so.*"
-FILES_libjana-ecal-dbg += "${libdir}/.debug/libjana-ecal*"
-FILES_libjana-gtk = "${libdir}/libjana-gtk.so.* ${datadir}/jana/landwater.vmf"
-FILES_libjana-gtk-dbg += "${libdir}/.debug/libjana-gtk.so.*"
-FILES_libjana-bin_append = " ${datadir}/jana/flag-uk.png "
diff --git a/recipes/openmoko2/libmokogsmd2_svn.bb b/recipes/openmoko2/libmokogsmd2_svn.bb
deleted file mode 100644
index 3fa20e9257..0000000000
--- a/recipes/openmoko2/libmokogsmd2_svn.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SECTION = "openmoko/libs"
-DEPENDS = "libgsmd glib-2.0"
-SRCREV = "4334"
-PV = "0.1.0+svnr${SRCPV}"
-PR = "r2"
-
-inherit openmoko2
-
diff --git a/recipes/openmoko2/libmokojournal2_svn.bb b/recipes/openmoko2/libmokojournal2_svn.bb
deleted file mode 100644
index ea5604611d..0000000000
--- a/recipes/openmoko2/libmokojournal2_svn.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-SECTION = "openmoko/libs"
-DEPENDS = "eds-dbus"
-SRCREV = "3473"
-PV = "0.1.0+svnr${SRCPV}"
-PR = "r2"
-
-inherit openmoko2 lib_package
-
-do_configure_prepend() {
- touch gtk-doc.make
-}
-
diff --git a/recipes/openmoko2/libmokopanelui2_svn.bb b/recipes/openmoko2/libmokopanelui2_svn.bb
deleted file mode 100644
index 2a3a1c53f1..0000000000
--- a/recipes/openmoko2/libmokopanelui2_svn.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SECTION = "openmoko/libs"
-DEPENDS = "gtk+ matchbox-panel-2"
-SRCREV = "4568"
-PV = "0.3.0+svnr${SRCPV}"
-PR = "r0"
-
-inherit openmoko2
-
diff --git a/recipes/openmoko2/moko-gtk-engine_svn.bb b/recipes/openmoko2/moko-gtk-engine_svn.bb
deleted file mode 100644
index 72c0c2350c..0000000000
--- a/recipes/openmoko2/moko-gtk-engine_svn.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "Moko GTK+ theme engine"
-SECTION = "openmoko/libs"
-SRCREV = "4734"
-PV = "0.1.0+svnr${SRCPV}"
-PR = "r0"
-
-inherit openmoko2
-
-PACKAGES += "moko-gtk-theme"
-FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so "
-FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*"
-FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/engines/.debug"
-FILES_moko-gtk-theme = "${datadir}/themes"
-RDEPENDS_${PN} = "moko-gtk-theme"
-
diff --git a/recipes/openmoko2/neod/htc.patch b/recipes/openmoko2/neod/htc.patch
deleted file mode 100644
index 0ced894a45..0000000000
--- a/recipes/openmoko2/neod/htc.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Index: neod/configure.ac
-===================================================================
---- neod.orig/configure.ac 2007-09-15 23:01:30.000000000 +0200
-+++ neod/configure.ac 2007-09-15 23:02:01.000000000 +0200
-@@ -32,6 +32,10 @@
- NEOD_CFLAGS="$NEOD_CFLAGS -DNEOD_PLATFORM_MOTOROLA_EZX"
- fi
-
-+if test x"$neod_platform" = x"htc"; then
-+ NEOD_CFLAGS="$NEOD_CFLAGS -DNEOD_PLATFORM_HTC"
-+fi
-+
- CFLAGS=$NEOD_CFLAGS
-
- AC_OUTPUT([
-Index: neod/src/buttonactions.c
-===================================================================
---- neod.orig/src/buttonactions.c 2007-09-15 23:02:15.000000000 +0200
-+++ neod/src/buttonactions.c 2007-09-15 23:04:16.000000000 +0200
-@@ -63,6 +63,12 @@
- #define TOUCHSCREEN_BUTTON_KEYCODE 0x14a
- #endif
-
-+#ifdef NEOD_PLATFORM_HTC
-+ #define AUX_BUTTON_KEYCODE 0xd4 /* camera */
-+ #define POWER_BUTTON_KEYCODE 0x74 /* power */
-+ #define TOUCHSCREEN_BUTTON_KEYCODE 0x14a
-+#endif
-+
- #define HEADPHONE_INSERTION_SWITCHCODE 0x02
-
- GPollFD input_fd[10];
diff --git a/recipes/openmoko2/neod/ipaq.patch b/recipes/openmoko2/neod/ipaq.patch
deleted file mode 100644
index 19b61ab1f5..0000000000
--- a/recipes/openmoko2/neod/ipaq.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Index: neod/src/buttonactions.c
-===================================================================
---- neod.orig/src/buttonactions.c 2007-09-29 17:24:43.000000000 +0200
-+++ neod/src/buttonactions.c 2007-09-29 17:24:49.000000000 +0200
-@@ -69,6 +69,12 @@
- #define TOUCHSCREEN_BUTTON_KEYCODE 0x14a
- #endif
-
-+#ifdef NEOD_PLATFORM_IPAQ
-+ #define AUX_BUTTON_KEYCODE 89 /* _KEY_RECORD */
-+ #define POWER_BUTTON_KEYCODE 0x74 /* KEY_POWER */
-+ #define TOUCHSCREEN_BUTTON_KEYCODE 0x14a
-+#endif
-+
- #define HEADPHONE_INSERTION_SWITCHCODE 0x02
-
- GPollFD input_fd[10];
-Index: neod/configure.ac
-===================================================================
---- neod.orig/configure.ac 2007-09-29 17:25:12.000000000 +0200
-+++ neod/configure.ac 2007-09-29 17:25:48.000000000 +0200
-@@ -36,6 +36,10 @@
- NEOD_CFLAGS="$NEOD_CFLAGS -DNEOD_PLATFORM_HTC"
- fi
-
-+if test x"$neod_platform" = x"ipaq"; then
-+ NEOD_CFLAGS="$NEOD_CFLAGS -DNEOD_PLATFORM_IPAQ"
-+fi
-+
- CFLAGS=$NEOD_CFLAGS
-
- AC_OUTPUT([
diff --git a/recipes/openmoko2/neod_svn.bb b/recipes/openmoko2/neod_svn.bb
deleted file mode 100644
index d3e4cd922b..0000000000
--- a/recipes/openmoko2/neod_svn.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "Simple Neo1973 Daemon for Button Handling and Power Management"
-SECTION = "openmoko/daemons"
-
-DISTRO_APM ?= "apm"
-DEPENDS = "gtk+ pulseaudio apmd"
-RDEPENDS_${PN} = "gpe-scap xrandr alsa-utils-amixer ${DISTRO_APM} dbus"
-SRCREV = "4617"
-PV = "0.1.0+svnr${SRCPV}"
-PR = "r8"
-
-inherit openmoko2 gconf
-
-SRC_URI += "file://htc.patch;maxrev=3348 \
- file://ipaq.patch;maxrev=3348"
-
-EXTRA_OECONF_om-gta01 = "--with-platform=neo1973"
-EXTRA_OECONF_om-gta02 = "--with-platform=neo1973"
-EXTRA_OECONF_a780 = "--with-platform=ezx"
-EXTRA_OECONF_a1200 = "--with-platform=ezx"
-EXTRA_OECONF_e680 = "--with-platform=ezx"
-EXTRA_OECONF_rokre2 = "--with-platform=ezx"
-EXTRA_OECONF_rokre6 = "--with-platform=ezx"
-EXTRA_OECONF_magician = "--with-platform=htc"
-EXTRA_OECONF_hx4700 = "--with-platform=ipaq"
-EXTRA_OECONF_htcuniversal = "--with-platform=htc"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
diff --git a/recipes/openmoko2/openmoko-asu-om20072-support.bb b/recipes/openmoko2/openmoko-asu-om20072-support.bb
deleted file mode 100644
index 9b0847f55c..0000000000
--- a/recipes/openmoko2/openmoko-asu-om20072-support.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-DESCRIPTION = "Theme support and defaults to integrate OM2007.2 in the April Software Update"
-LICENSE = "GPL"
-SECTION = "x11"
-RDEPENDS_${PN} = "openmoko-common2"
-
-ALLOW_EMPTY_${PN} = "1"
-PACKAGE_ARCH = "all"
-
-pkg_postinst_${PN} () {
-#!/bin/sh -e
-if [ "x$D" != "x" ]; then
- exit 1
-fi
-
-gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Moko
-gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/icon_theme openmoko-standard
-gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/font_name "Sans 5"
-gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/wallpaper ${datadir}/pixmaps/wallpaper.png
-gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type bool --set /desktop/poky/interface/digital_clock 1
-gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type int --set /desktop/poky/peripherals/mouse/drag_threshold 8
-gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type int --set /desktop/openmoko/neod/power_management 2
-# gstreamer audio settings
-#gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct -t string --set /system/gstreamer/0.10/default/audiosink pulsesink
-#gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct -t string --set /system/gstreamer/0.10/default/audiosrc pulsesrc
-
-}
-
diff --git a/recipes/openmoko2/openmoko-common2_svn.bb b/recipes/openmoko2/openmoko-common2_svn.bb
deleted file mode 100644
index 5558e4f0a7..0000000000
--- a/recipes/openmoko2/openmoko-common2_svn.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-DESCRIPTION = "Common files for the Openmoko framework"
-SECTION = "openmoko/base"
-SRCREV = "3259"
-PV = "0.1.0+svnr${SRCPV}"
-PR = "r0"
-
-inherit openmoko2
-
-SRC_URI = "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/artwork;module=pixmaps;proto=http"
-S = "${WORKDIR}"
-
-ALLOW_EMPTY = "1"
-
-dirs = "pixmaps"
-
-do_install() {
- find . -name .svn | xargs rm -rf
- install -d ${D}${datadir}
- for i in ${dirs}; do
- cp -fR $i ${D}${datadir}/$i;
- done
- # moved to xserver-kdrive-common
- rm -f ${D}${datadir}/pixmaps/xsplash*
-}
-
-PACKAGE_ARCH = "all"
-FILES_${PN} = "${datadir}"
diff --git a/recipes/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb b/recipes/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb
deleted file mode 100644
index 4f37324252..0000000000
--- a/recipes/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb
+++ /dev/null
@@ -1,58 +0,0 @@
-DESCRIPTION = "Standard Gtk+ icon theme for the Openmoko framework, QVGA edition"
-SECTION = "openmoko/base"
-DEPENDS = "imagemagick-native librsvg-native"
-SRCREV = "4232"
-PV = "0.1.0+svnr${SRCPV}"
-PR = "r2"
-
-EXCLUDE_FROM_WORLD = "1"
-
-inherit openmoko2
-
-SRC_URI = "svn://svn.openmoko.org/trunk/src/target/OM-2007.2/artwork/;module=icons;proto=http"
-S = "${WORKDIR}/icons"
-
-pkg_postinst_${PN} () {
- if [ "x$D" != "x" ]; then
- exit 1
- fi
- gtk-update-icon-cache -q /usr/share/icons/openmoko-standard
-}
-
-do_configure_prepend () {
- cd ${S}
- #
- # don't include 36x36 and 128x128 icons, 32x32 and 48x48 stock icons
- #
- sed -i -e "/\(36\|128\)/d" -e "/\(32\|48\)\/stock/d" configure.ac
- cd openmoko-standard
- sed -i -e "s/\(36x36\|128x128\) //g" Makefile.am
- sed -i "/^SUBDIRS=/s/ stock//" {32x32,48x48}/Makefile.am
- #
- # rescale stock icons to 22x22
- #
- for png in $(ls */stock/*.png | sed "s,.*/,," | sort | uniq); do
- svg=scalable/stock/$(basename $png .png).svg
- out=22x22/stock/$png
- if [ -f $svg ]; then
- #
- # if there are vector graphics, rerender
- #
- rsvg -w 22 -h 22 $svg $out
- else
- #
- # otherwise rescale biggest existing bitmap
- #
- png=$(echo */stock/$png | sed "s/.* //")
- convert -scale 22x22 $png $out
- fi
- done
- #
- # register the rescaled icons with automake
- #
- cd 22x22/stock
- sed -i "/^icons_DATA/s/=.*/= $(echo *.png)/" Makefile.am
- cd ${S}
-}
-
-PACKAGE_ARCH = "all"
diff --git a/recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb b/recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb
deleted file mode 100644
index c1844455b0..0000000000
--- a/recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "Standard Gtk+ icon theme for the Openmoko framework"
-HOMEPAGE = "http://www.openmoko.org"
-SECTION = "openmoko/base"
-LICENSE = "GPL"
-
-SRCREV = "4232"
-PV = "0.1.0+svnr${SRCPV}"
-PR = "r3"
-
-inherit autotools pkgconfig
-
-SRC_URI = "svn://svn.openmoko.org/trunk/src/target/OM-2007.2/artwork/;module=icons;proto=http"
-S = "${WORKDIR}/icons"
-
-FILES_${PN} += "${datadir}/icons"
-
-pkg_postinst_${PN} () {
- if [ "x$D" != "x" ]; then
- exit 1
- fi
- gtk-update-icon-cache -q /usr/share/icons/openmoko-standard
-}
-
-PACKAGE_ARCH = "all"
diff --git a/recipes/openmoko2/openmoko-sound-system2/pulseaudio b/recipes/openmoko2/openmoko-sound-system2/pulseaudio
deleted file mode 100755
index 964947376e..0000000000
--- a/recipes/openmoko2/openmoko-sound-system2/pulseaudio
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/sh
-#
-# pulseaudio This shell script starts and stops pulseaudio.
-#
-# chkconfig: 345 90 40
-# description: Pulseaudio manages the sound input/output
-# processname: pulseaudio
-
-# Source function library.
-#. /etc/rc.d/init.d/functions
-
-RETVAL=0
-prog="pulseaudio"
-
-start() {
- echo -n "Starting audio server: "
- # FIXME once alsa/shm permissions have been fixed, supply --system
- start-stop-daemon -S -x /usr/bin/pulseaudio -- --no-cpu-limit --resample-method=trivial -D -nF /etc/pulse/session
-
- if [ $? = 0 ]; then
- echo "$prog (warning ignores)." # FIXME remove comment on warning
- else
- echo "(failed.)"
- fi
-}
-
-stop() {
- echo -n "Stopping audio server: "
- start-stop-daemon -K -x /usr/bin/pulseaudio
- echo "pulseaudio."
-}
-
-# See how we were called.
-case "$1" in
- start)
- start
- ;;
- stop)
- stop
- ;;
- restart|reload)
- stop
- start
- ;;
- *)
- echo "Usage: $0 {start|stop|restart}"
- exit 1
-esac
-
-exit $RETVAL
diff --git a/recipes/openmoko2/openmoko-sound-system2/session b/recipes/openmoko2/openmoko-sound-system2/session
deleted file mode 100644
index 7cc4d49ea3..0000000000
--- a/recipes/openmoko2/openmoko-sound-system2/session
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/pulseaudio -nF
-
-# Create autoload entries for the device drivers
-add-autoload-sink output module-alsa-sink sink_name=output
-add-autoload-source input module-alsa-source source_name=input
-
-# Load several protocols
-load-module module-esound-protocol-unix
-load-module module-native-protocol-unix
-load-module module-cli-protocol-unix
-
-# Make some devices default
-set-default-sink output
-set-default-source input
-
-# Don't fail if the audio files referred to below don't exist
-.nofail
-
-# Load an audio to the sample cache for usage with module-x11-bell
-load-sample-lazy x11-bell /usr/share/openmoko/sounds/notify_doorbell.wav
-load-module module-x11-bell sample=x11-bell
-
-# Load samples
-load-sample startup /usr/share/openmoko/sounds/startup_unintrusive.wav
-load-sample touchscreen /usr/share/openmoko/sounds/touchscreen_click.wav
-load-sample ringtone /usr/share/openmoko/sounds/ringtone_classy.wav
-
diff --git a/recipes/openmoko2/openmoko-sound-system2_0.1.0.bb b/recipes/openmoko2/openmoko-sound-system2_0.1.0.bb
deleted file mode 100644
index c947e32efe..0000000000
--- a/recipes/openmoko2/openmoko-sound-system2_0.1.0.bb
+++ /dev/null
@@ -1,34 +0,0 @@
-DESCRIPTION = "Openmoko Sound System"
-SECTION = "openmoko/base"
-RDEPENDS_${PN} = "\
- pulseaudio-server \
- pulseaudio-module-alsa-sink \
- pulseaudio-module-alsa-source \
- pulseaudio-module-cli \
- pulseaudio-module-esound-protocol-unix \
- pulseaudio-module-simple-protocol-tcp \
- pulseaudio-module-native-protocol-unix \
- pulseaudio-module-cli-protocol-unix \
- gst-plugin-pulse \
-"
-RREPLACES_${PN} = "openmoko-sound-system"
-RPROVIDES_${PN} = "openmoko-sound-system"
-PR = "r6"
-
-inherit openmoko-base update-rc.d
-
-INITSCRIPT_NAME = "pulseaudio"
-INITSCRIPT_PARAMS = "defaults 35"
-
-SRC_URI = "file://pulseaudio \
- file://session"
-S = "${WORKDIR}"
-
-do_install() {
- install -d ${D}/${sysconfdir}/init.d
- install -m 0755 ${WORKDIR}/pulseaudio ${D}/${sysconfdir}/init.d/
- install -d ${D}/${sysconfdir}/pulse
- install -m 0755 ${WORKDIR}/session ${D}/${sysconfdir}/pulse/session
-}
-
-PACKAGE_ARCH = "all"
diff --git a/recipes/openmoko2/openmoko-sound-theme-standard2_svn.bb b/recipes/openmoko2/openmoko-sound-theme-standard2_svn.bb
deleted file mode 100644
index a7687d8486..0000000000
--- a/recipes/openmoko2/openmoko-sound-theme-standard2_svn.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "Standard sound theme for the Openmoko framework"
-SECTION = "openmoko/base"
-RREPLACES_${PN} = "openmoko-sound-theme-standard"
-RPROVIDES_${PN} = "openmoko-sound-theme-standard"
-SRCREV = "4271"
-PV = "0.1+svnr${SRCPV}"
-PR = "r4"
-
-inherit openmoko2 autotools
-
-SRC_URI = "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/artwork;module=sounds;proto=http"
-S = "${WORKDIR}/sounds"
-
-do_install() {
- find ${WORKDIR} -name ".svn" | xargs rm -rf
- install -d ${D}${datadir}/openmoko/sounds
- for i in *.mp3; do
- cp -fpPR ${S}/$i ${D}${datadir}/openmoko/sounds/
- done
- for i in touchscreen_click.wav ringtone_classy.wav notify_doorbell.wav startup_unintrusive.wav; do
- cp -f ${S}/$i ${D}${datadir}/openmoko/sounds/
- done
-}
-
-FILES_${PN} = "${datadir}"
-
diff --git a/recipes/openmoko2/openmoko-theme-standard2-qvga_svn.bb b/recipes/openmoko2/openmoko-theme-standard2-qvga_svn.bb
deleted file mode 100644
index a4e13b4166..0000000000
--- a/recipes/openmoko2/openmoko-theme-standard2-qvga_svn.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-DESCRIPTION = "Standard Gtk+ theme for the Openmoko framework, QVGA edition"
-SECTION = "openmoko/base"
-RCONFLICTS_${PN} = "openmoko-theme-standard"
-RPROVIDES_${PN} = "openmoko-theme-standard-2"
-SRCREV = "3425"
-PV = "0.1.1+svnr${SRCPV}"
-PR = "r2"
-
-inherit openmoko2
-
-SRC_URI = "svn://svn.openmoko.org/trunk/src/target/OM-2007.2/artwork/themes;module=openmoko-standard-2-qvga;proto=http"
-S = "${WORKDIR}/openmoko-standard-2-qvga"
-
-do_install() {
- find ${WORKDIR} -name ".svn" | xargs rm -rf
- install -d ${D}${datadir}/themes/openmoko-standard-2/gtk-2.0
- cp -fpPR ${S}/* ${D}${datadir}/themes/openmoko-standard-2/
- rm -rf ${D}${datadir}/themes/openmoko-standard-2/patches/
-
- install -d ${D}${sysconfdir}/gtk-2.0
- echo 'include "${datadir}/themes/openmoko-standard-2/gtk-2.0/gtkrc"' >> ${D}${sysconfdir}/gtk-2.0/gtkrc
-}
-
-CONFFILES_${PN} = "${sysconfdir}/gtk-2.0/gtkrc"
-
-PACKAGE_ARCH = "all"
-FILES_${PN} = "${datadir} ${sysconfdir}"
diff --git a/recipes/openmoko2/openmoko-theme-standard2_svn.bb b/recipes/openmoko2/openmoko-theme-standard2_svn.bb
deleted file mode 100644
index cff0bbc419..0000000000
--- a/recipes/openmoko2/openmoko-theme-standard2_svn.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Standard Gtk+ theme for the Openmoko framework"
-SECTION = "openmoko/base"
-RCONFLICTS_${PN} = "openmoko-theme-standard"
-SRCREV = "4338"
-PV = "0.1.1+svnr${SRCPV}"
-PR = "r6"
-
-inherit openmoko2
-
-SRC_URI = "svn://svn.openmoko.org/trunk/src/target/OM-2007.2/artwork/themes;module=openmoko-standard-2;proto=http"
-S = "${WORKDIR}/openmoko-standard-2"
-
-do_install() {
- find ${WORKDIR} -name ".svn" | xargs rm -rf
- install -d ${D}${datadir}/themes/openmoko-standard-2/gtk-2.0
- cp -fpPR ${S}/* ${D}${datadir}/themes/openmoko-standard-2/
- rm -rf ${D}${datadir}/themes/openmoko-standard-2/patches/
-
-}
-
-PACKAGE_ARCH = "all"
-FILES_${PN} = "${datadir}"