diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-03-27 16:09:45 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-03-27 16:09:45 +0100 |
commit | baf5b7b4ba13d2c85088de179030c765b764a735 (patch) | |
tree | 29d29b4a87b570b61215b3289139eb59324f0fdd | |
parent | 9950eb702d34b63a68e086eedc0517a6ef82b03f (diff) | |
download | airwindows-lv2-port-baf5b7b4ba13d2c85088de179030c765b764a735.tar.gz airwindows-lv2-port-baf5b7b4ba13d2c85088de179030c765b764a735.tar.bz2 airwindows-lv2-port-baf5b7b4ba13d2c85088de179030c765b764a735.zip |
LV2: Fix manifest.ttl plugin template
This makes the generated plugin manifest.ttl.in file suitable to append
to the bundle manifest.ttl.in file.
-rw-r--r-- | plugins/LV2/Template/manifest.ttl.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/LV2/Template/manifest.ttl.in b/plugins/LV2/Template/manifest.ttl.in index 50bff4d..3063795 100644 --- a/plugins/LV2/Template/manifest.ttl.in +++ b/plugins/LV2/Template/manifest.ttl.in @@ -1,10 +1,4 @@ -# LV2 Plugin manifest for Airwindows @Plugin@ plugin - -@prefix doap: <http://usefulinc.com/ns/doap#> . -@prefix lv2: <http://lv2plug.in/ns/lv2core#> . -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . - -<https://www.airwindows.com/@plugin@> +airwindows:@plugin@ a lv2:Plugin ; doap:name "Airwindows @Plugin@" ; doap:license <http://opensource.org/licenses/mit> ; |