mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
1
gui-libs/hyprland-qtutils/Manifest
Normal file
1
gui-libs/hyprland-qtutils/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hyprland-qtutils-0.1.1.gh.tar.gz 7713 BLAKE2B 2d9754a8590d254d6853dc44ed4bd70f26789e3c6743ec8342de5a8fe96b13c69a1b30aba5f6c82a168f4f232cccfc3e325068f4bb43b77d0a7fa52a87d76eda SHA512 e93bd0b2846062bc0a09e2d91bf04ce8322b57c7d3fa1aa046caa5b81341418f1e2673235fb43ac474a34b5bf5bc5475ed02cece9c13a9806638620668cca721
|
||||
24
gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild
Normal file
24
gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild
Normal 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}"
|
||||
17
gui-libs/hyprland-qtutils/metadata.xml
Normal file
17
gui-libs/hyprland-qtutils/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user