konsole: fix replaces
The previous package was Konsole5 with uppercase first letter. Also leave the all lowercase in place just in case. Closes: #10696
This commit is contained in:
parent
fde09c8f70
commit
e0e43d22a5
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'konsole'
|
# Template file for 'konsole'
|
||||||
pkgname=konsole
|
pkgname=konsole
|
||||||
version=17.12.0
|
version=17.12.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
replaces="konsole5>=0"
|
replaces="konsole5>=0 Konsole5>=0"
|
||||||
configure_args="-Wno-dev -DKDE4_BUILD_TESTS=OFF -DSYSCONF_INSTALL_DIR=/etc"
|
configure_args="-Wno-dev -DKDE4_BUILD_TESTS=OFF -DSYSCONF_INSTALL_DIR=/etc"
|
||||||
hostmakedepends="pkg-config extra-cmake-modules kcoreaddons qt5-devel qt5-qmake kdoctools kconfig"
|
hostmakedepends="pkg-config extra-cmake-modules kcoreaddons qt5-devel qt5-qmake kdoctools kconfig"
|
||||||
makedepends="qt5-devel kbookmarks-devel kinit-devel knotifyconfig-devel
|
makedepends="qt5-devel kbookmarks-devel kinit-devel knotifyconfig-devel
|
||||||
|
|
Loading…
Reference in New Issue