From 1b26bce9675f1beb3d0370f49fc5ed9709c979f6 Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Wed, 26 Jan 2011 19:14:35 +0800 Subject: matchbox: Convert all the matchbox components' repo from svn to git including: matchbox-wm matchbox-panel-2 matchbox-terminal matchbox-config-gtk matchbox-stroke matchbox-desktop matchbox-keyboard matchbox-themes-extra libfakekey settings-daemon Also remove some old recipes. Signed-off-by: Zhai Edwin --- .../matchbox-config-gtk/matchbox-config-gtk_git.bb | 21 ++++++++ .../matchbox-config-gtk/matchbox-config-gtk_svn.bb | 21 -------- .../matchbox-desktop/matchbox-desktop_git.bb | 23 ++++++++ .../matchbox-desktop/matchbox-desktop_svn.bb | 23 -------- .../matchbox-keyboard/matchbox-keyboard_git.bb | 61 ++++++++++++++++++++++ .../matchbox-keyboard/matchbox-keyboard_svn.bb | 61 ---------------------- .../matchbox-panel-2/matchbox-panel-2_git.bb | 36 +++++++++++++ .../matchbox-panel-2/matchbox-panel-2_svn.bb | 36 ------------- .../matchbox-stroke/matchbox-stroke_git.bb | 25 +++++++++ .../matchbox-stroke/matchbox-stroke_svn.bb | 25 --------- .../matchbox-terminal/matchbox-terminal_git.bb | 18 +++++++ .../matchbox-terminal/matchbox-terminal_svn.bb | 18 ------- .../settings-daemon/settings-daemon_git.bb | 27 ++++++++++ .../settings-daemon/settings-daemon_svn.bb | 27 ---------- 14 files changed, 211 insertions(+), 211 deletions(-) create mode 100644 meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb delete mode 100644 meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb create mode 100644 meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb delete mode 100644 meta/recipes-sato/matchbox-desktop/matchbox-desktop_svn.bb create mode 100644 meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb delete mode 100644 meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb create mode 100644 meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb delete mode 100644 meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb create mode 100644 meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb delete mode 100644 meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb create mode 100644 meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb delete mode 100644 meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb create mode 100644 meta/recipes-sato/settings-daemon/settings-daemon_git.bb delete mode 100644 meta/recipes-sato/settings-daemon/settings-daemon_svn.bb (limited to 'meta/recipes-sato') diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb new file mode 100644 index 0000000000..9f4e4d3e01 --- /dev/null +++ b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Matchbox GTK+ theme configuration application." +HOMEPAGE = "http://matchbox-project.org" +BUGTRACKER = "http://bugzilla.openedhand.com/" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ + file://appearance/mb-appearance.c;endline=25;md5=ea92333cf8a6802639d62d874c114a28" + +DEPENDS = "gconf gtk+" +RDEPENDS_${PN} = "settings-daemon" + +PV = "0.0+git${SRCPV}" +PR = "r0" + +S = "${WORKDIR}/git" + +SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \ + file://no-handed.patch;patch=1;pnum=0" + +inherit autotools pkgconfig + diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb deleted file mode 100644 index fce21a3a25..0000000000 --- a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "Matchbox GTK+ theme configuration application." -HOMEPAGE = "http://matchbox-project.org" -BUGTRACKER = "http://bugzilla.openedhand.com/" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ - file://appearance/mb-appearance.c;endline=25;md5=ea92333cf8a6802639d62d874c114a28" - -DEPENDS = "gconf gtk+" -RDEPENDS_${PN} = "settings-daemon" - -PV = "0.0+svnr${SRCPV}" -PR = "r1" - -S = "${WORKDIR}/${PN}" - -SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ - file://no-handed.patch;patch=1;pnum=0" - -inherit autotools pkgconfig - diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb new file mode 100644 index 0000000000..09f79138ca --- /dev/null +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Matchbox Window Manager Desktop" +HOMEPAGE = "http://matchbox-project.org/" +BUGTRACKER = "http://bugzilla.openedhand.com/" + +LICENSE = "GPLv2+ & LGPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ + file://libtaku/eggsequence.h;endline=20;md5=b91f68f7642a1459fa1f4c9df94a8f15 \ + file://src/desktop.c;endline=20;md5=36c9bf295e6007f3423095f405af5a2d \ + file://src/main.c;endline=19;md5=2044244f97a195c25b7dc602ac7e9a00" + +DEPENDS = "gtk+ startup-notification dbus" +SECTION = "x11/wm" +PV = "2.0+git${SRCPV}" +PR = "r0" + +SRC_URI = "git://git.pokylinux.org/${PN}-2;protocol=git \ + file://dso_linking_change_build_fix.patch" + +EXTRA_OECONF = "--enable-startup-notification --with-dbus" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_svn.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_svn.bb deleted file mode 100644 index bed82acee6..0000000000 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_svn.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "Matchbox Window Manager Desktop" -HOMEPAGE = "http://matchbox-project.org/" -BUGTRACKER = "http://bugzilla.openedhand.com/" - -LICENSE = "GPLv2+ & LGPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ - file://libtaku/eggsequence.h;endline=20;md5=b91f68f7642a1459fa1f4c9df94a8f15 \ - file://src/desktop.c;endline=20;md5=36c9bf295e6007f3423095f405af5a2d \ - file://src/main.c;endline=19;md5=2044244f97a195c25b7dc602ac7e9a00" - -DEPENDS = "gtk+ startup-notification dbus" -SECTION = "x11/wm" -PV = "2.0+svnr${SRCPV}" -PR = "r1" - -SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN}-2;proto=http \ - file://dso_linking_change_build_fix.patch" - -EXTRA_OECONF = "--enable-startup-notification --with-dbus" - -S = "${WORKDIR}/${PN}-2" - -inherit autotools pkgconfig diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb new file mode 100644 index 0000000000..245f999335 --- /dev/null +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb @@ -0,0 +1,61 @@ +DESCRIPTION = "Matchbox virtual keyboard for X11" +HOMEPAGE = "http://matchbox-project.org" +BUGTRACKER = "http://bugzilla.openedhand.com/" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ + file://src/matchbox-keyboard.h;endline=20;md5=4ba16ff913ad245dd6d95a6c67f72526 \ + file://applet/applet.c;endline=20;md5=e9201b3efa0a81a160b88d6feb5cf75b" + +DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" +RDEPENDS_${PN} = "formfactor dbus-wait" +SECTION = "x11" +PV = "0.0+git${SRCPV}" +PR = "r0" + +SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \ + file://configure_fix.patch;patch=1;maxrev=1819 \ + file://single-instance.patch;patch=1 \ + file://80matchboxkeyboard.shbg" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig gettext + +EXTRA_OECONF = "--disable-cairo --enable-gtk-im --enable-applet" + +PACKAGES += "matchbox-keyboard-im matchbox-keyboard-im-dbg \ + matchbox-keyboard-applet matchbox-keyboard-applet-dbg" + +FILES_${PN} = "${bindir}/* \ + ${sysconfdir} \ + ${datadir}/applications \ + ${datadir}/pixmaps \ + ${datadir}/matchbox-keyboard" + +FILES_matchbox-keyboard-im = "${libdir}/gtk-2.0/*/immodules/*.so" +FILES_matchbox-keyboard-im-dbg += "${libdir}/gtk-2.0/*/immodules/.debug" + +FILES_matchbox-keyboard-applet = "${libdir}/matchbox-panel/*.so" +FILES_matchbox-keyboard-applet-dbg += "${libdir}/matchbox-panel/.debug" + +do_install_append () { + install -d ${D}/${sysconfdir}/X11/Xsession.d/ + install -m 755 ${WORKDIR}/80matchboxkeyboard.shbg ${D}/${sysconfdir}/X11/Xsession.d/ +} + +pkg_postinst_matchbox-keyboard-im () { +if [ "x$D" != "x" ]; then + exit 1 +fi + +gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules +} + +pkg_postrm_matchbox-keyboard-im () { +if [ "x$D" != "x" ]; then + exit 1 +fi + +gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules +} diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb deleted file mode 100644 index 380e5ba338..0000000000 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb +++ /dev/null @@ -1,61 +0,0 @@ -DESCRIPTION = "Matchbox virtual keyboard for X11" -HOMEPAGE = "http://matchbox-project.org" -BUGTRACKER = "http://bugzilla.openedhand.com/" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ - file://src/matchbox-keyboard.h;endline=20;md5=4ba16ff913ad245dd6d95a6c67f72526 \ - file://applet/applet.c;endline=20;md5=e9201b3efa0a81a160b88d6feb5cf75b" - -DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" -RDEPENDS_${PN} = "formfactor dbus-wait" -SECTION = "x11" -PV = "0.0+svnr${SRCPV}" -PR = "r5" - -SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ - file://configure_fix.patch;patch=1;maxrev=1819 \ - file://single-instance.patch;patch=1 \ - file://80matchboxkeyboard.shbg" - -S = "${WORKDIR}/${PN}" - -inherit autotools pkgconfig gettext - -EXTRA_OECONF = "--disable-cairo --enable-gtk-im --enable-applet" - -PACKAGES += "matchbox-keyboard-im matchbox-keyboard-im-dbg \ - matchbox-keyboard-applet matchbox-keyboard-applet-dbg" - -FILES_${PN} = "${bindir}/* \ - ${sysconfdir} \ - ${datadir}/applications \ - ${datadir}/pixmaps \ - ${datadir}/matchbox-keyboard" - -FILES_matchbox-keyboard-im = "${libdir}/gtk-2.0/*/immodules/*.so" -FILES_matchbox-keyboard-im-dbg += "${libdir}/gtk-2.0/*/immodules/.debug" - -FILES_matchbox-keyboard-applet = "${libdir}/matchbox-panel/*.so" -FILES_matchbox-keyboard-applet-dbg += "${libdir}/matchbox-panel/.debug" - -do_install_append () { - install -d ${D}/${sysconfdir}/X11/Xsession.d/ - install -m 755 ${WORKDIR}/80matchboxkeyboard.shbg ${D}/${sysconfdir}/X11/Xsession.d/ -} - -pkg_postinst_matchbox-keyboard-im () { -if [ "x$D" != "x" ]; then - exit 1 -fi - -gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules -} - -pkg_postrm_matchbox-keyboard-im () { -if [ "x$D" != "x" ]; then - exit 1 -fi - -gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules -} diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb new file mode 100644 index 0000000000..256b5a22da --- /dev/null +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "A simple GTK+ based panel for handheld devices." +HOMEPAGE = "http://matchbox-project.org" +BUGTRACKER = "http://bugzilla.openedhand.com/" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ + file://matchbox-panel/mb-panel.h;endline=10;md5=0b7db28f4b6863fb853d0467e590019a \ + file://applets/startup/startup.c;endline=22;md5=b0a64fbef3097d79f8264e6907a98f03" + +PRIORITY = "optional" +DEPENDS = "gtk+ startup-notification dbus dbus-glib" +DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" +DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" + +PV = "0.0+git${SRCPV}" +PR = "r0" + +RPROVIDES_${PN} = "matchbox-panel" +RREPLACES_${PN} = "matchbox-panel" +RCONFLICTS_${PN} = "matchbox-panel" + +SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \ + file://startup_fix.diff;patch=1" + +EXTRA_OECONF = "--enable-startup-notification --enable-dbus" +EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}" +EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "apm", "--with-battery=apm", "",d)}" + +S = "${WORKDIR}/git" + +FILES_${PN} += "${libdir}/matchbox-panel/*.so \ + ${datadir}/matchbox-panel/brightness/*.png \ + ${datadir}/matchbox-panel/startup/*.png " +FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" + +inherit autotools pkgconfig diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb deleted file mode 100644 index d76fc09dc3..0000000000 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "A simple GTK+ based panel for handheld devices." -HOMEPAGE = "http://matchbox-project.org" -BUGTRACKER = "http://bugzilla.openedhand.com/" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ - file://matchbox-panel/mb-panel.h;endline=10;md5=0b7db28f4b6863fb853d0467e590019a \ - file://applets/startup/startup.c;endline=22;md5=b0a64fbef3097d79f8264e6907a98f03" - -PRIORITY = "optional" -DEPENDS = "gtk+ startup-notification dbus dbus-glib" -DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" -DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" - -PV = "0.0+svnr${SRCPV}" -PR = "r7" - -RPROVIDES_${PN} = "matchbox-panel" -RREPLACES_${PN} = "matchbox-panel" -RCONFLICTS_${PN} = "matchbox-panel" - -SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ - file://startup_fix.diff;patch=1" - -EXTRA_OECONF = "--enable-startup-notification --enable-dbus" -EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}" -EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "apm", "--with-battery=apm", "",d)}" - -S = "${WORKDIR}/${PN}" - -FILES_${PN} += "${libdir}/matchbox-panel/*.so \ - ${datadir}/matchbox-panel/brightness/*.png \ - ${datadir}/matchbox-panel/startup/*.png " -FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" - -inherit autotools pkgconfig diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb new file mode 100644 index 0000000000..8077a56e1c --- /dev/null +++ b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Matchbox stroke recogniser" +HOMEPAGE = "http://matchbox-project.org" +BUGTRACKER = "http://bugzilla.openedhand.com/" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://src/matchbox-stroke.h;endline=12;md5=8ed5c5bbec2321fbf5d31bdd55af03aa" + +DEPENDS = "libfakekey expat libxft" +SECTION = "x11/wm" +PV = "0.0+git${SRCPV}" +PR = "r0" + +SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \ + file://single-instance.patch;patch=1 \ + file://configure_fix.patch;patch=1;maxrev=1819 \ + file://dso_linking_change_build_fix.patch " + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig gettext + +FILES_${PN} = "${bindir}/* \ + ${datadir}/applications \ + ${datadir}/pixmaps \ + ${datadir}/matchbox-stroke" diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb deleted file mode 100644 index de675c2b9b..0000000000 --- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Matchbox stroke recogniser" -HOMEPAGE = "http://matchbox-project.org" -BUGTRACKER = "http://bugzilla.openedhand.com/" - -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://src/matchbox-stroke.h;endline=12;md5=8ed5c5bbec2321fbf5d31bdd55af03aa" - -DEPENDS = "libfakekey expat libxft" -SECTION = "x11/wm" -PV = "0.0+svnr${SRCPV}" -PR = "r1" - -SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ - file://single-instance.patch;patch=1 \ - file://configure_fix.patch;patch=1;maxrev=1819 \ - file://dso_linking_change_build_fix.patch " - -S = "${WORKDIR}/${PN}" - -inherit autotools pkgconfig gettext - -FILES_${PN} = "${bindir}/* \ - ${datadir}/applications \ - ${datadir}/pixmaps \ - ${datadir}/matchbox-stroke" diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb new file mode 100644 index 0000000000..c26c33861f --- /dev/null +++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Matchbox Terminal" +HOMEPAGE = "http://www.matchbox-project.org/" +BUGTRACKER = "http://bugzilla.openedhand.com/" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ + file://main.c;endline=20;md5=96e39176d9e355639a0b8b1c7a840820" + +DEPENDS = "gtk+ vte" +SECTION = "x11/utils" +PV = "0.0+git${SRCPV}" +PR = "r0" + +SRC_URI = "git://git.pokylinux.org/${PN};protocol=git" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb deleted file mode 100644 index f06d80cab0..0000000000 --- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Matchbox Terminal" -HOMEPAGE = "http://www.matchbox-project.org/" -BUGTRACKER = "http://bugzilla.openedhand.com/" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ - file://main.c;endline=20;md5=96e39176d9e355639a0b8b1c7a840820" - -DEPENDS = "gtk+ vte" -SECTION = "x11/utils" -PV = "0.0+svnr${SRCPV}" -PR = "r0" - -SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" - -S = "${WORKDIR}/${PN}" - -inherit autotools pkgconfig diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_git.bb b/meta/recipes-sato/settings-daemon/settings-daemon_git.bb new file mode 100644 index 0000000000..f7dc86fec9 --- /dev/null +++ b/meta/recipes-sato/settings-daemon/settings-daemon_git.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Settings-daemon provides a bridge between gconf and xsettings" +HOMEPAGE = "http://svn.o-hand.com/view/matchbox/trunk/settings-daemon/" +BUGTRACKER = "http://bugzilla.openedhand.com/" +LICENSE = "MIT-style" +LIC_FILES_CHKSUM = "file://xsettings-manager.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b \ + file://xsettings-common.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b" +DEPENDS = "gconf glib-2.0 gtk+" +SECTION = "x11" +PV = "0.0+git${SRCPV}" + +PR = "r0" + +SRC_URI = "git://git.pokylinux.org/xsettings-daemon;protocol=git \ + file://addsoundkeys.patch;apply=yes \ + file://70settings-daemon.sh \ + file://dso_linking_change_build_fix.patch" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig gconf + +FILES_${PN} = "${bindir}/* ${sysconfdir}" + +do_install_append () { + install -d ${D}/${sysconfdir}/X11/Xsession.d + install -m 755 ${WORKDIR}/70settings-daemon.sh ${D}/${sysconfdir}/X11/Xsession.d/ +} diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb b/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb deleted file mode 100644 index 4f798b85b0..0000000000 --- a/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Settings-daemon provides a bridge between gconf and xsettings" -HOMEPAGE = "http://svn.o-hand.com/view/matchbox/trunk/settings-daemon/" -BUGTRACKER = "http://bugzilla.openedhand.com/" -LICENSE = "MIT-style" -LIC_FILES_CHKSUM = "file://xsettings-manager.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b \ - file://xsettings-common.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b" -DEPENDS = "gconf glib-2.0 gtk+" -SECTION = "x11" -PV = "0.0+svnr${SRCPV}" - -PR = "r4" - -SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ - file://addsoundkeys.patch;apply=yes \ - file://70settings-daemon.sh \ - file://dso_linking_change_build_fix.patch" - -S = "${WORKDIR}/${PN}" - -inherit autotools pkgconfig gconf - -FILES_${PN} = "${bindir}/* ${sysconfdir}" - -do_install_append () { - install -d ${D}/${sysconfdir}/X11/Xsession.d - install -m 755 ${WORKDIR}/70settings-daemon.sh ${D}/${sysconfdir}/X11/Xsession.d/ -} -- cgit v1.2.3-54-g00ecf