monomer-flatpak-example 0.0.13.1 → 0.0.13.2
raw patch · 1 files changed
+15/−17 lines, 1 files
Files
- monomer-flatpak-example.cabal +15/−17
monomer-flatpak-example.cabal view
@@ -1,15 +1,15 @@-cabal-version: 1.12-name: monomer-flatpak-example-version: 0.0.13.1-license: MIT-license-file: LICENSE-maintainer: garethdanielsmith@gmail.com-homepage: https://github.com/Dretch/monomer-flatpak-example#readme-bug-reports: https://github.com/Dretch/monomer-flatpak-example/issues-synopsis: Monomer Flatpak Example Application.-description: An example of how to package Monomer apps with Flatpak.-category: GUI, Flatpak-build-type: Simple+cabal-version: 1.12+name: monomer-flatpak-example+version: 0.0.13.2+license: MIT+license-file: LICENSE+maintainer: garethdanielsmith@gmail.com+homepage: https://github.com/Dretch/monomer-flatpak-example#readme+bug-reports: https://github.com/Dretch/monomer-flatpak-example/issues+synopsis: Monomer Flatpak Example Application.+description: An example of how to package Monomer apps with Flatpak.+category: GUI, Flatpak+build-type: Simple data-files: fonts/Cantarell/Cantarell-Bold.ttf fonts/Cantarell/Cantarell-Regular.ttf@@ -18,7 +18,8 @@ io.github.Dretch.MonomerFlatpakExample.metainfo.xml io.github.Dretch.MonomerFlatpakExample.png -data-dir: assets+data-dir: assets+extra-source-files: cbits/pipewire_hacks.h source-repository head type: git@@ -28,10 +29,7 @@ main-is: Main.hs build-tools: c2hs >=0 pkgconfig-depends: libspa-0.2, libpipewire-0.3- c-sources:- cbits/pipewire_hacks.h- cbits/pipewire_hacks.c-+ c-sources: cbits/pipewire_hacks.c hs-source-dirs: app other-modules: Bindings.PipeWire