This file is indexed.

/usr/share/kde4/apps/tagua/themes/figurines/AsciiShogiTTF/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
33
34
35
36
37
38
39
import("piece_theme.lua")
import("shogi_themelib.lua")

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

function Plain(str)
  return Glyph(nil, str, 2)
end

theme.num_9 = Plain("i")
theme.num_8 = Plain("h")
theme.num_7 = Plain("g")
theme.num_6 = Plain("f")
theme.num_5 = Plain("e")
theme.num_4 = Plain("d")
theme.num_3 = Plain("c")
theme.num_2 = Plain("b")
theme.num_1 = Plain("a")

theme.phoenix		= Plain("Ph")
theme.crane		= Plain("Cr")
theme.pheasant		= Plain("Pt")
theme.right_quail	= Plain("RQ")
theme.left_quail	= Plain("LQ")
theme.falcon		= Plain("Fa")
theme.swallow		= Plain("Sw")

theme.king1 		= Plain("K")
theme.king2 		= Plain("K")
theme.rook 		= Plain("R")
theme.bishop 		= Plain("B")
theme.gold 		= Plain("G")
theme.silver 		= Plain("S")
theme.knight 		= Plain("N")
theme.lance 		= Plain("L")
theme.pawn 		= Plain("P")
theme.drunken_elephant 	= Plain("DE")