Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: gettext: refactor and split in multiple packages #79171

Draft
wants to merge 1 commit into
base: staging
Choose a base branch
from

Commits on Feb 10, 2020

  1. gettext: refactor and split in multiple packages

    Following upstream recommendations, gettext is split into 3 distinct
    packages:
    - gettext-runtime
    - gettext-tools
    - libtextstyle
    
    See https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=blob;f=PACKAGING;h=f4bae4561ec70a9de2532502b5c2358bb976036c;hb=55b8fe9a2f12b22eb3ee6baf973e03e60b3a9915
    
    Given that for each sub-package we use `sourceRoot`, the patches do not
    apply directly when fetch from upstream git and have to be editted to
    strip the top level dir.
    
    For the time being, `gettext` is turned into an alias to
    `gettext-runtime` to ease transition.
    lsix committed Feb 10, 2020
    Copy the full SHA
    539417b View commit details
    Browse the repository at this point in the history