Gpick is an advanced color picker and palette editing tool.
This repo is about the flatpak package.
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:
$ flatpak remote-add --if-not-exists "flathub" "https://dl.flathub.org/repo/flathub.flatpakrepo"
See also:
$ flatpak install "flathub" "org.gnome.Sdk//3.30"
$ flatpak install "flathub" "org.gnome.Platform//3.30"
$ git submodule init
$ git submodule update
$ flatpak-builder "build" "com.github.thezbyg.Gpick.yaml" --force-clean --install-deps-from="flathub"
$ flatpak-builder --run "build" "com.github.thezbyg.Gpick.yaml" "sh"
$ flatpak-builder --run "build" "com.github.thezbyg.Gpick.yaml" "gpick"
$ 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"
$ flatpak run "com.github.thezbyg.Gpick"
$ flatpak --user uninstall "com.github.thezbyg.Gpick"
$ flatpak --user remote-delete "gpick"
See also: Building your first Flatpak
I already provided COPR repo with (S)RPM packages for EL.
No, I only created the flatpak package for it.
See also: