diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-20 05:01:06 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-20 05:01:06 +0900 |
| commit | 1a2699b4867b7a736eedd973d69659ef468a994a (patch) | |
| tree | 81c6868c424a59d9c4203f9799c836455b74ec79 /internal/rosa/pixman.go | |
| parent | 1d3d621e2fffb82fa512e485ad47298183d13880 (diff) | |
internal/rosa/package: migrate multiple packages
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/pixman.go')
| -rw-r--r-- | internal/rosa/pixman.go | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/internal/rosa/pixman.go b/internal/rosa/pixman.go deleted file mode 100644 index 4fe6d5df..00000000 --- a/internal/rosa/pixman.go +++ /dev/null @@ -1,29 +0,0 @@ -package rosa - -import "hakurei.app/internal/pkg" - -func (t Toolchain) newPixman() (pkg.Artifact, string) { - const ( - version = "0.46.4" - checksum = "iECDxLG9SxUrvGHqeDoaBa-b3uqdT5DC4zudjtrwb8Wodq82pyacmFNEAo4SDsiE" - ) - return t.NewPackage("pixman", version, newFromGitLab( - "gitlab.freedesktop.org", - "pixman/pixman", - "pixman-"+version, - checksum, - ), nil, &MesonHelper{ - Setup: []KV{ - {"Dtests", "enabled"}, - }, - }), version -} -func init() { - native.mustRegister(Toolchain.newPixman, &Metadata{ - Name: "pixman", - Description: "a low-level software library for pixel manipulation", - Website: "https://pixman.org/", - - ID: 3648, - }) -} |
