feat: package libghostty-vt as standalone shared library#3
Open
Zeno-sole wants to merge 1 commit into
Open
Conversation
Add libghostty-vt runtime and libghostty-vt-dev development binary packages to the debian packaging. The VT library was previously excluded during packaging (not-installed). Now it is properly split into separate packages so other applications can use the Ghostty VT engine for terminal emulation. Log: Added libghostty-vt and libghostty-vt-dev packages Influence: 1. Verify libghostty-vt.so is installed in /usr/lib/ 2. Verify libghostty-vt-dev installs headers to /usr/include/ghostty/ 3. Verify ghostty main package still works without libghostty-vt 4. Verify pkg-config works: pkg-config --cflags --libs libghostty-vt 5. Verify OBS CI builds all three binary packages feat: 将 libghostty-vt 打包为独立共享库 新增 libghostty-vt 运行时和 libghostty-vt-dev 开发二进制包。 VT 库之前被排除在打包之外(not-installed)。现在将其正确拆分为 独立包,使其他应用程序能够使用 Ghostty VT 引擎进行终端仿真。 Log: 新增 libghostty-vt 和 libghostty-vt-dev 包 Influence: 1. 验证 libghostty-vt.so 安装在 /usr/lib/ 2. 验证 libghostty-vt-dev 安装头文件到 /usr/include/ghostty/ 3. 验证 ghostty 主包无需 libghostty-vt 仍可正常工作 4. 验证 pkg-config 正常工作: pkg-config --cflags --libs libghostty-vt 5. 验证 OBS CI 构建所有三个二进制包 repo: ghostty #master
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
TAG Bot TAG: 1.3.0_us1-0ubuntu1deepin1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
libghostty-vt.so.*)debian/not-installedthat was marked as preview-onlyChanges
Modified
debian/control— Addedlibghostty-vtandlibghostty-vt-devbinary package stanzasdebian/not-installed— Removed libghostty-vt and header exclusionsdebian/changelog— Added changelog entryAdded
debian/libghostty-vt.install— Runtime library filesdebian/libghostty-vt-dev.install— Development files (headers, .so symlink, pkg-config)Test plan
pkg-config --cflags --libs libghostty-vtreturns correct flags