Skip to content

Commit 9eaa5bb

Browse files
authored
Bump to 44 (#83)
1 parent 2309097 commit 9eaa5bb

9 files changed

Lines changed: 130 additions & 39 deletions
Lines changed: 30 additions & 0 deletions
Loading

data/adw-tab-counter-symbolic.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

data/adw-tab-overflow-symbolic.svg

Lines changed: 1 addition & 0 deletions
Loading

data/adw-tab-unpin-symbolic.svg

Lines changed: 6 additions & 0 deletions
Loading

data/list-drag-handle-symbolic.svg

Lines changed: 15 additions & 0 deletions
Loading

data/meson.build

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,41 @@ foreach i : icon_sizes
1313
)
1414
endforeach
1515

16+
install_data(
17+
'adw-expander-arrow-symbolic.svg',
18+
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'actions' / 'symbolic',
19+
)
20+
21+
install_data(
22+
'list-drag-handle-symbolic.svg',
23+
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'actions' / 'symbolic',
24+
)
25+
26+
install_data(
27+
'selection-mode-symbolic.svg',
28+
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'actions' / 'symbolic',
29+
)
30+
31+
install_data(
32+
'adw-tab-counter-symbolic.svg',
33+
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'status' / 'symbolic',
34+
)
35+
36+
install_data(
37+
'adw-tab-icon-missing-symbolic.svg',
38+
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'status' / 'symbolic',
39+
)
40+
41+
install_data(
42+
'adw-tab-overflow-symbolic.svg',
43+
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'status' / 'symbolic',
44+
)
45+
46+
install_data(
47+
'adw-tab-unpin-symbolic.svg',
48+
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'status' / 'symbolic',
49+
)
50+
1651
install_data(
1752
'ephy-non-starred-symbolic.svg',
1853
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'status' / 'symbolic',

data/selection-mode-symbolic.svg

Lines changed: 7 additions & 0 deletions
Loading

org.gnome.epiphany.json

Lines changed: 34 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,57 @@
11
{
2-
"app-id" : "org.gnome.Epiphany",
3-
"runtime" : "io.elementary.Platform",
4-
"runtime-version" : "7.2",
5-
"sdk" : "io.elementary.Sdk",
6-
"command" : "epiphany",
7-
"finish-args" : [
2+
"app-id": "org.gnome.Epiphany",
3+
"runtime": "io.elementary.Platform",
4+
"runtime-version": "7.2",
5+
"sdk": "io.elementary.Sdk",
6+
"command": "epiphany",
7+
"finish-args": [
88
"--device=dri",
99
"--filesystem=xdg-download",
1010
"--share=ipc",
1111
"--share=network",
1212
"--socket=fallback-x11",
1313
"--socket=pulseaudio",
1414
"--socket=wayland",
15-
"--system-talk-name=org.freedesktop.GeoClue2",
16-
"--own-name=org.gnome.Epiphany.WebAppProvider"
15+
"--system-talk-name=org.freedesktop.GeoClue2"
1716
],
18-
"modules" : [
17+
"modules": [
1918
{
20-
"name" : "libdazzle",
21-
"buildsystem" : "meson",
22-
"sources" : [
23-
{
24-
"type" : "git",
25-
"url" : "https://gitlab.gnome.org/GNOME/libdazzle.git",
26-
"tag" : "3.44.0"
27-
}
28-
]
29-
},
30-
{
31-
"name" : "libportal",
32-
"buildsystem" : "meson",
33-
"config-opts" : [
34-
"-Dbackends=gtk3",
19+
"name": "libportal",
20+
"buildsystem": "meson",
21+
"config-opts": [
22+
"-Dbackends=gtk4",
3523
"-Dintrospection=false",
3624
"-Ddocs=false"
3725
],
38-
"sources" : [
26+
"sources": [
3927
{
40-
"type" : "git",
41-
"url" : "https://github.com/flatpak/libportal.git",
42-
"tag" : "0.6"
28+
"type": "archive",
29+
"url": "https://github.com/flatpak/libportal/releases/download/0.6/libportal-0.6.tar.xz",
30+
"sha256": "88a12c3ba71bc31acff7238c280de697d609cebc50830c3766776ec35abc6566",
31+
"x-checker-data": {
32+
"type": "json",
33+
"url": "https://api.github.com/repos/flatpak/libportal/releases/latest",
34+
"version-query": ".tag_name",
35+
"url-query": ".assets[] | select(.name==\"libportal-\" + $version + \".tar.xz\") | .browser_download_url"
36+
}
4337
}
4438
]
4539
},
4640
{
4741
"name": "epiphany",
48-
"buildsystem": "meson",
49-
"sources" : [
50-
{
51-
"type" : "git",
52-
"url" : "https://gitlab.gnome.org/GNOME/epiphany.git",
53-
"tag" : "43.0",
54-
"commit" : "e5882e2b1fa040fbe6494ee9808591046a6eafa5",
55-
"disable-shallow-clone" : true
56-
},
42+
"buildsystem": "meson",
43+
"config-opts": [
44+
"-Dgranite=enabled"
45+
],
46+
"sources": [
5747
{
58-
"type" : "patch",
59-
"path" : "navigation-buttons.patch"
48+
"type": "archive",
49+
"url": "https://download.gnome.org/sources/epiphany/44/epiphany-44.0.tar.xz",
50+
"sha256": "aabdc9de80c409073676e00e15ba97187715e4b84bc776fe86db86d0f8140bb1",
51+
"x-checker-data": {
52+
"type": "gnome",
53+
"name": "epiphany"
54+
}
6055
}
6156
],
6257
"cleanup": [

0 commit comments

Comments
 (0)