Commit Graph

4 Commits

Author SHA1 Message Date
Sefa Eyeoglu
9affc1b3d8
entangle: remove absolute path in desktop entry
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-10 14:44:47 +01:00
Jan Tojnar
acf8f35b80
entangle: Fix build with glib 2.82
https://hydra.nixos.org/build/274565015/nixlog/1

`pcre` is no longer needed as the comment longer applies.

`glib-2.0.pc` now has `libsysprof-capture-4` in `Requires.private` field.
Normally, this does not matter since we patch our `pkg-config` to ignore that
outside of static builds but `entangle` was using `pkgconf`, which is not patched.

Let’s switch to standard `pkg-config`.
This will also allow us to clean some more dependencies.

Unfortunately, this also reveals issue with an underspecified `gio-unix-2.0` dependency so we need to fix that.
2024-10-14 20:54:20 +08:00
wxt
7db7e2f7a7
entangle: fix build 2024-09-28 09:53:49 +08:00
wxt
062aaf4d90
entangle: move to by-name; nixfmt 2024-09-28 09:40:24 +08:00