Install this version:
emerge -a =gui-apps/labwc-tweaks-0.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/labwc-tweaks-0.1.0
Or alternatively:
emerge --autounmask-write -a =gui-apps/labwc-tweaks-0.1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.0 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="A Qt configuration tool for labwc"
HOMEPAGE="https://github.com/labwc/labwc-tweaks"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/labwc/labwc-tweaks.git"
else
SRC_URI="https://github.com/labwc/labwc-tweaks/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="GPL-2 BSD"
SLOT="0"
RDEPEND="
dev-libs/glib:2
dev-libs/libxml2
dev-qt/qtbase:6
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-lang/perl
dev-qt/qttools:6
x11-libs/libxkbcommon
"
src_prepare() {
sed -i 's/^cmake_minimum_required(VERSION 3\.5)$/cmake_minimum_required(VERSION 3.10)/' CMakeLists.txt || die
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_PREFIX=/usr
)
cmake_src_configure
}
dev-libs/glib:2 dev-libs/libxml2 dev-qt/qtbase:6
dev-libs/glib:2 dev-libs/libxml2 dev-qt/qtbase:6
dev-lang/perl dev-qt/qttools:6 x11-libs/libxkbcommon
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | labwc-tweaks-0.1.0.tar.gz | 259951 bytes | https://github.com/labwc/labwc-tweaks/archive/0.1.0.tar.gz |