From 645ca21b54c7964b9d03265e65e2bfe6c7a5631d Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Fri, 3 Apr 2020 15:11:03 +0200 Subject: gnome games: more + fixes - fix description - add gnome-klotski, five-or-more, swell-foop [skip ci] --- etc/disable-programs.inc | 3 +++ etc/five-or-more.profile | 19 +++++++++++++++++++ etc/four-in-a-row.profile | 2 +- etc/gnome-klotski.profile | 17 +++++++++++++++++ etc/gnome-mahjongg.profile | 2 +- etc/gnome-mines.profile | 2 +- etc/gnome-nibbles.profile | 2 +- etc/gnome-robots.profile | 2 +- etc/gnome-sudoku.profile | 2 +- etc/gnome-taquin.profile | 2 +- etc/gnome-tetravex.profile | 2 +- etc/lightsoff.profile | 2 +- etc/swell-foop.profile | 19 +++++++++++++++++++ 13 files changed, 67 insertions(+), 9 deletions(-) create mode 100644 etc/five-or-more.profile create mode 100644 etc/gnome-klotski.profile create mode 100644 etc/swell-foop.profile (limited to 'etc') diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc index 1cbc9f6d4..afedd0966 100644 --- a/etc/disable-programs.inc +++ b/etc/disable-programs.inc @@ -534,6 +534,7 @@ blacklist ${HOME}/.local/share/epiphany blacklist ${HOME}/.local/share/evolution blacklist ${HOME}/.local/share/feedreader blacklist ${HOME}/.local/share/feral-interactive +blacklist ${HOME}/.local/share/five-or-more blacklist ${HOME}/.local/share/freecol blacklist ${HOME}/.local/share/gajim blacklist ${HOME}/.local/share/geary @@ -543,6 +544,7 @@ blacklist ${HOME}/.local/share/gitg blacklist ${HOME}/.local/share/gnome-2048 blacklist ${HOME}/.local/share/gnome-chess blacklist ${HOME}/.local/share/gnome-builder +blacklist ${HOME}/.local/share/gnome-klotski blacklist ${HOME}/.local/share/gnome-latex blacklist ${HOME}/.local/share/gnome-mines blacklist ${HOME}/.local/share/gnome-music @@ -612,6 +614,7 @@ blacklist ${HOME}/.local/share/spotify blacklist ${HOME}/.local/share/steam blacklist ${HOME}/.local/share/supertux2 blacklist ${HOME}/.local/share/supertuxkart +blacklist ${HOME}/.local/share/swell-foop blacklist ${HOME}/.local/share/telepathy blacklist ${HOME}/.local/share/terasology blacklist ${HOME}/.local/share/torbrowser diff --git a/etc/five-or-more.profile b/etc/five-or-more.profile new file mode 100644 index 000000000..8e07d2453 --- /dev/null +++ b/etc/five-or-more.profile @@ -0,0 +1,19 @@ +# Firejail profile for five-or-more +# Description: GNOME port of the once-popular Colour Lines game +# This file is overwritten after every install/update +# Persistent local customizations +include five-or-more.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/five-or-more + +mkdir ${HOME}/.local/share/five-or-more +whitelist ${HOME}/.local/share/five-or-more + +whitelist /usr/share/five-or-more + +private-bin five-or-more + +# Redirect +include gnome_games-common.profile diff --git a/etc/four-in-a-row.profile b/etc/four-in-a-row.profile index b468c3435..29f6d1370 100644 --- a/etc/four-in-a-row.profile +++ b/etc/four-in-a-row.profile @@ -1,5 +1,5 @@ # Firejail profile for four-in-a-row -# Description: Sliding tile puzzle game +# Description: four-in-a-row game for GNOME # This file is overwritten after every install/update # Persistent local customizations include four-in-a-row.local diff --git a/etc/gnome-klotski.profile b/etc/gnome-klotski.profile new file mode 100644 index 000000000..69b4b0341 --- /dev/null +++ b/etc/gnome-klotski.profile @@ -0,0 +1,17 @@ +# Firejail profile for gnome-klotski +# Description: Sliding block puzzles game for GNOME +# This file is overwritten after every install/update +# Persistent local customizations +include gnome-klotski.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/gnome-klotski + +mkdir ${HOME}/.local/share/gnome-klotski +whitelist ${HOME}/.local/share/gnome-klotski + +private-bin gnome-klotski + +# Redirect +include gnome_games-common.profile diff --git a/etc/gnome-mahjongg.profile b/etc/gnome-mahjongg.profile index 653c5f949..04aee8494 100644 --- a/etc/gnome-mahjongg.profile +++ b/etc/gnome-mahjongg.profile @@ -1,5 +1,5 @@ # Firejail profile for gnome-mahjongg -# Description: Sliding tile puzzle game +# Description: A matching game played with Mahjongg tiles # This file is overwritten after every install/update # Persistent local customizations include gnome-mahjongg.local diff --git a/etc/gnome-mines.profile b/etc/gnome-mines.profile index 9cae75524..9209b9ac3 100644 --- a/etc/gnome-mines.profile +++ b/etc/gnome-mines.profile @@ -1,5 +1,5 @@ # Firejail profile for gnome-mines -# Description: Sliding tile puzzle game +# Description: The popular logic puzzle minesweeper # This file is overwritten after every install/update # Persistent local customizations include gnome-mines.local diff --git a/etc/gnome-nibbles.profile b/etc/gnome-nibbles.profile index 4e42b6b15..5d4241c80 100644 --- a/etc/gnome-nibbles.profile +++ b/etc/gnome-nibbles.profile @@ -1,5 +1,5 @@ # Firejail profile for gnome-nibbles -# Description: Sliding tile puzzle game +# Description: A worm game for GNOME # This file is overwritten after every install/update # Persistent local customizations include gnome-nibbles.local diff --git a/etc/gnome-robots.profile b/etc/gnome-robots.profile index 888324a5c..b720bddd3 100644 --- a/etc/gnome-robots.profile +++ b/etc/gnome-robots.profile @@ -1,5 +1,5 @@ # Firejail profile for gnome-robots -# Description: Sliding tile puzzle game +# Description: Based on classic BSD Robots # This file is overwritten after every install/update # Persistent local customizations include gnome-robots.local diff --git a/etc/gnome-sudoku.profile b/etc/gnome-sudoku.profile index b41bccd1e..fb50723ce 100644 --- a/etc/gnome-sudoku.profile +++ b/etc/gnome-sudoku.profile @@ -1,5 +1,5 @@ # Firejail profile for gnome-sudoku -# Description: Sliding tile puzzle game +# Description: puzzle game for the popular Japanese sudoku logic puzzle # This file is overwritten after every install/update # Persistent local customizations include gnome-sudoku.local diff --git a/etc/gnome-taquin.profile b/etc/gnome-taquin.profile index efd64d455..83683918e 100644 --- a/etc/gnome-taquin.profile +++ b/etc/gnome-taquin.profile @@ -1,5 +1,5 @@ # Firejail profile for gnome-taquin -# Description: Sliding tile puzzle game +# Description: A sliding puzzle game for GNOME # This file is overwritten after every install/update # Persistent local customizations include gnome-taquin.local diff --git a/etc/gnome-tetravex.profile b/etc/gnome-tetravex.profile index e9622539c..032242f54 100644 --- a/etc/gnome-tetravex.profile +++ b/etc/gnome-tetravex.profile @@ -1,5 +1,5 @@ # Firejail profile for gnome-tetravex -# Description: Sliding tile puzzle game +# Description: A simple puzzle game for GNOME # This file is overwritten after every install/update # Persistent local customizations include gnome-tetravex.local diff --git a/etc/lightsoff.profile b/etc/lightsoff.profile index 65c8bd78d..27185709a 100644 --- a/etc/lightsoff.profile +++ b/etc/lightsoff.profile @@ -1,5 +1,5 @@ # Firejail profile for lightsoff -# Description: Sliding tile puzzle game +# Description: GNOME Lightsoff game # This file is overwritten after every install/update # Persistent local customizations include lightsoff.local diff --git a/etc/swell-foop.profile b/etc/swell-foop.profile new file mode 100644 index 000000000..127d413ad --- /dev/null +++ b/etc/swell-foop.profile @@ -0,0 +1,19 @@ +# Firejail profile for swell-foop +# Description: GNOME colored tiles puzzle game +# This file is overwritten after every install/update +# Persistent local customizations +include swell-foop.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/swell-foop + +mkdir ${HOME}/.local/share/swell-foop +whitelist ${HOME}/.local/share/swell-foop + +whitelist /usr/share/swell-foop + +private-bin swell-foop + +# Redirect +include gnome_games-common.profile -- cgit v1.2.3-70-g09d2