Skip to content

Commit

Permalink
Remove unused versions
Browse files Browse the repository at this point in the history
  • Loading branch information
theartful committed Jul 2, 2022
1 parent 6bdeb0d commit 24d6b83
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 31 deletions.
22 changes: 0 additions & 22 deletions recipes/gtk/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,12 @@ sources:
"4.7.0":
sha256: "913fcd9d065efb348723e18c3b9113e23b92072e927ebd2f61d32745c8228b94"
url: "https://download.gnome.org/sources/gtk/4.7/gtk-4.7.0.tar.xz"
"4.6.2":
url: "https://download.gnome.org/sources/gtk/4.6/gtk-4.6.2.tar.xz"
sha256: "ff263af609a50eb76056653592d929459aef4819a444c436f6d52c6f63c1faec"
"4.4.0":
url: "https://download.gnome.org/sources/gtk/4.4/gtk-4.4.0.tar.xz"
sha256: "e0a1508f441686c3a20dfec48af533b19a4b2e017c18eaee31dccdb7d292505b"
"4.3.2":
url: "https://download.gnome.org/sources/gtk/4.3/gtk-4.3.2.tar.xz"
sha256: "20639bb2be8b9f58304f14480e3d957abd2c9fa3f671bb7e05193f9a8389d93f"
"4.2.1":
url: "https://download.gnome.org/sources/gtk/4.2/gtk-4.2.1.tar.xz"
sha256: "023169775de43f0a1fde066fbc19d78545ea6a7562c1915abde9b8ae4a7309e6"
"4.1.2":
url: "https://download.gnome.org/sources/gtk/4.1/gtk-4.1.2.tar.xz"
sha256: "33407da437c5e5ac09e7a463ba3bd025da3d80ba1953b8bbe2bce97dd2609677"
"4.0.2":
url: "https://download.gnome.org/sources/gtk/4.0/gtk-4.0.2.tar.xz"
sha256: "626707ac6751426ed76fed49c5b2d052dfee45757ce3827088ba87ca7f1dbc84"
"3.24.34":
url: "https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.34.tar.xz"
sha256: "dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec"
Expand All @@ -32,13 +20,3 @@ patches:
base_path: "source_subfolder"
- patch_file: "patches/0002-fix-version-resource-for-Windows-11-sdk.patch"
base_path: "source_subfolder"
"4.3.2":
- patch_file: "patches/0001-fix-UAC-manifest-rc.patch"
base_path: "source_subfolder"
- patch_file: "patches/0002-fix-version-resource-for-Windows-11-sdk.patch"
base_path: "source_subfolder"
"4.2.1":
- patch_file: "patches/0001-fix-UAC-manifest-rc.patch"
base_path: "source_subfolder"
- patch_file: "patches/0002-fix-version-resource-for-Windows-11-sdk.patch"
base_path: "source_subfolder"
2 changes: 1 addition & 1 deletion recipes/gtk/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def validate(self):
if self.settings.compiler == "gcc" and tools.Version(self.settings.compiler.version) < "5":
raise ConanInvalidConfiguration("this recipes does not support GCC before version 5. contributions are welcome")
if is_msvc(self):
# TODO: Remove once gtk 4.1.2 and 4.0.2 are removed
# TODO: Remove once gtk 4.1.2 is removed
if self._gtk4 and tools.Version(self.version) < "4.2":
raise ConanInvalidConfiguration("MSVC support of this recipe requires at least gtk/4.2")
# TODO: Remove once gtk 3.24.24 is removed
Expand Down
8 changes: 0 additions & 8 deletions recipes/gtk/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,10 @@ versions:
folder: "system"
"4.7.0":
folder: all
"4.6.2":
folder: all
"4.4.0":
folder: all
"4.3.2":
folder: all
"4.2.1":
folder: all
"4.1.2":
folder: all
"4.0.2":
folder: all
"3.24.34":
folder: all
"3.24.24":
Expand Down

0 comments on commit 24d6b83

Please sign in to comment.