aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/dunst/abuild
diff options
context:
space:
mode:
authoremmett1 <me@emmett1.my>2026-06-23 16:24:02 +0800
committeremmett1 <me@emmett1.my>2026-06-23 16:24:02 +0800
commit90aaefb7e6904dc86c183fd9f7c51c1ff4b38721 (patch)
tree0e0ba5abcbcbcb19344f18755f198c1ead8c884a /repos/extra/dunst/abuild
parent637a7177aab565df13a2a86b360b0ee9ba978578 (diff)
downloadalicelinux-90aaefb7e6904dc86c183fd9f7c51c1ff4b38721.tar.gz
alicelinux-90aaefb7e6904dc86c183fd9f7c51c1ff4b38721.zip
dunst: fix build
Diffstat (limited to 'repos/extra/dunst/abuild')
-rw-r--r--repos/extra/dunst/abuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/repos/extra/dunst/abuild b/repos/extra/dunst/abuild
index fb02a6d3..a8b659f8 100644
--- a/repos/extra/dunst/abuild
+++ b/repos/extra/dunst/abuild
@@ -1,6 +1,6 @@
name=dunst
version=1.13.2
-release=1
-source="https://github.com/$name-project/$name/archive/v$version/$name-$version.tar.gz"
-[ -f $SPM_PKGDB/libx11 ] || export X11=0
-[ -f $SPM_PKGDB/wayland ] || export WAYLAND=0
+release=2
+source="https://github.com/$name-project/$name/archive/v$version/$name-$version.tar.gz
+ fix-build.patch"
+build_opt="-Dcompletions=false"