Make xfwm4-gaps replace xfwm4 in order to make it easier to install it

(It still conflicts with xfwm4-lxqt as this one already ships the gaps patch, so is unnecesary to install it).
This commit is contained in:
KF-Art 2023-11-18 23:33:43 -05:00
parent 783f9c2423
commit 068094c620

View file

@ -1,18 +1,19 @@
# Template file for 'xfwm4-gaps'
pkgname=xfwm4-gaps
version=4.18.0
revision=1
revision=2
repository="cereus-extra"
build_style=gnu-configure
configure_args="--with-locales-dir=/usr/share/locale"
hostmakedepends="pkg-config intltool awk"
hostmakedepends="pkg-config intltool"
makedepends="libxfce4ui-devel startup-notification-devel
libXcomposite-devel libXdamage-devel libXfixes-devel libXrandr-devel
libXrender-devel libXpresent-devel libwnck-devel"
depends="hicolor-icon-theme desktop-file-utils"
short_desc="Next generation window manager (patched with window gaps support)"
maintainer="Kevin F. <kevinfigueroart@proton.me>"
conflicts="xfwm4 xfwm4-lxqt"
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
replaces="xfwm4"
conflicts="xfwm4-lxqt" # This one already ships the same gaps patch
license="GPL-2.0-or-later"
homepage="https://xfce.org/"
distfiles="https://archive.xfce.org/src/xfce/xfwm4/${version%.*}/xfwm4-${version}.tar.bz2"