mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: kunitconversion-5.26.0 (#4943)
This commit is contained in:
parent
e4197d2539
commit
f332a2750e
3 changed files with 26 additions and 0 deletions
|
@ -2311,6 +2311,7 @@ libunibreak.so.1 libunibreak-1.0_1
|
||||||
libgconfmm-2.6.so.1 gconfmm-2.28.3_1
|
libgconfmm-2.6.so.1 gconfmm-2.28.3_1
|
||||||
libiperf.so.0 iperf3-3.1.1_1
|
libiperf.so.0 iperf3-3.1.1_1
|
||||||
libkqueue.so.0 libkqueue-2.0.3_1
|
libkqueue.so.0 libkqueue-2.0.3_1
|
||||||
|
libKF5UnitConversion.so.5 kunitconversion-5.26.0_1
|
||||||
libfdk-aac.so.1 fdk-aac-0.1.4_1
|
libfdk-aac.so.1 fdk-aac-0.1.4_1
|
||||||
libyubikey.so.0 libyubikey-1.13_1
|
libyubikey.so.0 libyubikey-1.13_1
|
||||||
libykpers-1.so.1 libykpers-1.17.2_1
|
libykpers-1.so.1 libykpers-1.17.2_1
|
||||||
|
|
1
srcpkgs/kunitconversion-devel
Symbolic link
1
srcpkgs/kunitconversion-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
kunitconversion
|
24
srcpkgs/kunitconversion/template
Normal file
24
srcpkgs/kunitconversion/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'kunitconversion'
|
||||||
|
pkgname=kunitconversion
|
||||||
|
version=5.26.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="extra-cmake-modules"
|
||||||
|
makedepends="qt5-devel ki18n-devel"
|
||||||
|
short_desc="KDE Converting physical units"
|
||||||
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
|
license="LGPL-2"
|
||||||
|
homepage="https://projects.kde.org/projects/frameworks/kunitconversion"
|
||||||
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=914ce8fc2929b145d668a4018febcc2903c633c09ae164b67abb126a4e14cd22
|
||||||
|
|
||||||
|
kunitconversion-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…
Add table
Reference in a new issue