summaryrefslogtreecommitdiff
path: root/meson-install.sh
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-06-28 17:07:18 +0200
committerGitHub <[email protected]>2024-06-28 17:07:18 +0200
commit9a484bdee02904034449961612fd5b2cdbe6a337 (patch)
tree7be3b0a66894a980e6e9ddef5ef2e8782a2fe964 /meson-install.sh
parent2c701b970e7b2b208d8d12d3ea34078236d3f62e (diff)
add flake, format, small fixes (#1)
* add flake, format, small fixes * moved the mainloop in cli.vala to the scope of deamonize * made versions public in config.vala * added notify_property("items") calls in tray.vala, this makes it work with the bind API in gjs * added flake.nix NOTE for nix: The dbusmenu workaround in meson seems to break typelib linking on nix which I could not find a solution for. A simple workaround is to simply put the dependencies of dbusmenu-gtk in buildInputs, which is fine, but I'm sure this will cause confusion since no other libs require additional packages in buildInputs * fix(cli): item changed event * move header to includedir/astal
Diffstat (limited to 'meson-install.sh')
-rw-r--r--meson-install.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/meson-install.sh b/meson-install.sh
deleted file mode 100644
index 0e6b258..0000000
--- a/meson-install.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/env bash
-
-meson setup \
- --prefix /usr \
- --libexecdir lib \
- --sbindir bin \
- --buildtype plain \
- --auto-features enabled \
- --wrap-mode nodownload \
- -D b_lto=false \
- -D b_pie=true \
- -D python.bytecompile=1 \
- --wipe \
- build
-
-meson install -C build