Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libxml2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 90
    • Issues 90
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure 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
  • libxml2
  • Merge requests
  • !5

Implement Snap Packaging for libxml2

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed 林博仁(Buo-ren, Lin) requested to merge buo-ren_Lin/libxml2:impl-snap-packaging into master Aug 20, 2018
  • Overview 3
  • Commits 2
  • Pipelines 0
  • Changes 9

This merge request implements the necessary packaging details to release libxml2 as a snap. It provides easy access to the latest release/development snapshots of libxml2 command-line utilities like xmllint and xmlcatalog for multiple GNU+Linux distributions and processor architectures.

An unofficial snap has been built on the Snap Store at https://snapcraft.io/libxml2-utils, and can be installed after installing snapd by running the following command:

# snap install libxml2-utils

After installation you may gain access to the following commands:

  • xmllint
  • xmlcatalog

If you're willing to take over the maintenance of the snap, merge this MR and create a developer account at the Snap Store to start the transfer process.

Thank you.

Refer-to: Snapcraft - Snaps are universal Linux packages https://snapcraft.io/
Refer-to: Lin-Buo-Ren/libxml2-snap: Unofficial Snap Packaging for XML Toolkit from the GNOME Project https://github.com/Lin-Buo-Ren/libxml2-snap
Signed-off-by: 林博仁(Buo-ren, Lin) Buo.Ren.Lin@gmail.com

Edited Nov 23, 2018 by 林博仁(Buo-ren, Lin)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: impl-snap-packaging