Skip to content

Commit

Permalink
Update platform and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dar5hak committed Sep 28, 2024
1 parent 1c98a9a commit 6fe3554
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
14 changes: 9 additions & 5 deletions com.github.suzie97.communique.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ app-id: com.github.suzie97.communique
# we can use a convenient pre-made runtime and SDK. For this example, we'll be
# using the runtime and SDK provided by elementary.
runtime: io.elementary.Platform
runtime-version: '7'
runtime-version: '8'
sdk: io.elementary.Sdk

# This should match the exec line in your .desktop file and usually is the same
Expand Down Expand Up @@ -51,16 +51,20 @@ modules:
- '*.la'
- '/lib/pkgconfig'
- '/share'
buildsystem: meson
config-opts:
- '-Dgtk_doc=false'
sources:
- type: archive
url: "https://download.gnome.org/sources/rest/0.8/rest-0.8.1.tar.xz"
sha256: 0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2dba9456f15b01c9
url: https://download.gnome.org/sources/rest/0.9/rest-0.9.1.tar.xz
sha256: 9266a5c10ece383e193dfb7ffb07b509cc1f51521ab8dad76af96ed14212c2e3

- name: gnome-online-accounts
buildsystem: meson
sources:
- type: archive
url: https://download-fallback.gnome.org/sources/gnome-online-accounts/3.40/gnome-online-accounts-3.40.0.tar.xz
sha256: 585c4f979f6f543b77bfdb4fb01eb18ba25c2aec5b7866c676d929616fb2c3fa
url: https://download.gnome.org/sources/gnome-online-accounts/3.48/gnome-online-accounts-3.48.3.tar.xz
sha256: 37e4372c345c770f7172da3c605183a43081ea0e915ecc448fb2d65a38e9d565

- name: gumbo
sources:
Expand Down
8 changes: 4 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ libcurl = c_compiler.find_library('curl')
libnotify = dependency('libnotify')
libpeas = dependency('libpeas-1.0')
libsecret = dependency('libsecret-1')
libsoup = dependency('libsoup-2.4')
libsoup = dependency('libsoup-3.0')
libxml = dependency('libxml-2.0')
linux = vala_compiler.find_library('linux')
posix = vala_compiler.find_library('posix')
rest = dependency('rest-0.7')
rest = dependency('rest-1.0')
sqlite3 = dependency('sqlite3')
webkit2gtk = dependency('webkit2gtk-4.0')
webkitextension = dependency('webkit2gtk-web-extension-4.0')
webkit2gtk = dependency('webkit2gtk-4.1')
webkitextension = dependency('webkit2gtk-web-extension-4.1')
libunity = dependency('unity', required: false)
libgranite = dependency('granite')
libhandy = dependency('libhandy-1')
Expand Down

0 comments on commit 6fe3554

Please sign in to comment.