mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/labwc-tweaks: new package, add 0.1.0, 9999
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
1
gui-apps/labwc-tweaks/Manifest
Normal file
1
gui-apps/labwc-tweaks/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST labwc-tweaks-0.1.0.tar.gz 259951 BLAKE2B 4dacdfbef54f8929781b0e6f7f445aa7e04ac669df456c26143b50ef9b2104b0bdb35a8c66d106ceca09795c5733481eac16fca4de05a1a936988b128a304b32 SHA512 369b45587dd1eb711e178f7740d19d91c34c455d0d8cc164111a24f99552962ad06fb3b792bd6f6376d2051942528a81eb8955bc00782dce7b0b13b7c1b3f55a
|
||||
40
gui-apps/labwc-tweaks/labwc-tweaks-0.1.0.ebuild
Normal file
40
gui-apps/labwc-tweaks/labwc-tweaks-0.1.0.ebuild
Normal 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
|
||||
}
|
||||
40
gui-apps/labwc-tweaks/labwc-tweaks-9999.ebuild
Normal file
40
gui-apps/labwc-tweaks/labwc-tweaks-9999.ebuild
Normal 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
|
||||
}
|
||||
11
gui-apps/labwc-tweaks/metadata.xml
Normal file
11
gui-apps/labwc-tweaks/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</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user