mirror of
https://abf.rosa.ru/djam/wine2.git
synced 2025-02-25 01:22:53 +00:00
Beautify Russian names for desktop files
This commit is contained in:
parent
983ecb2199
commit
177aab0a53
1 changed files with 9 additions and 9 deletions
18
wine.spec
18
wine.spec
|
@ -348,18 +348,18 @@ Type=Directory
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_datadir}/applications/
|
mkdir -p %{buildroot}%{_datadir}/applications/
|
||||||
for i in winecfg:Configurator:Настройка\ Wine \
|
for i in winecfg:Configurator:Настройка\ Wine\
|
||||||
notepad:Notepad:Wine\ -\ блокнот \
|
notepad:Notepad:Блокнот\ Wine\
|
||||||
winefile:File\ Manager:Wine\ -\ файловый\ менеджер\
|
winefile:File\ Manager:Файловый\ менеджер\ Wine\
|
||||||
regedit:Registry\ Editor:Wine\ -\ редактор\ реестра\
|
regedit:Registry\ Editor:Редактор\ реестра\ Wine\
|
||||||
winemine:Minesweeper:Wine\ -\ сапер\
|
winemine:Minesweeper:Сапер\ Wine\
|
||||||
wineboot:Reboot:Wine\ -\ перезагрузка \
|
wineboot:Reboot:Перезагрузка\ Wine \
|
||||||
"wineconsole cmd":Command\ Line:Wine\ -\ командная\ строка\
|
"wineconsole cmd":Command\ Line:Командная\ строка\ Wine\
|
||||||
"wine uninstaller:Wine Software Uninstaller:Wine - удаление программ";
|
"wine uninstaller:Wine Software Uninstaller:Удаление программ Wine";
|
||||||
do cat > %{buildroot}%{_datadir}/applications/rosa-%{name}-`echo $i|cut -d: -f1`.desktop << EOF
|
do cat > %{buildroot}%{_datadir}/applications/rosa-%{name}-`echo $i|cut -d: -f1`.desktop << EOF
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=`echo $i|cut -d: -f2`
|
Name=`echo $i|cut -d: -f2`
|
||||||
Name[ru]=`echo $i|cut -d: -f3`
|
Name[ru]=`echo $i|cut -d: -f3|sed s/ Wine//`
|
||||||
Comment=`echo $i|cut -d: -f2`
|
Comment=`echo $i|cut -d: -f2`
|
||||||
Comment[ru]=`echo $i|cut -d: -f3`
|
Comment[ru]=`echo $i|cut -d: -f3`
|
||||||
Exec=`echo $i|cut -d: -f1`
|
Exec=`echo $i|cut -d: -f1`
|
||||||
|
|
Loading…
Add table
Reference in a new issue