Skip to content

Commit dc8573b

Browse files
authored
fix: Flatpak builds (#109)
* fix: Flatpak build * Update org.nickvision.application.json
1 parent 62cb200 commit dc8573b

1 file changed

Lines changed: 7 additions & 21 deletions

File tree

flatpak/org.nickvision.application.json

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"/lib/cmake",
1818
"/lib/debug",
1919
"/lib/pkgconfig",
20+
"/man",
2021
"*.a"
2122
],
2223
"modules" : [
@@ -54,42 +55,27 @@
5455
"name": "tcl",
5556
"buildsystem": "autotools",
5657
"subdir": "unix",
57-
"post-install": [
58-
"chmod 755 /app/lib/libtcl*.so"
59-
],
60-
"cleanup": [
61-
"/lib/pkgconfig",
62-
"/man"
58+
"config-opts": [
59+
"--enable-shared=no"
6360
],
6461
"sources": [
6562
{
6663
"type": "archive",
6764
"url": "https://prdownloads.sourceforge.net/tcl/tcl8.6.16-src.tar.gz",
68-
"sha256": "91cb8fa61771c63c262efb553059b7c7ad6757afa5857af6265e4b0bdc2a14a5",
69-
"x-checker-data": {
70-
"type": "anitya",
71-
"project-id": 4941,
72-
"stable-only": true,
73-
"versions": {
74-
"<": "9.0.0"
75-
},
76-
"url-template": "https://prdownloads.sourceforge.net/tcl/tcl$version-src.tar.gz"
77-
}
65+
"sha256": "91cb8fa61771c63c262efb553059b7c7ad6757afa5857af6265e4b0bdc2a14a5"
7866
}
7967
]
8068
},
8169
{
8270
"name": "sqlcipher",
8371
"buildsystem": "autotools",
84-
"build-opts": {
85-
"cflags": "-DSQLITE_HAS_CODEC",
86-
"ldflags": "-lcrypto"
87-
},
8872
"config-opts": [
8973
"--enable-tempstore=yes",
9074
"--enable-fts5",
9175
"--enable-releasemode",
92-
"--disable-static"
76+
"--disable-static",
77+
"CFLAGS=-DSQLITE_HAS_CODEC",
78+
"LDFLAGS=-lcrypto"
9379
],
9480
"sources": [
9581
{

0 commit comments

Comments
 (0)