mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
New package: ksanecore6-24.02.2
This commit is contained in:
parent
230c6858ec
commit
768e413c84
3 changed files with 28 additions and 0 deletions
|
@ -490,6 +490,7 @@ libKPim5PimCommon.so.5 pimcommon-23.08.0_1
|
|||
libKPim5PimCommonAkonadi.so.5 pimcommon-23.08.0_1
|
||||
libKPim5Gravatar.so.5 libgravatar-23.04.0_1
|
||||
libKSaneCore.so.1 ksanecore-22.12.1_1
|
||||
libKSaneCore6.so.1 ksanecore6-24.02.0_1
|
||||
libKF5Sane.so.5 libksane-18.04.2_1
|
||||
libKPim5SMTP.so.5 ksmtp-23.04.0_1
|
||||
libKPim5MailTransport.so.5 kmailtransport-23.04.0_1
|
||||
|
|
1
srcpkgs/ksanecore6-devel
Symbolic link
1
srcpkgs/ksanecore6-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
ksanecore6
|
26
srcpkgs/ksanecore6/template
Normal file
26
srcpkgs/ksanecore6/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'ksanecore6'
|
||||
pkgname=ksanecore6
|
||||
version=24.02.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DQT_MAJOR_VERSION=6 -DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
||||
hostmakedepends="extra-cmake-modules gettext qt6-base"
|
||||
makedepends="qt6-base-devel sane-devel kf6-kconfig-devel kf6-ki18n-devel"
|
||||
short_desc="Library providing logic to interface scanners"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://kde.org/applications/graphics"
|
||||
changelog="https://kde.org/announcements/changelogs/gear/${version}/#ksanecore"
|
||||
distfiles="${KDE_SITE}/release-service/${version}/src/ksanecore-${version}.tar.xz"
|
||||
checksum=18636264095bb56ee64185b4189d7ea14f33a69e392b818bbb0de6ffc1bb8170
|
||||
|
||||
ksanecore6-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/cmake
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue