diff options
author | raveit65 <[email protected]> | 2015-04-03 18:49:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-03 18:50:50 +0200 |
commit | 41e2ac1ef8ef59a8ddf211beb34134dec3e32c3a (patch) | |
tree | 59806065a15cab4ece903ae96a16d648b2e18fa7 /icon-themes/LargePrint | |
parent | 5849ce5bf9e66e40e98c0fd9efc1345c67d1b45e (diff) | |
download | mate-themes-41e2ac1ef8ef59a8ddf211beb34134dec3e32c3a.tar.bz2 mate-themes-41e2ac1ef8ef59a8ddf211beb34134dec3e32c3a.tar.xz |
package clean up
fixes https://github.com/mate-desktop/mate-themes/issues/83
Diffstat (limited to 'icon-themes/LargePrint')
-rw-r--r-- | icon-themes/LargePrint/Makefile.am | 5 | ||||
-rwxr-xr-x | icon-themes/LargePrint/index.theme | 216 |
2 files changed, 0 insertions, 221 deletions
diff --git a/icon-themes/LargePrint/Makefile.am b/icon-themes/LargePrint/Makefile.am deleted file mode 100644 index 9475debc..00000000 --- a/icon-themes/LargePrint/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -indexthemedir = $(datadir)/icons/MateLargePrint/ - -indextheme_DATA = index.theme - -EXTRA_DIST= $(indextheme_DATA) diff --git a/icon-themes/LargePrint/index.theme b/icon-themes/LargePrint/index.theme deleted file mode 100755 index 13596c86..00000000 --- a/icon-themes/LargePrint/index.theme +++ /dev/null @@ -1,216 +0,0 @@ -[Icon Theme] -Name=LargePrint -Comment=Large Icon Theme -Hidden=true -Directories=128x128/actions,128x128/apps,128x128/devices,128x128/filesystems,128x128/mimetypes,96x96/actions,96x96/apps,96x96/devices,96x96/filesystems,96x96/mimetypes,64x64/actions,64x64/apps,64x64/devices,64x64/filesystems,64x64/mimetypes,48x48/actions,48x48/apps,48x48/devices,48x48/filesystems,48x48/mimetypes,32x32/actions,32x32/apps,32x32/devices,32x32/filesystems,32x32/mimetypes,22x22/actions,22x22/apps,22x22/devices,22x22/filesystems,22x22/mimetypes,16x16/actions,16x16/apps,16x16/devices,16x16/filesystems,16x16/mimetypes,scalable/actions,scalable/apps,scalable/devices,scalable/filesystems,scalable/mimetypes -Inherits=mate - -[16x16/actions] -Size=16 -Context=Actions -Type=Threshold - -[16x16/apps] -Size=16 -Context=Applications -Type=Threshold - -[16x16/devices] -Size=16 -Context=Devices -Type=Threshold - -[16x16/filesystems] -Size=16 -Context=FileSystems -Type=Threshold - -[16x16/mimetypes] -Size=16 -Context=MimeTypes -Type=Threshold - -[22x22/actions] -Size=22 -Context=Actions -Type=Threshold - -[22x22/apps] -Size=22 -Context=Applications -Type=Threshold - -[22x22/devices] -Size=22 -Context=Devices -Type=Threshold - -[22x22/filesystems] -Size=22 -Context=FileSystems -Type=Threshold - -[22x22/mimetypes] -Size=22 -Context=MimeTypes -Type=Threshold - -[32x32/actions] -Size=32 -Context=Actions -Type=Threshold - -[32x32/apps] -Size=32 -Context=Applications -Type=Threshold - -[32x32/devices] -Size=32 -Context=Devices -Type=Threshold - -[32x32/filesystems] -Size=32 -Context=FileSystems -Type=Threshold - -[32x32/mimetypes] -Size=32 -Context=MimeTypes -Type=Threshold - -[48x48/actions] -Size=48 -Context=Actions -Type=Threshold - -[48x48/apps] -Size=48 -Context=Applications -Type=Threshold - -[48x48/devices] -Size=48 -Context=Devices -Type=Threshold - -[48x48/filesystems] -Size=48 -Context=FileSystems -Type=Threshold - -[48x48/mimetypes] -Size=48 -Context=MimeTypes -Type=Threshold - -[64x64/actions] -Size=64 -Context=Actions -Type=Threshold - -[64x64/apps] -Size=64 -Context=Applications -Type=Threshold - -[64x64/devices] -Size=64 -Context=Devices -Type=Threshold - -[64x64/filesystems] -Size=64 -Context=FileSystems -Type=Threshold - -[64x64/mimetypes] -Size=64 -Context=MimeTypes -Type=Threshold - -[96x96/actions] -Size=96 -Context=Actions -Type=Threshold - -[96x96/apps] -Size=96 -Context=Applications -Type=Threshold - -[96x96/devices] -Size=96 -Context=Devices -Type=Threshold - -[96x96/filesystems] -Size=96 -Context=FileSystems -Type=Threshold - -[96x96/mimetypes] -Size=96 -Context=MimeTypes -Type=Threshold - -[128x128/actions] -Size=128 -Context=Actions -Type=Threshold - -[128x128/apps] -Size=128 -Context=Applications -Type=Threshold - -[128x128/devices] -Size=128 -Context=Devices -Type=Threshold - -[128x128/filesystems] -Size=128 -Context=FileSystems -Type=Threshold - -[128x128/mimetypes] -Size=128 -Context=MimeTypes -Type=Threshold - -[scalable/actions] -MinSize=1 -Size=128 -MaxSize=256 -Context=Actions -Type=Scalable - -[scalable/apps] -MinSize=1 -Size=128 -MaxSize=256 -Context=Applications -Type=Scalable - -[scalable/devices] -MinSize=1 -Size=128 -MaxSize=256 -Context=Devices -Type=Scalable - -[scalable/filesystems] -MinSize=1 -Size=128 -MaxSize=256 -Context=FileSystems -Type=Scalable - -[scalable/mimetypes] -MinSize=1 -Size=128 -MaxSize=256 -Context=MimeTypes -Type=Scalable |