New package: libkexiv2-4.10.4.
This commit is contained in:
parent
f20d6c8cb3
commit
2fbc37de3e
3 changed files with 31 additions and 0 deletions
|
@ -1315,3 +1315,4 @@ libkactivities-models.so.1 kactivities-4.10.4_1
|
||||||
libnepomukwidgets.so.4 nepomuk-widgets-4.10.4_1
|
libnepomukwidgets.so.4 nepomuk-widgets-4.10.4_1
|
||||||
libqimageblitz.so.4 qimageblitz-0.0.6_1
|
libqimageblitz.so.4 qimageblitz-0.0.6_1
|
||||||
libxcb-render-util.so.0 xcb-util-renderutil-0.3.8_1
|
libxcb-render-util.so.0 xcb-util-renderutil-0.3.8_1
|
||||||
|
libkexiv2.so.11 libkexiv2-4.10.4_1
|
||||||
|
|
1
srcpkgs/libkexiv2-devel
Symbolic link
1
srcpkgs/libkexiv2-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libkexiv2
|
29
srcpkgs/libkexiv2/template
Normal file
29
srcpkgs/libkexiv2/template
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Template file for 'libkexiv2'
|
||||||
|
pkgname=libkexiv2
|
||||||
|
version=4.10.4
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="cmake automoc4 pkg-config"
|
||||||
|
makedepends="openssl-devel qt-devel phonon-devel exiv2-devel kdelibs-devel>=${version}"
|
||||||
|
short_desc="A library to manipulate pictures metadata"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL, LGPL, FDL"
|
||||||
|
homepage="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2"
|
||||||
|
distfiles="http://download.kde.org/stable/${version}/src/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=1de2d3bca2270d1c3a8faf296a408c72d5c095795f4bbf12b4cec78f062333f1
|
||||||
|
|
||||||
|
libkexiv2-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
libkexiv2_package() {
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue