25 lines
801 B
Bash
25 lines
801 B
Bash
# Template file for 'libkexiv2'
|
|
pkgname=libkexiv2
|
|
version=24.02.2
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTING=OFF -DQT_MAJOR_VERSION=6"
|
|
hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-tools"
|
|
makedepends="qt6-base-devel exiv2-devel"
|
|
short_desc="Library to manipulate pictures metadata"
|
|
maintainer="Luciogi <lucigithubcommit@skiff.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://invent.kde.org/graphics/libkexiv2"
|
|
distfiles="${KDE_SITE}/release-service/${version}/src/libkexiv2-${version}.tar.xz"
|
|
checksum=ae60226f489394b239140a4266a2db470a0bcc1a6d77b03c71ae1e3eeff308dc
|
|
|
|
libkexiv2-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|