forked from conda-forge/cdt-builds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdt_slugs.yaml
835 lines (828 loc) · 21.3 KB
/
cdt_slugs.yaml
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
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
alsa-lib:
custom: false
alsa-lib-devel:
custom: false
license_file: licenses/alsa-lib-license
at-spi:
custom: false
license_file: licenses/at-spi-license
dep_remove:
- gail
at-spi-devel:
custom: false
license_file: licenses/at-spi-license
dep_remove:
- gail-devel
atk:
custom: false
license_file: licenses/atk-copying
atk-devel:
custom: false
license_file: licenses/atk-copying
ca-certificates:
custom: false
license_file: null
build_append:
cos7: |
mkdir -p ${SYSROOT_DIR}/etc/pki/tls/certs
pushd ${SYSROOT_DIR}/etc/pki/java > /dev/null 2>&1
rm -f cacerts
mkdir -p ${SYSROOT_DIR}/etc/pki/ca-trust/extracted/java/cacerts
ln -s ${SYSROOT_DIR}/etc/pki/ca-trust/extracted/java/cacerts ${SYSROOT_DIR}/etc/pki/java/cacerts
popd > /dev/null 2>&1
pushd ${SYSROOT_DIR}/etc/pki/tls > /dev/null 2>&1
rm -f cert.pem
echo "PLACEHOLDER"> ${SYSROOT_DIR}/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
ln -s ${SYSROOT_DIR}/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem ${SYSROOT_DIR}/etc/pki/tls/cert.pem
popd > /dev/null 2>&1
pushd ${SYSROOT_DIR}/etc/pki/tls/certs > /dev/null 2>&1
rm -f ca-bundle.crt
ln -s ${SYSROOT_DIR}/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem ${SYSROOT_DIR}/etc/pki/tls/certs/ca-bundle.crt
popd > /dev/null 2>&1
pushd ${SYSROOT_DIR}/etc/pki/tls/certs > /dev/null 2>&1
rm ca-bundle.trust.crt
echo "PLACEHOLDER"> ${SYSROOT_DIR}/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt
ln -s ${SYSROOT_DIR}/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt ${SYSROOT_DIR}/etc/pki/tls/certs/ca-bundle.trust.crt
popd > /dev/null 2>&1
cairo:
custom: false
license_file:
- licenses/cairo-copying
- licenses/cairo-copying-lgpl-2.1
- licenses/cairo-copying-mpl-1.1
cairo-devel:
custom: false
license_file:
- licenses/cairo-copying
- licenses/cairo-copying-lgpl-2.1
- licenses/cairo-copying-mpl-1.1
centos-release:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/centos-release-license
chkconfig:
custom: false
copy-jdk-configs:
custom: false
cups-libs:
custom: false
license_file: licenses/cups-license
cups-devel:
custom: false
license_file: licenses/cups-license
expat:
custom: false
license_file: licenses/expat-license
expat-devel:
custom: false
license_file: licenses/expat-license
fontconfig:
custom: false
build_append:
all: |
pushd ${SYSROOT_DIR}/etc/fonts/conf.d > /dev/null 2>&1
for fulllnk in $(find . -maxdepth 1 -type l); do
lnk=$(basename ${fulllnk})
lnk_dst=$(readlink ${lnk})
if [[ ${lnk_dst:0:1} == "/" ]]; then
rm -f ${lnk}
ln -s ${SYSROOT_DIR}${lnk_dst} ${SYSROOT_DIR}/etc/fonts/conf.d/${lnk}
fi
done
popd > /dev/null 2>&1
fontconfig-devel:
custom: false
license_file: licenses/fontconfig-copying
freetype:
custom: false
license_file: licenses/freetype-license.txt
freetype-devel:
custom: false
license_file: licenses/freetype-license.txt
fribidi:
custom: false
skipped_cdts:
- cos6-x86_64
gdk-pixbuf2:
custom: false
skipped_cdts:
- cos7-x86_64
- cos7-aarch64
- cos7-ppc64le
gdk-pixbuf2-devel:
custom: false
skipped_cdts:
- cos7-x86_64
- cos7-aarch64
- cos7-ppc64le
glib-networking:
custom: false
glib2:
custom: false
license_file: licenses/glib2-copying
glib2-devel:
custom: false
license_file: licenses/glib2-copying
GConf2:
custom: false
gtk2:
custom: false
license_file: licenses/gtk2-copying
gtk2-devel:
custom: false
license_file: licenses/gtk2-copying
gtkmm24:
custom: false
license_file:
- licenses/gtkmm-license
- licenses/gtkmm-tools-license
gtkmm24-devel:
custom: false
license_file:
- licenses/gtkmm-license
- licenses/gtkmm-tools-license
harfbuzz:
custom: false
skipped_cdts:
- cos6-x86_64
ibacm:
custom: false
# `ibacm` is part of rdma-core and under the same licenses
# https://github.com/linux-rdma/rdma-core/tree/v22.4/ibacm
license_file:
- licenses/rdma-core-licenses/COPYING.BSD_FB
- licenses/rdma-core-licenses/COPYING.BSD_MIT
- licenses/rdma-core-licenses/COPYING.GPL2
- licenses/rdma-core-licenses/COPYING.md
java-1.7.0-openjdk:
custom: false
license_file: licenses/openjdk-license
dep_replace:
libjpeg-cos6: libjpeg-turbo-cos6
build_append:
cos6-x86_64: |
jvm_slug=$(compgen -G "${SYSROOT_DIR}/usr/lib/jvm/java-1.7.0-openjdk-*")
jvm_slug=$(basename ${jvm_slug})
pushd ${SYSROOT_DIR}/usr/lib/jvm/${jvm_slug}/jre/lib/security > /dev/null 2>&1
mkdir -p ../../../../../../../etc/pki/java/cacerts
popd > /dev/null 2>&1
java-1.7.0-openjdk-headless:
custom: false
skipped_cdts:
- cos6-x86_64
dep_replace:
jpackage-utils-cos7: javapackages-tools-cos7
build_append:
all: |
jvm_slug=$(compgen -G "${SYSROOT_DIR}/usr/lib/jvm/java-1.7.0-openjdk-*")
jvm_slug=$(basename ${jvm_slug})
pushd ${SYSROOT_DIR}/usr/lib/jvm/${jvm_slug}/jre-abrt > /dev/null 2>&1
rm -rf lib
ln -s ${SYSROOT_DIR}/usr/lib/jvm/${jvm_slug}/jre/lib ${SYSROOT_DIR}/usr/lib/jvm/${jvm_slug}/jre-abrt/lib
popd > /dev/null 2>&1
pushd ${SYSROOT_DIR}/usr/lib/jvm/${jvm_slug}/jre/lib/security > /dev/null 2>&1
mkdir -p ../../../../../../../etc/pki/java/cacerts
popd > /dev/null 2>&1
javapackages-tools:
custom: false
skipped_cdts:
- cos6-x86_64
build_append:
all: |
pushd ${SYSROOT_DIR}/usr/share/java-utils > /dev/null 2>&1
rm -f abs2rel.sh
ln -s ${SYSROOT_DIR}/usr/bin/abs2rel ${SYSROOT_DIR}/usr/share/java-utils/abs2rel.sh
popd > /dev/null 2>&1
jpackage-utils:
custom: false
skipped_cdts:
- cos7-x86_64
- cos7-aarch64
- cos7-ppc64le
kernel-headers:
custom: false
license_file: null
kmod:
custom: false
skipped_cdts:
- cos6-x86_64
libXxf86vm:
custom: false
libXxf86vm-devel:
custom: false
license_file: licenses/libxxf86vm-license
libbonobo:
custom: false
license_file:
- licenses/libbonobo-copying
- licenses/libbonobo-copying.lib
libbonobo-devel:
custom: false
license_file:
- licenses/libbonobo-copying
- licenses/libbonobo-copying.lib
libdrm:
custom: false
license_file: null
libdrm-devel:
custom: false
license_file: null
libglvnd:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/libglvnd-license
libglvnd-core-devel:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/libglvnd-license
libglvnd-egl:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/libglvnd-license
libglvnd-gles:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/libglvnd-license
dep_remove:
- mesa-libegl
libglvnd-opengl:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/libglvnd-license
libglvnd-devel:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/libglvnd-license
dep_remove:
- mesa-libgl
libglvnd-glx:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/libglvnd-license
build_append:
all: |
pushd ${SYSROOT_DIR}/usr/lib64 > /dev/null 2>&1
libgl_file=$(find . -maxdepth 1 -name "libGL.so.*.*.*")
libgl_file=$(basename ${libgl_file})
ln -fs ${libgl_file} libGL.so
ls -lah .
popd > /dev/null 2>&1
dep_remove:
- mesa-libgl
libibcm:
custom: false
skipped_cdts:
- cos7-x86_64
- cos7-aarch64
- cos7-ppc64le
libibcm-devel:
custom: false
skipped_cdts:
- cos7-x86_64
- cos7-aarch64
- cos7-ppc64le
license_file: licenses/libibcm-devel-license
libibumad:
custom: false
# `libibumad` is part of rdma-core and under the same licenses
# https://github.com/linux-rdma/rdma-core/tree/v22.4/libibumad
license_file:
- licenses/rdma-core-licenses/COPYING.BSD_FB
- licenses/rdma-core-licenses/COPYING.BSD_MIT
- licenses/rdma-core-licenses/COPYING.GPL2
- licenses/rdma-core-licenses/COPYING.md
libibumad-devel:
custom: false
skipped_cdts:
- cos7-x86_64
- cos7-aarch64
- cos7-ppc64le
# `libibumad` is part of rdma-core and under the same licenses
# https://github.com/linux-rdma/rdma-core/tree/v22.4/libibumad
license_file:
- licenses/rdma-core-licenses/COPYING.BSD_FB
- licenses/rdma-core-licenses/COPYING.BSD_MIT
- licenses/rdma-core-licenses/COPYING.GPL2
- licenses/rdma-core-licenses/COPYING.md
libIDL:
custom: false
license_file: licenses/libidl-copying
libIDL-devel:
custom: false
license_file: licenses/libidl-copying
libibverbs:
custom: false
license_file: licenses/libibverbs-devel-license
libibverbs-devel:
custom: false
skipped_cdts:
- cos7-x86_64
- cos7-aarch64
- cos7-ppc64le
license_file: licenses/libibverbs-devel-license
libICE:
custom: false
libICE-devel:
custom: false
license_file: licenses/libice-license
libjpeg-turbo:
custom: false
license_file: licenses/libjpeg-turbo-license
libnl:
custom: false
license_file: licenses/libnl-devel-license
libnl-devel:
custom: false
license_file: licenses/libnl-devel-license
libnl3-cli:
custom: false
libnl3:
custom: false
license_file: licenses/libnl3-license
libnl3-devel:
custom: false
license_file: licenses/libnl3-license
libpng:
custom: false
license_file: licenses/libpng-license
libpng-devel:
custom: false
license_file: licenses/libpng-license
librdmacm:
custom: false
license_file: licenses/librdmacm-devel-license
librdmacm-devel:
custom: false
skipped_cdts:
- cos7-x86_64
- cos7-aarch64
- cos7-ppc64le
license_file: licenses/librdmacm-devel-license
libselinux:
custom: false
license_file: null
libselinux-devel:
custom: false
license_file: null
libsepol:
custom: false
license_file: licenses/libsepol-license
libsepol-devel:
custom: false
license_file: licenses/libsepol-license
libSM:
custom: false
libSM-devel:
custom: false
license_file: licenses/libsm-license
libsoup:
custom: false
license_file: licenses/libsoup-license
libsoup-devel:
custom: false
license_file: licenses/libsoup-license
libthai:
custom: false
libtiff:
custom: false
libudev:
custom: false
skipped_cdts:
- cos7-x86_64
- cos7-aarch64
- cos7-ppc64le
libudev-devel:
custom: true
recursive: false # generates an infinite recursion
skipped_cdts:
- cos7-x86_64
- cos7-aarch64
- cos7-ppc64le
libuuid:
custom: false
license_file: licenses/libuuid-license
libuuid-devel:
custom: false
license_file: licenses/libuuid-license
libX11:
custom: false
license_file: licenses/x11-license
libX11-common:
custom: false
libX11-devel:
custom: false
license_file: licenses/x11-license
libXau:
custom: false
libXau-devel:
custom: false
license_file: licenses/libxau-license
libxcb:
custom: false
license_file: licenses/libxcb-license
libxcb-devel:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/libxcb-license
libXcomposite:
custom: false
libXcomposite-devel:
custom: false
license_file: licenses/libxcomposite-license
libXcursor:
custom: false
libXcursor-devel:
custom: false
license_file: licenses/libxcursor-license
libXdamage:
custom: false
libXdamage-devel:
custom: false
license_file: licenses/libxdamage-license
libXext:
custom: false
libXext-devel:
custom: false
license_file: licenses/libxext-license
libXfixes:
custom: false
libXfixes-devel:
custom: false
license_file: licenses/libxfixes-license
libXft:
custom: false
libXi:
custom: false
libXi-devel:
custom: false
license_file: licenses/libxi-license
libXinerama:
custom: false
libXinerama-devel:
custom: false
license_file: licenses/libxinerma-license
libxkbcommon:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/libxkbcommon-license
libxkbcommon-devel:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/libxkbcommon-license
libxml2:
custom: false
license_file: licenses/libxml2-license
libxml2-devel:
custom: false
license_file: licenses/libxml2-license
libXrandr:
custom: false
license_file: licenses/libxrandr-license
libXrandr-devel:
custom: false
license_file: licenses/libxrandr-license
libXrender:
custom: false
libXrender-devel:
custom: false
license_file: licenses/libxrender-license
libXScrnSaver:
custom: false
license_file: licenses/libxscrnsaver-license
libXScrnSaver-devel:
custom: false
license_file: licenses/libxscrnsaver-license
libxshmfence:
custom: false
license_file: licenses/libxshmfence-license
libxshmfence-devel:
custom: false
license_file: licenses/libxshmfence-license
libXt:
custom: false
libXt-devel:
custom: false
license_file: licenses/libxt-license
libXtst:
custom: false
license_file: licenses/libxtst-license
libXtst-devel:
custom: false
license_file: licenses/libxtst-license
mesa-libgbm:
custom: false
license_file: licenses/mesa-license
mesa-dri-drivers:
custom: false
license_file: licenses/mesa-license
mesa-dri1-drivers:
custom: false
skipped_cdts:
- cos7-aarch64
- cos7-ppc64le
- cos7-x86_64
license_file: licenses/mesa-license
mesa-khr-devel:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/mesa-license
mesa-libEGL:
custom: false
license_file: licenses/mesa-license
mesa-libEGL-devel:
custom: false
license_file: licenses/mesa-license
mesa-libGL:
custom: false
license_file: licenses/mesa-license
build_append:
cos7-aarch64: |
pushd ${SYSROOT_DIR}/usr/lib64 > /dev/null 2>&1
rm libGLX_system.so.0
ln -s libGLX_mesa.so.0 libGLX_system.so.0
popd > /dev/null 2>&1
cos7-ppc64le: |
pushd ${SYSROOT_DIR}/usr/lib64 > /dev/null 2>&1
rm libGLX_system.so.0
ln -s libGLX_mesa.so.0 libGLX_system.so.0
popd > /dev/null 2>&1
cos7-x86_64: |
pushd ${SYSROOT_DIR}/usr/lib64 > /dev/null 2>&1
rm libGLX_system.so.0
ln -s libGLX_mesa.so.0 libGLX_system.so.0
popd > /dev/null 2>&1
mesa-libGL-devel:
custom: false
license_file: licenses/mesa-license
mesa-libglapi:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/mesa-license
nspr:
custom: false
license_file: licenses/nspr-license
nss:
custom: false
license_file: licenses/nss-license
nss-softokn:
custom: false
license_file: licenses/nss-license
nss-softokn-freebl:
custom: false
license_file: licenses/nss-license
nss-util:
custom: false
license_file: licenses/nss-license
numactl:
custom: false
license_file:
- licenses/numactl-copyright.txt
- licenses/numactl-gpl2.txt
- licenses/numactl-lgpl2.txt
numactl-libs:
custom: false
skipped_cdts:
- cos6-x86_64
license_file:
- licenses/numactl-copyright.txt
- licenses/numactl-gpl2.txt
- licenses/numactl-lgpl2.txt
numactl-devel:
custom: false
license_file:
- licenses/numactl-copyright.txt
- licenses/numactl-gpl2.txt
- licenses/numactl-lgpl2.txt
ORBit2:
custom: false
license_file:
- licenses/orbit2-copying
- licenses/orbit2-copying.lib
ORBit2-devel:
custom: false
license_file:
- licenses/orbit2-copying
- licenses/orbit2-copying.lib
p11-kit:
custom: false
license_file: licenses/p11-kit-license
p11-kit-trust:
custom: false
license_file: licenses/p11-kit-license
pango:
custom: false
build_append:
cos7-aarch64: |
pushd ${SYSROOT_DIR}/usr/bin > /dev/null 2>&1
rm -f pango-querymodules-64
echo -e '#!/usr/bin/env bash\n exit 0' > pango-querymodules-64
chmod u+x pango-querymodules-64
popd > /dev/null 2>&1
cos7-ppc64le: |
pushd ${SYSROOT_DIR}/usr/bin > /dev/null 2>&1
rm -f pango-querymodules-64
echo -e '#!/usr/bin/env bash\n exit 0' > pango-querymodules-64
chmod u+x pango-querymodules-64
popd > /dev/null 2>&1
cos7-x86_64: |
pushd ${SYSROOT_DIR}/usr/bin > /dev/null 2>&1
rm -f pango-querymodules-64
echo -e '#!/usr/bin/env bash\n exit 0' > pango-querymodules-64
chmod u+x pango-querymodules-64
popd > /dev/null 2>&1
pango-devel:
custom: false
license_file: licenses/pango-copying
pciutils-libs:
custom: false
license_file: licenses/pciutils-license
pciutils:
custom: false
license_file: licenses/pciutils-license
pciutils-devel:
custom: false
license_file: licenses/pciutils-license
pcre:
custom: false
skipped_cdts:
- cos6-x86_64
pixman:
custom: false
license_file: licenses/pixman-license
pixman-devel:
custom: false
license_file: licenses/pixman-license
pkgconfig:
custom: false
python-javapackages:
custom: false
skipped_cdts:
- cos6-x86_64
rdma-core:
custom: false
skipped_cdts:
- cos6-x86_64
license_file:
- licenses/rdma-core-licenses/COPYING.BSD_FB
- licenses/rdma-core-licenses/COPYING.BSD_MIT
- licenses/rdma-core-licenses/COPYING.GPL2
- licenses/rdma-core-licenses/COPYING.md
rdma-core-devel:
custom: false
skipped_cdts:
- cos6-x86_64
license_file:
- licenses/rdma-core-licenses/COPYING.BSD_FB
- licenses/rdma-core-licenses/COPYING.BSD_MIT
- licenses/rdma-core-licenses/COPYING.GPL2
- licenses/rdma-core-licenses/COPYING.md
systemd:
custom: false
skipped_cdts:
- cos6-x86_64
license_file:
- licenses/systemd-licenses/LICENSE.GPL2
- licenses/systemd-licenses/LICENSE.LGPL2.1
- licenses/systemd-licenses/LICENSE.MIT
dep_replace:
redhat-release-cos7: centos-release-cos7
systemd-devel:
custom: false
skipped_cdts:
- cos6-x86_64
license_file:
- licenses/systemd-licenses/LICENSE.GPL2
- licenses/systemd-licenses/LICENSE.LGPL2.1
- licenses/systemd-licenses/LICENSE.MIT
systemd-libs:
custom: false
skipped_cdts:
- cos6-x86_64
license_file:
- licenses/systemd-licenses/LICENSE.LGPL2.1
- licenses/systemd-licenses/LICENSE.MIT
webkitgtk:
custom: false
skipped_cdts:
- cos7-x86_64
- cos7-aarch64
- cos7-ppc64le
license_file: licenses/webkitgtk-license
webkitgtk-devel:
custom: false
skipped_cdts:
- cos7-x86_64
- cos7-aarch64
- cos7-ppc64le
license_file: licenses/webkitgtk-license
xcb-util:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/xcb-util-license
xcb-util-devel:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/xcb-util-license
xcb-util-image:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/xcb-util-image-license
xcb-util-image-devel:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/xcb-util-image-license
xcb-util-keysyms:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/xcb-util-keysyms-license
xcb-util-keysyms-devel:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/xcb-util-keysyms-license
xcb-util-renderutil:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/xcb-util-renderutil-license
xcb-util-renderutil-devel:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/xcb-util-renderutil-license
xcb-util-wm:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/xcb-util-wm-license
xcb-util-wm-devel:
custom: false
skipped_cdts:
- cos6-x86_64
license_file: licenses/xcb-util-wm-license
xorg-x11-proto-devel:
custom: false
license_file:
- licenses/xorg-x11-proto-devel/COPYING-applewmproto
- licenses/xorg-x11-proto-devel/COPYING-bigreqsproto
- licenses/xorg-x11-proto-devel/COPYING-compositeproto
- licenses/xorg-x11-proto-devel/COPYING-damageproto
- licenses/xorg-x11-proto-devel/COPYING-dmxproto
- licenses/xorg-x11-proto-devel/COPYING-dri2proto
- licenses/xorg-x11-proto-devel/COPYING-dri3proto
- licenses/xorg-x11-proto-devel/COPYING-evieproto
- licenses/xorg-x11-proto-devel/COPYING-fixesproto
- licenses/xorg-x11-proto-devel/COPYING-fontcacheproto
- licenses/xorg-x11-proto-devel/COPYING-fontsproto
- licenses/xorg-x11-proto-devel/COPYING-glproto
- licenses/xorg-x11-proto-devel/COPYING-inputproto
- licenses/xorg-x11-proto-devel/COPYING-kbproto
- licenses/xorg-x11-proto-devel/COPYING-lg3dproto
- licenses/xorg-x11-proto-devel/COPYING-panoramixproto
- licenses/xorg-x11-proto-devel/COPYING-pmproto
- licenses/xorg-x11-proto-devel/COPYING-presentproto
- licenses/xorg-x11-proto-devel/COPYING-printproto
- licenses/xorg-x11-proto-devel/COPYING-randrproto
- licenses/xorg-x11-proto-devel/COPYING-recordproto
- licenses/xorg-x11-proto-devel/COPYING-renderproto
- licenses/xorg-x11-proto-devel/COPYING-resourceproto
- licenses/xorg-x11-proto-devel/COPYING-scrnsaverproto
- licenses/xorg-x11-proto-devel/COPYING-trapproto
- licenses/xorg-x11-proto-devel/COPYING-videoproto
- licenses/xorg-x11-proto-devel/COPYING-windowswmproto
- licenses/xorg-x11-proto-devel/COPYING-x11proto
- licenses/xorg-x11-proto-devel/COPYING-xcmiscproto
- licenses/xorg-x11-proto-devel/COPYING-xextproto
- licenses/xorg-x11-proto-devel/COPYING-xf86bigfontproto
- licenses/xorg-x11-proto-devel/COPYING-xf86dgaproto
- licenses/xorg-x11-proto-devel/COPYING-xf86driproto
- licenses/xorg-x11-proto-devel/COPYING-xf86miscproto
- licenses/xorg-x11-proto-devel/COPYING-xf86rushproto
- licenses/xorg-x11-proto-devel/COPYING-xf86vidmodeproto
- licenses/xorg-x11-proto-devel/COPYING-xineramaproto
xorg-x11-server-common:
custom: false
license_file: licenses/x11-license
xorg-x11-server-Xvfb:
custom: false
license_file: licenses/x11-license
xorg-x11-util-macros:
custom: false