From: <dom...@us...> - 2013-06-22 18:18:03
|
Revision: 512 http://sourceforge.net/p/fvwm-crystal/code/512 Author: dominique_libre Date: 2013-06-22 18:18:01 +0000 (Sat, 22 Jun 2013) Log Message: ----------- bin/fvwm-crystal.{apps,wallpaper}, scripts/FvwmMPD/*.py: reverted the shebang change as they work with python-2.{5,6,7}. INSTALL: updated dependencies accordingly. Modified Paths: -------------- ChangeLog INSTALL bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper fvwm/scripts/FvwmMPD/getprevdir.py fvwm/scripts/FvwmMPD/stripnames.py Modified: ChangeLog =================================================================== --- ChangeLog 2013-06-18 20:46:38 UTC (rev 511) +++ ChangeLog 2013-06-22 18:18:01 UTC (rev 512) @@ -1,5 +1,10 @@ ChangeLog for FVWM-Crystal +Samedi 22 Juin 2013 Dominique Michel + bin/fvwm-crystal.{apps,wallpaper}, scripts/FvwmMPD/*.py: reverted the + shebang change as they work with python-2.{5,6,7}. + INSTALL: updated dependencies accordingly. + Mardi 18 Juin 2013 Dominique Michel functions/Mixer: fix for possible cursor freeze with mplayer; add Mixer-Mute-Toggle which only toggle mute alsamixer or aumix. Modified: INSTALL =================================================================== --- INSTALL 2013-06-18 20:46:38 UTC (rev 511) +++ INSTALL 2013-06-22 18:18:01 UTC (rev 512) @@ -125,6 +125,7 @@ Needed: ------- - fvwm>=2.6.5 +- python2 (>=2.5) - ImageMagick (convert is used for application menu icons generation) - xwd for on the fly icon generation and expose function - coreutils Modified: bin/fvwm-crystal.apps =================================================================== --- bin/fvwm-crystal.apps 2013-06-18 20:46:38 UTC (rev 511) +++ bin/fvwm-crystal.apps 2013-06-22 18:18:01 UTC (rev 512) @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python2 # # Author: Rafal Bisingier 2005 # Modified: bin/fvwm-crystal.wallpaper =================================================================== --- bin/fvwm-crystal.wallpaper 2013-06-18 20:46:38 UTC (rev 511) +++ bin/fvwm-crystal.wallpaper 2013-06-22 18:18:01 UTC (rev 512) @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python2 # Select random wallpaper from given directory or directories # Written by: Maciej Delmanowski <ha...@po...> Modified: fvwm/scripts/FvwmMPD/getprevdir.py =================================================================== --- fvwm/scripts/FvwmMPD/getprevdir.py 2013-06-18 20:46:38 UTC (rev 511) +++ fvwm/scripts/FvwmMPD/getprevdir.py 2013-06-22 18:18:01 UTC (rev 512) @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python2 # Return the path to the previous mpd library directory import sys Modified: fvwm/scripts/FvwmMPD/stripnames.py =================================================================== --- fvwm/scripts/FvwmMPD/stripnames.py 2013-06-18 20:46:38 UTC (rev 511) +++ fvwm/scripts/FvwmMPD/stripnames.py 2013-06-22 18:18:01 UTC (rev 512) @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python2 import sys if __name__ == "__main__": This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |