Skip to content

Commit

Permalink
Merge pull request #70 from regro-cf-autotick-bot/3.24.42_hbae18e
Browse files Browse the repository at this point in the history
gtk3 v3.24.42
  • Loading branch information
tschoonj authored May 16, 2024
2 parents f362fb8 + 8be0166 commit 97e8b15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.12'
c_compiler:
Expand All @@ -9,7 +9,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
cairo:
- '1'
channel_sources:
Expand Down
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{% set vs_major = "0.0" %}
# Prior to conda-forge, Copyright 2014-2019 Peter Williams and collaborators.
# This file is licensed under a 3-clause BSD license; see LICENSE.txt.

{% set name = "gtk+" %}
{% set version = "3.24.41" %}
{% set version = "3.24.42" %}
{% set version_majmin = '.'.join(version.split('.', 2)[:2]) %}

package:
Expand All @@ -11,13 +12,13 @@ package:

source:
url: https://download.gnome.org/sources/{{ name }}/{{ version_majmin }}/{{ name }}-{{ version }}.tar.xz
sha256: 47da61487af3087a94bc49296fd025ca0bc02f96ef06c556e7c8988bd651b6fa
sha256: 50f89f615092d4dd01bbd759719f8bd380e5f149f6fd78a94725e2de112377e2
patches:
- m_pi.patch
- no-module-warning.patch

build:
number: 1
number: 0

requirements:
build:
Expand Down

0 comments on commit 97e8b15

Please sign in to comment.