Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 0c3ba09

Browse files
committed
feat: Bump to 0.8.0-beta2, update dependencies and tweak UI
1 parent 9edabcc commit 0c3ba09

34 files changed

+97
-415
lines changed

HACKING.md

+1
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,4 @@ ninja -C builddir run
107107
> **Note**
108108
> During testing and development, as a convenience, you can use the `local.sh` script to quickly rebuild local builds.
109109
> If you want to use CLI in local builds, you should type: `./local_cli.sh <command>` instead of `gradience-cli`.
110+

build-aux/flatpak/com.github.GradienceTeam.Gradience.Devel.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
"--filesystem=xdg-download:ro",
2323
"--filesystem=~/.mozilla/firefox",
2424
"--filesystem=~/.librewolf",
25+
"--filesystem=~/.waterfox",
2526
"--filesystem=~/.var/app/org.mozilla.firefox/.mozilla/firefox",
2627
"--filesystem=~/.var/app/io.gitlab.librewolf-community/.librewolf",
28+
"--filesystem=~/.var/app/net.waterfox.waterfox/.waterfox",
2729
"--filesystem=~/snap/firefox/common/.mozilla/firefox",
2830
"--filesystem=/.var/app/com.getmailspring.Mailspring/config/Mailspring/packages/Libadwaita/styles",
2931
"--filesystem=xdg-config/Mailspring"
@@ -51,8 +53,8 @@
5153
"sources": [
5254
{
5355
"type": "archive",
54-
"url": "https://github.com/lxml/lxml/releases/download/lxml-4.9.3/lxml-4.9.3.tar.gz",
55-
"sha256": "48628bd53a426c9eb9bc066a923acaa0878d1e86129fd5359aee99285f4eed9c"
56+
"url": "https://github.com/lxml/lxml/releases/download/lxml-5.0.0-1/lxml-5.0.0.tar.gz",
57+
"sha256": "67216b13a832adb984cfd20437261236f8c05fc19a0f7d4c59c235fddb17dfdb"
5658
}
5759
]
5860
},
@@ -62,7 +64,7 @@
6264
"sources" : [
6365
{
6466
"type" : "git",
65-
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler",
67+
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
6668
"branch" : "main"
6769
}
6870
]
@@ -93,7 +95,7 @@
9395
{
9496
"type": "git",
9597
"url": "https://github.com/sass/libsass.git",
96-
"tag": "3.6.5"
98+
"tag": "3.6.6"
9799
},
98100
{
99101
"type": "script",
@@ -120,8 +122,8 @@
120122
"sources": [
121123
{
122124
"type": "git",
123-
"url": "https://github.com/flatpak/libportal",
124-
"tag": "main"
125+
"url": "https://github.com/flatpak/libportal.git",
126+
"branch": "main"
125127
}
126128
]
127129
},

build-aux/flatpak/com.github.GradienceTeam.Gradience.json

+8-24
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id" : "com.github.GradienceTeam.Gradience",
33
"runtime" : "org.gnome.Platform",
4-
"runtime-version" : "44",
4+
"runtime-version" : "45",
55
"sdk" : "org.gnome.Sdk",
66
"command" : "gradience",
77
"finish-args" : [
@@ -22,10 +22,11 @@
2222
"--filesystem=xdg-download:ro",
2323
"--filesystem=~/.mozilla/firefox",
2424
"--filesystem=~/.librewolf",
25+
"--filesystem=~/.waterfox",
2526
"--filesystem=~/.var/app/org.mozilla.firefox/.mozilla/firefox",
2627
"--filesystem=~/.var/app/io.gitlab.librewolf-community/.librewolf",
28+
"--filesystem=~/.var/app/net.waterfox.waterfox/.waterfox",
2729
"--filesystem=~/snap/firefox/common/.mozilla/firefox",
28-
"--env=GIO_EXTRA_MODULES=/app/lib/gio/modules/",
2930
"--filesystem=/.var/app/com.getmailspring.Mailspring/config/Mailspring/packages/Libadwaita/styles",
3031
"--filesystem=xdg-config/Mailspring"
3132
],
@@ -52,8 +53,8 @@
5253
"sources": [
5354
{
5455
"type": "archive",
55-
"url": "https://github.com/lxml/lxml/releases/download/lxml-4.9.3/lxml-4.9.3.tar.gz",
56-
"sha256": "48628bd53a426c9eb9bc066a923acaa0878d1e86129fd5359aee99285f4eed9c"
56+
"url": "https://github.com/lxml/lxml/releases/download/lxml-5.0.0-1/lxml-5.0.0.tar.gz",
57+
"sha256": "67216b13a832adb984cfd20437261236f8c05fc19a0f7d4c59c235fddb17dfdb"
5758
}
5859
]
5960
},
@@ -68,23 +69,6 @@
6869
}
6970
]
7071
},
71-
{
72-
"name" : "dconf",
73-
"buildsystem" : "meson",
74-
"config-opts": [
75-
"-Dbash_completion=false",
76-
"-Dman=false",
77-
"-Dgtk_doc=false",
78-
"-Dvapi=false"
79-
],
80-
"sources" : [
81-
{
82-
"type" : "archive",
83-
"url" : "https://download.gnome.org/sources/dconf/0.40/dconf-0.40.0.tar.xz",
84-
"sha256" : "cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d6451e20f0bcb24533"
85-
}
86-
]
87-
},
8872
{
8973
"name": "sassc",
9074
"sources": [
@@ -111,7 +95,7 @@
11195
{
11296
"type": "git",
11397
"url": "https://github.com/sass/libsass.git",
114-
"tag": "3.6.5"
98+
"tag": "3.6.6"
11599
},
116100
{
117101
"type": "script",
@@ -133,13 +117,13 @@
133117
"config-opts": [
134118
"-Ddocs=false",
135119
"-Dvapi=false",
136-
"-Dbackends=gtk4"
120+
"-Dbackend-gtk4=enabled"
137121
],
138122
"sources": [
139123
{
140124
"type": "git",
141125
"url": "https://github.com/flatpak/libportal.git",
142-
"tag": "0.6"
126+
"tag": "0.7.1"
143127
}
144128
]
145129
},

data/com.github.GradienceTeam.Gradience.appdata.xml.in.in

+8
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@
8686
</keywords>
8787

8888
<releases>
89+
<release version="0.8.0-beta2" date="2024-01-4" type="development">
90+
<description translatable="no">
91+
<p>Gradience 0.8.0-beta2 release is the second beta for upcoming major release.</p>
92+
<ul>
93+
<li>See GitHub releases for more info</li>
94+
</ul>
95+
</description>
96+
</release>"
8997
<release version="0.8.0-beta1" date="2023-06-16" type="development">
9098
<description translatable="no">
9199
<p>Gradience 0.8.0-beta1 release is the first beta for upcoming major release.</p>

data/gradience.gresource.xml

+5-3
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@
3434
<gresource prefix="/com/github/GradienceTeam/Gradience/icons/scalable/actions/">
3535
<file preprocess="xml-stripblanks" alias="adw-gtk3-warning-symbolic.svg">icons/scalable/actions/adw-gtk3-warning-symbolic.svg</file>
3636
<file preprocess="xml-stripblanks" alias="bug-symbolic.svg">icons/scalable/actions/bug-symbolic.svg</file>
37-
<file preprocess="xml-stripblanks" alias="checkmark-large-symbolic.svg">icons/scalable/actions/checkmark-large-symbolic.svg</file>
37+
<file preprocess="xml-stripblanks" alias="checkmark-symbolic.svg">icons/scalable/actions/checkmark-symbolic.svg</file>
3838
<file preprocess="xml-stripblanks" alias="code-symbolic.svg">icons/scalable/actions/code-symbolic.svg</file>
3939
<file preprocess="xml-stripblanks" alias="color-picker-symbolic.svg">icons/scalable/actions/color-picker-symbolic.svg</file>
40-
<file preprocess="xml-stripblanks" alias="drive-symbolic.svg">icons/scalable/actions/drive-symbolic.svg</file>
41-
<file preprocess="xml-stripblanks" alias="drive-unsaved-symbolic.svg">icons/scalable/actions/drive-unsaved-symbolic.svg</file>
40+
<file preprocess="xml-stripblanks" alias="document-edit-symbolic.svg">icons/scalable/actions/document-edit-symbolic.svg</file>
41+
<file preprocess="xml-stripblanks" alias="document-save-symbolic.svg">icons/scalable/actions/document-save-symbolic.svg</file>
4242
<file preprocess="xml-stripblanks" alias="larger-brush-symbolic.svg">icons/scalable/actions/larger-brush-symbolic.svg</file>
4343
<file preprocess="xml-stripblanks" alias="palette-symbolic.svg">icons/scalable/actions/palette-symbolic.svg</file>
4444
<file preprocess="xml-stripblanks" alias="settings-symbolic.svg">icons/scalable/actions/settings-symbolic.svg</file>
45+
<file preprocess="xml-stripblanks" alias="star-large-symbolic.svg">icons/scalable/actions/star-large-symbolic.svg</file>
46+
<file preprocess="xml-stripblanks" alias="star-outline-rounded-symbolic.svg">icons/scalable/actions/star-outline-rounded-symbolic.svg</file>
4547
</gresource>
4648
</gresources>
Loading

data/icons/scalable/actions/checkmark-large-symbolic.svg

-3
This file was deleted.
Loading

0 commit comments

Comments
 (0)