Skip to content

Commit e40aa5e

Browse files
author
Alain M
committed
Remove test files
1 parent df4c4be commit e40aa5e

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

build-aux/flatpak/com.github.alainm23.planner.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,11 @@
118118
{
119119
"name": "planner",
120120
"buildsystem": "meson",
121-
"sources": [
122-
{
123-
"type": "git",
124-
"url": "https://github.com/alainm23/planner.git"
125-
}
126-
]
121+
"sources": [{
122+
"type": "archive",
123+
"url": "https://github.com/alainm23/planner/archive/2.0.2.zip",
124+
"sha256": "d9d45c297d09afffbadae28434f19c2244ef726a0b6295bf2932cd85b7afecdd"
125+
}]
127126
}
128127
]
129128
}

data/meson.build

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,3 @@ i18n.merge_file(
4242
install: true,
4343
install_dir: join_paths(get_option('datadir'), 'metainfo')
4444
)
45-
46-
test (
47-
'Validate desktop file',
48-
find_program('desktop-file-validate'),
49-
args: join_paths(meson.current_build_dir (), meson.project_name() + '.desktop')
50-
)
51-
52-
test (
53-
'Validate appdata file',
54-
find_program('appstreamcli'),
55-
args: ['validate', join_paths(meson.current_build_dir (), meson.project_name() + '.appdata.xml')]
56-
)

0 commit comments

Comments
 (0)