Skip to content

j0yu/rez-flatpak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flatpak

CI Code style: black

rez package to install flatpak.

Here are some beginners instructions on how to use this repository.

Installation

  1. Install rez via python install.py method
  2. Clone/download this repository
  3. Ensure at least the folder printed by this command rez config local_packages_path
  4. Open terminal in (extracted) repository folder, run rez build --install

flatpak should now be installed as a rez package named flatpak.

Usage

Since this is a library, it is typically used as a build_requires.

  • Libraries are available from "$REZ_FLATPAK_ROOT"/lib
  • pkgconfig should also pick that path up from the exported PKG_CONFIG_PATH

Maintenance

Whenever new official release come out, update the __version__ in package.py then re-run rez build --install.

If you decide to make another install, e.g. new commands() environment setup, you can instead just update the +local. version number to indicate new releases/versions of your own. See PEP 540 local version segments.

Also, you can rename +local. to something more relevant to you e.g. +mystudio. or +mygithubname.


Want more rez packages? Checkout my GitHub repositories

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published