Closed scx closed 4 years ago
Rename src/config.vala.cmake to src/config.vala.in
src/config.vala.cmake
src/config.vala.in
Move com.github.parnold-x.nasc.gschema.xml to data subdirectory
com.github.parnold-x.nasc.gschema.xml
data
Based on #98
Fixes:
Fix dependencies for libqalculatenasc https://github.com/parnold-x/nasc/pull/98#issuecomment-438664227
libqalculatenasc
Remove header files from meson.build https://github.com/parnold-x/nasc/pull/98#discussion_r234801513
meson.build
Get rid of get_option('prefix') from install_dir https://github.com/parnold-x/nasc/pull/98#discussion_r239734092
get_option('prefix')
install_dir
Make Meson optional Do not remove CMake
This PR is related to submitting my flatpak package to the Flathub repository. https://github.com/parnold-x/nasc/issues/105 https://github.com/flathub/flathub/pull/867
See also: https://github.com/scx/nasc/pull/4
Before reviewing, please read this: https://github.com/parnold-x/nasc/pull/110#issue-253611449
Thank you! Switched to meson on master
CMake: Reorganize files
Rename
src/config.vala.cmake
tosrc/config.vala.in
Move
com.github.parnold-x.nasc.gschema.xml
todata
subdirectoryPort to Meson
Based on #98
Fixes:
Fix dependencies for
libqalculatenasc
https://github.com/parnold-x/nasc/pull/98#issuecomment-438664227Remove header files from
meson.build
https://github.com/parnold-x/nasc/pull/98#discussion_r234801513Get rid of
get_option('prefix')
frominstall_dir
https://github.com/parnold-x/nasc/pull/98#discussion_r239734092Make Meson optional Do not remove CMake
This PR is related to submitting my flatpak package to the Flathub repository. https://github.com/parnold-x/nasc/issues/105 https://github.com/flathub/flathub/pull/867
See also: https://github.com/scx/nasc/pull/4