diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-23 21:20:30 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-23 21:20:30 +0000 |
| commit | c56199888ba1c1960e4eeba8e501802d02eec55f (patch) | |
| tree | ee3dca96e56352f64bcffaa447611be186e351b3 /dunst/abuild | |
| parent | 7e1bfe1ae98baa48aa05c0a7c41770d91406d1ce (diff) | |
| download | alicelinux-c56199888ba1c1960e4eeba8e501802d02eec55f.tar.gz alicelinux-c56199888ba1c1960e4eeba8e501802d02eec55f.zip | |
Woodpecker CI 37c01a3e1a45c6311f828746f1a82ed1f093b986 [SKIP CI]extra
Diffstat (limited to 'dunst/abuild')
| -rw-r--r-- | dunst/abuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dunst/abuild b/dunst/abuild index fb02a6d3..a8b659f8 100644 --- a/dunst/abuild +++ b/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" |