Compare commits

...

2 Commits

Author SHA1 Message Date
cc2717c4e0 feat: add update-desktop-database to vscodium 2026-01-28 19:31:54 +01:00
2045e60311 avahi: fix sed patch 2026-01-28 18:58:58 +01:00
3 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ build = [
# 64-bit build
f"cd {builddir} && patch -Np1 -i ../avahi-{pkgver}-ipv6_race_condition_fix-1.patch && "
f"sed -i '426a if (events & AVAHI_WATCH_HUP) {{ \client_free(c); \\return; \\}}' avahi-daemon/simple-protocol.c && ./configure --prefix=/usr "
f"sed -i '426a if (events & AVAHI_WATCH_HUP) {{ client_free(c); return; }}' avahi-daemon/simple-protocol.c && ./configure --prefix=/usr "
f"--sysconfdir=/etc --localstatedir=/var --disable-static --disable-libevent --disable-mono --disable-monodoc --disable-python "
f"--disable-qt3 --disable-qt4 --disable-qt5 --enable-core-docs --with-distro=none --with-systemdsystemunitdir=no "
f"--with-dbus-system-address='unix:path=/run/dbus/system_bus_socket'",

View File

@@ -30,7 +30,6 @@ btop.recipe.py
bubblewrap.recipe.py
bzip2.recipe.py
caelestia-cli.recipe.py
caelestia.recipe.py
caelestia-shell.recipe.py
cairo.recipe.py
c-ares.recipe.py
@@ -79,7 +78,6 @@ extra-cmake-modules.recipe.py
eza.recipe.py
fastfetch.recipe.py
fcron.recipe.py
femboyos-postpatches.recipe.py
femctl.recipe.py
fempkg-keys.recipe.py
fempkg.recipe.py

View File

@@ -29,3 +29,7 @@ build = [
# Cleanup
f"rm -rf {fembuilddir}"
]
triggers = [
f"update-desktop-database"
]