From 99666e772dd50767295294a5686710e6e2a49851 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 25 Aug 2011 11:20:21 -0700 Subject: o-hand recipes: convert from svn.o-hand.org to git.yoctoproject.org (From OE-Core rev: 4e7218c19775ef81caed27742e9d203af10b7416) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-sato/puzzles/oh-puzzles_svn.bb | 70 ----------------------------- 1 file changed, 70 deletions(-) delete mode 100644 meta/recipes-sato/puzzles/oh-puzzles_svn.bb (limited to 'meta/recipes-sato/puzzles/oh-puzzles_svn.bb') diff --git a/meta/recipes-sato/puzzles/oh-puzzles_svn.bb b/meta/recipes-sato/puzzles/oh-puzzles_svn.bb deleted file mode 100644 index b5e5b91b65..0000000000 --- a/meta/recipes-sato/puzzles/oh-puzzles_svn.bb +++ /dev/null @@ -1,70 +0,0 @@ -DESCRIPTION = "Portable Puzzle Collection" -HOMEPAGE = "http://o-hand.com/" -BUGTRACKER = "http://bugzilla.openedhand.com/" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENCE;md5=f56ec6772dd1c7c367067bbea8ea1675 \ - file://src/tree234.h;endline=28;md5=a188e6d250430ca094a54a82f48472a7 \ - file://src/tree234.c;endline=28;md5=b4feb1976feebf8f1379093ed52f2945" - -SECTION = "x11" -DEPENDS = "gtk+ gconf intltool-native librsvg" -DEPENDS_append_poky = " libowl" - -SRCREV = "23" -PV = "0.1+svnr${SRCPV}" -PR = "r10" - -bindir = "/usr/games" - -inherit autotools pkgconfig - -SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http" -SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;striplevel=0 " - -S = "${WORKDIR}/${BPN}" - -EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" - -do_install_append () { - install -d ${D}/${datadir}/applications/ - - cd ${D}/${prefix}/games - for prog in *; do - if [ -x $prog ]; then - # Convert prog to Title Case - title=$(echo $prog | sed 's/\(^\| \)./\U&/g') - echo "making ${D}/${datadir}/applications/$prog.desktop" - cat < ${D}/${datadir}/applications/$prog.desktop -[Desktop Entry] -Name=$title -Exec=${prefix}/games/$prog -Icon=applications-games -Terminal=false -Type=Application -Categories=Game; -StartupNotify=true -X-MB-SingleInstance=true -Comment=Play $title. -STOP - fi - done -} - -PACKAGES += ${PN}-extra -RDEPENDS_${PN}-extra += "oh-puzzles" - -FILES_${PN} = "/usr/share/pixmaps /usr/share/oh-puzzles/" -FILES_${PN}-dbg += "/usr/games/.debug/*" -FILES_${PN}-extra = "/usr/games/ /usr/share/applications /etc/gconf/schemas" - -python __anonymous () { - import bb - var = bb.data.expand("FILES_${PN}", d, 1) - data = bb.data.getVar(var, d, 1) - for name in ("bridges", "fifteen", "inertia", "map", "samegame", "slant"): - data = data + " /usr/games/%s" % name - data = data + " /usr/share/applications/%s.desktop" % name - data = data + " /etc/gconf/schemas/%s.schemas" % name - bb.data.setVar(var, data, d) -} -- cgit v1.2.3-54-g00ecf