hikari: update to 2.1.1, clean up makedepends.
Removed the dependencies provided by wlroots, removed libevdev-devel, which isn't required, and put wayland-devel unconditionally in hostmakedepends, to follow the pattern of the other templates.
This commit is contained in:
parent
a46cf930ce
commit
af2f8063ae
1 changed files with 4 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'hikari'
|
||||
pkgname=hikari
|
||||
version=2.1.0
|
||||
version=2.1.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_cmd=bmake
|
||||
|
@ -8,24 +8,17 @@ make_use_env=yes
|
|||
make_build_args="WITH_POSIX_C_SOURCE=YES WITH_XWAYLAND=YES
|
||||
WITH_SCREENCOPY=YES WITH_GAMMACONTROL=YES WITH_LAYERSHELL=YES ETC_PREFIX="
|
||||
make_install_args="ETC_PREFIX="
|
||||
hostmakedepends="bmake pkg-config"
|
||||
makedepends="wlroots-devel pango-devel cairo-devel pam-devel glib-devel
|
||||
libinput-devel xcb-util-errors-devel xcb-util-wm-devel libucl-devel
|
||||
libxkbcommon-devel pixman-devel libevdev-devel"
|
||||
hostmakedepends="bmake pkg-config wayland-devel"
|
||||
makedepends="wlroots-devel pango-devel cairo-devel pam-devel glib-devel libucl-devel"
|
||||
short_desc="Stacking Wayland compositor with tiling features"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://hikari.acmelabs.space"
|
||||
changelog="https://hub.darcs.net/raichoo/hikari/browse/CHANGELOG.md"
|
||||
distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=6a1f14a73119b227b7d2c364c0627aade2630b080fe730bb11e9854d3408b59b
|
||||
checksum=ab75c4563aa57ae3f207b05cbb6e023cad9fd2f96cabafa1b16ed7eaf22f546d
|
||||
conf_files="/etc/pam.d/hikari-unlocker /etc/hikari/hikari.conf"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# Makefile executes wayland-scanner
|
||||
hostmakedepends+=" wayland-devel"
|
||||
fi
|
||||
|
||||
pre_build() {
|
||||
# The hikari Makefile appends to the CFLAGS and LDFLAGS variables;
|
||||
# bmake ignores these appends altogether when passing variables on the
|
||||
|
|
Loading…
Reference in a new issue