aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gthumb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-03-23 15:20:24 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-23 15:20:24 +0000
commitab1de1a4277753b4837cb9da845cbee59c62d3f3 (patch)
treef4c0b9f6554b15cd38e722982e7821661ed0801d /packages/gthumb
parentf1243f9903bbcbadf18a9961fcc1fd18433775b9 (diff)
downloadopenembedded-ab1de1a4277753b4837cb9da845cbee59c62d3f3.tar.gz
gthumb: add 2.6.9
Diffstat (limited to 'packages/gthumb')
-rw-r--r--packages/gthumb/.mtn2git_empty0
-rw-r--r--packages/gthumb/gthumb_2.6.9.bb13
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/gthumb/.mtn2git_empty b/packages/gthumb/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gthumb/.mtn2git_empty
diff --git a/packages/gthumb/gthumb_2.6.9.bb b/packages/gthumb/gthumb_2.6.9.bb
new file mode 100644
index 0000000000..7de4f34bb0
--- /dev/null
+++ b/packages/gthumb/gthumb_2.6.9.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop."
+LICENSE = "GPL"
+MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
+
+DEPENDS = "gtk+ libexif libgnome libgnomeui libgnomeprintui"
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
+
+inherit autotools pkgconfig
+
+FILES_${PN} += "${datadir}/gnome* ${datadir}/application-registry/*"
+
+
+