diff options
-rw-r--r-- | gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch | 0 | ||||
-rw-r--r-- | gpe-sketchbook/gpe-sketchbook_0.2.8.oe | 27 |
2 files changed, 27 insertions, 0 deletions
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 --- /dev/null +++ b/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch 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 <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 |