x11-themes/QAdwaitaDecorations: drop 0.1.6

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-11-30 11:01:20 +01:00
parent 908754f3a4
commit a87a823653
2 changed files with 0 additions and 35 deletions

View File

@@ -1,2 +1 @@
DIST QAdwaitaDecorations-0.1.6.tar.gz 22213 BLAKE2B b2e12e8e63816ffb29677686646367654958799c7fb55f10a85780f9fb367130386b2ec8a1bf2157d306e1ca7584972f549afbdb4bbd12ebde664283df119708 SHA512 f19410a7fee92f83211a0a346c122023acf18499d297737f2b0b46a12b2066dff90234596954975b755658550d38e42924d93fbbd34182baf75a1cd05c4d8743
DIST QAdwaitaDecorations-0.1.7.tar.gz 22468 BLAKE2B 69c687e6e909d0260b95bbf2980c8550606149d051562418d5d3489625c39911da73267f01ec263db46b0ef9717de3145942d7ac682aa93ba91853ec41ad0b6d SHA512 a130412a4002365d6caa20b3b66e3d620449233bb4f8380eb0e0fad62efdd3e8ec8194d7239fc68bc5b1d9a33fe24acfdd66ea161abf80098219ab544e3a3c96

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Qt decoration plugin implementing Adwaita-like client-side decorations"
HOMEPAGE="https://github.com/FedoraQt/QAdwaitaDecorations"
SRC_URI="https://github.com/FedoraQt/${PN}/archive/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="amd64"
RDEPEND="
dev-qt/qtbase:6=[dbus,gui,wayland,widgets]
dev-qt/qtsvg:6=
dev-qt/qtwayland:6=
"
DEPEND="${RDEPEND}"
BDEPEND="${RDEPEND}"
src_configure() {
local mycmakeargs=(
-DUSE_QT6=true
)
cmake_src_configure
}
src_install() {
cmake_src_install
insinto /etc/profile.d
doins "${FILESDIR}/90-${PN}.sh"
}