diff --git a/common/shlibs b/common/shlibs index f16c9f6cb5e..f00d1a53a28 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3027,3 +3027,4 @@ libr_magic.so radare2-2.2.0_1 libr_reg.so radare2-2.2.0_1 libykpiv.so.1 libykpiv-1.5.0_1 libykcs11.so.1 libykcs11-1.5.0_1 +libKF5KExiv2.so.15.0.0 libkexiv25-17.04.3_1 diff --git a/srcpkgs/libkexiv25-devel b/srcpkgs/libkexiv25-devel new file mode 120000 index 00000000000..834ced603eb --- /dev/null +++ b/srcpkgs/libkexiv25-devel @@ -0,0 +1 @@ +libkexiv25 \ No newline at end of file diff --git a/srcpkgs/libkexiv25/template b/srcpkgs/libkexiv25/template new file mode 100644 index 00000000000..2b2a166d52f --- /dev/null +++ b/srcpkgs/libkexiv25/template @@ -0,0 +1,25 @@ +# Template file for 'libkexiv25' +pkgname=libkexiv25 +version=17.04.3 +revision=1 +build_style=cmake +configure_args="-DBUILD_TESTING=OFF" +wrksrc="${pkgname%5}-${version}" +hostmakedepends="extra-cmake-modules" +makedepends="qt5-devel exiv2-devel" +short_desc="A library to manipulate pictures metadata" +maintainer="Denis Revin " +license="GPL-2" +homepage="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2" +distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname%5}-${version}.tar.xz" +checksum=b8a061fb69097643209a229da84675729353284e1dc6200d9ac91d97f29faa0c + +libkexiv25-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}-${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}