New package: kplotting-5.26.0
This commit is contained in:
parent
45c9072a7e
commit
1441fc1db9
3 changed files with 27 additions and 0 deletions
|
@ -1946,6 +1946,7 @@ libwvbase.so.4.6 wvstreams-4.6.1_1
|
||||||
libwvutils.so.4.6 wvstreams-4.6.1_1
|
libwvutils.so.4.6 wvstreams-4.6.1_1
|
||||||
libwvstreams.so.4.6 wvstreams-4.6.1_1
|
libwvstreams.so.4.6 wvstreams-4.6.1_1
|
||||||
libespeak.so.1 libespeak-1.48.04_1
|
libespeak.so.1 libespeak-1.48.04_1
|
||||||
|
libKF5Plotting.so.5 kplotting-5.26.0_1
|
||||||
libpgf.so.6 libpgf-6.14.12_1
|
libpgf.so.6 libpgf-6.14.12_1
|
||||||
libqhull_p.so.7 libqhull-2015.2_1
|
libqhull_p.so.7 libqhull-2015.2_1
|
||||||
libqhull_r.so.7 libqhull-2015.2_1
|
libqhull_r.so.7 libqhull-2015.2_1
|
||||||
|
|
1
srcpkgs/kplotting-devel
Symbolic link
1
srcpkgs/kplotting-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
kplotting
|
25
srcpkgs/kplotting/template
Normal file
25
srcpkgs/kplotting/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'kplotting'
|
||||||
|
pkgname=kplotting
|
||||||
|
version=5.26.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
hostmakedepends="extra-cmake-modules"
|
||||||
|
makedepends="qt5-devel"
|
||||||
|
short_desc="QWidget-derived class for easy data-plotting"
|
||||||
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
|
license="LGPL-2"
|
||||||
|
homepage="https://projects.kde.org/projects/frameworks/kplotting"
|
||||||
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=240d6d636c36b150e9494c153e8c3ec8cb6e86717c732eccb0d5105bd62ac9b8
|
||||||
|
|
||||||
|
kplotting-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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue