summaryrefslogtreecommitdiff
path: root/sound-theme/sounds
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-11-08 15:14:10 +0100
committerMichal Ratajsky <[email protected]>2014-11-08 15:14:10 +0100
commit93332554c235c7de59c64d0733f791a3be9f1775 (patch)
tree98dcd2e71920dde5426eafbaa4c0e69e559b14d3 /sound-theme/sounds
parentd71e47bc5279e1af152c9e65f589020280306a7f (diff)
downloadmate-media-93332554c235c7de59c64d0733f791a3be9f1775.tar.bz2
mate-media-93332554c235c7de59c64d0733f791a3be9f1775.tar.xz
Move some files and directories to better locations
- mate-volume-control/data changed to /data - mate-volume-control/src/* moved to mate-volume-control - sound-theme/sounds changed to /data/sounds - sound-theme/*.{c,h} moved to mate-volume-control - Removed AUTHORS and ChangeLog.pre-2-26 from mate-volume-control
Diffstat (limited to 'sound-theme/sounds')
-rw-r--r--sound-theme/sounds/Makefile.am29
-rw-r--r--sound-theme/sounds/bark.oggbin13322 -> 0 bytes
-rw-r--r--sound-theme/sounds/drip.oggbin8495 -> 0 bytes
-rw-r--r--sound-theme/sounds/glass.oggbin18999 -> 0 bytes
-rw-r--r--sound-theme/sounds/mate-sounds-default.xml.in.in27
-rw-r--r--sound-theme/sounds/sonar.oggbin20011 -> 0 bytes
6 files changed, 0 insertions, 56 deletions
diff --git a/sound-theme/sounds/Makefile.am b/sound-theme/sounds/Makefile.am
deleted file mode 100644
index 0c31fe7..0000000
--- a/sound-theme/sounds/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-NULL =
-
-sounddir = $(datadir)/sounds/mate/default/alerts
-
-sound_DATA = \
- bark.ogg \
- drip.ogg \
- glass.ogg \
- sonar.ogg \
- $(NULL)
-
-metadata_in_files = mate-sounds-default.xml.in
-metadatadir = $(pkgdatadir)/sounds
-metadata_DATA = $(metadata_in_files:.xml.in=.xml)
-@INTLTOOL_XML_RULE@
-
-noinst_DATA = mate-sounds-default.xml.in
-CLEANFILES = mate-sounds-default.xml mate-sounds-default.xml.in
-
-EXTRA_DIST = $(sound_DATA) mate-sounds-default.xml.in.in
-
-mate-sounds-default.xml.in: mate-sounds-default.xml.in.in Makefile
- $(AM_V_GEN)sed -e 's^\@datadir\@^$(datadir)^g' < $(srcdir)/mate-sounds-default.xml.in.in > mate-sounds-default.xml.in.tmp \
- && mv mate-sounds-default.xml.in.tmp mate-sounds-default.xml.in
-
-MAINTAINERCLEANFILES = \
- Makefile.in
-
--include $(top_srcdir)/git.mk
diff --git a/sound-theme/sounds/bark.ogg b/sound-theme/sounds/bark.ogg
deleted file mode 100644
index 480950c..0000000
--- a/sound-theme/sounds/bark.ogg
+++ /dev/null
Binary files differ
diff --git a/sound-theme/sounds/drip.ogg b/sound-theme/sounds/drip.ogg
deleted file mode 100644
index 144d2b3..0000000
--- a/sound-theme/sounds/drip.ogg
+++ /dev/null
Binary files differ
diff --git a/sound-theme/sounds/glass.ogg b/sound-theme/sounds/glass.ogg
deleted file mode 100644
index 902a3c8..0000000
--- a/sound-theme/sounds/glass.ogg
+++ /dev/null
Binary files differ
diff --git a/sound-theme/sounds/mate-sounds-default.xml.in.in b/sound-theme/sounds/mate-sounds-default.xml.in.in
deleted file mode 100644
index 517c619..0000000
--- a/sound-theme/sounds/mate-sounds-default.xml.in.in
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<sounds>
- <sound deleted="false">
- <!-- Translators: This is the name of an audio file that sounds like the bark of a dog.
- You might want to translate it into the equivalent words of your language. -->
- <_name>Bark</_name>
- <filename>@datadir@/sounds/mate/default/alerts/bark.ogg</filename>
- </sound>
- <sound deleted="false">
- <!-- Translators: This is the name of an audio file that sounds like a water drip.
- You might want to translate it into the equivalent words of your language. -->
- <_name>Drip</_name>
- <filename>@datadir@/sounds/mate/default/alerts/drip.ogg</filename>
- </sound>
- <sound deleted="false">
- <!-- Translators: This is the name of an audio file that sounds like tapping glass.
- You might want to translate it into the equivalent words of your language. -->
- <_name>Glass</_name>
- <filename>@datadir@/sounds/mate/default/alerts/glass.ogg</filename>
- </sound>
- <sound deleted="false">
- <!-- Translators: This is the name of an audio file that sounds sort of like a submarine sonar ping.
- You might want to translate it into the equivalent words of your language. -->
- <_name>Sonar</_name>
- <filename>@datadir@/sounds/mate/default/alerts/sonar.ogg</filename>
- </sound>
-</sounds>
diff --git a/sound-theme/sounds/sonar.ogg b/sound-theme/sounds/sonar.ogg
deleted file mode 100644
index 77aadec..0000000
--- a/sound-theme/sounds/sonar.ogg
+++ /dev/null
Binary files differ