Skip to content

Commit

Permalink
(conan-io#5190) (conan-io#19991) (conan-io#20092) new wxwidgets recip…
Browse files Browse the repository at this point in the history
…e; ported from bincrafters to v2
  • Loading branch information
gmeeker committed Nov 24, 2023
1 parent 0a3d265 commit 2e7741e
Show file tree
Hide file tree
Showing 10 changed files with 634 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipes/wxwidgets/all/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cmake_minimum_required(VERSION 2.8.12)
project(cmake_wrapper)

include(conanbuildinfo.cmake)
conan_basic_setup()

if(APPLE)
add_definitions(-D__STDC_WANT_LIB_EXT1__)
endif()

add_subdirectory("source_subfolder")
22 changes: 22 additions & 0 deletions recipes/wxwidgets/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
sources:
"3.1.4":
url: "https://github.com/wxWidgets/wxWidgets/archive/v3.1.4.tar.gz"
sha256: "f2698297b2d2c6d2372c23144c133e531248a64286c78ae17179155c94971d6f"
"3.1.5":
url: "https://github.com/wxWidgets/wxWidgets/archive/v3.1.5.tar.gz"
sha256: "e8fd5f9fbff864562aa4d9c094f898c97f5e1274c90f25beb0bfd5cb61319dea"
"3.2.0":
url: "https://github.com/wxWidgets/wxWidgets/archive/v3.2.0.tar.gz"
sha256: "43480e3887f32924246eb439520a3a2bc04d7947712de1ea0590c5b58dedadd9"
"3.2.1":
url: "https://github.com/wxWidgets/wxWidgets/archive/v3.2.1.tar.gz"
sha256: "89065a28e03fbf4ae90f2f56b7badb4c408daa6fd5df2986505e6057eba75144"
"3.2.2.1":
url: "https://github.com/wxWidgets/wxWidgets/archive/v3.2.2.1.tar.gz"
sha256: "0b96807e700288652f1538d8f7db25559cbb890f15fe2001ca7eef6f7cce3262"
"3.2.3":
url: "https://github.com/wxWidgets/wxWidgets/archive/v3.2.3.tar.gz"
sha256: "0eb9499c06778c6746dbd4aee2a124f1995a5db331e282d15237b0046c1788af"
patches:
"3.1.4":
- patch_file: "patches/d9deaa8b76128613a84f3d085eb1e4b05631083a.patch"
Loading

0 comments on commit 2e7741e

Please sign in to comment.