Introduce unittest

This commit is contained in:
Hugo Posnic
2016-12-18 01:15:20 +01:00
parent 45e1d47c1c
commit faefc0e63d
9 changed files with 29 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ package() {
cp -a ui/* "${pkgdir}/usr/share/${_pkgname}"
install -D -m644 ${_pkgname}.desktop ${pkgdir}/etc/skel/.config/autostart/${_pkgname}.desktop
install -D -m644 ${_pkgname}.desktop ${pkgdir}/usr/share/applications/${_pkgname}.desktop
install -D -m755 "src/${_pkgname}.py" "${pkgdir}/usr/bin/${_pkgname}.py"
install -D -m755 "src/manjaro_hello.py" "${pkgdir}/usr/bin/manjaro_hello.py"
cd "po"
for lang in $(ls -1 | sed -e 's/\..*$//'); do
if [ $lang != "manjaro-hello" ]