Install this version:
emerge -a =mate-base/mate-wayland-session-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =mate-base/mate-wayland-session-9999
Or alternatively:
emerge --autounmask-write -a =mate-base/mate-wayland-session-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/mate-desktop/${PN}.git"
else
SRC_URI="
https://github.com/mate-desktop/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${PN}.tar.gz
"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-${PV}"
fi
DESCRIPTION="Mate wayland session"
HOMEPAGE="https://github.com/mate-desktop/mate-wayland-session"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
PATCHES=(
"${FILESDIR}"/${PN}-config-and-permissions-fix-${PV}.patch
)
DEPEND="
gui-wm/wayfire
gui-apps/wcm
mate-base/mate
dev-libs/gobject-introspection
x11-libs/startup-notification
x11-base/xwayland
x11-libs/gtk+:3
"
BDEPEND="
dev-build/meson
"
gui-wm/wayfire gui-apps/wcm mate-base/mate dev-libs/gobject-introspection x11-libs/startup-notification x11-base/xwayland x11-libs/gtk+:3
dev-build/meson