New package: libkexiv2-24.02.2
This commit is contained in:
parent
e5ac03e755
commit
7aa3fd766e
4 changed files with 27 additions and 0 deletions
|
@ -3248,6 +3248,7 @@ libr_main.so.5.8.8 radare2-5.8.8_1
|
|||
libykpiv.so.2 libykpiv-2.3.0_1
|
||||
libykcs11.so.2 libykcs11-2.3.0_1
|
||||
libKF5KExiv2.so.15.0.0 libkexiv25-17.04.3_1
|
||||
libKExiv2Qt6.so.0 libkexiv2-24.02.0_1
|
||||
libqmobipocket.so.2 libqmobipocket-17.04.3_1
|
||||
libgloox.so.18 gloox-1.0.24_1
|
||||
libgsmsd.so.8 gammu-smsd-1.39.0_1
|
||||
|
|
1
srcpkgs/libkexiv2-devel
Symbolic link
1
srcpkgs/libkexiv2-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libkexiv2
|
24
srcpkgs/libkexiv2/template
Normal file
24
srcpkgs/libkexiv2/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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"
|
||||
}
|
||||
}
|
1
srcpkgs/libkexiv2/update
Normal file
1
srcpkgs/libkexiv2/update
Normal file
|
@ -0,0 +1 @@
|
|||
pkgname=${pkgname}
|
Loading…
Add table
Reference in a new issue