gui-libs/qml-niri: drop 0.1.4

Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres
2026-05-31 17:49:48 +01:00
parent 680596eb0a
commit b3b61af83d
2 changed files with 0 additions and 31 deletions

View File

@@ -1,2 +1 @@
DIST qml-niri-0.1.4.tar.gz 44822 BLAKE2B 9d668311c5374229f9b26c476875c8a9a3f3eb85bc04a3ab1c866df1f06b698d3d957071bdbec1254b2bec0ce50d376c00003a2f493957850c959e1772d408f7 SHA512 7488dd71a18cceac8e210dd2a47b79bc35641409e42be9c90e48a7051e782053e97965aed8af3d004ba068f6a7e6479ba561b1cdf90f6864ed25f50f95d2a4f4
DIST qml-niri-0.2.0.tar.gz 51053 BLAKE2B d4a2bf4e0e919aa081d775de21ec82709eb304a9415445a3bf52585c1f735be0ef81afb66dbf564f158be3bc993ef058c25da09075399cd19aa57d409781adc9 SHA512 bbb49ad99d1101c0bc00d7ddec3727692640ce1b19a8de6474025883dcceb2d0673867acef295337393909a660bc3fd78d915d31205f9ef61c2dfc3d099dba48

View File

@@ -1,30 +0,0 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="A QML plugin for niri"
HOMEPAGE="https://github.com/imiric/qml-niri"
SRC_URI="https://github.com/imiric/qml-niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
DEPEND="dev-qt/qtbase[gui]
dev-qt/qtdeclarative
"
RDEPEND="${DEPEND}"
BDEPEND="dev-build/just"
src_install() {
mkdir -p "${D}/usr/lib64/qt6/qml"
cp -r "${WORKDIR}/${P}_build" "${D}/usr/lib64/qt6/qml/" || die
}
src_postinst() {
elog "Make sure QML_IMPORT_PATH contains /usr/lib64/qt6/qml"
}