A classic 15-puzzle game
git clone https://gitlab.com/nvlgit/pyatnashkee.git && cd pyatnashkee
meson builddir --prefix=/usr && cd builddir
ninja
sudo ninja install
- gtk+-4.0 >= 4.2.0
- meson
For rpmbuild: pyatnashkee.spec
Make temp dir
mkdir temp && cd temp
Build
wget https://gitlab.com/nvlgit/pyatnashkee/raw/master/com.gitlab.nvlgit.pyatnashkee.yml
flatpak-builder build-dir com.gitlab.nvlgit.pyatnashkee.yml
flatpak build-export my-repo build-dir
flatpak build-bundle my-repo pyatnashkee.flatpak com.gitlab.nvlgit.pyatnashkee
Install
flatpak install pyatnashkee.flatpak
Remove temp dir
cd .. && rm -R temp