-
-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #953 from hmaarrfk/qt67_qt68
Make qt6.7 packages binary compatible with qt6.8
- Loading branch information
Showing
1 changed file
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |