mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
Merge 6011cb0483
into e1b0e6b3eb
This commit is contained in:
commit
f0b4783861
1 changed files with 30 additions and 0 deletions
30
srcpkgs/darkly/template
Normal file
30
srcpkgs/darkly/template
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'darkly'
|
||||
pkgname=darkly
|
||||
version=0.5.21
|
||||
revision=2
|
||||
archs="x86_64"
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF -Wno-dev -DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
|
||||
hostmakedepends="pkg-config extra-cmake-modules"
|
||||
makedepends="git base-devel
|
||||
qt5-devel qt6-base-devel
|
||||
kcoreaddons-devel kf6-kcoreaddons-devel
|
||||
kcmutils-devel kf6-kcmutils-devel
|
||||
kconfig-devel kf6-kconfig-devel
|
||||
kguiaddons-devel kf6-kguiaddons-devel
|
||||
ki18n-devel kf6-ki18n-devel
|
||||
kiconthemes-devel kf6-kiconthemes-devel
|
||||
kwindowsystem-devel kf6-kwindowsystem-devel
|
||||
kirigami2-devel kf6-kirigami-devel
|
||||
kf6-kdecoration-devel
|
||||
frameworkintegration-devel kf6-frameworkintegration-devel"
|
||||
short_desc="Modern style for qt applications"
|
||||
maintainer="Astreaprtcl <git@m-woerle.de>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/Bali10050/Darkly"
|
||||
distfiles="https://github.com/Bali10050/Darkly/archive/refs/tags/v${version}.tar.gz>darkly.tar.gz"
|
||||
checksum=bf3bd01d078850101182a7147e92300880ac6b21d5c1f35434d256e72d716524
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
Loading…
Add table
Reference in a new issue