wlc: update to 0.0.8.
This commit is contained in:
parent
6ba0c335cd
commit
cece35500a
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template build file for 'wlc'
|
# Template build file for 'wlc'
|
||||||
pkgname=wlc
|
pkgname=wlc
|
||||||
version=0.0.7
|
version=0.0.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config wayland-devel"
|
hostmakedepends="pkg-config wayland-devel wayland-protocols"
|
||||||
makedepends="pixman-devel MesaLib-devel libxkbcommon-devel libdrm-devel
|
makedepends="pixman-devel MesaLib-devel libxkbcommon-devel libdrm-devel
|
||||||
xcb-util-image-devel xcb-util-wm-devel wayland-devel libinput-devel"
|
xcb-util-image-devel xcb-util-wm-devel wayland-devel wayland-protocols
|
||||||
|
libinput-devel"
|
||||||
short_desc="Wayland Compositor Library"
|
short_desc="Wayland Compositor Library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/Cloudef/wlc"
|
homepage="https://github.com/Cloudef/wlc"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://github.com/Cloudef/$pkgname/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/Cloudef/$pkgname/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=47e9b756d3fd621df913a6fbc9378c47aa8f9c3be7c2228a657a2411a7211979
|
checksum=1a7d7758028b0caa75418268f59e2290420850d0f3226ecf74316405d2c5ace5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue