This file is indexed.

/usr/share/kde4/apps/tagua/themes/figurines/ShogiTTF/theme.lua is in tagua-data 1.0~alpha2-15.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
29
30
31
32
import("piece_theme.lua")
import("shogi_themelib.lua")

function Fig(char)
  return Glyph("mikachan.ttf", char, 2)
end

theme.num_9 = Fig("0x4e5d")
theme.num_8 = Fig("0x516b")
theme.num_7 = Fig("0x4e03")
theme.num_6 = Fig("0x516d")
theme.num_5 = Fig("0x4e94")
theme.num_4 = Fig("0x56db")
theme.num_3 = Fig("0x4e09")
theme.num_2 = Fig("0x4e8c")
theme.num_1 = Fig("0x4e00")

theme.king1   	= Fig(shogichars["jade general"][1])
theme.king2   	= Fig(shogichars["king"][1])
theme.rook   	= Fig(shogichars["flying chariot"][1])
theme.p_rook   	= Fig(shogichars["dragon king"][1])
theme.bishop 	= Fig(shogichars["bishop"][1])
theme.p_bishop 	= Fig(shogichars["dragon horse"][1])
theme.gold   	= Fig(shogichars["gold general"][1])
theme.silver 	= Fig(shogichars["silver general"][1])
theme.p_silver 	= Fig(shogichars["narigin"][1])
theme.knight 	= Fig(shogichars["knight"][1])
theme.p_knight 	= Fig(shogichars["narikei"][1])
theme.lance  	= Fig(shogichars["incense chariot"][1])
theme.p_lance  	= Fig(shogichars["narikyo"][1])
theme.pawn   	= Fig(shogichars["pawn"][1])
theme.p_pawn   	= Fig(shogichars["tokin"][1])