-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gui-libs/hyprland-qt-support: new package
Signed-off-by: Johannes Huber <[email protected]>
- Loading branch information
Showing
3 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST hyprland-qt-support-0.1.0.tar.gz 12955 BLAKE2B de52303f8c6e55f3d5e85dcba373cb8b46f945ee864171669725c55f50311e5d6edb28b101672e9b5df9fdf50c3ce732c463752814cc63c132200e520a2e117c SHA512 674cc42cb2b9767e36c0c269d419e04c680982ca5e064f403881f235530860d0946fb42ce56abf96324c54550eea1ed3984ef42b6c15165b0d0165683554c6db |
36 changes: 36 additions & 0 deletions
36
gui-libs/hyprland-qt-support/hyprland-qt-support-0.1.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Copyright 1999-2025 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
inherit cmake | ||
|
||
DESCRIPTION="Qt6 Qml style provider for hypr* apps" | ||
HOMEPAGE="https://wiki.hyprland.org/Hypr-Ecosystem/hyprland-qt-support" | ||
SRC_URI="https://github.com/hyprwm/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="BSD" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
|
||
DEPEND=" | ||
>=dev-libs/hyprlang-0.6.0 | ||
dev-qt/qtbase:6 | ||
dev-qt/qtdeclarative:6 | ||
" | ||
|
||
RDEPEND=" | ||
${DEPEND} | ||
" | ||
|
||
BDEPEND=" | ||
virtual/pkgconfig | ||
" | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
-DINSTALL_QML_PREFIX="${EPFREIX}/$(get_libdir)/qt6/qml" | ||
) | ||
|
||
cmake_src_configure | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?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>Johannes Huber</name> | ||
</maintainer> | ||
<upstream> | ||
<doc>https://wiki.hyprland.org/Hypr-Ecosystem/hyprland-qt-support</doc> | ||
<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> |