gpick-flatpak
Gpick is an advanced color picker and palette editing tool.
This repo is about the flatpak package.
Instructions
Requirements
For EL7:
# yum install 'flatpak' 'flatpak-builder'
You may also wish to install the xdg-desktop-portal*
packages:
# yum install 'xdg-desktop-portal*'
See also:
Adding repository
$ flatpak remote-add --if-not-exists "flathub" "https://dl.flathub.org/repo/flathub.flatpakrepo"
See also:
Prepare
$ flatpak install "flathub" "org.gnome.Sdk//3.30"
$ flatpak install "flathub" "org.gnome.Platform//3.30"
$ git submodule init
$ git submodule update
Build
$ flatpak-builder "build" "com.github.thezbyg.Gpick.yaml" --force-clean --install-deps-from="flathub"
Test
$ flatpak-builder --run "build" "com.github.thezbyg.Gpick.yaml" "sh"
Test run
$ flatpak-builder --run "build" "com.github.thezbyg.Gpick.yaml" "gpick"
Install
$ flatpak-builder --repo="repo" --force-clean "build" "com.github.thezbyg.Gpick.yaml"
$ flatpak --user remote-add --no-gpg-verify "gpick" "repo"
$ flatpak --user install "gpick" "com.github.thezbyg.Gpick"
Run
$ flatpak run "com.github.thezbyg.Gpick"
Uninstall
$ flatpak --user uninstall "com.github.thezbyg.Gpick"
$ flatpak --user remote-delete "gpick"
See also: Building your first Flatpak
FAQ
Does flatpak-ed Gpick run as superuser?
Why not a RPM package?
I already provided COPR repo with (S)RPM packages for EL.
Are you the author of Gpick?
No, I only created the flatpak package for it.
See also: