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

Bump to 44 #83

Merged
merged 12 commits into from
Apr 11, 2023
30 changes: 30 additions & 0 deletions data/adw-expander-arrow-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions data/adw-tab-counter-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions data/adw-tab-icon-missing-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions data/adw-tab-overflow-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions data/adw-tab-unpin-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions data/list-drag-handle-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,41 @@ foreach i : icon_sizes
)
endforeach

install_data(
'adw-expander-arrow-symbolic.svg',
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'actions' / 'symbolic',
)

install_data(
'list-drag-handle-symbolic.svg',
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'actions' / 'symbolic',
)

install_data(
'selection-mode-symbolic.svg',
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'actions' / 'symbolic',
)

install_data(
'adw-tab-counter-symbolic.svg',
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'status' / 'symbolic',
)

install_data(
'adw-tab-icon-missing-symbolic.svg',
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'status' / 'symbolic',
)

install_data(
'adw-tab-overflow-symbolic.svg',
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'status' / 'symbolic',
)

install_data(
'adw-tab-unpin-symbolic.svg',
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'status' / 'symbolic',
)

install_data(
'ephy-non-starred-symbolic.svg',
install_dir: get_option('datadir') / 'icons' / 'elementary' / 'status' / 'symbolic',
Expand Down
7 changes: 7 additions & 0 deletions data/selection-mode-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 34 additions & 39 deletions org.gnome.epiphany.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,57 @@
{
"app-id" : "org.gnome.Epiphany",
"runtime" : "io.elementary.Platform",
"runtime-version" : "7.2",
"sdk" : "io.elementary.Sdk",
"command" : "epiphany",
"finish-args" : [
"app-id": "org.gnome.Epiphany",
"runtime": "io.elementary.Platform",
"runtime-version": "7.2",
"sdk": "io.elementary.Sdk",
"command": "epiphany",
"finish-args": [
"--device=dri",
"--filesystem=xdg-download",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--socket=wayland",
"--system-talk-name=org.freedesktop.GeoClue2",
"--own-name=org.gnome.Epiphany.WebAppProvider"
"--system-talk-name=org.freedesktop.GeoClue2"
],
"modules" : [
"modules": [
{
"name" : "libdazzle",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libdazzle.git",
"tag" : "3.44.0"
}
]
},
{
"name" : "libportal",
"buildsystem" : "meson",
"config-opts" : [
"-Dbackends=gtk3",
"name": "libportal",
"buildsystem": "meson",
"config-opts": [
"-Dbackends=gtk4",
"-Dintrospection=false",
"-Ddocs=false"
],
"sources" : [
"sources": [
{
"type" : "git",
"url" : "https://github.com/flatpak/libportal.git",
"tag" : "0.6"
"type": "archive",
"url": "https://github.com/flatpak/libportal/releases/download/0.6/libportal-0.6.tar.xz",
"sha256": "88a12c3ba71bc31acff7238c280de697d609cebc50830c3766776ec35abc6566",
"x-checker-data": {
"type": "json",
"url": "https://api.github.com/repos/flatpak/libportal/releases/latest",
"version-query": ".tag_name",
"url-query": ".assets[] | select(.name==\"libportal-\" + $version + \".tar.xz\") | .browser_download_url"
}
}
]
},
{
"name": "epiphany",
"buildsystem": "meson",
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/epiphany.git",
"tag" : "43.0",
"commit" : "e5882e2b1fa040fbe6494ee9808591046a6eafa5",
"disable-shallow-clone" : true
},
"buildsystem": "meson",
"config-opts": [
"-Dgranite=enabled"
],
"sources": [
{
"type" : "patch",
"path" : "navigation-buttons.patch"
"type": "archive",
"url": "https://download.gnome.org/sources/epiphany/44/epiphany-44.0.tar.xz",
"sha256": "aabdc9de80c409073676e00e15ba97187715e4b84bc776fe86db86d0f8140bb1",
"x-checker-data": {
"type": "gnome",
"name": "epiphany"
}
}
],
"cleanup": [
Expand Down