gui-apps/labwc-tweaks-gtk: new package, add 20260302, 99999999

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-04-25 22:19:56 -03:00
parent e3c7c37cc8
commit 6656d2f8a3
4 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST labwc-tweaks-gtk-20260302.tar.gz 25354 BLAKE2B 5cc315e654007e4c067458c68b2b95fe41080c96fe444ec0a28e9e4d8cc73e0d20181e7d3903728ae062fc913ba0c4e34b7d43bb41d6ff9779c7f6bfcae0064f SHA512 489cc3f47badf9b2d101fb439d5c82db95ad0fbaca31db7f9b816a8d7ccb01e86ae91d10117eee9479ba91ca2c05839a64317a9d2f9025cbbaf0e742bc63c3fc

View File

@@ -0,0 +1,30 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson xdg
MY_COMMIT="ebdabbb818703bcd7906e95682855fd63539b8cf"
DESCRIPTION="A GTK fork of labwc-tweaks"
HOMEPAGE="https://github.com/labwc/labwc-tweaks-gtk"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/labwc/labwc-tweaks-gtk.git"
else
SRC_URI="https://github.com/labwc/labwc-tweaks-gtk/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
KEYWORDS="~amd64"
fi
LICENSE="GPL-2"
SLOT="0"
RDEPEND="
dev-libs/glib:2
x11-libs/gtk+:3
dev-libs/libxml2
"
DEPEND="${RDEPEND}"

View File

@@ -0,0 +1,30 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson xdg
MY_COMMIT="ebdabbb818703bcd7906e95682855fd63539b8cf"
DESCRIPTION="A GTK fork of labwc-tweaks"
HOMEPAGE="https://github.com/labwc/labwc-tweaks-gtk"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/labwc/labwc-tweaks-gtk.git"
else
SRC_URI="https://github.com/labwc/labwc-tweaks-gtk/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
KEYWORDS="~amd64"
fi
LICENSE="GPL-2"
SLOT="0"
RDEPEND="
dev-libs/glib:2
x11-libs/gtk+:3
dev-libs/libxml2
"
DEPEND="${RDEPEND}"

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-gtk</remote-id>
</upstream>
</pkgmetadata>