aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dia
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-08-31 20:04:49 +0000
committerKoen Kooi <koen@openembedded.org>2008-08-31 20:04:49 +0000
commitc72bf0978e84f8c39ceb3948be9c51f1ea2114e2 (patch)
treedb052a81b0adb70810501f1d11ed7ebef575fccb /packages/dia
parentfdfb98050fa955aa584d04beb603ee2685ee3b45 (diff)
downloadopenembedded-c72bf0978e84f8c39ceb3948be9c51f1ea2114e2.tar.gz
dia: update to 0.96.1
Diffstat (limited to 'packages/dia')
-rw-r--r--packages/dia/dia_0.96.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/dia/dia_0.96.1.bb b/packages/dia/dia_0.96.1.bb
new file mode 100644
index 0000000000..9e2f104831
--- /dev/null
+++ b/packages/dia/dia_0.96.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Dia is a gtk+ based diagram creation program released under the GPL license."
+LICENSE = "GPL"
+SECTION = "x11/graphics"
+DEPENDS = "libart-lgpl libpng cairo zlib gtk+ libxml2"
+
+inherit gnome pkgconfig
+
+#work around some pkgconfig breakages
+LDFLAGS += "-lart_lgpl_2 -lxml2 -lgthread-2.0 -lglib-2.0"
+CFLAGS += "-I${STAGING_INCDIR}/libart-2.0 "
+
+FILES_${PN} += "${datadir}/mime-info/"
+
+