diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-02 06:38:56 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-02 06:38:56 +0000 |
commit | b55c7ef04bddb57bbd68446ec0b54f6d0bb65a95 (patch) | |
tree | 4867e927b134858ff48f5b6d53953b9832dcf835 /packages/gtk-webcore | |
parent | bc8b812632eaf3528163b528ca35db8e42d188d5 (diff) |
midori: add 0.0.8
Diffstat (limited to 'packages/gtk-webcore')
-rw-r--r-- | packages/gtk-webcore/midori/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gtk-webcore/midori/midori.desktop | 8 | ||||
-rw-r--r-- | packages/gtk-webcore/midori_0.0.6.bb | 18 | ||||
-rw-r--r-- | packages/gtk-webcore/midori_0.0.8.bb | 11 |
4 files changed, 11 insertions, 26 deletions
diff --git a/packages/gtk-webcore/midori/.mtn2git_empty b/packages/gtk-webcore/midori/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/gtk-webcore/midori/.mtn2git_empty +++ /dev/null diff --git a/packages/gtk-webcore/midori/midori.desktop b/packages/gtk-webcore/midori/midori.desktop deleted file mode 100644 index 683b1a343e..0000000000 --- a/packages/gtk-webcore/midori/midori.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Midori -Comment=Webkit based browser -Exec=midori -Terminal=false -Type=Application -Categories=Application diff --git a/packages/gtk-webcore/midori_0.0.6.bb b/packages/gtk-webcore/midori_0.0.6.bb deleted file mode 100644 index ed0213964f..0000000000 --- a/packages/gtk-webcore/midori_0.0.6.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Midori is a lightweight web browser." -LICENSE = "GPLv2" - -DEPENDS = "webkit-gtk libsexy" - -inherit autotools pkgconfig - -SRC_URI = "http://software.twotoasts.de/media/midori/midori-${PV}.tar.gz \ - file://midori.desktop" - -do_install_append() { - if [ -f ${WORKDIR}/midori.desktop ]; then - install -d ${D}${datadir}/applications - install -m 0644 ${WORKDIR}/midori.desktop ${D}${datadir}/applications - fi - -} - diff --git a/packages/gtk-webcore/midori_0.0.8.bb b/packages/gtk-webcore/midori_0.0.8.bb new file mode 100644 index 0000000000..23d0179375 --- /dev/null +++ b/packages/gtk-webcore/midori_0.0.8.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Midori is a lightweight web browser." +LICENSE = "GPLv2" + +DEPENDS = "webkit-gtk libsexy" + +inherit autotools pkgconfig + +SRC_URI = "http://software.twotoasts.de/media/midori/midori-${PV}.tar.gz \ + " + + |