mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 05:37:01 +02:00
New package: libksane6-24.02.2
This commit is contained in:
parent
768e413c84
commit
aedb3f9f23
3 changed files with 28 additions and 0 deletions
|
@ -492,6 +492,7 @@ 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
|
||||
libKSaneWidgets6.so.6 libksane6-24.02.0_1
|
||||
libKPim5SMTP.so.5 ksmtp-23.04.0_1
|
||||
libKPim5MailTransport.so.5 kmailtransport-23.04.0_1
|
||||
libKPim5MailTransportAkonadi.so.5 kmailtransport-23.04.0_1
|
||||
|
|
1
srcpkgs/libksane6-devel
Symbolic link
1
srcpkgs/libksane6-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libksane6
|
26
srcpkgs/libksane6/template
Normal file
26
srcpkgs/libksane6/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'libksane6'
|
||||
pkgname=libksane6
|
||||
version=24.02.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_WITH_QT6=ON"
|
||||
hostmakedepends="extra-cmake-modules gettext qt6-base"
|
||||
makedepends="qt6-base-devel kf6-ki18n-devel kf6-ktextwidgets-devel sane-devel
|
||||
ksanecore6-devel"
|
||||
short_desc="Image scanning library"
|
||||
maintainer="travankor <travankor@tuta.io>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://kde.org/applications/graphics"
|
||||
changelog="https://kde.org/announcements/changelogs/gear/${version}/#libksane"
|
||||
distfiles="${KDE_SITE}/release-service/${version}/src/libksane-${version}.tar.xz"
|
||||
checksum=2ffc7fddb953ef0f9c38eb2c2bf402de0f9520c3542d3247f7b5c19ee185d8ff
|
||||
|
||||
libksane6-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} ksanecore6-devel"
|
||||
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