gui-apps/labwc-tweaks: new package, add 0.1.0, 9999

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-02-08 22:20:35 -03:00
parent 88f1127a39
commit 05c40b8f51
4 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST labwc-tweaks-0.1.0.tar.gz 259951 BLAKE2B 4dacdfbef54f8929781b0e6f7f445aa7e04ac669df456c26143b50ef9b2104b0bdb35a8c66d106ceca09795c5733481eac16fca4de05a1a936988b128a304b32 SHA512 369b45587dd1eb711e178f7740d19d91c34c455d0d8cc164111a24f99552962ad06fb3b792bd6f6376d2051942528a81eb8955bc00782dce7b0b13b7c1b3f55a

View File

@@ -0,0 +1,40 @@
# 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_configure() {
local mycmakeargs=(
-DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_PREFIX=/usr
)
cmake_src_configure
}

View File

@@ -0,0 +1,40 @@
# 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_configure() {
local mycmakeargs=(
-DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_PREFIX=/usr
)
cmake_src_configure
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ghostyn678+git@gmail.com</email>
<name>dsaf</name>
</maintainer>
<upstream>
<remote-id type="github">labwc/labwc-tweaks</remote-id>
</upstream>
</pkgmetadata>