Skip to content

Put all Indic fonts (Lohit) in one bee file #2821

Merged
merged 2 commits into from
Jan 9, 2023

Commits on Jan 6, 2023

  1. Remove individual Indic font (Lohit) packages

    This basically removes merg/pull request #2819 from
    mariux64/add-indic-fonts.
    
    On the system, you can remove the individual font packages with
    
        $ for p in $(fakeroot bee list lohit); do sudo bee remove $p; done
    
    resulting in
    
        sudo bee remove lohit-assamese-ttf-2.91.5-0.x86_64
        sudo bee remove lohit-bengali-ttf-2.91.5-0.x86_64
        sudo bee remove lohit-devanagari-ttf-2.95.4-0.x86_64
        sudo bee remove lohit-gujarati-ttf-2.92.4-0.x86_64
        sudo bee remove lohit-gurmukhi-ttf-2.91.2-0.x86_64
        sudo bee remove lohit-kannada-ttf-2.5.4-0.x86_64
        sudo bee remove lohit-malayalam-ttf-2.92.2-0.x86_64
        sudo bee remove lohit-marathi-ttf-2.94.2-0.x86_64
        sudo bee remove lohit-nepali-ttf-2.94.2-0.x86_64
        sudo bee remove lohit-odia-ttf-2.91.2-0.x86_64
        sudo bee remove lohit-tamil-classical-ttf-2.5.4-0.x86_64
        sudo bee remove lohit-tamil-ttf-2.91.3-0.x86_64
        sudo bee remove lohit-telugu-ttf-2.5.5-0.x86_64
    pmenzel committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    5321fda View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. fonts-indic: Put all Indic fonts (Lohit) in one bee file

    This also actually installs the *conf files, and not just the symbolic
    links.
    pmenzel committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    a0bad97 View commit details
    Browse the repository at this point in the history