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-terminal/matchbox-terminal_git.bb | 18 ++++++++++++++++++ .../matchbox-terminal/matchbox-terminal_svn.bb | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb delete mode 100644 meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb (limited to 'meta/recipes-sato/matchbox-terminal') 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 -- cgit v1.2.3-54-g00ecf