A simple graphic installer for flatpak apps
  • Vala 82.9%
  • Meson 13.6%
  • Python 3.5%
Find a file
2018-04-22 21:24:08 -04:00
build-aux/meson Update config files... 2018-04-08 12:18:34 -04:00
data add missing file and update changelogs 2018-04-18 21:21:05 -04:00
debian add missing file and update changelogs 2018-04-18 21:21:05 -04:00
po fix capital letters name? 2018-04-08 17:30:41 -04:00
src add missing file and update changelogs 2018-04-18 21:21:05 -04:00
.gitignore - add initial meson config 2018-03-26 18:55:05 -04:00
.travis.yml change travis script 2018-04-08 17:44:44 -04:00
COPYING initial commit 2018-03-20 20:21:59 -04:00
LICENSE Initial commit 2018-03-20 20:20:36 -04:00
meson.build Update beson build 2018-04-07 23:30:29 -04:00
README.md Update Readme to include download link 2018-04-22 21:24:08 -04:00

Build Status

Hujing

A very simple and easy to use GNOME application for installing flatpak applications without having to use the terminal. Made with love for those who aren't necessarily "good with computers" and just want something simple and reliable to install their apps.

Download

Download Hujing packages for your distro from the release page. Currently only packages for Debian/Ubuntu based distros are available.

Installation

Dependencies

These dependencies must be present before building

  • valac
  • gtk+-3.0
  • granite
  • packagekit-glib2

Install it on Ubuntu based distributions doing:

sudo apt install valac libgranite-dev libpackagekit-glib2-dev libgtk-3-dev

Building

meson builddir
(cd builddir && ninja)
# and run it
./builddir/src/com.github.albe-rosado.hujing

Contributing

We'd love to have your helping hand!

  • If you like this app and have an idea of how to improve it or want to add an additional feature, create an issue explaining your idea.
  • If something doesnt work, please file an issue.
  • Be nice.

ToDo

  • Provide deb(done) and rpm bundles
  • Add "Open with" integration
  • Manage installed apps (list, delete)
  • Multiple files installation