mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-22 10:14:14 +03:00
While we get other icons, use the crappy ones -mig
This commit is contained in:
parent
2c89bf372c
commit
8b23263b4e
@ -5,7 +5,7 @@ rootdir = $(srcdir)
|
||||
@MCFGR@@MCF@
|
||||
|
||||
foreigndirs=pc
|
||||
codedirs=vfs lib doc slang edit gtkedit src gnome new_icons idl
|
||||
codedirs=vfs lib doc slang edit gtkedit src gnome new_icons icons idl
|
||||
unixdirs=intl $(codedirs) @POSUB@
|
||||
alldirs=$(unixdirs) $(foreigndirs)
|
||||
subdirs=$(alldirs)
|
||||
|
@ -8,4 +8,54 @@ regex: \.h$
|
||||
|
||||
regex: \.tiff$
|
||||
type=image/tiff
|
||||
icon-filename=@icondir@/tiff.xpm
|
||||
icon-filename=@icondir@/tiff.xpm
|
||||
|
||||
regex: \.vcf$
|
||||
type=x-application/vcf
|
||||
icon-filename=@icondir@/calendar.xpm
|
||||
|
||||
regex: \.(gz|Z|bz2)$
|
||||
type=x-application/gzip
|
||||
icon-filename=@icondir@/compressed.xpm
|
||||
|
||||
regex: \.gif$
|
||||
type=image/gif
|
||||
icon-filename=@icondir@/gif.xpm
|
||||
|
||||
regex: \.html$
|
||||
icon-filename=@icondir@/html.xpm
|
||||
|
||||
regex: \.jpeg$
|
||||
icon-filename=@icondir@/jpeg.xpm
|
||||
|
||||
regex: \.o$
|
||||
icon-filename=@icondir@/o.xpm
|
||||
|
||||
regex: \.(wav|snd|voc|au|mp3)$
|
||||
icon-filename=@icondir@/sound.xpm
|
||||
|
||||
regex: [Mm]akefile
|
||||
icon-filename=@icondir@/makefile.xpm
|
||||
|
||||
regex: \.(doc|DOC)$
|
||||
icon-filename=@icondir@/word.xpm
|
||||
|
||||
regex: \.(zip|ZIP)$
|
||||
icon-filename=@icondir@/zip.xpm
|
||||
|
||||
regex: \.tex$
|
||||
icon-filename=@icondir@/tex.xpm
|
||||
|
||||
regex: \.(C|cc)$
|
||||
icon-filename=@icondir@/cc.xpm
|
||||
|
||||
regex: (([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|n)|\.man)$
|
||||
icon-filename=@icondir@/man.xpm
|
||||
|
||||
regex: \.m(es)$
|
||||
icon-filename=@icondir@/man.xpm
|
||||
|
||||
regex: \.ps$
|
||||
icon-filename=@icondir@/postscript.xpm
|
||||
|
||||
|
@ -33,9 +33,9 @@ DECENTICONS = c.xpm h.xpm tiff.xpm
|
||||
|
||||
all:
|
||||
|
||||
install:
|
||||
installx:
|
||||
|
||||
installx: @insticons@
|
||||
install: @insticons@
|
||||
|
||||
install_icons:
|
||||
for I in $(DECENTICONS); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user