diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-19 00:53:27 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-19 00:53:27 +0000 |
commit | b3faf52f22595b9d8420377bdee7226c1087723a (patch) | |
tree | 0a8249eff832c9094747a946a65a4e99dbee562d /gpe-sketchbook | |
parent | 386df8607b7a24a3d2a6866d887f126f73c2ce0d (diff) |
apply patch for big screens, courtesy Florian Boor
BKrev: 40d38e87gnPeD-uehbPkl-Noj1lDng
Diffstat (limited to 'gpe-sketchbook')
-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 |