Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • GIMP GIMP
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,823
    • Issues 3,823
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 92
    • Merge requests 92
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • GIMPGIMP
  • Merge requests
  • !474

Draft: meson: Add installation tags to installed files

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Ondřej Míchal requested to merge HarryMichal/gimp:meson/install-groups into master Sep 18, 2021
  • Overview 11
  • Commits 1
  • Pipelines 2
  • Changes 66

This hasn't been tested since Meson v0.60.0 has not been released at the time of creating this MR.

Installation tags[0] are a feature introduced in Meson v0.60.0 allowing to install only a selected subset of the installable files.

All tags have been assigned in a way that mirrors the file structure. For example the 'file-bmp' plugin has a tag 'plug-ins-file-bmp'.

This raises the required version of Meson to >=0.60.0.

[0] https://mesonbuild.com/Installing.html#installation-tags

Fixes #3826

Edited Sep 18, 2021 by Ondřej Míchal
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: meson/install-groups