This repository was archived by the owner on Jan 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : monomer-flatpak-example
8
- version : 0.0.13.1
8
+ version : 0.0.13.2
9
9
synopsis : Monomer Flatpak Example Application.
10
10
description : An example of how to package Monomer apps with Flatpak.
11
11
category : GUI, Flatpak
15
15
license : MIT
16
16
license-file : LICENSE
17
17
build-type : Simple
18
+ extra-source-files :
19
+ cbits/pipewire_hacks.h
18
20
data-files :
19
21
fonts/Cantarell/Cantarell-Bold.ttf
20
22
fonts/Cantarell/Cantarell-Regular.ttf
@@ -57,7 +59,6 @@ executable monomer-flatpak-example
57
59
include-dirs :
58
60
cbits
59
61
c-sources :
60
- cbits/pipewire_hacks.h
61
62
cbits/pipewire_hacks.c
62
63
pkgconfig-depends :
63
64
libspa-0.2
Original file line number Diff line number Diff line change 1
1
name : monomer-flatpak-example
2
- version : 0.0.13.1
2
+ version : 0.0.13.2
3
3
license : MIT
4
4
synopsis : Monomer Flatpak Example Application.
5
5
description : An example of how to package Monomer apps with Flatpak.
@@ -41,14 +41,16 @@ default-extensions:
41
41
data-dir : assets
42
42
data-files : ' **/*'
43
43
44
+ extra-source-files :
45
+ - cbits/pipewire_hacks.h
46
+
44
47
executables :
45
48
monomer-flatpak-example :
46
49
main : Main.hs
47
50
source-dirs : app
48
51
include-dirs :
49
52
- cbits
50
53
c-sources :
51
- - cbits/pipewire_hacks.h
52
54
- cbits/pipewire_hacks.c
53
55
ghc-options : -threaded -rtsopts -with-rtsopts=-N -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
54
56
pkg-config-dependencies :
You can’t perform that action at this time.
0 commit comments