diff --git a/common/shlibs b/common/shlibs index c180085d5de..18720bebf9d 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/ksanecore6-devel b/srcpkgs/ksanecore6-devel new file mode 120000 index 00000000000..6c6a450e8a0 --- /dev/null +++ b/srcpkgs/ksanecore6-devel @@ -0,0 +1 @@ +ksanecore6 \ No newline at end of file diff --git a/srcpkgs/ksanecore6/template b/srcpkgs/ksanecore6/template new file mode 100644 index 00000000000..9da76d53eca --- /dev/null +++ b/srcpkgs/ksanecore6/template @@ -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 " +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 + } +}