Skip to content

Commit 7a73cb0

Browse files
committed
remove libadwaita module from flatpak json
1 parent 9d527e8 commit 7a73cb0

File tree

3 files changed

+1
-117
lines changed

3 files changed

+1
-117
lines changed

build-aux/com.ranfdev.Geopard.Devel.json

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -24,64 +24,6 @@
2424
"env" : { }
2525
},
2626
"modules" : [
27-
{
28-
"name" : "libsass",
29-
"cleanup" : [
30-
"*"
31-
],
32-
"sources" : [
33-
{
34-
"type" : "archive",
35-
"url" : "https://github.com/sass/libsass/archive/3.6.4.tar.gz",
36-
"sha256" : "f9484d9a6df60576e791566eab2f757a97fd414fce01dd41fc0a693ea5db2889"
37-
},
38-
{
39-
"type" : "script",
40-
"dest-filename" : "autogen.sh",
41-
"commands" : [
42-
"autoreconf -si"
43-
]
44-
}
45-
]
46-
},
47-
{
48-
"name" : "sassc",
49-
"cleanup" : [
50-
"*"
51-
],
52-
"sources" : [
53-
{
54-
"type" : "archive",
55-
"url" : "https://github.com/sass/sassc/archive/3.6.1.tar.gz",
56-
"sha256" : "8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60"
57-
},
58-
{
59-
"type" : "script",
60-
"dest-filename" : "autogen.sh",
61-
"commands" : [
62-
"autoreconf -si"
63-
]
64-
}
65-
]
66-
},
67-
{
68-
"name" : "libadwaita",
69-
"buildsystem" : "meson",
70-
"config-opts" : [
71-
"-Dgtk_doc=false",
72-
"-Dtests=false",
73-
"-Dexamples=true",
74-
"-Dvapi=false",
75-
"-Dglade_catalog=disabled"
76-
],
77-
"sources" : [
78-
{
79-
"type" : "git",
80-
"url" : "https://gitlab.gnome.org/GNOME/libadwaita.git",
81-
"branch" : "main"
82-
}
83-
]
84-
},
8527
{
8628
"name" : "Geopard",
8729
"buildsystem" : "meson",

build-aux/com.ranfdev.Geopard.json

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -24,64 +24,6 @@
2424
"env" : { }
2525
},
2626
"modules" : [
27-
{
28-
"name" : "libsass",
29-
"cleanup" : [
30-
"*"
31-
],
32-
"sources" : [
33-
{
34-
"type" : "archive",
35-
"url" : "https://github.com/sass/libsass/archive/3.6.4.tar.gz",
36-
"sha256" : "f9484d9a6df60576e791566eab2f757a97fd414fce01dd41fc0a693ea5db2889"
37-
},
38-
{
39-
"type" : "script",
40-
"dest-filename" : "autogen.sh",
41-
"commands" : [
42-
"autoreconf -si"
43-
]
44-
}
45-
]
46-
},
47-
{
48-
"name" : "sassc",
49-
"cleanup" : [
50-
"*"
51-
],
52-
"sources" : [
53-
{
54-
"type" : "archive",
55-
"url" : "https://github.com/sass/sassc/archive/3.6.1.tar.gz",
56-
"sha256" : "8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60"
57-
},
58-
{
59-
"type" : "script",
60-
"dest-filename" : "autogen.sh",
61-
"commands" : [
62-
"autoreconf -si"
63-
]
64-
}
65-
]
66-
},
67-
{
68-
"name" : "libadwaita",
69-
"buildsystem" : "meson",
70-
"config-opts" : [
71-
"-Dgtk_doc=false",
72-
"-Dtests=false",
73-
"-Dexamples=true",
74-
"-Dvapi=false",
75-
"-Dglade_catalog=disabled"
76-
],
77-
"sources" : [
78-
{
79-
"type" : "git",
80-
"url" : "https://gitlab.gnome.org/GNOME/libadwaita.git",
81-
"branch" : "main"
82-
}
83-
]
84-
},
8527
{
8628
"name" : "Geopard",
8729
"buildsystem" : "meson",

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub const LOCALEDIR: &str = "/app/share/locale";
44
pub const PKGDATADIR: &str = "/app/share/geopard";
55
pub const PROFILE: &str = "Devel";
66
pub const RESOURCES_FILE: &str = concat!("/app/share/geopard", "/resources.gresource");
7-
pub const VERSION: &str = "1.0.0-alpha-a3a690a";
7+
pub const VERSION: &str = "1.0.0-alpha-9d527e8";
88

99
use once_cell::sync::Lazy;
1010
use serde::{Deserialize, Serialize};

0 commit comments

Comments
 (0)