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