pamac-classic/autogen.sh

18 lines
416 B
Bash
Raw Normal View History

2017-10-10 16:29:22 -03:00
#!/bin/bash
# Generate translations for certain files such as polkit
pushd "${PWD}"/po
2017-10-27 18:10:19 -03:00
./create_pot_file.sh
./update_po_files.sh
2017-10-10 16:29:22 -03:00
make
make clean
popd
# Update the autovala project file
autovala refresh
# Remove unused folders and files made by autovala
rm -rf ./{install,packages,doc} ./data/{local,bash_completion} ./.hgignore ./.bzrignore
# Generate the cmake and meson build files
autovala cmake
autovala meson