commit: f398f7b8e1a8749dbd4732122040b7c739263a4f Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Sun May 18 16:26:21 2025 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Tue May 20 23:49:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f398f7b8
gui-libs/hyprland-qt-support: new package, add 0.1.0 Signed-off-by: Julien Roy <julien <AT> jroy.ca> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> gui-libs/hyprland-qt-support/Manifest | 1 + .../hyprland-qt-support-0.1.0.ebuild | 35 ++++++++++++++++++++++ gui-libs/hyprland-qt-support/metadata.xml | 17 +++++++++++ 3 files changed, 53 insertions(+) diff --git a/gui-libs/hyprland-qt-support/Manifest b/gui-libs/hyprland-qt-support/Manifest new file mode 100644 index 000000000000..32fa140e7bac --- /dev/null +++ b/gui-libs/hyprland-qt-support/Manifest @@ -0,0 +1 @@ +DIST hyprland-qt-support-0.1.0.gh.tar.gz 12955 BLAKE2B de52303f8c6e55f3d5e85dcba373cb8b46f945ee864171669725c55f50311e5d6edb28b101672e9b5df9fdf50c3ce732c463752814cc63c132200e520a2e117c SHA512 674cc42cb2b9767e36c0c269d419e04c680982ca5e064f403881f235530860d0946fb42ce56abf96324c54550eea1ed3984ef42b6c15165b0d0165683554c6db diff --git a/gui-libs/hyprland-qt-support/hyprland-qt-support-0.1.0.ebuild b/gui-libs/hyprland-qt-support/hyprland-qt-support-0.1.0.ebuild new file mode 100644 index 000000000000..e20c92a2bb94 --- /dev/null +++ b/gui-libs/hyprland-qt-support/hyprland-qt-support-0.1.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="QML style provider for hypr* Qt apps" +HOMEPAGE="https://github.com/hyprwm/hyprland-qt-support" +SRC_URI="https://github.com/hyprwm/${PN}/archive/refs/tags/v${PV}/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="BSD" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-qt/qtbase:6 + dev-qt/qtdeclarative:6 + >=dev-libs/hyprlang-0.6.0 +" + +DEPEND="${RDEPEND}" + +BDEPEND=" + virtual/pkgconfig +" + +src_configure() { + local mycmakeargs=( + -DINSTALL_QML_PREFIX="${EPFREIX}/$(get_libdir)/qt6/qml" + ) + + cmake_src_configure +} diff --git a/gui-libs/hyprland-qt-support/metadata.xml b/gui-libs/hyprland-qt-support/metadata.xml new file mode 100644 index 000000000000..4b83bf365fdf --- /dev/null +++ b/gui-libs/hyprland-qt-support/metadata.xml @@ -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>[email protected]</email> + <name>Julien Roy</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <changelog>https://github.com/hyprwm/hyprland-qt-support/releases</changelog> + <bugs-to>https://github.com/hyprwm/hyprland-qt-support/issues</bugs-to> + <remote-id type="github">hyprwm/hyprland-qt-support</remote-id> + </upstream> +</pkgmetadata>
