mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
parent
1937bd0bee
commit
3a8205e2db
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'libdecor'
|
# Template file for 'libdecor'
|
||||||
pkgname=libdecor
|
pkgname=libdecor
|
||||||
version=0.1.1
|
version=0.2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Ddemo=false $(vopt_feature dbus dbus)"
|
configure_args="-Ddemo=false $(vopt_feature dbus dbus)"
|
||||||
hostmakedepends="pkg-config wayland-devel"
|
hostmakedepends="pkg-config wayland-devel"
|
||||||
makedepends="wayland-devel wayland-protocols pango-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"
|
short_desc="Client-side decorations library for Wayland client"
|
||||||
maintainer="Arda Demir <ddmirarda@gmail.com>"
|
maintainer="Arda Demir <ddmirarda@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://gitlab.gnome.org/jadahl/libdecor"
|
homepage="https://gitlab.gnome.org/jadahl/libdecor"
|
||||||
distfiles="https://gitlab.gnome.org/jadahl/libdecor/-/archive/${version}/libdecor-${version}.tar.gz"
|
distfiles="https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/${version}/libdecor-${version}.tar.gz"
|
||||||
checksum=82adece5baeb6194292b0d1a91b4b3d10da41115f352a5e6c5844b20b88a0512
|
checksum=40a1d8be07d8b1f66e8fb98a1f4a84549ca6bf992407198a5055952be80a8525
|
||||||
|
|
||||||
build_options="dbus"
|
build_options="dbus"
|
||||||
build_options_default="dbus"
|
build_options_default="dbus"
|
||||||
|
|
Loading…
Add table
Reference in a new issue