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.
This commit is contained in:
Frank Steinborn 2022-01-13 18:46:13 +01:00 committed by Piraty
parent 1895699d9f
commit 0d75d4fc6f

View file

@ -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 <diogo@diogoleal.com>"