Commit graph

11 commits

Author SHA1 Message Date
James Westman
87cedc2c7e
Release v0.2.0 2022-06-09 14:50:49 -05:00
James Westman
76baf4df98
Build: Don't install anything as subproject
Fixes #63.
2022-06-09 01:00:53 -05:00
James Westman
2c58a0f51c
Fix using blueprint-compiler as a meson subproject 2022-06-08 23:54:30 -05:00
James Westman
65691dfac6
Include version number in lsp and cli
Fixes #61.
2022-06-08 22:25:22 -05:00
James Westman
6f4d458855
build: Install to datadir
Install the python module to the data directory, not the python install
directory that meson gives us. Then, in the main script, try to find the
module and add it to the path by assuming the script is installed to
(prefix)/bin. Hopefully this will fix the ModuleNotFound errors.
2022-06-07 11:52:55 -05:00
Jeremy Bicha
e3a37893a8 build: Install pkgconfig file to /usr/share/
Because the pkgconfig file is arch-independent,
/usr/share/pkgconfig/ is a better location for it
2022-03-22 16:23:51 -04:00
James Westman
544d152fb6
Rename to blueprint-compiler
This isn't an official GTK project so better to avoid using "GTK" in the
name.
2021-12-01 15:35:58 -06:00
James Westman
afecd744ca
Fix tests 2021-10-28 00:13:46 -05:00
James Westman
55e08e4f52
docs: Add examples 2021-10-27 00:31:49 -05:00
James Westman
55a117a5b7
lsp: Show docs on hover
Also:
- Install the script to <prefix>/bin
- Fix a bug in XmlReader that would cause "uninteresting" tags to not be
  fully ignored
- Other minor improvements
2021-10-26 10:54:32 -05:00
James Westman
419faf0362
Use meson instead of setup.py
This project will usually be used as a subproject, so it needs a meson
file, and I'd like to not support two different buildsystems.
2021-10-22 23:27:19 -05:00