AppOutputStreamSlider: Fixed scrolling and added description if stream has no name.
[AdvancedVolumeMixer.git] / Makefile
blob3e4b8b57a59fce255f0b3ad542e5ed5679e7bae8
2 VERSION=0.13
3 PKG=AdvancedVolumeMixer@harry.karvonen.gmail.com
4 JSON=metadata.json
5 JS=extension.js lib.js
6 SCHEMA_COMP=schemas/gschemas.compiled
7 GSCHEMA=schemas/org.gnome.shell.extensions.AdvancedVolumeMixer.gschema.xml
9 deploy: AdvancedVolumeMixer-$(VERSION).zip
11 $(SCHEMA_COMP): $(GSCHEMA)
12 glib-compile-schemas --targetdir=schemas schemas
14 AdvancedVolumeMixer-$(VERSION).zip: $(JSON) $(JS) stylesheet.css $(SCHEMA_COMP)
15 zip AdvancedVolumeMixer-$(VERSION).zip metadata.json extension.js stylesheet.css