lavalauncher: update to 2.1.0.
This commit is contained in:
parent
aca9a04788
commit
4b1b0830f4
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'lavalauncher'
|
||||
pkgname=lavalauncher
|
||||
version=2.0.0
|
||||
version=2.1.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
build_style=meson
|
||||
hostmakedepends="wayland-devel pkg-config scdoc"
|
||||
makedepends="wayland-protocols wayland-devel cairo-devel librsvg-devel"
|
||||
makedepends="wayland-protocols wayland-devel cairo-devel librsvg-devel libxkbcommon-devel"
|
||||
short_desc="Simple panel launcher for Wayland"
|
||||
maintainer="Jony <maybe-one-day-ubermensch@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://git.sr.ht/~leon_plickat/lavalauncher"
|
||||
distfiles="https://git.sr.ht/~leon_plickat/lavalauncher/archive/v${version}.tar.gz"
|
||||
checksum=6aa9d6fe189f658dabb709c1902454ebaa7dace8259d39c2256397657a411f9b
|
||||
checksum=4d51d857ddfc682cf7dbc4dcd60a776b6816610230afead4608fdd7693261274
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
configure_args="-Dc_args=-D__off64_t=off_t"
|
||||
|
|
Loading…
Reference in a new issue