mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 02:23:11 +02:00
parent
8ae21117b5
commit
7c5fbfc2af
2 changed files with 22 additions and 0 deletions
20
srcpkgs/quickshell/template
Normal file
20
srcpkgs/quickshell/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'quickshell'
|
||||||
|
pkgname=quickshell
|
||||||
|
version=0.2.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DDISTRIBUTOR=Void -DDISTRIBUTOR_DEBUGINFO_AVAILABLE=YES
|
||||||
|
-DINSTALL_QML_PREFIX=lib/qt6/qml -DCRASH_REPORTER=OFF -DHYPRLAND=OFF"
|
||||||
|
hostmakedepends="pkg-config wayland-devel qt6-base qt6-declarative-devel
|
||||||
|
qt6-wayland-devel qt6-shadertools"
|
||||||
|
makedepends="cli11 qt6-base-private-devel qt6-declarative-private-devel
|
||||||
|
qt6-shadertools-devel qt6-wayland-private-devel pipewire-devel jemalloc-devel
|
||||||
|
pam-devel"
|
||||||
|
depends="qt6-svg"
|
||||||
|
short_desc="Flexible QtQuick-based desktop shell toolkit"
|
||||||
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
|
license="LGPL-3.0-only"
|
||||||
|
homepage="https://quickshell.org"
|
||||||
|
changelog="https://quickshell.org/changelog/"
|
||||||
|
distfiles="https://git.outfoxxed.me/quickshell/quickshell/archive/v${version}.tar.gz"
|
||||||
|
checksum=568291b2397e4859ebc8b1d5cdc60fead2ce2da2368342e5f35c19bb1e32834d
|
2
srcpkgs/quickshell/update
Normal file
2
srcpkgs/quickshell/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://git.outfoxxed.me/quickshell/quickshell/tags"
|
||||||
|
pattern="(?<!archive/)v?\K[0-9.]+(?=\.tar\.gz)"
|
Loading…
Add table
Reference in a new issue