1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Description: fix the name of the texture file used in the conf/xq file
The orig patch received by email write use Chinese.
.
xboard (4.9.1-1) unstable; urgency=medium
.
* New upstream version.
* Add Recommends on alsa-utils, since xboard executes aplay to play sounds.
Author: Clint Adams <clint@debian.org>
Origin: Careone <emacslocale@126.com>
Reviewed-By: xiao sheng wen <atzlinux@sina.com>
Last-Update: 2020-05-01
@@ -11,8 +11,8 @@
; board: supplied board bitmap
;
-useBoardTexture true
--liteBackTextureFile "~~/themes/textures/xqboard.png"
--darkBackTextureFile "~~/themes/textures/xqboard.png"
+-liteBackTextureFile "~~/themes/textures/xqboard-9x10.png"
+-darkBackTextureFile "~~/themes/textures/xqboard-9x10.png"
;
; suppress square boundaries and highlight with arrow instead
;
|