[neon/snap-packaging/qt-common-themes] /: Add qt6 support for gtk2

Scarlett Moore null at kde.org
Thu Jun 27 19:13:15 BST 2024


Git commit 42fae41723f6df70336f58fdfd7d8a00a9e2ae89 by Scarlett Moore.
Committed on 27/06/2024 at 18:12.
Pushed by scarlettmoore into branch 'master'.

Add qt6 support for gtk2

M  +9    -0    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/qt-common-themes/-/commit/42fae41723f6df70336f58fdfd7d8a00a9e2ae89

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 3c268ef..cbc935c 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -168,6 +168,15 @@ parts:
       # Make assets available to both GTK 3 and GTK 2 themes after split
       cp -a $CRAFT_STAGE/usr/share/themes/oxygen-gtk/assets $CRAFT_STAGE/usr/share/gtk2/oxygen-gtk/
 
+  qt6gtk2:
+    after: [utils]
+    source: https://github.com/trialuser02/qt6gtk2.git
+    plugin: qmake
+    qmake_project_file: qt6gtk2.pro
+    qmake_major_version: 6
+    build-snaps:
+    - kde-qt6-core22-sdk
+
   utils:
     plugin: dump
     source: utils


More information about the Neon-commits mailing list