From 7b1475a1dc0093f81dd6b8ea0f2af665084d8dc7 Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Thu, 13 Jan 2022 18:46:13 +0100 Subject: [PATCH] j4-dmenu-desktop: remove dmenu dependency Since there is more than one dmenu implementation (e.g. bemenu for Wayland) it makes no sense to depend on dmenu here. --- srcpkgs/j4-dmenu-desktop/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/j4-dmenu-desktop/template b/srcpkgs/j4-dmenu-desktop/template index 82e237201afc..3a68ca58f25a 100644 --- a/srcpkgs/j4-dmenu-desktop/template +++ b/srcpkgs/j4-dmenu-desktop/template @@ -1,14 +1,13 @@ # Template file for 'j4-dmenu-desktop' pkgname=j4-dmenu-desktop version=2.18 -revision=2 +revision=3 wrksrc="${pkgname}-r${version}" build_style=cmake # The current version (2.18) needs to have /usr/share/applications dir # for tests, xterm creates and populates it with its .desktop files, # which fixes tests in case the dir does not exist. # https://github.com/enkore/j4-dmenu-desktop/pull/123 -depends="dmenu" checkdepends="catch2 xterm" short_desc="Fast desktop menu" maintainer="Diogo Leal "