commit: 05c40b8f51bf428c2d638eb9b5bf244c811b902b Author: dsaf <ghostyn678+git <AT> gmail <DOT> com> AuthorDate: Mon Feb 9 01:20:35 2026 +0000 Commit: dsaf <ghostyn678+git <AT> gmail <DOT> com> CommitDate: Mon Feb 9 01:20:35 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05c40b8f
gui-apps/labwc-tweaks: new package, add 0.1.0, 9999 Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com> gui-apps/labwc-tweaks/Manifest | 1 + gui-apps/labwc-tweaks/labwc-tweaks-0.1.0.ebuild | 40 +++++++++++++++++++++++++ gui-apps/labwc-tweaks/labwc-tweaks-9999.ebuild | 40 +++++++++++++++++++++++++ gui-apps/labwc-tweaks/metadata.xml | 11 +++++++ 4 files changed, 92 insertions(+) diff --git a/gui-apps/labwc-tweaks/Manifest b/gui-apps/labwc-tweaks/Manifest new file mode 100644 index 0000000000..428dd329ab --- /dev/null +++ b/gui-apps/labwc-tweaks/Manifest @@ -0,0 +1 @@ +DIST labwc-tweaks-0.1.0.tar.gz 259951 BLAKE2B 4dacdfbef54f8929781b0e6f7f445aa7e04ac669df456c26143b50ef9b2104b0bdb35a8c66d106ceca09795c5733481eac16fca4de05a1a936988b128a304b32 SHA512 369b45587dd1eb711e178f7740d19d91c34c455d0d8cc164111a24f99552962ad06fb3b792bd6f6376d2051942528a81eb8955bc00782dce7b0b13b7c1b3f55a diff --git a/gui-apps/labwc-tweaks/labwc-tweaks-0.1.0.ebuild b/gui-apps/labwc-tweaks/labwc-tweaks-0.1.0.ebuild new file mode 100644 index 0000000000..42c332f25e --- /dev/null +++ b/gui-apps/labwc-tweaks/labwc-tweaks-0.1.0.ebuild @@ -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 +} diff --git a/gui-apps/labwc-tweaks/labwc-tweaks-9999.ebuild b/gui-apps/labwc-tweaks/labwc-tweaks-9999.ebuild new file mode 100644 index 0000000000..42c332f25e --- /dev/null +++ b/gui-apps/labwc-tweaks/labwc-tweaks-9999.ebuild @@ -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 +} diff --git a/gui-apps/labwc-tweaks/metadata.xml b/gui-apps/labwc-tweaks/metadata.xml new file mode 100644 index 0000000000..866ab2fc20 --- /dev/null +++ b/gui-apps/labwc-tweaks/metadata.xml @@ -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>[email protected]</email> + <name>dsaf</name> + </maintainer> + <upstream> + <remote-id type="github">labwc/labwc-tweaks</remote-id> + </upstream> +</pkgmetadata>
