/usr/share/uicilibris/lang/uicilibris.pro is in uicilibris 1.13-1.
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 | SOURCES = ../uicilibris \
../expand.py \
../templateParser.py \
../w2book.py \
../__init__.py \
../transform2book.py \
../url.py \
../waitDialog.py \
../regularExpressions.py \
../transform.py \
../version.py \
../wikiParser.py \
../export.py
FORMS = ../uicilibris.ui \
../export.ui
TRANSLATIONS = uicilibris_en_US.ts \
uicilibris_fr_FR.ts
CODECFORTR = UTF-8
CODECFORSRC = UTF-8
|