Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • aports aports
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 737
    • Issues 737
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 330
    • Merge requests 330
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpinealpine
  • aportsaports
  • Merge requests
  • !27393

Limit phoc dependencies

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Pablo Correa Gomez requested to merge pabloyoyoista/aports:limit-phoc-depends into master Nov 12, 2021
  • Overview 13
  • Commits 4
  • Pipelines 11
  • Changes 4

Phoc currently depends on mutter, although the dependency is not directly specified (usually phoc is installed by phosh and mutter is pulled in by phosh -> gnome-session -> gnome-shell -> mutter), so in consequence phoc is broken if mutter is missing.

However, phoc does not need from mutter the whole binary, but just the gsettings schemas. In this MR I have implemented a similar solution to debian[1][2], where I just packed the schemas in their own subpackage that phoc can depend on.

[1] https://gitlab.gnome.org/World/Phosh/phoc/-/blob/master/debian/control#L39

[2] https://packages.debian.org/sid/all/mutter-common

Edited Nov 12, 2021 by Pablo Correa Gomez
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: limit-phoc-depends