added sounds.
2002-02-08 Damon Chaplin <damon@ximian.com> * Makefile.am (SUBDIRS): added sounds. * configure.in (AC_OUTPUT): added sounds/Makefile. * sounds/Makefile.am: new file. * sounds/default_alarm.wav: default alarm sound, currently only used when vCalendar files are imported with audio alarms. We need a better sound. svn path=/trunk/; revision=15627
This commit is contained in:
parent
9fecb732de
commit
3c81b8f46c
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2002-02-08 Damon Chaplin <damon@ximian.com>
|
||||
|
||||
* Makefile.am (SUBDIRS): added sounds.
|
||||
|
||||
* configure.in (AC_OUTPUT): added sounds/Makefile.
|
||||
|
||||
* sounds/Makefile.am: new file.
|
||||
* sounds/default_alarm.wav: default alarm sound, currently only used
|
||||
when vCalendar files are imported with audio alarms. We need a better
|
||||
sound.
|
||||
|
||||
2002-02-07 Christopher James Lahey <clahey@ximian.com>
|
||||
|
||||
* configure.in: Bumped the required version of gal.
|
||||
|
@ -34,6 +34,7 @@ SUBDIRS = \
|
||||
importers \
|
||||
my-evolution \
|
||||
art \
|
||||
sounds \
|
||||
ui \
|
||||
default_user \
|
||||
views \
|
||||
|
@ -1199,6 +1199,7 @@ po/Makefile.in
|
||||
shell/Makefile
|
||||
shell/glade/Makefile
|
||||
shell/importer/Makefile
|
||||
sounds/Makefile
|
||||
tools/Makefile
|
||||
ui/Makefile
|
||||
views/Makefile
|
||||
|
2
sounds/.cvsignore
Normal file
2
sounds/.cvsignore
Normal file
@ -0,0 +1,2 @@
|
||||
Makefile.in
|
||||
Makefile
|
6
sounds/Makefile.am
Normal file
6
sounds/Makefile.am
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
soundsdir = $(datadir)/evolution/sounds
|
||||
|
||||
sounds_DATA = \
|
||||
default_alarm.wav
|
||||
|
BIN
sounds/default_alarm.wav
Normal file
BIN
sounds/default_alarm.wav
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user