File tree Expand file tree Collapse file tree 3 files changed +1
-117
lines changed
Expand file tree Collapse file tree 3 files changed +1
-117
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pub const LOCALEDIR: &str = "/app/share/locale";
44pub const PKGDATADIR : & str = "/app/share/geopard" ;
55pub const PROFILE : & str = "Devel" ;
66pub 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
99use once_cell:: sync:: Lazy ;
1010use serde:: { Deserialize , Serialize } ;
You can’t perform that action at this time.
0 commit comments