summaryrefslogtreecommitdiff
path: root/qt4-tools.morph
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-20 10:16:03 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-21 13:29:08 +0100
commiteeada766656aafc90f19f438eb77cb0eccb36c82 (patch)
treec04d36216d91c97424f5d113517255e384418789 /qt4-tools.morph
parent403c0834c8e5dd0fcd8d118bf7fcd520ffd29d96 (diff)
downloaddefinitions-eeada766656aafc90f19f438eb77cb0eccb36c82.tar.gz
Add morphs for build a Qt4/Enlightenment based desktop system
Diffstat (limited to 'qt4-tools.morph')
-rw-r--r--qt4-tools.morph60
1 files changed, 60 insertions, 0 deletions
diff --git a/qt4-tools.morph b/qt4-tools.morph
new file mode 100644
index 00000000..0756ae66
--- /dev/null
+++ b/qt4-tools.morph
@@ -0,0 +1,60 @@
+{
+ "name": "qt4-tools",
+ "description": "Qt4 Development Libraries and Tools",
+ "kind": "stratum",
+ "build-depends": [
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "master",
+ "morph": "tools"
+ },
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "master",
+ "morph": "x-x86_64-generic"
+ },
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "master",
+ "morph": "multimedia"
+ }
+ ],
+ "chunks": [
+ {
+ "name": "icu",
+ "repo": "upstream:icu",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
+ "name": "sqlite3",
+ "repo": "upstream:sqlite3",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
+ "name": "ruby-1.8",
+ "repo": "upstream:ruby",
+ "ref": "baserock/morph/ruby_1_8_7",
+ "build-depends": []
+ },
+ {
+ "name": "ruby-1.9",
+ "repo": "upstream:ruby",
+ "ref": "baserock/morph/ruby_1_9_3",
+ "build-depends": [
+ "ruby-1.8"
+ ]
+ },
+ {
+ "name": "qt4-tools",
+ "repo": "upstream:qt4-tools",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "icu",
+ "ruby-1.9",
+ "sqlite3"
+ ]
+ }
+ ]
+}