Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update runtime 24.08 & disable screenshot feature #118

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 14 additions & 17 deletions com.qq.QQ.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
app-id: com.qq.QQ
runtime: org.gnome.Platform
runtime-version: '46'
sdk: org.gnome.Sdk
runtime: org.freedesktop.Platform
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
base: org.electronjs.Electron2.BaseApp
base-version: '23.08'
base-version: '24.08'
command: qq
separate-locales: false

Expand All @@ -14,12 +14,9 @@ finish-args:
- --socket=pulseaudio
- --device=all
- --filesystem=xdg-download
- --talk-name=org.gnome.Shell.Screencast
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.kde.StatusNotifierWatcher
- --system-talk-name=org.freedesktop.login1
- --filesystem=xdg-run/pipewire-0
- --filesystem=/tmp
# required to fix cursor scaling on wayland
- --env=XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons

Expand All @@ -30,18 +27,18 @@ cleanup:
- '*.la'

modules:
# electron baseapp 23.08 libnotify caused crash, use 22.08 libnotify
- name: libnotify
buildsystem: meson
config-opts:
- -Dtests=false
- -Dintrospection=disabled
- -Dgtk_doc=false
- -Ddocbook_docs=disabled

- name: kerberos
subdir: src
sources:
- type: archive
url: https://download.gnome.org/sources/libnotify/0.7/libnotify-0.7.8.tar.xz
sha256: 69209e0b663776a00c7b6c0e560302a8dbf66b2551d55616304f240bba66e18c
url: https://kerberos.org/dist/krb5/1.21/krb5-1.21.3.tar.gz
sha256: b7a4cd5ead67fb08b980b21abd150ff7217e85ea320c9ed0c6dadd304840ad35
x-checker-data:
type: html
url: "https://kerberos.org/dist/"
version-pattern: "Kerberos V5 Release ([\\d\\.]+) - current release"
url-template: "https://kerberos.org/dist/krb5/$major.$minor/krb5-$version.tar.gz"

# runtime cups is built aginst openssl
# need cups with gnutls for qq to load gnutls func
Expand Down