libdecor: update to 0.2.2.

Closes: #51341 [via git-merge-pr]
This commit is contained in:
caitcat 2024-07-19 19:47:10 +01:00 committed by classabbyamp
parent 1937bd0bee
commit 3a8205e2db
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'libdecor'
pkgname=libdecor
version=0.1.1
version=0.2.2
revision=1
build_style=meson
configure_args="-Ddemo=false $(vopt_feature dbus dbus)"
hostmakedepends="pkg-config wayland-devel"
makedepends="wayland-devel wayland-protocols pango-devel
$(vopt_if dbus dbus-devel)"
$(vopt_if dbus dbus-devel) gtk+3-devel"
short_desc="Client-side decorations library for Wayland client"
maintainer="Arda Demir <ddmirarda@gmail.com>"
license="MIT"
homepage="https://gitlab.gnome.org/jadahl/libdecor"
distfiles="https://gitlab.gnome.org/jadahl/libdecor/-/archive/${version}/libdecor-${version}.tar.gz"
checksum=82adece5baeb6194292b0d1a91b4b3d10da41115f352a5e6c5844b20b88a0512
distfiles="https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/${version}/libdecor-${version}.tar.gz"
checksum=40a1d8be07d8b1f66e8fb98a1f4a84549ca6bf992407198a5055952be80a8525
build_options="dbus"
build_options_default="dbus"