diff options
author | Steve Sakoman <steve@sakoman.com> | 2008-06-18 15:08:00 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-18 15:08:00 +0000 |
commit | 1d784637a62bed7702bba56771b051899744f0bf (patch) | |
tree | 148a132a3299679ec790eac3d7f5a729799411e8 /packages/gtk-webcore | |
parent | 3c16468c15eee985e8b99040654f4d52466bd613 (diff) |
midori: fix .desktop file
Diffstat (limited to 'packages/gtk-webcore')
-rw-r--r-- | packages/gtk-webcore/midori-0.0.18/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gtk-webcore/midori-0.0.18/desktop.patch | 7 | ||||
-rw-r--r-- | packages/gtk-webcore/midori_0.0.18.bb | 7 |
3 files changed, 13 insertions, 1 deletions
diff --git a/packages/gtk-webcore/midori-0.0.18/.mtn2git_empty b/packages/gtk-webcore/midori-0.0.18/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gtk-webcore/midori-0.0.18/.mtn2git_empty diff --git a/packages/gtk-webcore/midori-0.0.18/desktop.patch b/packages/gtk-webcore/midori-0.0.18/desktop.patch new file mode 100644 index 0000000000..bb1225432a --- /dev/null +++ b/packages/gtk-webcore/midori-0.0.18/desktop.patch @@ -0,0 +1,7 @@ +--- midori-0.0.18/midori.desktop.in-orig 2008-03-19 14:34:52.000000000 -0700 ++++ midori-0.0.18/midori.desktop.in 2008-03-19 14:21:56.000000000 -0700 +@@ -1,4 +1,3 @@ +- + [Desktop Entry] + Version=1.0 + Encoding=UTF-8 diff --git a/packages/gtk-webcore/midori_0.0.18.bb b/packages/gtk-webcore/midori_0.0.18.bb index b879fef57b..bb144f8600 100644 --- a/packages/gtk-webcore/midori_0.0.18.bb +++ b/packages/gtk-webcore/midori_0.0.18.bb @@ -1 +1,6 @@ -require midori.inc +require midori.inc + +PR = "r2" + +SRC_URI += "file://desktop.patch;patch=1" + |