Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```