Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanilla-os/apx-gui
A frontend in GTK 4 and Libadwaita for Apx.
https://github.com/vanilla-os/apx-gui
apx frontend gtk4 hacktoberfest libadwaita vanillaos
Last synced: about 1 month ago
JSON representation
A frontend in GTK 4 and Libadwaita for Apx.
- Host: GitHub
- URL: https://github.com/vanilla-os/apx-gui
- Owner: Vanilla-OS
- License: gpl-3.0
- Created: 2023-06-28T21:20:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T15:40:26.000Z (about 2 months ago)
- Last Synced: 2024-11-06T16:37:48.742Z (about 2 months ago)
- Topics: apx, frontend, gtk4, hacktoberfest, libadwaita, vanillaos
- Language: Python
- Homepage:
- Size: 757 KB
- Stars: 28
- Watchers: 3
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Apx GUI
A frontend in GTK 4 and Libadwaita for Apx.
[![Translation Status][weblate-image]][weblate-url]
[weblate-url]:
[weblate-image]:### Dependencies
#### Build Dependencies
```bash
apt install -y build-essential meson libadwaita-1-dev \
desktop-file-utils pkg-config libglib2.0-dev
```#### Runtime Dependencies
```bash
apt install -y python3 python3-gi \
gir1.2-gtk-4.0 libadwaita-1-0 \
gir1.2-vte-3.91 python3-yaml \
python3-requests gettext
```**APX version 2.0+ required.**
### Build
```bash
meson setup build
ninja -C build
```### Install
```bash
sudo ninja -C build install
```## Run
```bash
apx-gui
```