i3: update to 4.21.1, adopt
This commit is contained in:
parent
77383d4ea2
commit
2c4acd4573
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'i3'
|
||||
pkgname=i3
|
||||
version=4.21
|
||||
version=4.21.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config perl"
|
||||
|
@ -10,19 +10,16 @@ makedepends="pcre2-devel yajl-devel libxcb-devel libev-devel
|
|||
xcb-util-xrm-devel"
|
||||
conf_files="/etc/i3/config /etc/i3/config.keycodes"
|
||||
short_desc="Improved tiling window manager"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Rodrigo Oliveira <mdkcore@qtrnn.io>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://i3wm.org/"
|
||||
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.xz"
|
||||
checksum=8dc5205e0f3443d58661e30783521fd9c6d426d1e7f3667ab12f2ac1b2d32078
|
||||
changelog="https://i3wm.org/downloads/RELEASE-NOTES-${version}.txt"
|
||||
distfiles="https://i3wm.org/downloads/i3-${version}.tar.xz"
|
||||
checksum=edfd781285c654a05dc6db272ce0300c4428e6fbd875d99964e57de25b41bc1e
|
||||
make_check=no # Michael disables tests in Debian rules, too
|
||||
|
||||
do_check() {
|
||||
: "Michael disables tests in Debian rules, too"
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vmkdir usr/share/man/man1
|
||||
install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1
|
||||
}
|
||||
|
||||
i3-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue