wok-6.x rev 19082
Tiny edits: use Freedesktop standard icons for terminal and text editor...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 29 16:03:09 2016 +0300 (2016-04-29) |
parents | e0f543054107 |
children | ab91e46d5cbc |
files | aterm/stuff/aterm.desktop leafpad/stuff/leafpad.desktop links/stuff/links.desktop nano/stuff/nano.desktop nano/stuff/nano.png urxvt-full/receipt urxvt-full/stuff/urxvt-full.desktop urxvt-full/stuff/urxvt.png urxvt/receipt urxvt/stuff/urxvt.desktop urxvt/stuff/urxvt.png xterm/stuff/xterm.desktop |
line diff
1.1 --- a/aterm/stuff/aterm.desktop Fri Apr 29 12:53:30 2016 +0200 1.2 +++ b/aterm/stuff/aterm.desktop Fri Apr 29 16:03:09 2016 +0300 1.3 @@ -29,5 +29,5 @@ 1.4 GenericName[zh_CN]=终端程序 1.5 GenericName[zh_TW]=終端機程式 1.6 Exec=aterm 1.7 -Icon=terminal 1.8 +Icon=utilities-terminal 1.9 Categories=System;TerminalEmulator;
2.1 --- a/leafpad/stuff/leafpad.desktop Fri Apr 29 12:53:30 2016 +0200 2.2 +++ b/leafpad/stuff/leafpad.desktop Fri Apr 29 16:03:09 2016 +0300 2.3 @@ -7,6 +7,6 @@ 2.4 Name[ru]=Текстовый редактор Leafpad 2.5 Name[zh_CN]=Leafpad文本编辑器 2.6 Exec=leafpad %f 2.7 -Icon=leafpad 2.8 +Icon=accessories-text-editor 2.9 Categories=GTK;Utility;TextEditor; 2.10 MimeType=text/plain;
3.1 --- a/links/stuff/links.desktop Fri Apr 29 12:53:30 2016 +0200 3.2 +++ b/links/stuff/links.desktop Fri Apr 29 16:03:09 2016 +0300 3.3 @@ -1,10 +1,10 @@ 3.4 [Desktop Entry] 3.5 -Encoding=UTF-8 3.6 +Type=Application 3.7 Name=Links Web browser 3.8 -Name[fr]=Navigateur Web Links 3.9 +Name[fr]=Navigateur Web Links 3.10 Name[pt]=Navegador web Links 3.11 Name[pt_BR]=Navegador web Links 3.12 +Name[ru]=Браузер Links 3.13 Exec=links -g file:///usr/share/webhome/links.html 3.14 Icon=links 3.15 -Type=Application 3.16 -Categories=Network; 3.17 +Categories=Network;WebBrowser;
4.1 --- a/nano/stuff/nano.desktop Fri Apr 29 12:53:30 2016 +0200 4.2 +++ b/nano/stuff/nano.desktop Fri Apr 29 16:03:09 2016 +0300 4.3 @@ -9,5 +9,5 @@ 4.4 Comment[fr]=Editeur de texte avançé 4.5 Comment[ru]=Консольный текстовый редактор 4.6 Exec=terminal -e nano 4.7 -Icon=nano 4.8 +Icon=accessories-text-editor 4.9 Categories=ConsoleOnly;Utility;TextEditor;
5.1 Binary file nano/stuff/nano.png has changed
6.1 --- a/urxvt-full/receipt Fri Apr 29 12:53:30 2016 +0200 6.2 +++ b/urxvt-full/receipt Fri Apr 29 16:03:09 2016 +0300 6.3 @@ -24,10 +24,13 @@ 6.4 # Rules to configure and make the package. 6.5 compile_rules() 6.6 { 6.7 - cd $src 6.8 - ./configure --enable-everything --enable-256-color \ 6.9 - --with-terminfo=/usr/share/terminfo $CONFIGURE_ARGS && \ 6.10 + ./configure \ 6.11 + --enable-everything \ 6.12 + --enable-256-color \ 6.13 + --with-terminfo=/usr/share/terminfo \ 6.14 + $CONFIGURE_ARGS && 6.15 make && make install 6.16 + 6.17 R="$install/usr/share/terminfo"; mkdir -p $R 6.18 tic -s -o $R $src/doc/etc/rxvt-unicode.terminfo 6.19 } 6.20 @@ -37,5 +40,4 @@ 6.21 { 6.22 cp -a $install/* $fs 6.23 rm -rf $fs/usr/share/man 6.24 - P="$fs/usr/share/pixmaps"; mkdir -p $P; cp -a $stuff/urxvt.png $P 6.25 }
7.1 --- a/urxvt-full/stuff/urxvt-full.desktop Fri Apr 29 12:53:30 2016 +0200 7.2 +++ b/urxvt-full/stuff/urxvt-full.desktop Fri Apr 29 16:03:09 2016 +0300 7.3 @@ -1,9 +1,8 @@ 7.4 [Desktop Entry] 7.5 -Encoding=UTF-8 7.6 +Type=Application 7.7 Name=Urxvt-full 7.8 GenericName=Unicode Terminal 7.9 Comment=Terminal emulator with unicode CJK support 7.10 Exec=urxvt -bg black -fg white -cr orange -pr green 7.11 -Icon=urxvt 7.12 -Type=Application 7.13 +Icon=utilities-terminal 7.14 Categories=Utility;Terminal;
8.1 Binary file urxvt-full/stuff/urxvt.png has changed
9.1 --- a/urxvt/receipt Fri Apr 29 12:53:30 2016 +0200 9.2 +++ b/urxvt/receipt Fri Apr 29 16:03:09 2016 +0300 9.3 @@ -12,16 +12,20 @@ 9.4 WGET_URL="http://dist.schmorp.de/rxvt-unicode/$TARBALL" 9.5 TAGS="terminal" 9.6 9.7 -DEPENDS="fontconfig xorg-libX11 expat freetype xorg-libXft zlib gcc-lib-base xorg-xmessage" 9.8 +DEPENDS="fontconfig xorg-libX11 expat freetype xorg-libXft zlib gcc-lib-base \ 9.9 +xorg-xmessage" 9.10 9.11 # Rules to configure and make the package. 9.12 compile_rules() 9.13 { 9.14 - cd $src 9.15 busybox patch -p0 -i $stuff/gcc.u 9.16 - ./configure --prefix=/usr --infodir=/usr/share/info \ 9.17 - --disable-perl --with-codesets='eu' \ 9.18 - --mandir=/usr/share/man $CONFIGURE_ARGS && \ 9.19 + ./configure \ 9.20 + --prefix=/usr \ 9.21 + --infodir=/usr/share/info \ 9.22 + --disable-perl \ 9.23 + --with-codesets='eu' \ 9.24 + --mandir=/usr/share/man \ 9.25 + $CONFIGURE_ARGS && \ 9.26 make && make DESTDIR=$DESTDIR install 9.27 } 9.28 9.29 @@ -31,4 +35,3 @@ 9.30 mkdir -p $fs/usr 9.31 cp -a $install/usr/bin $fs/usr 9.32 } 9.33 -
10.1 --- a/urxvt/stuff/urxvt.desktop Fri Apr 29 12:53:30 2016 +0200 10.2 +++ b/urxvt/stuff/urxvt.desktop Fri Apr 29 16:03:09 2016 +0300 10.3 @@ -5,5 +5,5 @@ 10.4 Comment=Terminal emulator with unicode support 10.5 Comment[ru]=Эмулятор терминала с поддержкой юникода 10.6 Exec=urxvt -bg black -fg white -cr orange -pr green 10.7 -Icon=urxvt 10.8 +Icon=utilities-terminal 10.9 Categories=System;TerminalEmulator;
11.1 Binary file urxvt/stuff/urxvt.png has changed
12.1 --- a/xterm/stuff/xterm.desktop Fri Apr 29 12:53:30 2016 +0200 12.2 +++ b/xterm/stuff/xterm.desktop Fri Apr 29 16:03:09 2016 +0300 12.3 @@ -4,5 +4,5 @@ 12.4 Name[fr]=Terminal Xterm 12.5 Name[ru]=Терминал XTerm 12.6 Exec=xterm -ls 12.7 -Icon=xterm 12.8 +Icon=utilities-terminal 12.9 Categories=System;TerminalEmulator;