From fc1995413ce815fc5cea4e2be47932bca80fc52e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 8 Sep 2009 01:48:22 +0200 Subject: add alarm-clock-elapsed and phone-outgoing-calling sound --- stereo/Makefile.am | 4 +++- stereo/alarm-clock-elapsed.oga | Bin 0 -> 25889 bytes stereo/phone-outgoing-calling.oga | Bin 0 -> 4792 bytes 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 stereo/alarm-clock-elapsed.oga create mode 100644 stereo/phone-outgoing-calling.oga diff --git a/stereo/Makefile.am b/stereo/Makefile.am index 2af7de8..5dec2b8 100644 --- a/stereo/Makefile.am +++ b/stereo/Makefile.am @@ -3,6 +3,7 @@ NULL = sounddir = $(datadir)/sounds/freedesktop/stereo sound_DATA = \ + alarm-clock-elapsed.oga \ audio-channel-front-center.oga \ audio-channel-front-left.oga \ audio-channel-front-right.oga \ @@ -17,7 +18,7 @@ sound_DATA = \ battery-low.oga \ bell.oga \ button-pressed.oga \ - button-togale.oga \ + button-toggle.oga \ camera-shutter.oga \ complete.oga \ desktop-login.oga \ @@ -39,6 +40,7 @@ sound_DATA = \ message-new-instant.oga \ phone-incoming-call.oga \ phone-outgoing-busy.oga \ + phone-outgoing-calling.oga \ service-login.oga \ service-logout.oga \ suspend-error.oga \ diff --git a/stereo/alarm-clock-elapsed.oga b/stereo/alarm-clock-elapsed.oga new file mode 100644 index 0000000..a0ff221 Binary files /dev/null and b/stereo/alarm-clock-elapsed.oga differ diff --git a/stereo/phone-outgoing-calling.oga b/stereo/phone-outgoing-calling.oga new file mode 100644 index 0000000..33dfeae Binary files /dev/null and b/stereo/phone-outgoing-calling.oga differ -- cgit