mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
New package: frameworkintegration-5.26.0
This commit is contained in:
parent
f2212a1db0
commit
2250eb290e
3 changed files with 26 additions and 0 deletions
|
@ -2661,6 +2661,7 @@ libKF5Declarative.so.5 kdeclarative-5.26.0_1
|
||||||
libKF5QuickAddons.so.5 kdeclarative-5.26.0_1
|
libKF5QuickAddons.so.5 kdeclarative-5.26.0_1
|
||||||
libKF5CalendarEvents.so.5 kdeclarative-5.26.0_1
|
libKF5CalendarEvents.so.5 kdeclarative-5.26.0_1
|
||||||
libKF5KCMUtils.so.5 kcmutils-5.26.0_1
|
libKF5KCMUtils.so.5 kcmutils-5.26.0_1
|
||||||
|
libKF5Style.so.5 frameworkintegration-5.26.0_1
|
||||||
liblmdb.so.0 lmdb-0.9.18_2
|
liblmdb.so.0 lmdb-0.9.18_2
|
||||||
libisns.so.0 libisns-0.96_1
|
libisns.so.0 libisns-0.96_1
|
||||||
libz80ex.so.1 z80ex-1.1.21_1
|
libz80ex.so.1 z80ex-1.1.21_1
|
||||||
|
|
1
srcpkgs/frameworkintegration-devel
Symbolic link
1
srcpkgs/frameworkintegration-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
frameworkintegration
|
24
srcpkgs/frameworkintegration/template
Normal file
24
srcpkgs/frameworkintegration/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'frameworkintegration'
|
||||||
|
pkgname=frameworkintegration
|
||||||
|
version=5.26.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
hostmakedepends="extra-cmake-modules"
|
||||||
|
makedepends="kiconthemes-devel knotifications-devel"
|
||||||
|
short_desc="Integration of Qt application with KDE workspaces"
|
||||||
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
|
license="LGPL-2"
|
||||||
|
homepage="https://projects.kde.org/projects/frameworks/frameworkintegration"
|
||||||
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=374db7d9b69486aa16fccf1391869f058679bf2aa7adf6f109ba29d3f4e31653
|
||||||
|
|
||||||
|
frameworkintegration-devel_package() {
|
||||||
|
short_desc+=" - development"
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue