Compare commits
2 Commits
fe541b6e3c
...
cc2717c4e0
| Author | SHA1 | Date | |
|---|---|---|---|
| cc2717c4e0 | |||
| 2045e60311 |
@@ -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'",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -29,3 +29,7 @@ build = [
|
||||
# Cleanup
|
||||
f"rm -rf {fembuilddir}"
|
||||
]
|
||||
|
||||
triggers = [
|
||||
f"update-desktop-database"
|
||||
]
|
||||
Reference in New Issue
Block a user