Gnome games collection (#5353)

* Add files via upload

* Update qqwing.rb

* Update gnome_mines.rb

* Update gnome_klotski.rb

* Update clutter_gtk.rb

* Update gnome_klotski.rb

* Update gnome_nibbles.rb

* Update libgnome_games_support.rb

* Update gsound.rb

* Update gnome_sudoku.rb

Co-authored-by: supechicken <73414985+supechicken@users.noreply.github.com>
This commit is contained in:
supechicken666
2021-03-09 02:43:02 +08:00
committed by GitHub
parent c2b88554f7
commit 5c939324a4
7 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ class Gnome_nibbles < Package
description 'snake game, up to four players'
homepage 'https://wiki.gnome.org/Apps/Nibbles'
compatibility 'all'
@_app = name.tr('_', '-')
@_app = File.basename(__FILE__, '.rb').tr('_', '-')
@_fullver = '3.38.2'
@_mainver = @_fullver.rpartition('.')[0]
@_url = "https://download.gnome.org/sources/#{@_app}/#{@_mainver}/#{@_app}-#{@_fullver}"