# HG changeset patch # User Lucas Levrel # Date 1452029472 -3600 # Node ID 1d250e4f36405a5c7547d528f66f7eb8038d1814 # Parent 45ef423796e8a12dc81c1914672cbf3379185a2a New icons, list and icon for doc packages diff -r 45ef423796e8 -r 1d250e4f3640 pkgs/icons/0install.png Binary file pkgs/icons/0install.png has changed diff -r 45ef423796e8 -r 1d250e4f3640 pkgs/icons/README --- a/pkgs/icons/README Mon Nov 30 18:32:40 2015 +0100 +++ b/pkgs/icons/README Tue Jan 05 22:31:12 2016 +0100 @@ -18,6 +18,9 @@ 4. Icon for i18n (Internationalization) packages is 'i18n' (alias for 'preferences-desktop-locale'), special list exists here 'packages-i18n.icons' with one package name per line. + [note by Lucas Levrel:] See also: packages-font.icons packages-lib.icons + packages-perl.icons packages-py.icons packages-thm.icons (themes) + [edit by LL:] added: packages-doc.icons 5. List of icons settings/substitutions 'packages.icons' in format: `` per line. This list is diff -r 45ef423796e8 -r 1d250e4f3640 pkgs/icons/adminer.png Binary file pkgs/icons/adminer.png has changed diff -r 45ef423796e8 -r 1d250e4f3640 pkgs/icons/alarm-clock-applet.png Binary file pkgs/icons/alarm-clock-applet.png has changed diff -r 45ef423796e8 -r 1d250e4f3640 pkgs/icons/android.png Binary file pkgs/icons/android.png has changed diff -r 45ef423796e8 -r 1d250e4f3640 pkgs/icons/antimicro.png Binary file pkgs/icons/antimicro.png has changed diff -r 45ef423796e8 -r 1d250e4f3640 pkgs/icons/doc.png --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pkgs/icons/doc.png Tue Jan 05 22:31:12 2016 +0100 @@ -0,0 +1,1 @@ +text-x-generic.png \ No newline at end of file diff -r 45ef423796e8 -r 1d250e4f3640 pkgs/icons/packages-doc.icons --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pkgs/icons/packages-doc.icons Tue Jan 05 22:31:12 2016 +0100 @@ -0,0 +1,20 @@ +apache-doc +cairo-compmgr-doc +cherokee-doc +cups-doc +evince-doc +fltk-doc +fox-doc +geany-doc +graphviz-doc +libboost-doc +libunique-doc +lyx-doc +mono-doc +nagvis-doc +nareto-doc +openvpn-doc +php-docs-en +postgresql-doc +rrdtool-doc +xtrkcad-doc diff -r 45ef423796e8 -r 1d250e4f3640 pkgs/icons/packages-lib.icons --- a/pkgs/icons/packages-lib.icons Mon Nov 30 18:32:40 2015 +0100 +++ b/pkgs/icons/packages-lib.icons Tue Jan 05 22:31:12 2016 +0100 @@ -1,8 +1,10 @@ Qt4-qca-ossl abiword-plugins +aircrack-ng-oui alsa-plugins alsaequal alsaplayer-scopes +apache-mod-wsgi apr apr-dbd-mysql apr-dbd-odbc diff -r 45ef423796e8 -r 1d250e4f3640 pkgs/icons/packages.icons --- a/pkgs/icons/packages.icons Mon Nov 30 18:32:40 2015 +0100 +++ b/pkgs/icons/packages.icons Tue Jan 05 22:31:12 2016 +0100 @@ -8,6 +8,9 @@ alsa-tools-hdsp hdspmixer alsa-tools-rmedigicontrol audio-x-generic alsa-utils preferences-desktop-sound +android-build-tools android +android-platform-tools android +android-sdk android assaultcube-data assaultcube aufs linux backintime deja-dup diff -r 45ef423796e8 -r 1d250e4f3640 pkgs/icons/text-x-generic.png --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pkgs/icons/text-x-generic.png Tue Jan 05 22:31:12 2016 +0100 @@ -0,0 +1,1 @@ +./text-plain.png \ No newline at end of file diff -r 45ef423796e8 -r 1d250e4f3640 pkgs/search.sh --- a/pkgs/search.sh Mon Nov 30 18:32:40 2015 +0100 +++ b/pkgs/search.sh Tue Jan 05 22:31:12 2016 +0100 @@ -162,6 +162,7 @@ ( cat icons/packages.icons awk '{printf "%s\tcli\n",$1}' icons/packages-cli.icons + awk '{printf "%s\tdoc\n",$1}' icons/packages-doc.icons awk '{printf "%s\tfont\n",$1}' icons/packages-font.icons awk '{printf "%s\ti18n\n",$1}' icons/packages-i18n.icons awk '{printf "%s\tthm\n",$1}' icons/packages-thm.icons