Skip to content

Commit

Permalink
Merge pull request #953 from hmaarrfk/qt67_qt68
Browse files Browse the repository at this point in the history
Make qt6.7 packages binary compatible with qt6.8
  • Loading branch information
hmaarrfk authored Jan 26, 2025
2 parents fededc2 + 711cbab commit d1c03b2
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions recipe/patch_yaml/qt6_main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# qt6.8 was claimed to be binary compatible with qt6.7
# https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.8.0/release-note.md
# See https://github.com/conda-forge/qt-main-feedstock/issues/271
# For all the extra packages to also migrate
if:
timestamp_lt: 1737890346000
has_depends: qt6-main >=6.7*
then:
- loosen_depends:
name: qt6-main
upper_bound: "6.9"

---
if:
timestamp_lt: 1737890346000
has_depends: qt6-quick3d >=6.7*
then:
- loosen_depends:
name: qt6-quick3d
upper_bound: "6.9"

---
if:
timestamp_lt: 1737890346000
has_depends: qt6-charts >=6.7*
then:
- loosen_depends:
name: qt6-charts
upper_bound: "6.9"

---
if:
timestamp_lt: 1737890346000
has_depends: qt6-graphs >=6.7*
then:
- loosen_depends:
name: qt6-graphs
upper_bound: "6.9"

---
if:
timestamp_lt: 1737890346000
has_depends: qt6-multimedia >=6.7*
then:
- loosen_depends:
name: qt6-multimedia
upper_bound: "6.9"

---
if:
timestamp_lt: 1737890346000
has_depends: qt6-wayland >=6.7*
then:
- loosen_depends:
name: qt6-wayland
upper_bound: "6.9"

---
if:
timestamp_lt: 1737890346000
has_depends: qt6-gtk-platformtheme >=6.7*
then:
- loosen_depends:
name: qt6-gtk-platformtheme
upper_bound: "6.9"

---
if:
timestamp_lt: 1737890346000
has_depends: qt6-networkauth >=6.7*
then:
- loosen_depends:
name: qt6-networkauth
upper_bound: "6.9"

---
if:
timestamp_lt: 1737890346000
has_depends: qt6-3d >=6.7*
then:
- loosen_depends:
name: qt6-3d
upper_bound: "6.9"

---
if:
timestamp_lt: 1737890346000
has_depends: qt6-datavis3d >=6.7*
then:
- loosen_depends:
name: qt6-datavis3d
upper_bound: "6.9"

0 comments on commit d1c03b2

Please sign in to comment.