Get rid of bundled beep

This commit is contained in:
Berke Viktor
2013-04-27 23:00:18 +02:00
parent 8e3db00dac
commit 6001ceff9f
15 changed files with 20 additions and 58 deletions

View File

@@ -1,3 +1,3 @@
if DO_GTK
SUBDIRS = icons sounds misc
SUBDIRS = icons misc
endif

View File

@@ -22,7 +22,7 @@ in general. HexChat runs on most BSD and POSIX compliant operating systems.
## Requirements:
* GTK+ 2.14
* GLib 2.20
* GLib 2.14
HexChat is known to work on, at least:

View File

@@ -1,11 +0,0 @@
sound_DATA = beep.wav
sounddir = $(datadir)/sounds/freedesktop/stereo
UPDATE_SOUND_CACHE = touch -m $(datadir)/sounds/freedesktop || :
install-data-hook:
mv $(DESTDIR)$(datadir)/sounds/freedesktop/stereo/beep.wav $(DESTDIR)$(datadir)/sounds/freedesktop/stereo/hexchat_beep.wav
$(UPDATE_SOUND_CACHE);
uninstall-hook:
$(UPDATE_SOUND_CACHE);

Binary file not shown.