From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- packages/gpe-gallery/.mtn2git_empty | 0 packages/gpe-gallery/files/.mtn2git_empty | 0 packages/gpe-gallery/files/mcheck.patch | 24 ++++++++++++++++++++++++ packages/gpe-gallery/gpe-gallery_0.96.bb | 15 +++++++++++++++ 4 files changed, 39 insertions(+) create mode 100644 packages/gpe-gallery/.mtn2git_empty create mode 100644 packages/gpe-gallery/files/.mtn2git_empty (limited to 'packages/gpe-gallery') diff --git a/packages/gpe-gallery/.mtn2git_empty b/packages/gpe-gallery/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gpe-gallery/files/.mtn2git_empty b/packages/gpe-gallery/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gpe-gallery/files/mcheck.patch b/packages/gpe-gallery/files/mcheck.patch index e69de29bb2..a2f2376eba 100644 --- a/packages/gpe-gallery/files/mcheck.patch +++ b/packages/gpe-gallery/files/mcheck.patch @@ -0,0 +1,24 @@ +Index: gpe-gallery-0.95/main.c +=================================================================== +--- gpe-gallery-0.95.orig/main.c 2004-09-07 09:01:39.000000000 -0500 ++++ gpe-gallery-0.95/main.c 2004-11-18 15:55:18.856050416 -0600 +@@ -19,7 +19,9 @@ + #include + #include + #include ++#ifdef USE_MCHECK + #include ++#endif + + #include + #include +@@ -1115,7 +1117,9 @@ + GdkBitmap *bmap; + struct stat arg_stat; + ++#ifdef USE_MCHECK + mtrace (); ++#endif + + if (gpe_application_init (&argc, &argv) == FALSE) + exit (1); diff --git a/packages/gpe-gallery/gpe-gallery_0.96.bb b/packages/gpe-gallery/gpe-gallery_0.96.bb index e69de29bb2..51d6e56983 100644 --- a/packages/gpe-gallery/gpe-gallery_0.96.bb +++ b/packages/gpe-gallery/gpe-gallery_0.96.bb @@ -0,0 +1,15 @@ +LICENSE = "GPL" +PR = "r0" + +inherit gpe + +DEPENDS = "libgpewidget" +SECTION = "gpe" +MAINTAINER = "Florian Boor " + +FILES_${PN} += "${datadir}/gpe/pixmaps" +FILES_${PN} += "${datadir}/application-registry" + +DESCRIPTION = "GPE image viewer application" +export CVSBUILD = no + -- cgit 1.2.3-korg