dergs/Tonearm
5
45
Fork
You've already forked Tonearm
10

Migrate to Puregotk hosted on Codeberg #224

Merged
NilaTheDragon merged 2 commits from puregotk-migration into main 2026年03月03日 11:10:54 +01:00

The project has migrated to Codeberg :) Good opportunity to align our code base with the latest version of puregotk. Mostly adjusting to (u)int32 everywhere, nothing else seems to have changed for us.

The project has migrated to Codeberg :) Good opportunity to align our code base with the latest version of puregotk. Mostly adjusting to (u)int32 everywhere, nothing else seems to have changed for us.
Migrate to Puregotk hosted on Codeberg
All checks were successful
Flatpak / Build Flatpak (pull_request) Successful in 4m20s
cc991ac2ff
Contributor
Copy link

FYI: building this branch with the nix flake is broken right now:

Tonearm ❯ git branch puregotk-migration[$?] via 🐹 v1.26.0 
* puregotk-migration
Tonearm ❯ nix build 
 
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/w3sxxymxawzh84g1kflhxmcg11qkd28p-source
source root is source
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
Running phase: buildPhase
@nix { "action": "setPhase", "phase": "buildPhase" }
Building subPackage ./cmd/tonearm
go: inconsistent vendoring in /build/source:
 codeberg.org/puregotk/puregotk@v0.0.0-20260226083027-5647eb6a2bba: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
 codeberg.org/puregotk/purego@v0.0.0-20260224095105-2513c838cb80: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
 github.com/jwijenbergh/purego@v0.0.0-20251017112123-b71757b9ba42: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
 github.com/jwijenbergh/puregotk@v0.0.0-20251201161753-28ec1479c381: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
 To ignore the vendor directory, use -mod=readonly or -mod=mod.
 To sync the vendor directory, run:
 go mod vendor
FYI: building this branch with the nix flake is broken right now: ``` Tonearm ❯ git branch puregotk-migration[$?] via 🐹 v1.26.0 * puregotk-migration Tonearm ❯ nix build Running phase: unpackPhase @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking source archive /nix/store/w3sxxymxawzh84g1kflhxmcg11qkd28p-source source root is source Running phase: patchPhase @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: buildPhase @nix { "action": "setPhase", "phase": "buildPhase" } Building subPackage ./cmd/tonearm go: inconsistent vendoring in /build/source: codeberg.org/puregotk/puregotk@v0.0.0-20260226083027-5647eb6a2bba: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt codeberg.org/puregotk/purego@v0.0.0-20260224095105-2513c838cb80: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt github.com/jwijenbergh/purego@v0.0.0-20251017112123-b71757b9ba42: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod github.com/jwijenbergh/puregotk@v0.0.0-20251201161753-28ec1479c381: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod To ignore the vendor directory, use -mod=readonly or -mod=mod. To sync the vendor directory, run: go mod vendor
Author
Owner
Copy link

Ah yes nix and its vendor hash... I'll fix it

Ah yes nix and its vendor hash... I'll fix it
fix vendorHash
All checks were successful
Flatpak / Build Flatpak (pull_request) Successful in 3m10s
c910c6ed0a
@ -38,0 +42,4 @@
returnwidget
}
}
Owner
Copy link

this looks like my code but... why is it a change in this pr?

this looks like my code but... why is it a change in this pr?
Author
Owner
Copy link

Likely that one wasn't regenerated before for some reason

Likely that one wasn't regenerated before for some reason
drafolin marked this conversation as resolved
drafolin left a comment
Copy link

Looks just like advertised on the package XD

Looks just like advertised on the package XD
NilaTheDragon deleted branch puregotk-migration 2026年03月03日 11:10:55 +01:00
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dergs/Tonearm!224
Reference in a new issue
dergs/Tonearm
No description provided.
Delete branch "puregotk-migration"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?