~ubuntu-branches/ubuntu/wily/sgt-puzzles/wily

« back to all changes in this revision

Viewing changes to flip.R

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2013-06-30 03:20:16 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20130630032016-v8xqt6vtg6tgs420
Tags: 9872-1
* New upstream version
  - Add an explicit -lm to the link lines in Makefile.gtk (Closes: #713476)
  - Add Undead by Steffen Bauer, an implementation of 'Haunted Mirror Maze'
  - Add Unruly by Lennard Sprong, an implementation of a puzzle usually
    called 'Tohu wa Vohu'
* Add DEP-3 headers to patches
* pearl: Require width or height to be at least 6 for Tricky
  (Closes: #667963)
* debian/watch: Update ViewVC URL regex
* Add 'sgt-' prefix to all command names and remove 'game' suffix, but
  retain symlinks under the old names (see #684193)
* Use upstream short descriptions in English manual pages and package
  description
* Update German translation, thanks to Helge Kreutzmann

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
FLIP_EXTRA = tree234
4
4
 
5
 
# Debian already has a binary called `flip' (in the flip package) so we
6
 
# append `game' to its name
7
 
flipgame : [X] GTK COMMON flip FLIP_EXTRA flip-icon|no-icon
 
5
flip     : [X] GTK COMMON flip FLIP_EXTRA flip-icon|no-icon
8
6
 
9
7
flip     : [G] WINDOWS COMMON flip FLIP_EXTRA flip.res|noicon.res
10
8
 
12
10
ALL_ICONS += flip-icon
13
11
 
14
12
!begin gtk
15
 
GAMES += flipgame
 
13
GAMES += flip
16
14
!end
17
15
 
18
16
!begin >list.c
19
17
    A(flip) \
20
18
!end
21
19
 
22
 
!begin >wingames.lst
23
 
flip.exe:Flip
 
20
!begin >gamedesc.txt
 
21
flip:flip.exe:Flip:Tile inversion puzzle
24
22
!end