labwc-0.7.2wayland-desktop
download
# Copyright 2021 Aisha Tammy, B. Gazotti and Daniella Kicsak
# Distributed under the terms of the ISC License
EAPI=8
inherit meson xdg-utils
DESCRIPTION="Openbox alternative for wayland"
HOMEPAGE="https://github.com/labwc/labwc"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/labwc/labwc"
else
SRC_URI="https://github.com/labwc/labwc/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE="+nls +svg +X"
RDEPEND="
dev-libs/glib:2
dev-libs/libinput
dev-libs/libxml2:2
gui-libs/wlroots:0/17[X?]
media-libs/libpng
x11-libs/cairo[X?]
x11-libs/libdrm:=
x11-libs/libxkbcommon:=[X?]
x11-libs/pango[X?]
x11-libs/pixman
nls? ( sys-devel/gettext )
svg? ( gnome-base/librsvg:= )
X? ( x11-libs/libxcb:0= )
"
DEPEND="${RDEPEND}"
BDEPEND="
app-text/scdoc
dev-libs/wayland-protocols
sys-devel/gettext
virtual/pkgconfig
"
src_configure() {
local emesonargs=(
$(meson_feature X xwayland)
$(meson_feature nls)
$(meson_feature svg)
-Dman-pages=enabled
)
meson_src_configure
}
src_install() {
meson_src_install
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}