diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-05 19:06:25 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-05 19:06:25 +0000 |
| commit | 2410c8de1bdb72f4b479d3081dadc55ede5584d2 (patch) | |
| tree | 5b9ecd1dfe1041b187638f994333af332dcbaec2 /x11-themes | |
| parent | 82e6bcd7a0ee6f9887a034913b623c47891728ce (diff) | |
| download | baldeagleos-repo-2410c8de1bdb72f4b479d3081dadc55ede5584d2.tar.gz baldeagleos-repo-2410c8de1bdb72f4b479d3081dadc55ede5584d2.tar.xz baldeagleos-repo-2410c8de1bdb72f4b479d3081dadc55ede5584d2.zip | |
Adding metadata
Diffstat (limited to 'x11-themes')
| -rw-r--r-- | x11-themes/QAdwaitaDecorations/Manifest | 1 | ||||
| -rw-r--r-- | x11-themes/QAdwaitaDecorations/QAdwaitaDecorations-0.1.7.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/x11-themes/QAdwaitaDecorations/Manifest b/x11-themes/QAdwaitaDecorations/Manifest index 84c5fed79fe8..9f571c84cef5 100644 --- a/x11-themes/QAdwaitaDecorations/Manifest +++ b/x11-themes/QAdwaitaDecorations/Manifest @@ -1 +1,2 @@ DIST QAdwaitaDecorations-0.1.6.tar.gz 22213 BLAKE2B b2e12e8e63816ffb29677686646367654958799c7fb55f10a85780f9fb367130386b2ec8a1bf2157d306e1ca7584972f549afbdb4bbd12ebde664283df119708 SHA512 f19410a7fee92f83211a0a346c122023acf18499d297737f2b0b46a12b2066dff90234596954975b755658550d38e42924d93fbbd34182baf75a1cd05c4d8743 +DIST QAdwaitaDecorations-0.1.7.tar.gz 22468 BLAKE2B 69c687e6e909d0260b95bbf2980c8550606149d051562418d5d3489625c39911da73267f01ec263db46b0ef9717de3145942d7ac682aa93ba91853ec41ad0b6d SHA512 a130412a4002365d6caa20b3b66e3d620449233bb4f8380eb0e0fad62efdd3e8ec8194d7239fc68bc5b1d9a33fe24acfdd66ea161abf80098219ab544e3a3c96 diff --git a/x11-themes/QAdwaitaDecorations/QAdwaitaDecorations-0.1.7.ebuild b/x11-themes/QAdwaitaDecorations/QAdwaitaDecorations-0.1.7.ebuild new file mode 100644 index 000000000000..977310f3b986 --- /dev/null +++ b/x11-themes/QAdwaitaDecorations/QAdwaitaDecorations-0.1.7.ebuild @@ -0,0 +1,34 @@ +# 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" +} |
