mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
ksanecore: fix conflicts with ksanecore6
This commit is contained in:
parent
b95a645fc5
commit
643b78c105
1 changed files with 6 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'ksanecore'
|
||||
pkgname=ksanecore
|
||||
version=23.08.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules gettext qt5-qmake qt5-host-tools"
|
||||
makedepends="qt5-devel sane-devel ki18n-devel"
|
||||
depends="ksanecore6"
|
||||
short_desc="Library providing logic to interface scanners"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
|
@ -13,6 +14,10 @@ changelog="https://kde.org/announcements/changelogs/gear/${version}/#ksanecore"
|
|||
distfiles="${KDE_SITE}/release-service/${version}/src/ksanecore-${version}.tar.xz"
|
||||
checksum=3d19c4caf13799b4bc835d18d77668ebb86771ba5128de3497a43302371d9ba2
|
||||
|
||||
post_install() {
|
||||
rm -rf "${DESTDIR}/usr/share"
|
||||
}
|
||||
|
||||
ksanecore-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue