From 164989999d6eddae12a3a32131f7661f80b88da7 Mon Sep 17 00:00:00 2001 From: HiPhish Date: Wed, 8 May 2024 22:20:15 +0200 Subject: [PATCH] Fix xlint warning in final version of template The final version of the template for packaging j4-dmenu-desktop was still breaking the style recommended by xlint. It had the `configure_args` before the `build_style`. --- src/packaging/j4-dmenu-desktop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packaging/j4-dmenu-desktop.md b/src/packaging/j4-dmenu-desktop.md index d07f363..77fa337 100644 --- a/src/packaging/j4-dmenu-desktop.md +++ b/src/packaging/j4-dmenu-desktop.md @@ -1505,8 +1505,8 @@ Here is the **final** template: pkgname=j4-dmenu-desktop version=2.18 revision=1 -configure_args="-DWITH_TESTS=NO" build_style=cmake +configure_args="-DWITH_TESTS=NO" depends=dmenu short_desc="Fast desktop menu" maintainer="meator "