apply patch for big screens, courtesy Florian Boor
authorPhil Blundell <philb@gnu.org>
Sat, 19 Jun 2004 00:53:27 +0000 (00:53 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 19 Jun 2004 00:53:27 +0000 (00:53 +0000)
BKrev: 40d38e87gnPeD-uehbPkl-Noj1lDng

gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch [new file with mode: 0644]
gpe-sketchbook/gpe-sketchbook_0.2.8.oe

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 (file)
index 0000000..e69de29
index e69de29..8add18a 100644 (file)
@@ -0,0 +1,27 @@
+PR = "r2"
+
+inherit gpe pkgconfig
+
+DEPENDS = "libgpewidget"
+SECTION = "gpe"
+MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
+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