summary refs log tree commit diff stats
path: root/share
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-27 23:00:18 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-27 23:00:18 +0200
commit6001ceff9f9383c4c3f04e056cd09b118d11b044 (patch)
tree5002d853e10113de30184c943c66984588765581 /share
parent8e3db00daccbad5c0c87c6f6d118a9db44238ab3 (diff)
Get rid of bundled beep
Diffstat (limited to 'share')
-rw-r--r--share/Makefile.am2
-rw-r--r--share/doc/readme.md2
-rw-r--r--share/sounds/Makefile.am11
-rw-r--r--share/sounds/beep.wavbin17684 -> 0 bytes
4 files changed, 2 insertions, 13 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index 5c331fd1..6d143b61 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -1,3 +1,3 @@
 if DO_GTK
-SUBDIRS = icons sounds misc
+SUBDIRS = icons misc
 endif
diff --git a/share/doc/readme.md b/share/doc/readme.md
index 4fdacfc0..ec2a6d9f 100644
--- a/share/doc/readme.md
+++ b/share/doc/readme.md
@@ -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:
 
diff --git a/share/sounds/Makefile.am b/share/sounds/Makefile.am
deleted file mode 100644
index f1dc0fc5..00000000
--- a/share/sounds/Makefile.am
+++ /dev/null
@@ -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);
diff --git a/share/sounds/beep.wav b/share/sounds/beep.wav
deleted file mode 100644
index 099370f9..00000000
--- a/share/sounds/beep.wav
+++ /dev/null
Binary files differ