Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleomenezesjr/aurea
Flatpak metainfo banner previewer
https://github.com/cleomenezesjr/aurea
flathub flatpak gnome
Last synced: 16 days ago
JSON representation
Flatpak metainfo banner previewer
- Host: GitHub
- URL: https://github.com/cleomenezesjr/aurea
- Owner: CleoMenezesJr
- License: gpl-3.0
- Created: 2024-03-23T00:36:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T21:20:55.000Z (3 months ago)
- Last Synced: 2024-12-17T01:18:36.211Z (19 days ago)
- Topics: flathub, flatpak, gnome
- Language: Python
- Homepage: https://flathub.org/apps/io.github.cleomenezesjr.aurea
- Size: 647 KB
- Stars: 4
- Watchers: 1
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
AureaAurea is a simple preview banner made to read metainfo files from Flatpak apps and represent them as they would on Flathub.
## Build
#### We need the following resources:
- org.gnome.Sdk
- flatpak-builder#### Clone, build and run:
Clone the latest Aurea source from GitHub
```bash
git clone https://github.com/CleoMenezesJr/Aurea.git
```Enter the directory and build
```bash
cd Aurea
flatpak-builder build io.github.cleomenezesjr.aurea.json --user --install --force-clean
```Run
```bash
cd Aurea
flatpak run io.github.cleomenezesjr.aurea
```That's it!
## I want to create a pot file!
You can use this command to create a pot file for translation:
`xgettext --files-from=po/POTFILES --output=po/aurea.pot --from-code=UTF-8 --add-comments --keyword=_ --keyword=C_:1c,2`
## I want to participate in the community!
Join [Aurea's room](https://matrix.to/#/%23aurea-app:matrix.org) at Matrix to ask questions and be part of the community.