From: Phil Blundell Date: Sat, 19 Jun 2004 00:53:27 +0000 (+0000) Subject: apply patch for big screens, courtesy Florian Boor X-Git-Tag: Release-2010-05/1~18638 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3faf52f22595b9d8420377bdee7226c1087723a;p=openembedded.git apply patch for big screens, courtesy Florian Boor BKrev: 40d38e87gnPeD-uehbPkl-Noj1lDng --- diff --git a/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch b/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/gpe-sketchbook/gpe-sketchbook_0.2.8.oe b/gpe-sketchbook/gpe-sketchbook_0.2.8.oe index e69de29bb2..8add18ad83 100644 --- a/gpe-sketchbook/gpe-sketchbook_0.2.8.oe +++ b/gpe-sketchbook/gpe-sketchbook_0.2.8.oe @@ -0,0 +1,27 @@ +PR = "r2" + +inherit gpe pkgconfig + +DEPENDS = "libgpewidget" +SECTION = "gpe" +MAINTAINER = "Florian Boor " +SECTION = "gpe" +PRIORITY = "optional" +DESCRIPTION = "A GPE notebook to sketch your notes" +export CVSBUILD = no + + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ + file://sketchbook-size.patch;patch=1;pnum=0" + +FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications" +FILES_${PN} += " ${datadir}/gpe/pixmaps" + +do_compile () { + oe_runmake PREFIX=${prefix} + oe_runmake all-desktop PREFIX=${prefix} +} + +do_install () { + oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program +} \ No newline at end of file