Lines Matching refs:DATA_FILES

155 DATA_FILES = [("share/pychess",  variable
160 DATA_FILES += [("share/pychess/glade", glob('glade/*.glade'))]
161 DATA_FILES += [("share/pychess/glade", ['glade/background.jpg'])]
162 DATA_FILES += [("share/pychess/glade", glob('glade/*.png'))]
163 DATA_FILES += [("share/pychess/glade/16x16", glob('glade/16x16/*.png'))]
164 DATA_FILES += [("share/pychess/glade/48x48", glob('glade/48x48/*.png'))]
165 DATA_FILES += [("share/pychess/glade", glob('glade/*.svg'))]
166 DATA_FILES += [("share/pychess/flags", glob('flags/*.png'))]
167 DATA_FILES += [("share/pychess/boards", glob('boards/*.png'))]
170 DATA_FILES += [('share/mime/packages', ['pychess.xml'])]
171 DATA_FILES += [('share/metainfo', ['pychess.metainfo.xml'])]
172 DATA_FILES += [('share/applications', ['pychess.desktop'])]
173 DATA_FILES += [('share/icons/hicolor/scalable/apps', ['pychess.svg'])]
174 DATA_FILES += [('share/menu', ['menu/pychess'])]
175 DATA_FILES += [('share/pixmaps', ['pychess.svg', 'pychess.xmp'])]
177 DATA_FILES += [("share/pychess/sounds", glob('sounds/*.wav'))]
178 DATA_FILES += [("share/pychess/engines", glob('engines/*.*'))]
180 DATA_FILES += [("share/pychess/sounds", glob('sounds/*.ogg'))]
181 DATA_FILES += [('share/icons/hicolor/24x24/apps', ['pychess.png'])]
182 DATA_FILES += [('share/gtksourceview-3.0/language-specs', ['gtksourceview-3.0/language-specs/pgn.la…
185 DATA_FILES += [("share/pychess/pieces", glob('pieces/*.png'))]
186 DATA_FILES += [("share/pychess/pieces/ttf", glob('pieces/ttf/*.ttf'))]
197 DATA_FILES += [("share/pychess/learn/puzzles", glob('learn/puzzles/*.olv'))]
198 DATA_FILES += [("share/pychess/learn/puzzles", glob('learn/puzzles/*.pgn'))]
199 DATA_FILES += [("share/pychess/learn/puzzles", glob('learn/puzzles/*.sqlite'))]
200 DATA_FILES += [("share/pychess/learn/lessons", glob('learn/lessons/*.pgn'))]
201 DATA_FILES += [("share/pychess/learn/lessons", glob('learn/lessons/*.sqlite'))]
202 DATA_FILES += [("share/pychess/learn/lectures", glob('learn/lectures/*.txt'))]
205 DATA_FILES += [("share/pychess/pieces/" + dir, glob('pieces/' + dir + '/*.svg'))]
208 DATA_FILES += [('share/man/man1', ['manpages/pychess.1.gz'])]
230 DATA_FILES += [("share/locale/" + dir + "/LC_MESSAGES", ["lang/" + dir + "/" + pofile + ".mo"])]
344 data_files=DATA_FILES,