mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
gui-apps/labwc-tweaks-gtk: new package, add 20260302, 99999999
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
1
gui-apps/labwc-tweaks-gtk/Manifest
Normal file
1
gui-apps/labwc-tweaks-gtk/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST labwc-tweaks-gtk-20260302.tar.gz 25354 BLAKE2B 5cc315e654007e4c067458c68b2b95fe41080c96fe444ec0a28e9e4d8cc73e0d20181e7d3903728ae062fc913ba0c4e34b7d43bb41d6ff9779c7f6bfcae0064f SHA512 489cc3f47badf9b2d101fb439d5c82db95ad0fbaca31db7f9b816a8d7ccb01e86ae91d10117eee9479ba91ca2c05839a64317a9d2f9025cbbaf0e742bc63c3fc
|
||||||
30
gui-apps/labwc-tweaks-gtk/labwc-tweaks-gtk-20260302.ebuild
Normal file
30
gui-apps/labwc-tweaks-gtk/labwc-tweaks-gtk-20260302.ebuild
Normal 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}"
|
||||||
30
gui-apps/labwc-tweaks-gtk/labwc-tweaks-gtk-99999999.ebuild
Normal file
30
gui-apps/labwc-tweaks-gtk/labwc-tweaks-gtk-99999999.ebuild
Normal 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}"
|
||||||
11
gui-apps/labwc-tweaks-gtk/metadata.xml
Normal file
11
gui-apps/labwc-tweaks-gtk/metadata.xml
Normal 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>
|
||||||
Reference in New Issue
Block a user