Skip to content

Commit

Permalink
Merge remote-tracking branch #503 into release-0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
naxuroqa committed Apr 23, 2020
2 parents eef329b + 0cd1870 commit 46de011
Showing 1 changed file with 31 additions and 20 deletions.
51 changes: 31 additions & 20 deletions com.github.naxuroqa.venom.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: com.github.naxuroqa.venom
runtime: org.gnome.Platform
runtime-version: '3.28'
runtime-version: '3.36'
sdk: org.gnome.Sdk
command: venom
copy-icon: true
Expand All @@ -22,30 +22,41 @@ cleanup-commands:
- rm -rf /app/lib/enchant-2/{*.a,*.la}
- rm -rf /app/share/{vala,man,gir-1.0}
build-options:
cflags: -O3 -DSQLITE_HAS_CODEC
cxxflags: -O3
no-debuginfo: true
modules:
- name: tcl
subdir: unix
build-options:
no-debuginfo: true
cleanup:
- /bin
- /lib
- /man
sources:
- type: archive
url: https://downloads.sourceforge.net/project/tcl/Tcl/8.6.10/tcl8.6.10-src.tar.gz
sha256: 5196dbf6638e3df8d5c87b5815c8c2b758496eb6f0e41446596c9a4e638d87ed
- name: sqlcipher
rm-configure: true
cleanup:
- /bin
config-opts:
- --enable-tempstore=yes
- --disable-tcl
build-options:
cflags: -DSQLITE_HAS_CODEC
ldflags: -lcrypto
sources:
- type: git
url: https://github.com/sqlcipher/sqlcipher
tag: v4.0.1
commit: 27d58453c6e56c3dd85e02bca379161bc69c746a
tag: v4.3.0
commit: ece66fdcbb6b43876d25e8e6308991a097fa8661
disable-fsckobjects: true
- type: script
dest-filename: autogen.sh
commands:
- AUTOMAKE="automake --foreign" autoreconf -vfi
- name: libsodium
sources:
- type: git
url: https://github.com/jedisct1/libsodium
tag: 1.0.17
commit: b732443c442239c2e0184820e9b23cca0de0828c
tag: 1.0.18
commit: 4f5e89fa84ce1d178a6765b8b46f2b6f91216677
- name: toxcore
buildsystem: cmake
config-opts:
Expand All @@ -54,8 +65,8 @@ modules:
sources:
- type: git
url: https://github.com/toktok/c-toxcore
tag: v0.2.9
commit: 98b754e1f22220f10196760389371dba6d139c6f
tag: v0.2.11
commit: 30b9369b01859e7c57687129ba2a481aa2bc48b8
- name: libgee
build-options:
env:
Expand All @@ -64,19 +75,19 @@ modules:
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/libgee
tag: 0.20.1
commit: 57e4c8a08d61ab77bbec310a3a1621e6bf3111cb
tag: 0.20.3
commit: 56b10bc2c272f345536709f0abdaf857ba1b4080
- name: enchant
sources:
- type: archive
url: https://github.com/AbiWord/enchant/releases/download/v2.2.3/enchant-2.2.3.tar.gz
sha256: abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d
url: https://github.com/AbiWord/enchant/releases/download/v2.2.8/enchant-2.2.8.tar.gz
sha256: c7b5e2853f0dd0b1aafea2f9e071941affeec3a76df8e3f6d67a718c89293555
- name: gspell
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/gspell
tag: 1.8.1
commit: ba03499234037861e01ce1e83075e8a32b9790f3
tag: 1.8.3
commit: 3522ddd143a0e5a89ac9c35e3d96beeb8cf8e965
- name: venom
builddir: true
buildsystem: meson
Expand Down

0 comments on commit 46de011

Please sign in to comment.