From 93332554c235c7de59c64d0733f791a3be9f1775 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Sat, 8 Nov 2014 15:14:10 +0100 Subject: 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 --- data/Makefile.am | 30 + data/icons/16x16/Makefile.am | 4 + data/icons/16x16/status/Makefile.am | 21 + .../16x16/status/audio-input-microphone-high.png | Bin 0 -> 853 bytes .../16x16/status/audio-input-microphone-low.png | Bin 0 -> 548 bytes .../16x16/status/audio-input-microphone-medium.png | Bin 0 -> 687 bytes .../16x16/status/audio-input-microphone-muted.png | Bin 0 -> 520 bytes data/icons/22x22/Makefile.am | 4 + data/icons/22x22/status/Makefile.am | 21 + .../22x22/status/audio-input-microphone-high.png | Bin 0 -> 1188 bytes .../22x22/status/audio-input-microphone-low.png | Bin 0 -> 827 bytes .../22x22/status/audio-input-microphone-medium.png | Bin 0 -> 968 bytes .../22x22/status/audio-input-microphone-muted.png | Bin 0 -> 817 bytes data/icons/24x24/Makefile.am | 4 + data/icons/24x24/status/Makefile.am | 21 + .../24x24/status/audio-input-microphone-high.png | Bin 0 -> 1214 bytes .../24x24/status/audio-input-microphone-low.png | Bin 0 -> 849 bytes .../24x24/status/audio-input-microphone-medium.png | Bin 0 -> 1001 bytes .../24x24/status/audio-input-microphone-muted.png | Bin 0 -> 851 bytes data/icons/32x32/Makefile.am | 4 + data/icons/32x32/status/Makefile.am | 21 + .../32x32/status/audio-input-microphone-high.png | Bin 0 -> 2182 bytes .../32x32/status/audio-input-microphone-low.png | Bin 0 -> 1818 bytes .../32x32/status/audio-input-microphone-medium.png | Bin 0 -> 1981 bytes .../32x32/status/audio-input-microphone-muted.png | Bin 0 -> 2005 bytes data/icons/Makefile.am | 25 + data/icons/scalable/Makefile.am | 4 + data/icons/scalable/devices/Makefile.am | 35 + .../devices/audio-speaker-center-back-testing.svg | 539 ++++++++++ .../scalable/devices/audio-speaker-center-back.svg | 506 +++++++++ .../devices/audio-speaker-center-testing.svg | 537 ++++++++++ .../scalable/devices/audio-speaker-center.svg | 504 +++++++++ .../devices/audio-speaker-left-back-testing.svg | 537 ++++++++++ .../scalable/devices/audio-speaker-left-back.svg | 504 +++++++++ .../devices/audio-speaker-left-side-testing.svg | 537 ++++++++++ .../scalable/devices/audio-speaker-left-side.svg | 504 +++++++++ .../devices/audio-speaker-left-testing.svg | 537 ++++++++++ data/icons/scalable/devices/audio-speaker-left.svg | 504 +++++++++ .../devices/audio-speaker-right-back-testing.svg | 537 ++++++++++ .../scalable/devices/audio-speaker-right-back.svg | 504 +++++++++ .../devices/audio-speaker-right-side-testing.svg | 537 ++++++++++ .../scalable/devices/audio-speaker-right-side.svg | 504 +++++++++ .../devices/audio-speaker-right-testing.svg | 913 +++++++++++++++++ .../icons/scalable/devices/audio-speaker-right.svg | 504 +++++++++ .../scalable/devices/audio-subwoofer-testing.svg | 240 +++++ data/icons/scalable/devices/audio-subwoofer.svg | 325 ++++++ data/icons/scalable/status/Makefile.am | 21 + .../status/audio-input-microphone-high.svg | 1076 ++++++++++++++++++++ .../scalable/status/audio-input-microphone-low.svg | 1045 +++++++++++++++++++ .../status/audio-input-microphone-medium.svg | 1066 +++++++++++++++++++ .../status/audio-input-microphone-muted.svg | 1040 +++++++++++++++++++ data/mate-volume-control-applet.desktop.in | 17 + data/mate-volume-control.desktop.in.in | 15 + data/sounds/Makefile.am | 29 + data/sounds/bark.ogg | Bin 0 -> 13322 bytes data/sounds/drip.ogg | Bin 0 -> 8495 bytes data/sounds/glass.ogg | Bin 0 -> 18999 bytes data/sounds/mate-sounds-default.xml.in.in | 27 + data/sounds/sonar.ogg | Bin 0 -> 20011 bytes 59 files changed, 13803 insertions(+) create mode 100644 data/Makefile.am create mode 100644 data/icons/16x16/Makefile.am create mode 100644 data/icons/16x16/status/Makefile.am create mode 100644 data/icons/16x16/status/audio-input-microphone-high.png create mode 100644 data/icons/16x16/status/audio-input-microphone-low.png create mode 100644 data/icons/16x16/status/audio-input-microphone-medium.png create mode 100644 data/icons/16x16/status/audio-input-microphone-muted.png create mode 100644 data/icons/22x22/Makefile.am create mode 100644 data/icons/22x22/status/Makefile.am create mode 100644 data/icons/22x22/status/audio-input-microphone-high.png create mode 100644 data/icons/22x22/status/audio-input-microphone-low.png create mode 100644 data/icons/22x22/status/audio-input-microphone-medium.png create mode 100644 data/icons/22x22/status/audio-input-microphone-muted.png create mode 100644 data/icons/24x24/Makefile.am create mode 100644 data/icons/24x24/status/Makefile.am create mode 100644 data/icons/24x24/status/audio-input-microphone-high.png create mode 100644 data/icons/24x24/status/audio-input-microphone-low.png create mode 100644 data/icons/24x24/status/audio-input-microphone-medium.png create mode 100644 data/icons/24x24/status/audio-input-microphone-muted.png create mode 100644 data/icons/32x32/Makefile.am create mode 100644 data/icons/32x32/status/Makefile.am create mode 100644 data/icons/32x32/status/audio-input-microphone-high.png create mode 100644 data/icons/32x32/status/audio-input-microphone-low.png create mode 100644 data/icons/32x32/status/audio-input-microphone-medium.png create mode 100644 data/icons/32x32/status/audio-input-microphone-muted.png create mode 100644 data/icons/Makefile.am create mode 100644 data/icons/scalable/Makefile.am create mode 100644 data/icons/scalable/devices/Makefile.am create mode 100644 data/icons/scalable/devices/audio-speaker-center-back-testing.svg create mode 100644 data/icons/scalable/devices/audio-speaker-center-back.svg create mode 100644 data/icons/scalable/devices/audio-speaker-center-testing.svg create mode 100644 data/icons/scalable/devices/audio-speaker-center.svg create mode 100644 data/icons/scalable/devices/audio-speaker-left-back-testing.svg create mode 100644 data/icons/scalable/devices/audio-speaker-left-back.svg create mode 100644 data/icons/scalable/devices/audio-speaker-left-side-testing.svg create mode 100644 data/icons/scalable/devices/audio-speaker-left-side.svg create mode 100644 data/icons/scalable/devices/audio-speaker-left-testing.svg create mode 100644 data/icons/scalable/devices/audio-speaker-left.svg create mode 100644 data/icons/scalable/devices/audio-speaker-right-back-testing.svg create mode 100644 data/icons/scalable/devices/audio-speaker-right-back.svg create mode 100644 data/icons/scalable/devices/audio-speaker-right-side-testing.svg create mode 100644 data/icons/scalable/devices/audio-speaker-right-side.svg create mode 100644 data/icons/scalable/devices/audio-speaker-right-testing.svg create mode 100644 data/icons/scalable/devices/audio-speaker-right.svg create mode 100644 data/icons/scalable/devices/audio-subwoofer-testing.svg create mode 100644 data/icons/scalable/devices/audio-subwoofer.svg create mode 100644 data/icons/scalable/status/Makefile.am create mode 100644 data/icons/scalable/status/audio-input-microphone-high.svg create mode 100644 data/icons/scalable/status/audio-input-microphone-low.svg create mode 100644 data/icons/scalable/status/audio-input-microphone-medium.svg create mode 100644 data/icons/scalable/status/audio-input-microphone-muted.svg create mode 100644 data/mate-volume-control-applet.desktop.in create mode 100644 data/mate-volume-control.desktop.in.in create mode 100644 data/sounds/Makefile.am create mode 100644 data/sounds/bark.ogg create mode 100644 data/sounds/drip.ogg create mode 100644 data/sounds/glass.ogg create mode 100644 data/sounds/mate-sounds-default.xml.in.in create mode 100644 data/sounds/sonar.ogg (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..58159fb --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,30 @@ +NULL = + +SUBDIRS = \ + icons \ + sounds \ + $(NULL) + +@INTLTOOL_DESKTOP_RULE@ +autostartdir = $(sysconfdir)/xdg/autostart +autostart_in_files = mate-volume-control-applet.desktop.in +autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) + +appsdir = $(datadir)/applications +apps_in_files = mate-volume-control.desktop.in +apps_DATA = $(apps_in_files:.desktop.in=.desktop) + +EXTRA_DIST = \ + $(autostart_in_files) \ + mate-volume-control.desktop.in.in \ + $(NULL) + +CLEANFILES = \ + mate-volume-control.desktop \ + $(NULL) + +DISTCLEANFILES = \ + mate-volume-control-applet.desktop \ + $(NULL) + +-include $(top_srcdir)/git.mk diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am new file mode 100644 index 0000000..05a9700 --- /dev/null +++ b/data/icons/16x16/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = status + + +-include $(top_srcdir)/git.mk diff --git a/data/icons/16x16/status/Makefile.am b/data/icons/16x16/status/Makefile.am new file mode 100644 index 0000000..041fb3b --- /dev/null +++ b/data/icons/16x16/status/Makefile.am @@ -0,0 +1,21 @@ +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/data/icons/16x16/status/audio-input-microphone-high.png b/data/icons/16x16/status/audio-input-microphone-high.png new file mode 100644 index 0000000..160d2b8 Binary files /dev/null and b/data/icons/16x16/status/audio-input-microphone-high.png differ diff --git a/data/icons/16x16/status/audio-input-microphone-low.png b/data/icons/16x16/status/audio-input-microphone-low.png new file mode 100644 index 0000000..b08ab64 Binary files /dev/null and b/data/icons/16x16/status/audio-input-microphone-low.png differ diff --git a/data/icons/16x16/status/audio-input-microphone-medium.png b/data/icons/16x16/status/audio-input-microphone-medium.png new file mode 100644 index 0000000..48a4c05 Binary files /dev/null and b/data/icons/16x16/status/audio-input-microphone-medium.png differ diff --git a/data/icons/16x16/status/audio-input-microphone-muted.png b/data/icons/16x16/status/audio-input-microphone-muted.png new file mode 100644 index 0000000..7aed52c Binary files /dev/null and b/data/icons/16x16/status/audio-input-microphone-muted.png differ diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am new file mode 100644 index 0000000..05a9700 --- /dev/null +++ b/data/icons/22x22/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = status + + +-include $(top_srcdir)/git.mk diff --git a/data/icons/22x22/status/Makefile.am b/data/icons/22x22/status/Makefile.am new file mode 100644 index 0000000..53b0a3a --- /dev/null +++ b/data/icons/22x22/status/Makefile.am @@ -0,0 +1,21 @@ +NULL = + +themedir = $(pkgdatadir)/icons/mate +size = 22x22 +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/data/icons/22x22/status/audio-input-microphone-high.png b/data/icons/22x22/status/audio-input-microphone-high.png new file mode 100644 index 0000000..ca3770f Binary files /dev/null and b/data/icons/22x22/status/audio-input-microphone-high.png differ diff --git a/data/icons/22x22/status/audio-input-microphone-low.png b/data/icons/22x22/status/audio-input-microphone-low.png new file mode 100644 index 0000000..75d0612 Binary files /dev/null and b/data/icons/22x22/status/audio-input-microphone-low.png differ diff --git a/data/icons/22x22/status/audio-input-microphone-medium.png b/data/icons/22x22/status/audio-input-microphone-medium.png new file mode 100644 index 0000000..c1efeb5 Binary files /dev/null and b/data/icons/22x22/status/audio-input-microphone-medium.png differ diff --git a/data/icons/22x22/status/audio-input-microphone-muted.png b/data/icons/22x22/status/audio-input-microphone-muted.png new file mode 100644 index 0000000..9f3dd3c Binary files /dev/null and b/data/icons/22x22/status/audio-input-microphone-muted.png differ diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am new file mode 100644 index 0000000..05a9700 --- /dev/null +++ b/data/icons/24x24/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = status + + +-include $(top_srcdir)/git.mk diff --git a/data/icons/24x24/status/Makefile.am b/data/icons/24x24/status/Makefile.am new file mode 100644 index 0000000..9ea93cd --- /dev/null +++ b/data/icons/24x24/status/Makefile.am @@ -0,0 +1,21 @@ +NULL = + +themedir = $(pkgdatadir)/icons/mate +size = 24x24 +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/data/icons/24x24/status/audio-input-microphone-high.png b/data/icons/24x24/status/audio-input-microphone-high.png new file mode 100644 index 0000000..fe10ab2 Binary files /dev/null and b/data/icons/24x24/status/audio-input-microphone-high.png differ diff --git a/data/icons/24x24/status/audio-input-microphone-low.png b/data/icons/24x24/status/audio-input-microphone-low.png new file mode 100644 index 0000000..ee180d8 Binary files /dev/null and b/data/icons/24x24/status/audio-input-microphone-low.png differ diff --git a/data/icons/24x24/status/audio-input-microphone-medium.png b/data/icons/24x24/status/audio-input-microphone-medium.png new file mode 100644 index 0000000..eb6aa28 Binary files /dev/null and b/data/icons/24x24/status/audio-input-microphone-medium.png differ diff --git a/data/icons/24x24/status/audio-input-microphone-muted.png b/data/icons/24x24/status/audio-input-microphone-muted.png new file mode 100644 index 0000000..b969738 Binary files /dev/null and b/data/icons/24x24/status/audio-input-microphone-muted.png differ diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am new file mode 100644 index 0000000..05a9700 --- /dev/null +++ b/data/icons/32x32/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = status + + +-include $(top_srcdir)/git.mk diff --git a/data/icons/32x32/status/Makefile.am b/data/icons/32x32/status/Makefile.am new file mode 100644 index 0000000..68afbb7 --- /dev/null +++ b/data/icons/32x32/status/Makefile.am @@ -0,0 +1,21 @@ +NULL = + +themedir = $(pkgdatadir)/icons/mate +size = 32x32 +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/data/icons/32x32/status/audio-input-microphone-high.png b/data/icons/32x32/status/audio-input-microphone-high.png new file mode 100644 index 0000000..8bd9d5b Binary files /dev/null and b/data/icons/32x32/status/audio-input-microphone-high.png differ diff --git a/data/icons/32x32/status/audio-input-microphone-low.png b/data/icons/32x32/status/audio-input-microphone-low.png new file mode 100644 index 0000000..8a09c9f Binary files /dev/null and b/data/icons/32x32/status/audio-input-microphone-low.png differ diff --git a/data/icons/32x32/status/audio-input-microphone-medium.png b/data/icons/32x32/status/audio-input-microphone-medium.png new file mode 100644 index 0000000..a45c79c Binary files /dev/null and b/data/icons/32x32/status/audio-input-microphone-medium.png differ diff --git a/data/icons/32x32/status/audio-input-microphone-muted.png b/data/icons/32x32/status/audio-input-microphone-muted.png new file mode 100644 index 0000000..8161f1f Binary files /dev/null and b/data/icons/32x32/status/audio-input-microphone-muted.png differ diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am new file mode 100644 index 0000000..67d9cea --- /dev/null +++ b/data/icons/Makefile.am @@ -0,0 +1,25 @@ +NULL = + +SUBDIRS = \ + scalable \ + 16x16 \ + 22x22 \ + 24x24 \ + 32x32 \ + $(NULL) + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/mate + +install-data-hook: update-icon-cache +uninstall-hook: update-icon-cache +update-icon-cache: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After (un)install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi + + +-include $(top_srcdir)/git.mk diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am new file mode 100644 index 0000000..2cf31cf --- /dev/null +++ b/data/icons/scalable/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = status devices + + +-include $(top_srcdir)/git.mk diff --git a/data/icons/scalable/devices/Makefile.am b/data/icons/scalable/devices/Makefile.am new file mode 100644 index 0000000..e22cb77 --- /dev/null +++ b/data/icons/scalable/devices/Makefile.am @@ -0,0 +1,35 @@ +NULL = + +themedir = $(pkgdatadir)/icons/mate +size = 48x48 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + audio-speaker-center.svg \ + audio-speaker-center-testing.svg \ + audio-speaker-left-back.svg \ + audio-speaker-left-back-testing.svg \ + audio-speaker-left.svg \ + audio-speaker-left-side.svg \ + audio-speaker-left-side-testing.svg \ + audio-speaker-left-testing.svg \ + audio-speaker-right-back.svg \ + audio-speaker-right-back-testing.svg \ + audio-speaker-right.svg \ + audio-speaker-right-side.svg \ + audio-speaker-right-side-testing.svg \ + audio-speaker-right-testing.svg \ + audio-speaker-center-back-testing.svg \ + audio-speaker-center-back.svg \ + audio-subwoofer.svg \ + audio-subwoofer-testing.svg \ + $(NULL) + +EXTRA_DIST = \ + $(icons_DATA) \ + $(NULL) + + +-include $(top_srcdir)/git.mk diff --git a/data/icons/scalable/devices/audio-speaker-center-back-testing.svg b/data/icons/scalable/devices/audio-speaker-center-back-testing.svg new file mode 100644 index 0000000..93afe0b --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-center-back-testing.svg @@ -0,0 +1,539 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + center + testing + highlighted + + + audio-speaker-center-testing + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-center-back.svg b/data/icons/scalable/devices/audio-speaker-center-back.svg new file mode 100644 index 0000000..7d278f8 --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-center-back.svg @@ -0,0 +1,506 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + center + + + audio-speaker-center + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-center-testing.svg b/data/icons/scalable/devices/audio-speaker-center-testing.svg new file mode 100644 index 0000000..09f40bc --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-center-testing.svg @@ -0,0 +1,537 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + center + testing + highlighted + + + audio-speaker-center-testing + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-center.svg b/data/icons/scalable/devices/audio-speaker-center.svg new file mode 100644 index 0000000..886b4b8 --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-center.svg @@ -0,0 +1,504 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + center + + + audio-speaker-center + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-left-back-testing.svg b/data/icons/scalable/devices/audio-speaker-left-back-testing.svg new file mode 100644 index 0000000..e1618fc --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-left-back-testing.svg @@ -0,0 +1,537 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + left-back + testing + highlighted + + + audio-speaker-left-b-testing + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-left-back.svg b/data/icons/scalable/devices/audio-speaker-left-back.svg new file mode 100644 index 0000000..d7a6f43 --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-left-back.svg @@ -0,0 +1,504 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + left-back + + + audio-speaker-left-back + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-left-side-testing.svg b/data/icons/scalable/devices/audio-speaker-left-side-testing.svg new file mode 100644 index 0000000..ad0f430 --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-left-side-testing.svg @@ -0,0 +1,537 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + left-side + testing + highlighted + + + audio-speaker-left-side-testing + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-left-side.svg b/data/icons/scalable/devices/audio-speaker-left-side.svg new file mode 100644 index 0000000..4851454 --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-left-side.svg @@ -0,0 +1,504 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + left-side + + + audio-speaker-left-side + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-left-testing.svg b/data/icons/scalable/devices/audio-speaker-left-testing.svg new file mode 100644 index 0000000..7b9316f --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-left-testing.svg @@ -0,0 +1,537 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + left + testing + highlighted + + + audio-speaker-left-testing + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-left.svg b/data/icons/scalable/devices/audio-speaker-left.svg new file mode 100644 index 0000000..1ee3869 --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-left.svg @@ -0,0 +1,504 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + left + + + audio-speaker-left + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-right-back-testing.svg b/data/icons/scalable/devices/audio-speaker-right-back-testing.svg new file mode 100644 index 0000000..0f633a9 --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-right-back-testing.svg @@ -0,0 +1,537 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + right-back + testing + highlighted + + + audio-speaker-right-back-testing + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-right-back.svg b/data/icons/scalable/devices/audio-speaker-right-back.svg new file mode 100644 index 0000000..ba1dead --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-right-back.svg @@ -0,0 +1,504 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + right-back + + + audio-speaker-right-back + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-right-side-testing.svg b/data/icons/scalable/devices/audio-speaker-right-side-testing.svg new file mode 100644 index 0000000..577dd86 --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-right-side-testing.svg @@ -0,0 +1,537 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + right-side + testing + highlighted + + + audio-speaker-right-side-testing + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-right-side.svg b/data/icons/scalable/devices/audio-speaker-right-side.svg new file mode 100644 index 0000000..be6a746 --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-right-side.svg @@ -0,0 +1,504 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + right-side + + + audio-speaker-right-side + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-right-testing.svg b/data/icons/scalable/devices/audio-speaker-right-testing.svg new file mode 100644 index 0000000..3a4e903 --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-right-testing.svg @@ -0,0 +1,913 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + right + testing + highlighted + + + audio-speaker-right-testing + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-speaker-right.svg b/data/icons/scalable/devices/audio-speaker-right.svg new file mode 100644 index 0000000..bde2e35 --- /dev/null +++ b/data/icons/scalable/devices/audio-speaker-right.svg @@ -0,0 +1,504 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + speaker + output + right + + + audio-speaker-right + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-subwoofer-testing.svg b/data/icons/scalable/devices/audio-subwoofer-testing.svg new file mode 100644 index 0000000..6ae74ba --- /dev/null +++ b/data/icons/scalable/devices/audio-subwoofer-testing.svg @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + audio + device + subwoofer + output + testing + highlighted + + + audio-subwoofer-testing + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/devices/audio-subwoofer.svg b/data/icons/scalable/devices/audio-subwoofer.svg new file mode 100644 index 0000000..dbed916 --- /dev/null +++ b/data/icons/scalable/devices/audio-subwoofer.svg @@ -0,0 +1,325 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + audio + device + subwoofer + output + + + audio-subwoofer + + + Evangeline McGlynn + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/status/Makefile.am b/data/icons/scalable/status/Makefile.am new file mode 100644 index 0000000..c42c14e --- /dev/null +++ b/data/icons/scalable/status/Makefile.am @@ -0,0 +1,21 @@ +NULL = + +themedir = $(pkgdatadir)/icons/mate +size = scalable +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + audio-input-microphone-high.svg \ + audio-input-microphone-low.svg \ + audio-input-microphone-medium.svg \ + audio-input-microphone-muted.svg \ + $(NULL) + +EXTRA_DIST = \ + $(icons_DATA) \ + $(NULL) + + +-include $(top_srcdir)/git.mk diff --git a/data/icons/scalable/status/audio-input-microphone-high.svg b/data/icons/scalable/status/audio-input-microphone-high.svg new file mode 100644 index 0000000..fa30895 --- /dev/null +++ b/data/icons/scalable/status/audio-input-microphone-high.svg @@ -0,0 +1,1076 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/status/audio-input-microphone-low.svg b/data/icons/scalable/status/audio-input-microphone-low.svg new file mode 100644 index 0000000..2aec722 --- /dev/null +++ b/data/icons/scalable/status/audio-input-microphone-low.svg @@ -0,0 +1,1045 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/status/audio-input-microphone-medium.svg b/data/icons/scalable/status/audio-input-microphone-medium.svg new file mode 100644 index 0000000..ba8b5a4 --- /dev/null +++ b/data/icons/scalable/status/audio-input-microphone-medium.svg @@ -0,0 +1,1066 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/status/audio-input-microphone-muted.svg b/data/icons/scalable/status/audio-input-microphone-muted.svg new file mode 100644 index 0000000..962b4de --- /dev/null +++ b/data/icons/scalable/status/audio-input-microphone-muted.svg @@ -0,0 +1,1040 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/mate-volume-control-applet.desktop.in b/data/mate-volume-control-applet.desktop.in new file mode 100644 index 0000000..8d4208f --- /dev/null +++ b/data/mate-volume-control-applet.desktop.in @@ -0,0 +1,17 @@ +[Desktop Entry] +_Name=Volume Control +_Comment=Show desktop volume control +Icon=multimedia-volume-control +Exec=mate-volume-control-applet +Terminal=false +Type=Application +Categories=AudioVideo;Mixer;Settings;HardwareSettings; +Keywords=MATE;volume;control;mixer;settings;sound; +NoDisplay=true +OnlyShowIn=MATE; +X-MATE-Bugzilla-Bugzilla=MATE +X-MATE-Bugzilla-Product=mate-media +X-MATE-Bugzilla-Component=mate-volume-control +# See http://bugzilla.mate.org/show_bug.cgi?id=568320 +#X-MATE-Autostart-Phase=Panel +X-MATE-Autostart-Notify=true diff --git a/data/mate-volume-control.desktop.in.in b/data/mate-volume-control.desktop.in.in new file mode 100644 index 0000000..60708a4 --- /dev/null +++ b/data/mate-volume-control.desktop.in.in @@ -0,0 +1,15 @@ +[Desktop Entry] +_Name=Sound +_Comment=Change sound volume and sound events +Exec=mate-volume-control +Icon=multimedia-volume-control +Terminal=false +Type=Application +StartupNotify=true +Categories=AudioVideo;Mixer;Settings;HardwareSettings; +Keywords=MATE;volume;control;mixer;settings;sound;events; +OnlyShowIn=MATE; +X-MATE-Bugzilla-Bugzilla=MATE +X-MATE-Bugzilla-Product=mate-media +X-MATE-Bugzilla-Component=mate-volume-control +X-MATE-Bugzilla-Version=@VERSION@ diff --git a/data/sounds/Makefile.am b/data/sounds/Makefile.am new file mode 100644 index 0000000..0c31fe7 --- /dev/null +++ b/data/sounds/Makefile.am @@ -0,0 +1,29 @@ +NULL = + +sounddir = $(datadir)/sounds/mate/default/alerts + +sound_DATA = \ + bark.ogg \ + drip.ogg \ + glass.ogg \ + sonar.ogg \ + $(NULL) + +metadata_in_files = mate-sounds-default.xml.in +metadatadir = $(pkgdatadir)/sounds +metadata_DATA = $(metadata_in_files:.xml.in=.xml) +@INTLTOOL_XML_RULE@ + +noinst_DATA = mate-sounds-default.xml.in +CLEANFILES = mate-sounds-default.xml mate-sounds-default.xml.in + +EXTRA_DIST = $(sound_DATA) mate-sounds-default.xml.in.in + +mate-sounds-default.xml.in: mate-sounds-default.xml.in.in Makefile + $(AM_V_GEN)sed -e 's^\@datadir\@^$(datadir)^g' < $(srcdir)/mate-sounds-default.xml.in.in > mate-sounds-default.xml.in.tmp \ + && mv mate-sounds-default.xml.in.tmp mate-sounds-default.xml.in + +MAINTAINERCLEANFILES = \ + Makefile.in + +-include $(top_srcdir)/git.mk diff --git a/data/sounds/bark.ogg b/data/sounds/bark.ogg new file mode 100644 index 0000000..480950c Binary files /dev/null and b/data/sounds/bark.ogg differ diff --git a/data/sounds/drip.ogg b/data/sounds/drip.ogg new file mode 100644 index 0000000..144d2b3 Binary files /dev/null and b/data/sounds/drip.ogg differ diff --git a/data/sounds/glass.ogg b/data/sounds/glass.ogg new file mode 100644 index 0000000..902a3c8 Binary files /dev/null and b/data/sounds/glass.ogg differ diff --git a/data/sounds/mate-sounds-default.xml.in.in b/data/sounds/mate-sounds-default.xml.in.in new file mode 100644 index 0000000..517c619 --- /dev/null +++ b/data/sounds/mate-sounds-default.xml.in.in @@ -0,0 +1,27 @@ + + + + + <_name>Bark + @datadir@/sounds/mate/default/alerts/bark.ogg + + + + <_name>Drip + @datadir@/sounds/mate/default/alerts/drip.ogg + + + + <_name>Glass + @datadir@/sounds/mate/default/alerts/glass.ogg + + + + <_name>Sonar + @datadir@/sounds/mate/default/alerts/sonar.ogg + + diff --git a/data/sounds/sonar.ogg b/data/sounds/sonar.ogg new file mode 100644 index 0000000..77aadec Binary files /dev/null and b/data/sounds/sonar.ogg differ -- cgit v1.2.1