navilocal 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/navilocal +8 -8
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b05c4ddb6b2bb24f88658865d28f9aa7d1b9a8186139af9c515a83e1b265e01d
|
|
4
|
+
data.tar.gz: 73717985f4242e2ecb9d561b7ec53be28ef027a9b5a668f9aeb214d07a38f2d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7659b8c0bdb23adfdb75dc2c849630a6b8491c115f58d751efd43d218b164fd632e01d919d4c992868ac18df097ecbc534add957855a9fe72235219fc0e49671
|
|
7
|
+
data.tar.gz: 59972f8c0ecace1982da8b5f5f099b8cc64f6f4f0018f030f70e2302d802015adc9cd03c33ce097a3a7d324c9aae10c39f7529634e6856d0a40a1372026961d5
|
data/bin/navilocal
CHANGED
|
@@ -17,14 +17,14 @@ resource_bin = File.join(application_root_path, 'gresource.bin')
|
|
|
17
17
|
|
|
18
18
|
# the commented block below is required to generate resources folder or update if any changes
|
|
19
19
|
|
|
20
|
-
resource_xml = File.join(application_root_path, 'resources', 'gresources.xml')
|
|
21
|
-
# # Build the binary
|
|
22
|
-
system("glib-compile-resources",
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
# resource_xml = File.join(application_root_path, 'resources', 'gresources.xml')
|
|
21
|
+
# # # Build the binary
|
|
22
|
+
# system("glib-compile-resources",
|
|
23
|
+
# "--target", resource_bin,
|
|
24
|
+
# "--sourcedir", File.dirname(resource_xml),
|
|
25
|
+
# resource_xml)
|
|
26
|
+
#
|
|
27
|
+
#
|
|
28
28
|
#
|
|
29
29
|
resource = Gio::Resource.load(resource_bin)
|
|
30
30
|
Gio::Resources.register(resource)
|