[recipes] Add a suitable sound for timer expiry



commit 32203cd5a7cb79145d2f0527cccc399283a7dde5
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Feb 17 20:38:32 2017 -0500

    Add a suitable sound for timer expiry
    
    This is taken from the freedesktop sound theme.

 data/Makefile.am         |    3 +++
 data/sounds/complete.oga |  Bin 0 -> 21073 bytes
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 0fb258e..247f0b7 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -27,6 +27,7 @@ dist_mime_DATA = org.gnome.Recipes-mime.xml
 
 ingredientsdir = $(pkgdatadir)/ingredients
 imagesdir = $(pkgdatadir)/images
+soundsdir = $(pkgdatadir)/sounds
 
 dist_ingredients_DATA = \
        ingredients/Almond.png          \
@@ -158,6 +159,8 @@ dist_images_DATA = \
        images/big-mediterranean.png    \
        images/big-turkish.png
 
+dist_sounds_DATA = \
+       sounds/complete.oga
 
 dist_pkgdata_DATA = \
        chefs.db        \
diff --git a/data/sounds/complete.oga b/data/sounds/complete.oga
new file mode 100644
index 0000000..7d34954
Binary files /dev/null and b/data/sounds/complete.oga differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]