Skip to content

Commit

Permalink
Couple of updates to the platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Noël authored Nov 26, 2019
2 parents da803d9 + ba8cc83 commit 2c03a62
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 39 deletions.
54 changes: 16 additions & 38 deletions io.elementary.Sdk.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,25 @@
}
},
"modules": [
{
"name": "icons",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/elementary/icons.git",
"tag": "5.1.0"
}
]
},
{
"name": "libgee",
"config-opts": [ "--disable-static" ],
"name": "stylesheet",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libgee.git",
"tag": "0.20.2"
"url": "https://github.com/elementary/stylesheet.git",
"tag": "5.3.0"
}
]
},
Expand All @@ -50,7 +61,7 @@
{
"type": "git",
"url": "https://github.com/elementary/granite.git",
"tag": "5.2.4"
"tag": "5.2.5"
}
]
},
Expand Down Expand Up @@ -98,39 +109,6 @@
]
}
]
},
{
"name": "libunity",
"buildsystem": "autotools",
"sources": [
{
"type": "bzr",
"url": "https://code.launchpad.net/~unity-team/libunity/trunk"
}
],
"modules": [
{
"name": "libdbusmenu",
"buildsystem": "autotools",
"config-opts": [ "--disable-dumper" ],
"sources": [
{
"type": "bzr",
"url": "https://code.launchpad.net/~dbusmenu-team/libdbusmenu/trunk.16.10"
}
]
},
{
"name": "dee",
"buildsystem": "autotools",
"sources": [
{
"type": "bzr",
"url": "https://code.launchpad.net/~unity-team/dee/trunk"
}
]
}
]
}
]
}
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project('io.elementary.Sdk', version: '0.1.0')

data = configuration_data()
data.set('SDK_BRANCH', meson.project_version())
data.set('GNOME_VERSION', '3.32')
data.set('GNOME_VERSION', '3.34')

sdk_json = configure_file(
input: 'io.elementary.Sdk.json.in',
Expand Down

0 comments on commit 2c03a62

Please sign in to comment.