mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
kglobalacceld: provides khotkeys
This commit is contained in:
parent
a629266a1c
commit
3c716566d5
2 changed files with 8 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kglobalacceld'
|
# Template file for 'kglobalacceld'
|
||||||
pkgname=kglobalacceld
|
pkgname=kglobalacceld
|
||||||
version=6.0.4
|
version=6.0.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
configure_args="-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
||||||
hostmakedepends="extra-cmake-modules qt6-base qt6-tools"
|
hostmakedepends="extra-cmake-modules qt6-base qt6-tools"
|
||||||
|
@ -24,3 +24,9 @@ kglobalacceld-devel_package() {
|
||||||
#vmove "usr/lib/*.so"
|
#vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
khotkeys_package() {
|
||||||
|
build_style=meta
|
||||||
|
depends="kglobalacceld"
|
||||||
|
short_desc+=" - transition"
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/khotkeys
Symbolic link
1
srcpkgs/khotkeys
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
kglobalacceld
|
Loading…
Add table
Reference in a new issue