{% set xorg_name = "libxcb" %} {% set xorg_category = "xcb" %} {% set name = "libxcb" %} {% set version = "1.13" %} {% set sha256 = "188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b851daa" %} {% set am_version = "1.15" %} # keep synchronized with build.sh package: name: {{ name|lower }} version: {{ version }} source: fn: {{ xorg_name }}-{{ version }}.tar.bz2 url: https://www.x.org/releases/individual/{{ xorg_category }}/{{ xorg_name }}-{{ version }}.tar.bz2 sha256: {{ sha256 }} patches: - windows.patch # [win] # NOTE: Python isn't a runtime dependency, but we need to matrix across Python # versions to cover the different Visual Studio versions. build: number: 0 detect_binary_files_with_prefix: true requirements: build: - m2-autoconf # [win] - m2-automake{{ am_version }} # [win] - m2-libtool # [win] - m2w64-pkg-config # [win] - m2w64-toolchain # [win] - pkg-config # [not win] - posix # [win] - toolchain - pthread-stubs - xorg-libxau - xorg-libxdmcp - xorg-util-macros - xcb-proto >=1.13 - xorg-xproto run: - xorg-libxau - xorg-libxdmcp test: commands: - conda inspect linkages -p $PREFIX $PKG_NAME # [not win] - conda inspect objects -p $PREFIX $PKG_NAME # [osx] about: home: http://xcb.freedesktop.org/ license: MIT license_family: MIT license_file: COPYING summary: "This is the C-language Binding (XCB) package to the X Window System protocol" extra: recipe-maintainers: - ccordoba12 - mingwandroid - pkgw