summaryrefslogtreecommitdiffstats
path: root/kbackgammon/sounds
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitc90c389a8a8d9d8661e9772ec4144c5cf2039f23 (patch)
tree6d8391395bce9eaea4ad78958617edb20c6a7573 /kbackgammon/sounds
downloadtdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.tar.gz
tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbackgammon/sounds')
-rw-r--r--kbackgammon/sounds/Makefile.am8
-rw-r--r--kbackgammon/sounds/kbackgammon-lost.wavbin0 -> 134188 bytes
-rw-r--r--kbackgammon/sounds/kbackgammon-move.wavbin0 -> 62364 bytes
-rw-r--r--kbackgammon/sounds/kbackgammon-roll.wavbin0 -> 7522 bytes
-rw-r--r--kbackgammon/sounds/kbackgammon-won.wavbin0 -> 82904 bytes
5 files changed, 8 insertions, 0 deletions
diff --git a/kbackgammon/sounds/Makefile.am b/kbackgammon/sounds/Makefile.am
new file mode 100644
index 00000000..ae7f255f
--- /dev/null
+++ b/kbackgammon/sounds/Makefile.am
@@ -0,0 +1,8 @@
+
+sounds_DATA = kbackgammon-lost.wav kbackgammon-won.wav kbackgammon-roll.wav kbackgammon-move.wav
+
+soundsdir = $(kde_datadir)/kbackgammon/sounds
+
+EXTRA_DIST = $(sounds_DATA)
+
+
diff --git a/kbackgammon/sounds/kbackgammon-lost.wav b/kbackgammon/sounds/kbackgammon-lost.wav
new file mode 100644
index 00000000..a27c8e15
--- /dev/null
+++ b/kbackgammon/sounds/kbackgammon-lost.wav
Binary files differ
diff --git a/kbackgammon/sounds/kbackgammon-move.wav b/kbackgammon/sounds/kbackgammon-move.wav
new file mode 100644
index 00000000..e867f675
--- /dev/null
+++ b/kbackgammon/sounds/kbackgammon-move.wav
Binary files differ
diff --git a/kbackgammon/sounds/kbackgammon-roll.wav b/kbackgammon/sounds/kbackgammon-roll.wav
new file mode 100644
index 00000000..29744c92
--- /dev/null
+++ b/kbackgammon/sounds/kbackgammon-roll.wav
Binary files differ
diff --git a/kbackgammon/sounds/kbackgammon-won.wav b/kbackgammon/sounds/kbackgammon-won.wav
new file mode 100644
index 00000000..7fd28abf
--- /dev/null
+++ b/kbackgammon/sounds/kbackgammon-won.wav
Binary files differ