1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
|
# 02/01/2020: This week in KISS (#5)
Due to the busyness of the holiday season I decided to leave this post
till the new year. With that being said, happy new year to everyone!
KISS has seen a nice influx of users and the Community repository has
seen a large increase in package submissions. Welcome new users!
## Index
- [Official Repositories](#official-repositories)
- [Community](#community)
## Official Repositories
- **Dylan Araps**:
- [`fe09c57`](https://github.com/kiss-community/repo/commit/fe09c57)
vim: bump to 8.2.0000
- [`01c6d3d`](https://github.com/kiss-community/repo/commit/01c6d3d)
qt5: bump to 5.14.0
- [`a4711ea`](https://github.com/kiss-community/repo/commit/a4711ea)
firefox: bump to 72.0b6
- [`5ded70a`](https://github.com/kiss-community/repo/commit/5ded70a)
fribidi: bump to 1.0.8
- [`4d1ddf0`](https://github.com/kiss-community/repo/commit/4d1ddf0)
vim: bump to 8.2.0003
- [`96a6e4f`](https://github.com/kiss-community/repo/commit/96a6e4f)
firefox: fix checksums. Closes #126
- [`235785e`](https://github.com/kiss-community/repo/commit/235785e)
vim: bump to 8.2.0012
- [`e23ade8`](https://github.com/kiss-community/repo/commit/e23ade8)
cbindgen: bump to 0.12.0
- [`01a6635`](https://github.com/kiss-community/repo/commit/01a6635)
firefox: bump to 72.0b7
- [`4f7862c`](https://github.com/kiss-community/repo/commit/4f7862c)
firefox: fix builds on newer cbindgen.
- [`8c20ab9`](https://github.com/kiss-community/repo/commit/8c20ab9)
gcc: Use better mirror
- [`5113cbc`](https://github.com/kiss-community/repo/commit/5113cbc)
samurai: bump to 1.0
- [`080d372`](https://github.com/kiss-community/repo/commit/080d372)
mesa: bump to 19.3.1
- [`73a8fa9`](https://github.com/kiss-community/repo/commit/73a8fa9)
glib: bump to 2.63.3
- [`b504ffb`](https://github.com/kiss-community/repo/commit/b504ffb)
vim: bump to 8.2.0023
- [`3a44a2d`](https://github.com/kiss-community/repo/commit/3a44a2d)
linux-headers: bump to 5.4.5
- [`ceedf3c`](https://github.com/kiss-community/repo/commit/ceedf3c)
firefox: bump to 72.0b8
- [`0d84319`](https://github.com/kiss-community/repo/commit/0d84319)
nodejs: bump to 13.5.0
- [`286b536`](https://github.com/kiss-community/repo/commit/286b536)
rust (testing): bump to 1.40.0
- [`3ccd70c`](https://github.com/kiss-community/repo/commit/3ccd70c)
python: bump to 3.8.1
- [`f0087c0`](https://github.com/kiss-community/repo/commit/f0087c0)
cmake: bump to 3.16.2
- [`17cf81b`](https://github.com/kiss-community/repo/commit/17cf81b)
vim: bump to 8.2.0024
- [`1fdb287`](https://github.com/kiss-community/repo/commit/1fdb287)
firefox (beta): bump to 72.0b9
- [`ba9b65f`](https://github.com/kiss-community/repo/commit/ba9b65f)
dhcpcd: bump to 8.1.3
- [`eb87d7c`](https://github.com/kiss-community/repo/commit/eb87d7c)
libvpx: bump to 1.8.2
- [`d7816c2`](https://github.com/kiss-community/repo/commit/d7816c2)
llvm/clang: bump to 9.0.1
- [`20d9272`](https://github.com/kiss-community/repo/commit/20d9272)
dhcpcd: bump to 8.1.4
- [`b62a656`](https://github.com/kiss-community/repo/commit/b62a656)
vim: bump to 8.2.0025
- [`9a3e94a`](https://github.com/kiss-community/repo/commit/9a3e94a)
linux-headers: bump to 5.4.6
- [`aa36c4e`](https://github.com/kiss-community/repo/commit/aa36c4e)
vim: bump to 8.2.0033
- [`29d18c0`](https://github.com/kiss-community/repo/commit/29d18c0)
firefox: bump to 72.0b10
- [`f320173`](https://github.com/kiss-community/repo/commit/f320173)
vim: bump to 8.2.0045
- [`83f36da`](https://github.com/kiss-community/repo/commit/83f36da)
mpv: bump to 0.31.1
- [`dcee0c2`](https://github.com/kiss-community/repo/commit/dcee0c2)
vim: bump to 8.2.0052
- [`d1063c1`](https://github.com/kiss-community/repo/commit/d1063c1)
firefox: bump to 72.0b11
- [`94d9359`](https://github.com/kiss-community/repo/commit/94d9359)
xinput: Add missing dependency
- [`55fe083`](https://github.com/kiss-community/repo/commit/55fe083)
xvidcore: bump to 1.3.7
- [`1968e57`](https://github.com/kiss-community/repo/commit/1968e57)
cbindgen: bump to 0.12.1
- [`896eadd`](https://github.com/kiss-community/repo/commit/896eadd)
firefox-privacy: new package at 1.0
- [`712b762`](https://github.com/kiss-community/repo/commit/712b762)
firefox-privacy: tweaks
- [`ce775db`](https://github.com/kiss-community/repo/commit/ce775db)
vim: bump to 8.2.0065
- [`acb7ba0`](https://github.com/kiss-community/repo/commit/acb7ba0)
libjpeg-turbo: bump to 2.0.4
- [`6e92d8c`](https://github.com/kiss-community/repo/commit/6e92d8c)
firefox: bump to 72.0
- [`35fd7ff`](https://github.com/kiss-community/repo/commit/35fd7ff)
firefox, firefox-privacy, rust: move to extra
- [`b933400`](https://github.com/kiss-community/repo/commit/b933400)
sudo: bump to 1.8.30
- [`fa2cf08`](https://github.com/kiss-community/repo/commit/fa2cf08)
ffmpeg: bump to 4.2.2
- [`25379f4`](https://github.com/kiss-community/repo/commit/25379f4)
vim: bump to 8.2.0069
- [`fe60332`](https://github.com/kiss-community/repo/commit/fe60332)
linux-headers: bump to 5.4.7
## Community
- **Aaron G**:
- [`ce3b12f`](https://github.com/kiss-community/community/commit/ce3b12f)
jq: new package at 1.6 (#156)
- [`42c237f`](https://github.com/kiss-community/community/commit/42c237f)
loksh: new package at 6.6 (#155)
- **Adam Schaefers**:
- [`b3e1eec`](https://github.com/kiss-community/community/commit/b3e1eec)
add lux
- [`0343c4c`](https://github.com/kiss-community/community/commit/0343c4c)
add gnucoreutils
- [`2ba3cc6`](https://github.com/kiss-community/community/commit/2ba3cc6)
add awk
- [`57aaf38`](https://github.com/kiss-community/community/commit/57aaf38)
make awk static
- [`b118c3f`](https://github.com/kiss-community/community/commit/b118c3f)
add findutils
- [`35935da`](https://github.com/kiss-community/community/commit/35935da)
add gnugrep
- [`db0b6ee`](https://github.com/kiss-community/community/commit/db0b6ee)
add gnutar
- [`b06d9e2`](https://github.com/kiss-community/community/commit/b06d9e2)
add diffutils
- [`03a752e`](https://github.com/kiss-community/community/commit/03a752e)
add gnupatch
- [`383bd64`](https://github.com/kiss-community/community/commit/383bd64)
add imagemagick
- [`5acf977`](https://github.com/kiss-community/community/commit/5acf977)
add imagemagick deps
- [`1882e17`](https://github.com/kiss-community/community/commit/1882e17)
New package: uthash 2.1.0
- [`80d87ee`](https://github.com/kiss-community/community/commit/80d87ee)
new package: libconfig 1.7.2
- [`1bd7d98`](https://github.com/kiss-community/community/commit/1bd7d98)
new package: libxdg-basedir 1.2.0
- [`2aae530`](https://github.com/kiss-community/community/commit/2aae530)
new package: sbase
- [`1b8e078`](https://github.com/kiss-community/community/commit/1b8e078)
new package: ubase
- [`ce0a9cb`](https://github.com/kiss-community/community/commit/ce0a9cb)
new package: iptables 1.8.4
- [`61d424e`](https://github.com/kiss-community/community/commit/61d424e)
new package: dash 0.5.10
- [`9423fdc`](https://github.com/kiss-community/community/commit/9423fdc)
new package: gnupg2 2.2.19
- [`bd9e207`](https://github.com/kiss-community/community/commit/bd9e207)
new package: pinentry 1.1.0
- [`b2762ac`](https://github.com/kiss-community/community/commit/b2762ac)
new package: libassuan 2.5.3
- [`6010ac2`](https://github.com/kiss-community/community/commit/6010ac2)
new package: libksba 1.3.5
- [`02a4aa4`](https://github.com/kiss-community/community/commit/02a4aa4)
new package: npth 1.6
- [`8c7d040`](https://github.com/kiss-community/community/commit/8c7d040)
new package: openvpn 2.4.8
- [`b673987`](https://github.com/kiss-community/community/commit/b673987)
new package: libpkcs11-helper 1.25.1
- [`511beaf`](https://github.com/kiss-community/community/commit/511beaf)
pin sources to hash instead of master
- [`8b82f58`](https://github.com/kiss-community/community/commit/8b82f58)
pin pkg to hash instead of master
- [`a13e280`](https://github.com/kiss-community/community/commit/a13e280)
fix checksum
- [`c32a850`](https://github.com/kiss-community/community/commit/c32a850)
new package: emacs-nox 26.3 1
- [`46d684f`](https://github.com/kiss-community/community/commit/46d684f)
use proper configure flag for emacs-nox libxml2
- [`9598b7b`](https://github.com/kiss-community/community/commit/9598b7b)
down to imagemagick6
- [`ec50057`](https://github.com/kiss-community/community/commit/ec50057)
drop mailutils
- [`5bd31ce`](https://github.com/kiss-community/community/commit/5bd31ce)
update deps
- [`a84ca0c`](https://github.com/kiss-community/community/commit/a84ca0c)
new package: libxaw3d 1.6.3
- [`f07d5f4`](https://github.com/kiss-community/community/commit/f07d5f4)
rename to libmagick6, add default policy
- [`0eb1836`](https://github.com/kiss-community/community/commit/0eb1836)
improve emacs-nox build configure
- [`9a70e2f`](https://github.com/kiss-community/community/commit/9a70e2f)
improve emacs-nox with sane defaults
- [`fab6b5a`](https://github.com/kiss-community/community/commit/fab6b5a)
add --with-modules configure flag
- [`e370a22`](https://github.com/kiss-community/community/commit/e370a22)
update build configure flags and deps
- [`106c3ef`](https://github.com/kiss-community/community/commit/106c3ef)
update configure flags and harden security policy
- [`7361b34`](https://github.com/kiss-community/community/commit/7361b34)
fix parenth
- [`31498bf`](https://github.com/kiss-community/community/commit/31498bf)
remove opinionated
- [`a4cc8de`](https://github.com/kiss-community/community/commit/a4cc8de)
remove ghostscript "hardening"
- [`be3b3bc`](https://github.com/kiss-community/community/commit/be3b3bc)
remove redundant dep
- [`39b82e1`](https://github.com/kiss-community/community/commit/39b82e1)
new package: esetroot 2003422
- [`7304374`](https://github.com/kiss-community/community/commit/7304374)
fix esetroot to use install command
- [`7d0bf96`](https://github.com/kiss-community/community/commit/7d0bf96)
one true awk == /bin/nawk
- [`565e896`](https://github.com/kiss-community/community/commit/565e896)
good lux
- [`4effca5`](https://github.com/kiss-community/community/commit/4effca5)
use --enable-gpg-is-gpg2
- [`ea3680c`](https://github.com/kiss-community/community/commit/ea3680c)
fix dep
- [`2d51ea0`](https://github.com/kiss-community/community/commit/2d51ea0)
new package: coreutils
- [`1de2472`](https://github.com/kiss-community/community/commit/1de2472)
clean up file
- [`291625e`](https://github.com/kiss-community/community/commit/291625e)
update dep
- [`aeea758`](https://github.com/kiss-community/community/commit/aeea758)
fix build / dep
- [`2f7d284`](https://github.com/kiss-community/community/commit/2f7d284)
fix build
- [`42b3113`](https://github.com/kiss-community/community/commit/42b3113)
new package: esetroot 2003422 (#149)
- [`f60ae9a`](https://github.com/kiss-community/community/commit/f60ae9a)
update upstream to gnupg.org url, remove autoreconf usage from
build
- [`d584259`](https://github.com/kiss-community/community/commit/d584259)
rm nawk depends file
- [`0ba33dd`](https://github.com/kiss-community/community/commit/0ba33dd)
findutils install find/xargs with 'g' prefix, keep
locate/updatedb
- [`80248f3`](https://github.com/kiss-community/community/commit/80248f3)
gnugrep == ggrep
- [`858dc2c`](https://github.com/kiss-community/community/commit/858dc2c)
rm depends file
- [`b901df0`](https://github.com/kiss-community/community/commit/b901df0)
gnutar == gtar
- [`aa42a4a`](https://github.com/kiss-community/community/commit/aa42a4a)
simplify build
- [`5073118`](https://github.com/kiss-community/community/commit/5073118)
simplify build
- [`22b026f`](https://github.com/kiss-community/community/commit/22b026f)
remove comments
- [`96f1f11`](https://github.com/kiss-community/community/commit/96f1f11)
diffutils ==> use 'g' prefix
- [`169b051`](https://github.com/kiss-community/community/commit/169b051)
gnupatch is patch, with 'g' prefix
- [`c439703`](https://github.com/kiss-community/community/commit/c439703)
gnutar=>gtar
- [`a9e46df`](https://github.com/kiss-community/community/commit/a9e46df)
new package: mksh R57 (#109)
- [`6ca6b35`](https://github.com/kiss-community/community/commit/6ca6b35)
new package: keychain 2.8.5 (#110)
- [`05b6a68`](https://github.com/kiss-community/community/commit/05b6a68)
new package: gawk 5.0.1 (#114)
- [`9b79ce6`](https://github.com/kiss-community/community/commit/9b79ce6)
ensure users CFLAGS
- [`db6adfa`](https://github.com/kiss-community/community/commit/db6adfa)
rm deps
- [`91bb635`](https://github.com/kiss-community/community/commit/91bb635)
noopt
- [`2a0462d`](https://github.com/kiss-community/community/commit/2a0462d)
rm deps
- [`c0fcc64`](https://github.com/kiss-community/community/commit/c0fcc64)
dash
- [`33b0ef3`](https://github.com/kiss-community/community/commit/33b0ef3)
export CC
- [`b749553`](https://github.com/kiss-community/community/commit/b749553)
fix build
- [`1b4154d`](https://github.com/kiss-community/community/commit/1b4154d)
fixed
- [`55e4778`](https://github.com/kiss-community/community/commit/55e4778)
use https
- [`e2e6d6a`](https://github.com/kiss-community/community/commit/e2e6d6a)
stylistic
- [`ce08f79`](https://github.com/kiss-community/community/commit/ce08f79)
add standalone make
- [`25c00fe`](https://github.com/kiss-community/community/commit/25c00fe)
add standalone make
- [`5930e20`](https://github.com/kiss-community/community/commit/5930e20)
add standalone make
- [`6bc4162`](https://github.com/kiss-community/community/commit/6bc4162)
brings sbase up-to-par
- [`30f18b2`](https://github.com/kiss-community/community/commit/30f18b2)
bring ubase up-to-par
- [`009857a`](https://github.com/kiss-community/community/commit/009857a)
export CFLAGS for -static
- [`499edf9`](https://github.com/kiss-community/community/commit/499edf9)
use export CFLAGS="$CFLAGS -static"
- [`aa6b248`](https://github.com/kiss-community/community/commit/aa6b248)
nawk: use CFLAGS="$CFLAGS -static"
- [`08b1005`](https://github.com/kiss-community/community/commit/08b1005)
coreutils: use export CC="gcc -static"
- [`9a8eef9`](https://github.com/kiss-community/community/commit/9a8eef9)
dash: use export CFLAGS
- [`6276e43`](https://github.com/kiss-community/community/commit/6276e43)
use latest
- [`028e990`](https://github.com/kiss-community/community/commit/028e990)
gtar: use export CFLAGS
- [`c99ca48`](https://github.com/kiss-community/community/commit/c99ca48)
diffutils: use CFLAGS
- [`4506c18`](https://github.com/kiss-community/community/commit/4506c18)
patch: use CFLAGS
- [`6268c5c`](https://github.com/kiss-community/community/commit/6268c5c)
misc fixes
- [`f898de9`](https://github.com/kiss-community/community/commit/f898de9)
simplify build
- [`3f66c19`](https://github.com/kiss-community/community/commit/3f66c19)
new package: compton 0.1.2
- [`d2c982c`](https://github.com/kiss-community/community/commit/d2c982c)
cleanup build
- [`dcc1be3`](https://github.com/kiss-community/community/commit/dcc1be3)
cleanup build
- [`4dcb41b`](https://github.com/kiss-community/community/commit/4dcb41b)
cleanup build
- [`0cbc02a`](https://github.com/kiss-community/community/commit/0cbc02a)
cleanup build/sources
- [`1855944`](https://github.com/kiss-community/community/commit/1855944)
fix build/source
- [`5dae1d9`](https://github.com/kiss-community/community/commit/5dae1d9)
rename to pkcs11-helper
- [`d9ce3b9`](https://github.com/kiss-community/community/commit/d9ce3b9)
update deps
- [`5ff0fc0`](https://github.com/kiss-community/community/commit/5ff0fc0)
update build
- [`5ccce15`](https://github.com/kiss-community/community/commit/5ccce15)
fix build/source
- [`ce82e03`](https://github.com/kiss-community/community/commit/ce82e03)
remove explicit gnutls requirement
- [`6016bfc`](https://github.com/kiss-community/community/commit/6016bfc)
fix deps
- [`8a35f74`](https://github.com/kiss-community/community/commit/8a35f74)
remove explicit xml2 requirement, clean build/deps
- [`a62c7f3`](https://github.com/kiss-community/community/commit/a62c7f3)
clean build
- [`45a7e8f`](https://github.com/kiss-community/community/commit/45a7e8f)
fix build/sources
- [`3f4c96a`](https://github.com/kiss-community/community/commit/3f4c96a)
fix build/deps
- [`7aea92b`](https://github.com/kiss-community/community/commit/7aea92b)
clean build/deps
- [`b67ff12`](https://github.com/kiss-community/community/commit/b67ff12)
fix indent
- [`b9436f3`](https://github.com/kiss-community/community/commit/b9436f3)
mksh: use CFLAGS
- [`519920b`](https://github.com/kiss-community/community/commit/519920b)
gawk: use export CFLAGS
- [`5f8e1e7`](https://github.com/kiss-community/community/commit/5f8e1e7)
fix version number
- [`23a7279`](https://github.com/kiss-community/community/commit/23a7279)
sbase: use CFLAGS
- [`156a439`](https://github.com/kiss-community/community/commit/156a439)
ubase: use CFLAGS
- [`ba005fe`](https://github.com/kiss-community/community/commit/ba005fe)
add missing make
- [`4fe6f15`](https://github.com/kiss-community/community/commit/4fe6f15)
standalone make
- [`65ff26c`](https://github.com/kiss-community/community/commit/65ff26c)
fix deps
- [`986f73c`](https://github.com/kiss-community/community/commit/986f73c)
add standalone make
- [`dcae830`](https://github.com/kiss-community/community/commit/dcae830)
add standalone make
- [`8e0d36b`](https://github.com/kiss-community/community/commit/8e0d36b)
remove export
- [`226866e`](https://github.com/kiss-community/community/commit/226866e)
attempt revert
- [`12ed767`](https://github.com/kiss-community/community/commit/12ed767)
perfect emacs
- [`8cdd2d3`](https://github.com/kiss-community/community/commit/8cdd2d3)
deps
- [`043701a`](https://github.com/kiss-community/community/commit/043701a)
use with-xpm=no
- [`1f578cd`](https://github.com/kiss-community/community/commit/1f578cd)
standalone make
- [`0fdac9a`](https://github.com/kiss-community/community/commit/0fdac9a)
patch: 2.7.6
- [`fddd11f`](https://github.com/kiss-community/community/commit/fddd11f)
compton: fix hacky build
- [`891c25f`](https://github.com/kiss-community/community/commit/891c25f)
disable svg images
- [`30cf48b`](https://github.com/kiss-community/community/commit/30cf48b)
new package: netsurf 3.9
- [`1ee76e0`](https://github.com/kiss-community/community/commit/1ee76e0)
new package: perl-html-parser 3.72
- [`74648bb`](https://github.com/kiss-community/community/commit/74648bb)
new package: perl-html-tagset 3.20
- [`6b10c0e`](https://github.com/kiss-community/community/commit/6b10c0e)
fix version
- [`960c98d`](https://github.com/kiss-community/community/commit/960c98d)
use https, fix deps
- [`6b4d39c`](https://github.com/kiss-community/community/commit/6b4d39c)
add make options
- [`6de2e84`](https://github.com/kiss-community/community/commit/6de2e84)
gtk3
- [`be6f89b`](https://github.com/kiss-community/community/commit/be6f89b)
netsurf gtk3
- [`5e568d6`](https://github.com/kiss-community/community/commit/5e568d6)
fix missing slash on build
- **Cem Keylan**:
- [`d9d2973`](https://github.com/kiss-community/community/commit/d9d2973)
bkeymaps: new package at 1.13 (#103)
- **Cliford Sab**:
- [`66ccf80`](https://github.com/kiss-community/community/commit/66ccf80)
nnn: new package at 2.8.1 (#105)
- **Dylan Araps**:
- [`f5c4383`](https://github.com/kiss-community/community/commit/f5c4383)
pandoc-bin: bump to 2.9
- [`5dc86af`](https://github.com/kiss-community/community/commit/5dc86af)
imlib2: bump to 1.6.1
- [`ceaafab`](https://github.com/kiss-community/community/commit/ceaafab)
file: bump to 5.38
- [`a9b9812`](https://github.com/kiss-community/community/commit/a9b9812)
libev: bump to 4.31
- [`6a2e82c`](https://github.com/kiss-community/community/commit/6a2e82c)
nano: bump to 4.7
- [`cfb4339`](https://github.com/kiss-community/community/commit/cfb4339)
pandoc-bin: bump to 2.9.1
- [`b351431`](https://github.com/kiss-community/community/commit/b351431)
ruby: bump to 2.7.0
- [`1202a2d`](https://github.com/kiss-community/community/commit/1202a2d)
imagemagick6: drop from community.
- **James Davies**:
- [`51a8b1f`](https://github.com/kiss-community/community/commit/51a8b1f)
Update qemu (#101)
- **Kris Heck**:
- [`781880d`](https://github.com/kiss-community/community/commit/781880d)
qrencode: new package at 4.0.2 (#151)
- [`7e812e2`](https://github.com/kiss-community/community/commit/7e812e2)
apulse: new package at 0.1.12 (#150)
- [`78f749b`](https://github.com/kiss-community/community/commit/78f749b)
new package: pash 2.3.0 (#157)
- [`2b5e468`](https://github.com/kiss-community/community/commit/2b5e468)
lcms2: new package at 2.9
- [`5f764ff`](https://github.com/kiss-community/community/commit/5f764ff)
openjpeg2: new package at 2.3.1
- [`4609a29`](https://github.com/kiss-community/community/commit/4609a29)
jbig2dec: new package at 0.17
- **M. Herdiansyah**:
- [`363d6f8`](https://github.com/kiss-community/community/commit/363d6f8)
unifont: update to 12.1.04 (#102)
- **Muhammad Herdiansyah**:
- [`fc3bc8a`](https://github.com/kiss-community/community/commit/fc3bc8a)
picom: new package at 7.5
- [`26595e6`](https://github.com/kiss-community/community/commit/26595e6)
libxdg-basedir: use automake
- **penguin-ff**:
- [`fa8c1cc`](https://github.com/kiss-community/community/commit/fa8c1cc)
mutt: update to 1.13.1 (#106)
- [`67b36ec`](https://github.com/kiss-community/community/commit/67b36ec)
mutt: update to 1.13.2 (#122)
- **tristelune1**:
- [`e6ca715`](https://github.com/kiss-community/community/commit/e6ca715)
poppler-glib: update to 0.84 (#154)
### Legal stuff
The registered trademark Linux® is used pursuant to a sublicense from
the Linux Foundation, the exclusive licensee of Linus Torvalds, owner of
the mark on a worldwide basis.
© [Dylan Araps](https://github.com/dylanaraps) 2019-2020
|