Skip to content

Commit

Permalink
Upgrade GNOME SDK version to 40
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-janousek committed Nov 21, 2021
1 parent 29b5fde commit 459dbde
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion manifests/master/eu.tiliado.Nuvola.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
app-id: eu.tiliado.Nuvola
runtime: org.gnome.Platform
runtime-version: '3.38'
runtime-version: '40'
sdk: org.gnome.Sdk
base: eu.tiliado.NuvolaBase
base-extensions:
Expand Down
2 changes: 1 addition & 1 deletion manifests/master/eu.tiliado.NuvolaAdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
app-id: eu.tiliado.NuvolaAdk
# We need git, etc.
runtime: org.gnome.Sdk
runtime-version: '3.38'
runtime-version: '40'
sdk: org.gnome.Sdk
base: eu.tiliado.NuvolaCdk
base-extensions:
Expand Down
2 changes: 1 addition & 1 deletion manifests/master/eu.tiliado.NuvolaApp.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
app-id: eu.tiliado.NuvolaApp@APP_ID_UNIQUE@
runtime: org.gnome.Platform
runtime-version: '3.38'
runtime-version: '40'
sdk: org.gnome.Sdk
base: eu.tiliado.NuvolaBase
base-extensions:
Expand Down
2 changes: 1 addition & 1 deletion manifests/master/eu.tiliado.NuvolaBase.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
app-id: eu.tiliado.NuvolaBase
runtime: org.gnome.Platform
runtime-version: '3.38'
runtime-version: '40'
sdk: org.gnome.Sdk
base: eu.tiliado.NuvolaCdk
base-extensions:
Expand Down
4 changes: 2 additions & 2 deletions manifests/master/eu.tiliado.NuvolaCdk.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
app-id: eu.tiliado.NuvolaCdk
runtime: org.gnome.Sdk
runtime-version: '3.38'
runtime-version: '40'
sdk: org.gnome.Sdk
command: bash
finish-args:
Expand Down Expand Up @@ -63,7 +63,7 @@ modules:
# needed by: standardjs
buildsystem: simple
build-commands:
- ./configure --prefix=/app && make -j2 install
- ./configure --prefix=/app && time make -j2 install
x-keep:
- /app/bin/node
x-stage:
Expand Down
2 changes: 1 addition & 1 deletion manifests/stable/eu.tiliado.NuvolaAdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
app-id: eu.tiliado.NuvolaAdk
# We need git, etc.
runtime: org.gnome.Sdk
runtime-version: '3.38'
runtime-version: '40'
sdk: org.gnome.Sdk
base: eu.tiliado.NuvolaCdk
base-extensions:
Expand Down
2 changes: 1 addition & 1 deletion manifests/stable/eu.tiliado.NuvolaApp.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
app-id: eu.tiliado.NuvolaApp@APP_ID_UNIQUE@
runtime: org.gnome.Platform
runtime-version: '3.38'
runtime-version: '40'
sdk: org.gnome.Sdk
base: eu.tiliado.NuvolaBase
base-extensions:
Expand Down
2 changes: 1 addition & 1 deletion manifests/stable/eu.tiliado.NuvolaBase.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
app-id: eu.tiliado.NuvolaBase
runtime: org.gnome.Platform
runtime-version: '3.38'
runtime-version: '40'
sdk: org.gnome.Sdk
base: eu.tiliado.NuvolaCdk
base-extensions:
Expand Down
4 changes: 2 additions & 2 deletions manifests/stable/eu.tiliado.NuvolaCdk.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
app-id: eu.tiliado.NuvolaCdk
runtime: org.gnome.Sdk
runtime-version: '3.38'
runtime-version: '40'
sdk: org.gnome.Sdk
command: bash
finish-args:
Expand Down Expand Up @@ -63,7 +63,7 @@ modules:
# needed by: standardjs
buildsystem: simple
build-commands:
- ./configure --prefix=/app && make -j2 install
- ./configure --prefix=/app && time make -j2 install
x-keep:
- /app/bin/node
x-stage:
Expand Down

0 comments on commit 459dbde

Please sign in to comment.