From 6cdc7d927fbb4586dd4af49ac15125f1d6387049 Mon Sep 17 00:00:00 2001 From: Daniel Semyonov Date: Tue, 13 Feb 2024 23:29:39 +0200 Subject: [PATCH] adwaita-qt: enable Qt 6 support --- srcpkgs/adwaita-qt/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/adwaita-qt/template b/srcpkgs/adwaita-qt/template index 83dec4a991a111..8d7843b2631fcd 100644 --- a/srcpkgs/adwaita-qt/template +++ b/srcpkgs/adwaita-qt/template @@ -1,10 +1,11 @@ # Template file for 'adwaita-qt' pkgname=adwaita-qt version=1.4.2 -revision=1 +revision=2 build_style=cmake +configure_args="-DUSE_QT6=1" hostmakedepends="qt5-host-tools qt5-qmake" -makedepends="qt5-devel qt5-x11extras-devel" +makedepends="qt5-devel qt5-x11extras-devel qt6-base-devel" short_desc="Style to bend Qt applications to look like they belong into GNOME Shell" maintainer="Piotr Wójcik " license="GPL-2.0-or-later"