diff options
author | Michal Ratajsky <[email protected]> | 2014-11-08 15:14:10 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-11-08 15:14:10 +0100 |
commit | 93332554c235c7de59c64d0733f791a3be9f1775 (patch) | |
tree | 98dcd2e71920dde5426eafbaa4c0e69e559b14d3 /mate-volume-control/data/icons/16x16 | |
parent | d71e47bc5279e1af152c9e65f589020280306a7f (diff) | |
download | mate-media-93332554c235c7de59c64d0733f791a3be9f1775.tar.bz2 mate-media-93332554c235c7de59c64d0733f791a3be9f1775.tar.xz |
Move some files and directories to better locations
- mate-volume-control/data changed to /data
- mate-volume-control/src/* moved to mate-volume-control
- sound-theme/sounds changed to /data/sounds
- sound-theme/*.{c,h} moved to mate-volume-control
- Removed AUTHORS and ChangeLog.pre-2-26 from mate-volume-control
Diffstat (limited to 'mate-volume-control/data/icons/16x16')
-rw-r--r-- | mate-volume-control/data/icons/16x16/Makefile.am | 4 | ||||
-rw-r--r-- | mate-volume-control/data/icons/16x16/status/Makefile.am | 21 | ||||
-rw-r--r-- | mate-volume-control/data/icons/16x16/status/audio-input-microphone-high.png | bin | 853 -> 0 bytes | |||
-rw-r--r-- | mate-volume-control/data/icons/16x16/status/audio-input-microphone-low.png | bin | 548 -> 0 bytes | |||
-rw-r--r-- | mate-volume-control/data/icons/16x16/status/audio-input-microphone-medium.png | bin | 687 -> 0 bytes | |||
-rw-r--r-- | mate-volume-control/data/icons/16x16/status/audio-input-microphone-muted.png | bin | 520 -> 0 bytes |
6 files changed, 0 insertions, 25 deletions
diff --git a/mate-volume-control/data/icons/16x16/Makefile.am b/mate-volume-control/data/icons/16x16/Makefile.am deleted file mode 100644 index 05a9700..0000000 --- a/mate-volume-control/data/icons/16x16/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -SUBDIRS = status - - --include $(top_srcdir)/git.mk diff --git a/mate-volume-control/data/icons/16x16/status/Makefile.am b/mate-volume-control/data/icons/16x16/status/Makefile.am deleted file mode 100644 index 041fb3b..0000000 --- a/mate-volume-control/data/icons/16x16/status/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -NULL = - -themedir = $(pkgdatadir)/icons/mate -size = 16x16 -context = status - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - audio-input-microphone-high.png \ - audio-input-microphone-low.png \ - audio-input-microphone-medium.png \ - audio-input-microphone-muted.png \ - $(NULL) - -EXTRA_DIST = \ - $(icons_DATA) \ - $(NULL) - - --include $(top_srcdir)/git.mk diff --git a/mate-volume-control/data/icons/16x16/status/audio-input-microphone-high.png b/mate-volume-control/data/icons/16x16/status/audio-input-microphone-high.png Binary files differdeleted file mode 100644 index 160d2b8..0000000 --- a/mate-volume-control/data/icons/16x16/status/audio-input-microphone-high.png +++ /dev/null diff --git a/mate-volume-control/data/icons/16x16/status/audio-input-microphone-low.png b/mate-volume-control/data/icons/16x16/status/audio-input-microphone-low.png Binary files differdeleted file mode 100644 index b08ab64..0000000 --- a/mate-volume-control/data/icons/16x16/status/audio-input-microphone-low.png +++ /dev/null diff --git a/mate-volume-control/data/icons/16x16/status/audio-input-microphone-medium.png b/mate-volume-control/data/icons/16x16/status/audio-input-microphone-medium.png Binary files differdeleted file mode 100644 index 48a4c05..0000000 --- a/mate-volume-control/data/icons/16x16/status/audio-input-microphone-medium.png +++ /dev/null diff --git a/mate-volume-control/data/icons/16x16/status/audio-input-microphone-muted.png b/mate-volume-control/data/icons/16x16/status/audio-input-microphone-muted.png Binary files differdeleted file mode 100644 index 7aed52c..0000000 --- a/mate-volume-control/data/icons/16x16/status/audio-input-microphone-muted.png +++ /dev/null |