Skip to content

Commit e8c545a

Browse files
committed
Update PackageCore matrix
1 parent 4b5979e commit e8c545a

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

packagecore.yaml

+22-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: imgp
22
maintainer: Arun Prakash Jana <engineerarun@gmail.com>
33
license: GPLv3
4-
summary: Superfast batch image resizer and rotator.
4+
summary: Multi-core batch image resizer and rotator.
55
homepage: https://github.com/jarun/imgp
66
commands:
77
install:
@@ -13,12 +13,6 @@ packages:
1313
deps:
1414
- python-pillow
1515
- python
16-
fedora26:
17-
builddeps:
18-
- make
19-
deps:
20-
- python3-pillow
21-
- python3
2216
centos7.3:
2317
builddeps:
2418
- make
@@ -28,19 +22,37 @@ packages:
2822
commands:
2923
pre:
3024
- yum install epel-release
31-
ubuntu16.04:
25+
debian9:
3226
builddeps:
3327
- make
3428
deps:
3529
- python3-pillow
3630
- python3
37-
ubuntu17.10:
31+
fedora26:
3832
builddeps:
3933
- make
4034
deps:
4135
- python3-pillow
4236
- python3
43-
debian9:
37+
fedora27:
38+
builddeps:
39+
- make
40+
deps:
41+
- python3-pillow
42+
- python3
43+
opensuse42.3:
44+
builddeps:
45+
- make
46+
deps:
47+
- python3-Pillow
48+
- python3
49+
ubuntu16.04:
50+
builddeps:
51+
- make
52+
deps:
53+
- python3-pillow
54+
- python3
55+
ubuntu17.10:
4456
builddeps:
4557
- make
4658
deps:

0 commit comments

Comments
 (0)