- please refer to /usr/share/doc/packages/tuxpaint/CHANGES.txt
for a detailed list and contributors. Here is a short summary:
+ Tux Paint's Paint and Line tools now support brushes that rotate
based on the angle of the stroke. This new rotation feature, as
well as the older directional and animated brush features, are
now visually indicated by the brush shape selector.
Additionally, the Fill tool now offers a freehand painting mode
for interactively coloring within a confined area.
+ Six new Magic tools have been added to Tux Paint.
+ A number of existing Magic tools have been updated, as well.
+ Finally, Magic tools are now grouped into collections of
similar effects.
- use source directly (is hidden behind sf.net mirrors)
- needs SDL_rotozoom.h -> libSDL_gfx-devel now
- require hicolor-icon-theme during build, to leave the directory
ownership in this package
- Refreshed patches:
+ tuxpaint-import-eval.patch
+ tuxpaint-makefile.patch
- install bash-completion scripts in new default directory:
%%{_datadir}/bash-completion/completions
OBS-URL: https://build.opensuse.org/package/show/Education/tuxpaint?expand=0&rev=37
14 lines
384 B
Diff
14 lines
384 B
Diff
Index: tuxpaint-0.9.27/src/tuxpaint-import.sh
|
|
===================================================================
|
|
--- tuxpaint-0.9.27.orig/src/tuxpaint-import.sh
|
|
+++ tuxpaint-0.9.27/src/tuxpaint-import.sh
|
|
@@ -143,7 +143,7 @@ fi
|
|
# For each picture list...
|
|
for x in $(seq 1 $#)
|
|
do
|
|
- i="${!x}"
|
|
+ i=$(eval echo \$\{$x\})
|
|
|
|
if [ -e "$i" ]; then
|
|
# Determine a filename for it:
|