File: VolumeControl.addin.xml.in

package info (click to toggle)
gnome-do-plugins 0.8.4-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 11,732 kB
  • sloc: cs: 44,067; xml: 2,161; makefile: 1,923; sh: 855
file content (26 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Addin
	id="VolumeControl"
	namespace="Do"
	version="1.0"
	name="Volume Control"
	description="Control your system volume."
	author="Alex Launi"
	category="Official"
	defaultEnabled="false"
    url="http://do.davebsd.com/wiki/Volume_Control_Plugin"
	>

	<Runtime>
		<Import assembly="VolumeControl.dll"/>
	</Runtime>

	<Localizer type="Gettext" catalog="gnome-do-plugins" location="@expanded_datadir@/locale" />

	<Dependencies>
		<Addin id="Universe" version="1.0" />
	</Dependencies>

	<Extension path = "/Do/ItemSource">
		<ItemSource type="VolumeControl.VolumeItemSource" />
	</Extension>
</Addin>