New package: libkdcraw-qt6-24.02.2, libkdcraw5 update to 24.02.2
This commit is contained in:
parent
565fe71d08
commit
09b760cf04
|
@ -3207,6 +3207,7 @@ libIMETable.so.0 libime-1.0.5_1
|
||||||
libIMEJyutping.so.1 libime-jyutping-1.0.2_1
|
libIMEJyutping.so.1 libime-jyutping-1.0.2_1
|
||||||
libairspy.so.0 libairspy-1.0.9_1
|
libairspy.so.0 libairspy-1.0.9_1
|
||||||
libKF5KDcraw.so.5 libkdcraw5-17.04.3_1
|
libKF5KDcraw.so.5 libkdcraw5-17.04.3_1
|
||||||
|
libKDcrawQt6.so.5 libkdcraw-qt6-24.02.2_1
|
||||||
libKF5Kipi.so.32.0.0 libkipi5-17.04.3_1
|
libKF5Kipi.so.32.0.0 libkipi5-17.04.3_1
|
||||||
libhackrf.so.0 libhackrf-2017.02.1_1
|
libhackrf.so.0 libhackrf-2017.02.1_1
|
||||||
libtecla.so.1 libtecla-1.6.3_1
|
libtecla.so.1 libtecla-1.6.3_1
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
libkdcraw-qt6
|
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'libkdcraw-qt6'
|
||||||
|
pkgname=libkdcraw-qt6
|
||||||
|
version=24.02.2
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DQT_MAJOR_VERSION=6"
|
||||||
|
hostmakedepends="extra-cmake-modules pkg-config qt6-tools
|
||||||
|
qt6-base gettext"
|
||||||
|
makedepends="qt6-base-devel libraw-devel"
|
||||||
|
short_desc="C++ interface around LibRaw library used to decode RAW - Qt6"
|
||||||
|
maintainer="Luciogi <lucigithubcommit@skiff.com>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://www.kde.org/applications/graphics/"
|
||||||
|
distfiles="${KDE_SITE}/release-service/${version}/src/libkdcraw-${version}.tar.xz"
|
||||||
|
checksum=7c6b4cb0af910857fdbed4dbfba6fcc5aee26aa31993eeab3219b7343c3192d6
|
||||||
|
|
||||||
|
libkdcraw-qt6-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,4 +1,5 @@
|
||||||
# Template file for 'libkdcraw5'
|
# Template file for 'libkdcraw5'
|
||||||
|
# XXX: sync version with libkdcraw
|
||||||
pkgname=libkdcraw5
|
pkgname=libkdcraw5
|
||||||
version=24.02.2
|
version=24.02.2
|
||||||
revision=1
|
revision=1
|
||||||
|
|
Loading…
Reference in New Issue