Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

Splitpkg Support #6

Open
sebnow opened this issue Jan 2, 2010 · 0 comments
Open

Splitpkg Support #6

sebnow opened this issue Jan 2, 2010 · 0 comments

Comments

@sebnow
Copy link
Owner

sebnow commented Jan 2, 2010

Recently the PKGBUILD specification was modified to support split packages (building multiple binary packages from a single PKGBUILD). This is problematic since the database schema doesn't support "sub packages." There are two ways that I can think of to show this information. Having one package per split package, resulting in quite a bit of duplicate data in the database, however without altering the database schema. The other is to have a single package encapsulating the sub-packages (reflecting the PKGBUILD specification). This would require modification of the database schema, search logic (sub packages would need to be searched) and templates.

The first solution is definitely simpler, but a problem arises when deleting or updating a package. The split packages would appear in the listing, potentially confusing users.

The second solution is more elegant, especially to the end-user, but is an order of magnitude more complex to implement.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant