Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gnome-text-editor gnome-text-editor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gnome-text-editorgnome-text-editor
  • Merge requests
  • !14

Meson: A few improvements

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Xavier Claessens requested to merge xclaesse/gnome-text-editor:meson into master Jun 23, 2021
  • Overview 6
  • Commits 2
  • Pipelines 1
  • Changes 3

Use gnome.post_install()

It has a few advantages:

  • It uses gtk4-update-icon-cache, current script fails if gtk3 is not installed.
  • Get path for tools from pc files, they are not always in PATH.
  • The script is ran only once even if multiple subprojects use it.

Use gnome.compile_schemas()

This has the advantage to be able to run gnome-text-editor uninstalled using "meson devenv" command.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: meson