git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdfb980
)
dia: update to 0.96.1
author
Koen Kooi
<koen@openembedded.org>
Sun, 31 Aug 2008 20:04:49 +0000
(20:04 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 31 Aug 2008 20:04:49 +0000
(20:04 +0000)
packages/dia/dia_0.96.1.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/dia/dia_0.96.1.bb
b/packages/dia/dia_0.96.1.bb
new file mode 100644
(file)
index 0000000..
9e2f104
--- /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/"
+
+