gui-libs/hyprland-qtutils: new package, add 0.1.1

Signed-off-by: Julien Roy <julien@jroy.ca>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Julien Roy
2024-12-25 17:33:44 -05:00
committed by Yixun Lan
parent a7859e4b8d
commit 08e84df3da
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST hyprland-qtutils-0.1.1.gh.tar.gz 7713 BLAKE2B 2d9754a8590d254d6853dc44ed4bd70f26789e3c6743ec8342de5a8fe96b13c69a1b30aba5f6c82a168f4f232cccfc3e325068f4bb43b77d0a7fa52a87d76eda SHA512 e93bd0b2846062bc0a09e2d91bf04ce8322b57c7d3fa1aa046caa5b81341418f1e2673235fb43ac474a34b5bf5bc5475ed02cece9c13a9806638620668cca721

View File

@@ -0,0 +1,24 @@
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Hyprland QT/qml utility apps"
HOMEPAGE="https://github.com/hyprwm/hyprland-qtutils"
SRC_URI="https://github.com/hyprwm/${PN}/archive/refs/tags/v${PV}/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
LICENSE="BSD"
SLOT="0"
RDEPEND="
dev-qt/qtbase:6
dev-qt/qtdeclarative:6
dev-qt/qtwayland:6
gui-libs/hyprutils:=
kde-frameworks/qqc2-desktop-style:6
"
DEPEND="${RDEPEND}"

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<changelog>https://github.com/hyprwm/hyprutils/releases</changelog>
<bugs-to>https://github.com/hyprwm/hyprutils/issues</bugs-to>
<remote-id type="github">hyprwm/hyprutils</remote-id>
</upstream>
</pkgmetadata>