Thu, 07 Aug 2025 21:40:13 -0500
Add an avatar-for-display property to Purple.ContactInfo
Testing Done:
Ran the tests under valgrind and called in the turtles.
Reviewed at https://reviews.imfreedom.org/r/4086/
|
43223
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
1 | [constants] |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
2 | macosx_sdk = '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/' |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
3 | macosx_minver = '14.0' |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
4 | common_args = ['--sysroot=' + macosx_sdk, '-mmacosx-version-min=' + macosx_minver, '-F' + macosx_sdk / 'System/Library/Frameworks'] |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
5 | homebrew_prefix = '/opt/homebrew' |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
6 | |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
7 | icu4c_pc = homebrew_prefix / 'opt/icu4c/lib/pkgconfig' |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
8 | libsoup3_pc = homebrew_prefix / 'opt/libsoup@3/lib/pkgconfig' |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
9 | libxml2_pc = homebrew_prefix / 'opt/libxml2/lib/pkgconfig' |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
10 | python3_pc = homebrew_prefix / 'opt/python@3/lib/pkgconfig' |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
11 | |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
12 | [built-in options] |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
13 | c_args = common_args |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
14 | c_link_args = common_args |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
15 | cpp_args = common_args |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
16 | cpp_link_args = common_args |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
17 | objc_args = common_args |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
18 | objc_link_args = common_args |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
19 | objcpp_args = common_args |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
20 | objcpp_link_args = common_args |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
21 | |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
22 | pkg_config_path = [icu4c_pc, libsoup3_pc, libxml2_pc, python3_pc] |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
23 | |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
24 | [project options] |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
25 | introspection = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
26 | |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
27 | [birb:project options] |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
28 | doc = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
29 | introspection = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
30 | |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
31 | [gplugin:project options] |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
32 | doc = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
33 | introspection = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
34 | lua = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
35 | python3 = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
36 | vapi = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
37 | |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
38 | [hasl] |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
39 | doc = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
40 | introspection = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
41 | |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
42 | [ibis] |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
43 | doc = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
44 | introspection = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
45 | |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
46 | [myna] |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
47 | doc = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
48 | introspection = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
49 | |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
50 | [xeme] |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
51 | doc = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
52 | introspection = false |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
53 | |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
54 | [binaries] |
|
c656772c2514
Add a native file for macos on arm
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
55 | xgettext = homebrew_prefix / 'opt/gettext/bin/xgettext' |