Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wbg: update to 1.1.0. #40328

Merged
merged 1 commit into from
Nov 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions srcpkgs/wbg/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Template file for 'wbg'
pkgname=wbg
version=1.0.2
version=1.1.0
revision=1
wrksrc=$pkgname
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="libjpeg-turbo-devel libpng-devel pixman-devel
makedepends="libjpeg-turbo-devel libpng-devel libwebp-devel pixman-devel
tllist wayland-devel wayland-protocols"
short_desc="Simple wallpaper application for Wayland compositors"
maintainer="travankor <travankor@tuta.io>"
license="GPL-3.0-or-later"
license="MIT"
homepage="https://codeberg.org/dnkl/wbg"
changelog="https://codeberg.org/dnkl/wbg/raw/branch/master/CHANGELOG.md"
distfiles="https://codeberg.org/dnkl/wbg/archive/${version}.tar.gz"
checksum=3afcad17233ae3120369eaaf54bde41be8629bcda375d75a2d0d893649e802bc
checksum=3f7844914c8a53fababa5df3575a9adb06026932bdd359664077ffdf19aae917

post_install() {
vlicense LICENSE
}