mirror of
				https://github.com/johrpan/musicus.git
				synced 2025-10-26 11:47:25 +01:00 
			
		
		
		
	Format Flatpak manifest JSON
This commit is contained in:
		
							parent
							
								
									4d436eaaf5
								
							
						
					
					
						commit
						ed5df5f32f
					
				
					 1 changed files with 33 additions and 33 deletions
				
			
		|  | @ -1,30 +1,30 @@ | ||||||
| { | { | ||||||
|     "app-id" : "de.johrpan.musicus", |     "app-id": "de.johrpan.musicus", | ||||||
|     "runtime" : "org.gnome.Platform", |     "runtime": "org.gnome.Platform", | ||||||
|     "runtime-version" : "master", |     "runtime-version": "master", | ||||||
|     "sdk" : "org.gnome.Sdk", |     "sdk": "org.gnome.Sdk", | ||||||
|     "sdk-extensions" : [ |     "sdk-extensions": [ | ||||||
|         "org.freedesktop.Sdk.Extension.rust-stable" |         "org.freedesktop.Sdk.Extension.rust-stable" | ||||||
|     ], |     ], | ||||||
|     "command" : "musicus", |     "command": "musicus", | ||||||
|     "finish-args" : [ |     "finish-args": [ | ||||||
|         "--share=network", |         "--share=network", | ||||||
|         "--share=ipc", |         "--share=ipc", | ||||||
|         "--socket=fallback-x11", |         "--socket=fallback-x11", | ||||||
|         "--device=dri", |         "--device=dri", | ||||||
|         "--socket=wayland" |         "--socket=wayland" | ||||||
|     ], |     ], | ||||||
|     "build-options" : { |     "build-options": { | ||||||
|         "append-path" : "/usr/lib/sdk/rust-stable/bin", |         "append-path": "/usr/lib/sdk/rust-stable/bin", | ||||||
|         "build-args" : [ |         "build-args": [ | ||||||
|             "--share=network" |             "--share=network" | ||||||
|         ], |         ], | ||||||
|         "env" : { |         "env": { | ||||||
|             "RUST_BACKTRACE" : "1", |             "RUST_BACKTRACE": "1", | ||||||
|             "RUST_LOG" : "musicus=debug" |             "RUST_LOG": "musicus=debug" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "cleanup" : [ |     "cleanup": [ | ||||||
|         "/include", |         "/include", | ||||||
|         "/lib/pkgconfig", |         "/lib/pkgconfig", | ||||||
|         "/man", |         "/man", | ||||||
|  | @ -35,26 +35,26 @@ | ||||||
|         "*.la", |         "*.la", | ||||||
|         "*.a" |         "*.a" | ||||||
|     ], |     ], | ||||||
|     "modules" : [ |     "modules": [ | ||||||
|     	{ |  | ||||||
| 	  "name": "blueprint-compiler", |  | ||||||
| 	  "buildsystem": "meson", |  | ||||||
| 	  "sources": [ |  | ||||||
| 	    { |  | ||||||
| 	      "type": "git", |  | ||||||
| 	      "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", |  | ||||||
| 	      "tag": "v0.8.1" |  | ||||||
| 	    } |  | ||||||
| 	  ] |  | ||||||
| 	}, |  | ||||||
|         { |         { | ||||||
|             "name" : "musicus", |             "name": "blueprint-compiler", | ||||||
|             "builddir" : true, |             "buildsystem": "meson", | ||||||
|             "buildsystem" : "meson", |             "sources": [ | ||||||
|             "sources" : [ |  | ||||||
|                 { |                 { | ||||||
|                     "type" : "git", |                     "type": "git", | ||||||
|                     "url" : "file:///home/johrpan/Rumpelkammer" |                     "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", | ||||||
|  |                     "tag": "v0.8.1" | ||||||
|  |                 } | ||||||
|  |             ] | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "musicus", | ||||||
|  |             "builddir": true, | ||||||
|  |             "buildsystem": "meson", | ||||||
|  |             "sources": [ | ||||||
|  |                 { | ||||||
|  |                     "type": "git", | ||||||
|  |                     "url": "file:///home/johrpan/Rumpelkammer" | ||||||
|                 } |                 } | ||||||
|             ] |             ] | ||||||
|         } |         } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue