Skip to content

Commit f5f2d51

Browse files
authored
Merge pull request #1593 from byquanton/master
2 parents d2c9479 + 3c0c1b2 commit f5f2d51

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ build-aux/io.github.alainm23.planify.Devel.flatpak
99
subprojects/gxml**/
1010
*.snap
1111
planify*txt
12+
.flatpak

.valalintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
subprojects/

.vscode/settings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
{
2-
"mesonbuild.configureOnOpen": false
2+
"mesonbuild.configureOnOpen": false,
3+
"files.watcherExclude": {
4+
"**/.git/objects/**": true,
5+
"**/.git/subtree-cache/**": true,
6+
"**/.hg/store/**": true,
7+
".flatpak/**": true,
8+
"_build/**": true
9+
},
10+
"mesonbuild.buildFolder": "_build",
11+
"mesonbuild.mesonPath": "${workspaceFolder}/.flatpak/meson.sh"
312
}

build-aux/io.github.alainm23.planify.Devel.json

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id" : "io.github.alainm23.planify.Devel",
33
"runtime" : "org.gnome.Platform",
4-
"runtime-version" : "47",
4+
"runtime-version" : "48",
55
"sdk" : "org.gnome.Sdk",
66
"command" : "io.github.alainm23.planify.Devel",
77
"tags" : [
@@ -32,19 +32,6 @@
3232
"*.a"
3333
],
3434
"modules" : [
35-
{
36-
"name" : "intltool",
37-
"cleanup" : [
38-
"*"
39-
],
40-
"sources" : [
41-
{
42-
"type" : "archive",
43-
"url" : "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz",
44-
"sha256" : "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
45-
}
46-
]
47-
},
4835
{
4936
"name" : "granite",
5037
"buildsystem" : "meson",
@@ -75,8 +62,8 @@
7562
"sources" : [
7663
{
7764
"type" : "archive",
78-
"url" : "https://github.com/libical/libical/releases/download/v3.0.17/libical-3.0.17.tar.gz",
79-
"sha256" : "bcda9a6db6870240328752854d1ea475af9bbc6356e6771018200e475e5f781b",
65+
"url" : "https://github.com/libical/libical/releases/download/v3.0.20/libical-3.0.20.tar.gz",
66+
"sha256" : "e73de92f5a6ce84c1b00306446b290a2b08cdf0a80988eca0a2c9d5c3510b4c2",
8067
"x-checker-data" : {
8168
"type" : "anitya",
8269
"project-id" : 1637,
@@ -119,8 +106,8 @@
119106
"sources" : [
120107
{
121108
"type" : "archive",
122-
"url" : "https://download.gnome.org/sources/evolution-data-server/3.50/evolution-data-server-3.50.2.tar.xz",
123-
"sha256" : "5e66270388d50c14f3b1ae3fa0d2127b9fedce752acd393b5545281b01fc4970",
109+
"url" : "https://download.gnome.org/sources/evolution-data-server/3.56/evolution-data-server-3.56.1.tar.xz",
110+
"sha256" : "646cc0037da3f9f295794c637d95394ad76f8c9bee2268be2c4183e27720c137",
124111
"x-checker-data" : {
125112
"type" : "gnome",
126113
"name" : "evolution-data-server"
@@ -132,15 +119,16 @@
132119
"name" : "libportal",
133120
"buildsystem" : "meson",
134121
"config-opts" : [
135-
"-Dbackends=['gtk4']",
122+
"-Dbackend-gtk3=disabled",
123+
"-Dbackend-gtk4=enabled",
136124
"-Ddocs=false",
137125
"-Dtests=false"
138126
],
139127
"sources" : [
140128
{
141129
"type" : "git",
142130
"url" : "https://github.com/flatpak/libportal.git",
143-
"tag" : "0.6"
131+
"tag" : "0.9.1"
144132
}
145133
]
146134
},
@@ -150,7 +138,8 @@
150138
"sources" : [
151139
{
152140
"type" : "git",
153-
"url" : "https://gitlab.gnome.org/GNOME/gxml.git"
141+
"url" : "https://gitlab.gnome.org/GNOME/gxml.git",
142+
"tag": "0.20.4"
154143
}
155144
]
156145
},

data/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ desktop_file = i18n.merge_file(
1313
),
1414
output: '@[email protected]'.format(application_id),
1515
type: 'desktop',
16-
po_dir: join_paths(meson.source_root(), 'po'),
16+
po_dir: join_paths(meson.project_source_root(), 'po'),
1717
install: true,
1818
install_dir: get_option('datadir') / 'applications',
1919
)
@@ -37,7 +37,7 @@ appstream_file = i18n.merge_file(
3737
configuration: appdata_conf
3838
),
3939
output: '@[email protected]'.format(application_id),
40-
po_dir: join_paths(meson.source_root(), 'po'),
40+
po_dir: join_paths(meson.project_source_root(), 'po'),
4141
install: true,
4242
install_dir: get_option('datadir') / 'appdata',
4343
)

0 commit comments

Comments
 (0)