4f0eba1efd
EXT_SUFFIX, according to PEP 3149, refers to the full tag and extension for compiled extension module objects, eg .cpython-311.so, .cpython-313t.so, etc. We do not use the correct semantic meaning, and this usage becomes ambiguous and confusing when tags do not match between bytecode and compiled extension module objects. Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's specification of a magic tag, which consists of implementation name and shorthand version only. This is meant for bytecode and other files containing this tag in their filename that do not depend on a specific Python ABI for the same version. Chase all existing consumers. Introduce PYTHON_SOABI to align with PEP 3149's specification of a tag, which consists of implementation name, shorthand version and any ABI flags present (this and PYTHON_TAG are identical without ABI flags). This is meant for compiled extension module objects and other files that depend on a specific Python ABI for the same version. Add documentation for these variables that our PYTHON_EXT_SUFFIX never had. PR: 274671 Event: Kitchener-Waterloo Hackathon 202506
61 lines
3.3 KiB
Plaintext
61 lines
3.3 KiB
Plaintext
bin/gammastep
|
|
%%GUI%%bin/gammastep-indicator
|
|
%%GUI%%share/applications/gammastep-indicator.desktop
|
|
%%GUI%%share/metainfo/gammastep-indicator.appdata.xml
|
|
%%GUI%%share/applications/gammastep.desktop
|
|
%%GUI%%share/icons/hicolor/scalable/apps/gammastep.svg
|
|
%%GUI%%share/icons/hicolor/scalable/apps/gammastep-status-off.svg
|
|
%%GUI%%share/icons/hicolor/scalable/apps/gammastep-status-on.svg
|
|
%%NLS%%share/locale/ar/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/be/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/bg/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/ca/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/cs/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/da/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/de/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/el/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/en_GB/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/es/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/et/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/eu/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/fi/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/fr/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/gl/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/he/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/hi/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/hr/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/hu/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/it/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/ja/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/ka/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/lt/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/nb/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/nl/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/pl/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/pt_BR/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/pt/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/ro/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/ru/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/sr/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/sv/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/tr/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/uk/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gammastep.mo
|
|
%%NLS%%share/locale/zh_TW/LC_MESSAGES/gammastep.mo
|
|
share/man/man1/gammastep.1.gz
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/__init__.py
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/__pycache__/__init__%%PYTHON_TAG%%.pyc
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/__pycache__/controller%%PYTHON_TAG%%.opt-1.pyc
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/__pycache__/controller%%PYTHON_TAG%%.pyc
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/__pycache__/defs%%PYTHON_TAG%%.opt-1.pyc
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/__pycache__/defs%%PYTHON_TAG%%.pyc
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/__pycache__/statusicon%%PYTHON_TAG%%.opt-1.pyc
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/__pycache__/statusicon%%PYTHON_TAG%%.pyc
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/__pycache__/utils%%PYTHON_TAG%%.opt-1.pyc
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/__pycache__/utils%%PYTHON_TAG%%.pyc
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/controller.py
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/defs.py
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/statusicon.py
|
|
%%GUI%%%%PYTHON_SITELIBDIR%%/gammastep_indicator/utils.py
|