mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
New package: kf6-kdecoration-6.0.4
This commit is contained in:
parent
8e96ea53e6
commit
eec555c2ea
3 changed files with 28 additions and 0 deletions
|
@ -950,6 +950,8 @@ libmcpp.so.0 libmcpp-2.7.2_1
|
|||
libjitterentropy.so.3 jitterentropy-3.0.0_1
|
||||
libkdecorations2.so.5 kdecoration-5.8.4_1
|
||||
libkdecorations2private.so.10 kdecoration-5.26.90_1
|
||||
libkdecorations2.so.6 kf6-kdecoration-6.0.0_1
|
||||
libkdecorations2private.so.11 kf6-kdecoration-6.0.0_1
|
||||
libGlacier2.so.37 libIce-3.7.5_2
|
||||
libGlacier2CryptPermissionsVerifier.so.37 libIce-3.7.5_2
|
||||
libIce.so.37 libIce-3.7.5_2
|
||||
|
|
1
srcpkgs/kf6-kdecoration-devel
Symbolic link
1
srcpkgs/kf6-kdecoration-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
kf6-kdecoration
|
25
srcpkgs/kf6-kdecoration/template
Normal file
25
srcpkgs/kf6-kdecoration/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'kf6-kdecoration'
|
||||
pkgname=kf6-kdecoration
|
||||
version=6.0.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules gettext qt6-base qt6-tools"
|
||||
makedepends="kf6-ki18n-devel kf6-kcoreaddons-devel"
|
||||
short_desc="KDE Plugin based library to create window decorations"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/plasma/kdecoration"
|
||||
distfiles="${KDE_SITE}/plasma/${version}/kdecoration-${version}.tar.xz"
|
||||
checksum=0fe53f1632f3fa86bc4d3e843efc9216b2a257020a7e55ab579f56b9e45bd57e
|
||||
|
||||
kf6-kdecoration-devel_package() {
|
||||
conflicts="kdecoration-devel>=0"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue