re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 12:48:42 +02:00
parent b1fc3ac42c
commit 14e7c6e728
2 changed files with 34 additions and 1 deletions

16
.gitignore vendored
View File

@ -1,2 +1,16 @@
SOURCES/libeasyfc-0.14.0.tar.bz2
/libeasyfc-0.1.tar.bz2
/libeasyfc-0.2.tar.bz2
/libeasyfc-0.3.tar.bz2
/libeasyfc-0.4.tar.bz2
/libeasyfc-0.5.tar.bz2
/libeasyfc-0.6.tar.bz2
/libeasyfc-0.7.tar.bz2
/libeasyfc-0.8.tar.bz2
/libeasyfc-0.9.tar.bz2
/libeasyfc-0.10.tar.bz2
/libeasyfc-0.11.tar.bz2
/libeasyfc-0.12.tar.bz2
/libeasyfc-0.12.1.tar.bz2
/libeasyfc-0.13.0.tar.bz2
/libeasyfc-0.13.1.tar.bz2
/libeasyfc-0.14.0.tar.bz2

19
tests/tests.yml Normal file
View File

@ -0,0 +1,19 @@
- hosts: localhost
become: yes
tags:
- classic
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- libeasyfc-gobject
- fontconfig
- python3
- python3-gobject
tests:
- patch:
dir: "./source/tests"
run: "sed -e 's/0.12/0.14/g' ezfc-tool.py > ezfc-tool14.py"
- simple_test:
dir: "./source/tests"
run: "python3 ./ezfc-tool14.py --help"