Skip to content

Common Flatpak modules that can be used as a git submodule

Notifications You must be signed in to change notification settings

flathub/shared-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ab457f · Nov 25, 2020
Mar 8, 2019
Mar 4, 2018
Nov 21, 2018
Jul 3, 2020
Sep 28, 2019
Sep 16, 2020
Oct 22, 2019
Jul 4, 2019
Oct 14, 2018
Apr 2, 2020
Jul 1, 2019
Oct 12, 2020
Jun 25, 2020
Nov 24, 2020
Jun 27, 2020
Jun 27, 2020
Nov 25, 2020
Dec 1, 2019
May 4, 2019
May 7, 2020
May 28, 2020
Apr 28, 2017
Sep 2, 2020
May 16, 2020

Repository files navigation

This repository contains commonly shared modules and is intended to be used as a git submodule.

To use shared modules for packaging an application, add the submodule:

git submodule add https://github.com/flathub/shared-modules.git

Then modules from this repository can be specified in a manifest JSON file like this:

"modules": [
  "shared-modules/SDL/SDL-1.2.15.json",
  {
    "name": "foo"
  }
]

To update the submodule:

git submodule update --remote --merge

To remove the submodule:

git submodule deinit -f -- shared-modules
rm -rf .git/modules/shared-modules
git rm -f shared-modules
rm .gitmodules

See the description in the Flathub wiki for more information.

Please do not request adding modules unless they have many users in the Flathub repository.

About

Common Flatpak modules that can be used as a git submodule

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published