Skip to content

Commit b46751e

Browse files
committed
chore: pango tarball 重发 —— pangocairo 的导出下限从 200 改成 25
删掉 cairo.h 变通后 pangocairo 正确地从 284 个导出降到 32(它不再自己转出 cairo 的名字,而是转出 cairo 模块)—— 32 对上游 33 个 pango_cairo_* 函数是对的。 下限留在 200 会把一次**正确的收缩**判成红,这和下限存在的目的正相反:它们是用来 抓**塌陷**的,而这次没有塌陷。 sha256 → e9a1c28d…,CN 容器 tag → 1.56.1-8。
1 parent 8479f2b commit b46751e

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

pkgs/p/gnome.pango.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ package = {
8484
["1.56.1"] = {
8585
url = {
8686
GLOBAL = "https://github.com/mcpplibs/pango/archive/refs/tags/1.56.1.tar.gz",
87-
-- ⚠️ The container tag is `1.56.1-7`, not `1.56.1`. gitcode
87+
-- ⚠️ The container tag is `1.56.1-8`, not `1.56.1`. gitcode
8888
-- refuses to REPLACE an asset of the same name in an
8989
-- existing release, so each corrected tarball needs a new
9090
-- container tag while the PACKAGE version stays upstream's.
9191
-- Verified byte-identical to the GLOBAL tag archive.
92-
CN = "https://gitcode.com/mcpp-res/pango/releases/download/1.56.1-7/pango-1.56.1.tar.gz",
92+
CN = "https://gitcode.com/mcpp-res/pango/releases/download/1.56.1-8/pango-1.56.1.tar.gz",
9393
},
94-
sha256 = "e6664cfefd58df72ea59b529527088e0efb5418c2eb59510f33742591c810429",
94+
sha256 = "e9a1c28defa0e21a85eac3e0b4301c340a2ffc26592bd74d479fcd8af77e90b5",
9595
},
9696
},
9797
},

pkgs/p/gnome.pangocairo.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ package = {
106106
["1.56.1"] = {
107107
url = {
108108
GLOBAL = "https://github.com/mcpplibs/pango/archive/refs/tags/1.56.1.tar.gz",
109-
-- ⚠️ The container tag is `1.56.1-7`, not `1.56.1`. gitcode
109+
-- ⚠️ The container tag is `1.56.1-8`, not `1.56.1`. gitcode
110110
-- refuses to REPLACE an asset of the same name in an
111111
-- existing release, so each corrected tarball needs a new
112112
-- container tag while the PACKAGE version stays upstream's.
113113
-- Verified byte-identical to the GLOBAL tag archive.
114-
CN = "https://gitcode.com/mcpp-res/pango/releases/download/1.56.1-7/pango-1.56.1.tar.gz",
114+
CN = "https://gitcode.com/mcpp-res/pango/releases/download/1.56.1-8/pango-1.56.1.tar.gz",
115115
},
116-
sha256 = "e6664cfefd58df72ea59b529527088e0efb5418c2eb59510f33742591c810429",
116+
sha256 = "e9a1c28defa0e21a85eac3e0b4301c340a2ffc26592bd74d479fcd8af77e90b5",
117117
},
118118
},
119119
},

pkgs/p/gnome.pangoft2.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ package = {
6868
["1.56.1"] = {
6969
url = {
7070
GLOBAL = "https://github.com/mcpplibs/pango/archive/refs/tags/1.56.1.tar.gz",
71-
-- ⚠️ The container tag is `1.56.1-7`, not `1.56.1`. gitcode
71+
-- ⚠️ The container tag is `1.56.1-8`, not `1.56.1`. gitcode
7272
-- refuses to REPLACE an asset of the same name in an
7373
-- existing release, so each corrected tarball needs a new
7474
-- container tag while the PACKAGE version stays upstream's.
7575
-- Verified byte-identical to the GLOBAL tag archive.
76-
CN = "https://gitcode.com/mcpp-res/pango/releases/download/1.56.1-7/pango-1.56.1.tar.gz",
76+
CN = "https://gitcode.com/mcpp-res/pango/releases/download/1.56.1-8/pango-1.56.1.tar.gz",
7777
},
78-
sha256 = "e6664cfefd58df72ea59b529527088e0efb5418c2eb59510f33742591c810429",
78+
sha256 = "e9a1c28defa0e21a85eac3e0b4301c340a2ffc26592bd74d479fcd8af77e90b5",
7979
},
8080
},
8181
},

0 commit comments

Comments
 (0)