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

Fix GTK4 and bump runtime version #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
7 changes: 4 additions & 3 deletions org.gtk.Gtk3theme.adw-gtk3.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: org.gtk.Gtk3theme.adw-gtk3
branch: '3.22'
runtime: org.freedesktop.Platform
runtime-version: '21.08'
runtime-version: '22.08'
sdk: org.freedesktop.Sdk

build-extension: true
Expand All @@ -14,6 +14,7 @@ modules:
build-commands:
- install -d /usr/share/runtime/share/themes/adw-gtk3
- cp -a adw-gtk3/gtk-3.0 /usr/share/runtime/share/themes/adw-gtk3
- cp -a adw-gtk3/gtk-4.0 /usr/share/runtime/share/themes/adw-gtk3
Copy link

@bbhtt bbhtt Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As noted lassekongo83/adw-gtk3#235 I think this won't work?

Same for aw-gtk3 dark.

sources:
- type: archive
strip-components: 0
Expand All @@ -23,8 +24,8 @@ modules:
type: json
url: https://api.github.com/repos/lassekongo83/adw-gtk3/releases/latest
version-query: .tag_name | sub("v"; "") | gsub("\\."; "-")
url-query: .assets[] | select(.name=="adw-gtk3v" + $version + ".tar.xz")
| .browser_download_url
url-query: |
.assets[] | select(.name=="adw-gtk3v" + $version + ".tar.xz").browser_download_url

- name: appdata
buildsystem: simple
Expand Down