New package: karchive-5.26.0

This commit is contained in:
Denis Revin 2016-10-04 19:25:58 +04:00
parent 4b6ca5abde
commit 0596939547
3 changed files with 27 additions and 0 deletions

View file

@ -2610,6 +2610,7 @@ libskk.so.0 libskk-1.0.2_1
libKF5WaylandServer.so.5 kwayland-5.26.0_1
libKF5WaylandClient.so.5 kwayland-5.26.0_1
libKF5IdleTime.so.5 kidletime-5.26.0_1
libKF5Archive.so.5 karchive-5.26.0_1
liblmdb.so.0 lmdb-0.9.18_2
libisns.so.0 libisns-0.96_1
libz80ex.so.1 z80ex-1.1.21_1

1
srcpkgs/karchive-devel Symbolic link
View file

@ -0,0 +1 @@
karchive

25
srcpkgs/karchive/template Normal file
View file

@ -0,0 +1,25 @@
# Template file for 'karchive'
pkgname=karchive
version=5.26.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules"
makedepends="qt5-devel zlib-devel bzip2-devel liblzma-devel"
short_desc="Qt5 addon providing access to numerous types of archives"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/karchive"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=af082dc3a8bd48302d5c36c0a70e2d2c796cb852e3f6ee64cb5059fb7f9adaeb
karchive-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove usr/lib/*.so
}
}