Skip to content

Commit

Permalink
feat(libunistring): remove docs (#31931)
Browse files Browse the repository at this point in the history
Splitt docs into own docs package

Fixes:
shyim/wolfi-php#519

Related:

### Pre-review Checklist

#### For new package PRs only
<!-- remove if unrelated -->
- [ ] This PR is marked as fixing a pre-existing package request bug
- [ ] Alternatively, the PR is marked as related to a pre-existing
package request bug, such as a dependency
- [ ] REQUIRED - The package is available under an OSI-approved or
FSF-approved license
- [ ] REQUIRED - The version of the package is still receiving security
updates
- [ ] This PR links to the upstream project's support policy (e.g.
`endoflife.date`)

#### For new version streams
<!-- remove if unrelated -->
- [ ] The upstream project actually supports multiple concurrent
versions.
- [ ] Any subpackages include the version string in their package name
(e.g. `name: ${{package.name}}-compat`)
- [ ] The package (and subpackages) `provides:` logical unversioned
forms of the package (e.g. `nodejs`, `nodejs-lts`)
- [ ] If non-streamed package names no longer built, open PR to withdraw
them (see [WITHDRAWING
PACKAGES](https://github.com/wolfi-dev/os/blob/main/WITHDRAWING_PACKAGES.md))

#### For package updates (renames) in the base images
<!-- remove if unrelated -->
When updating packages part of base images (i.e.
cgr.dev/chainguard/wolfi-base or ghcr.io/wolfi-dev/sdk)
- [ ] REQUIRED cgr.dev/chainguard/wolfi-base and ghcr.io/wolfi-dev/sdk
images successfully build
- [ ] REQUIRED cgr.dev/chainguard/wolfi-base and ghcr.io/wolfi-dev/sdk
contain no obsolete (no longer built) packages
- [ ] Upon launch, does `apk upgrade --latest` successfully upgrades
packages or performs no actions

#### For security-related PRs
<!-- remove if unrelated -->
- [ ] The security fix is recorded in the
[advisories](https://github.com/wolfi-dev/advisories) repo

#### For version bump PRs
<!-- remove if unrelated -->
- [ ] The `epoch` field is reset to 0

#### For PRs that add patches
<!-- remove if unrelated -->
- [ ] Patch source is documented
  • Loading branch information
shyim authored Oct 25, 2024
1 parent 7cbd718 commit bc317cb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion libunistring.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: libunistring
version: "1.3"
epoch: 0
epoch: 1
description: Library for manipulating Unicode strings and C strings
copyright:
- license: GPL-2.0-or-later OR LGPL-3.0-or-later
Expand Down Expand Up @@ -41,6 +41,13 @@ pipeline:
- uses: strip

subpackages:
- name: libunistring-doc
pipeline:
- uses: split/manpages
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/share/doc
mv ${{targets.destdir}}/usr/share/doc/libunistring ${{targets.subpkgdir}}/usr/share/doc/libunistring
- name: libunistring-static
pipeline:
- uses: split/static
Expand Down

0 comments on commit bc317cb

Please sign in to comment.