mirror of
https://github.com/clearlinux/common.git
synced 2026-07-14 00:35:53 +00:00
Compare commits
61 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b671ab5709 | |||
| fc29b4c1c3 | |||
| f108ac36d6 | |||
| 1c2bc9d50c | |||
| 8952175bc9 | |||
| 3812469ac2 | |||
| d1b434583a | |||
| dbd3c9accf | |||
| 6214fa5e9f | |||
| 8e9dd55e0f | |||
| 9ee80a2635 | |||
| 653105ffdf | |||
| a67fe47e39 | |||
| 103222eb4e | |||
| 0304bbd6b1 | |||
| 4ca1662790 | |||
| 94e2c39146 | |||
| d67be8a71b | |||
| 130f0f089e | |||
| a75e19a379 | |||
| d2e1c72c33 | |||
| b94a1c537f | |||
| 164dd8300e | |||
| 32141b9181 | |||
| bc66045b2d | |||
| 649a59bf12 | |||
| b1706fe2c4 | |||
| 6548a7a206 | |||
| a3fcd6a943 | |||
| 3c834e4761 | |||
| 77c334ec1a | |||
| 7c013dd5df | |||
| a499f61626 | |||
| 794174863b | |||
| dedad8c6c7 | |||
| 54737f7d97 | |||
| 56fdddbca3 | |||
| 58dff13c12 | |||
| 45a416f269 | |||
| b09ef7403e | |||
| 2059376f34 | |||
| 4501493d03 | |||
| df3579f538 | |||
| 3c01990ffc | |||
| 991e0baaaa | |||
| 434ab82632 | |||
| 0f814b2df9 | |||
| f2c3f4f95b | |||
| 590efe2b9c | |||
| 7919adae9f | |||
| 8ea05f2ae4 | |||
| 3560600fb6 | |||
| 0e54abbb3f | |||
| 3e7f5be6fc | |||
| 36d3edd56c | |||
| 9008cbccba | |||
| 04022fb765 | |||
| 424c34140e | |||
| f85cd42756 | |||
| e7afb1ae5e | |||
| 2c52a5ab39 |
@@ -461,6 +461,15 @@ generateupstream:
|
|||||||
drop-abandoned: $(SPECFILE)
|
drop-abandoned: $(SPECFILE)
|
||||||
python3 $(TOPLVL)/projects/common/drop-abandoned-patches.py $(SPECFILE)
|
python3 $(TOPLVL)/projects/common/drop-abandoned-patches.py $(SPECFILE)
|
||||||
|
|
||||||
|
#help cloc: Count lines of code with the `cloc` tool on the full sources of package
|
||||||
|
cloc: $(SRPMFILE)
|
||||||
|
@$(MOCK) -r $(TOPLVL)/repo/clear.cfg $(SRPMFILE) --result=results/ --no-cleanup-after
|
||||||
|
@$(MOCK) --chroot --copyin /usr/bin/cloc /usr/bin/cloc --result=results/ --no-cleanup-after
|
||||||
|
@$(MOCK) --result=results/ --no-cleanup-after --chroot '/usr/bin/cloc /builddir > /tmp/cloc.txt'
|
||||||
|
@$(MOCK) --copyout /tmp/cloc.txt results/ --result=results/
|
||||||
|
@$(MOCK) --clean --scrub=chroot --uniqueext=$(PKG_NAME)
|
||||||
|
cat results/cloc.txt
|
||||||
|
|
||||||
# Define site local common targets in a separate makefile
|
# Define site local common targets in a separate makefile
|
||||||
-include $(TOPLVL)/projects/common/Makefile.common.site_local
|
-include $(TOPLVL)/projects/common/Makefile.common.site_local
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -1,12 +1,16 @@
|
|||||||
|
AVB-AudioModules
|
||||||
Babel
|
Babel
|
||||||
Botan
|
Botan
|
||||||
CUnit
|
CUnit
|
||||||
Cheetah
|
Cheetah
|
||||||
CherryPy
|
CherryPy
|
||||||
|
Coin
|
||||||
ConfigArgParse
|
ConfigArgParse
|
||||||
Counter
|
Counter
|
||||||
Cython
|
Cython
|
||||||
Django
|
Django
|
||||||
|
Edge-optimized-models
|
||||||
|
F-Engrave
|
||||||
Flask
|
Flask
|
||||||
Flask-RESTful
|
Flask-RESTful
|
||||||
FlatBuffers
|
FlatBuffers
|
||||||
@@ -24,6 +28,7 @@ LibRaw
|
|||||||
LibVNCServer
|
LibVNCServer
|
||||||
Linux-PAM
|
Linux-PAM
|
||||||
LuaJIT
|
LuaJIT
|
||||||
|
LyX
|
||||||
M2Crypto
|
M2Crypto
|
||||||
Mako
|
Mako
|
||||||
Markdown
|
Markdown
|
||||||
@@ -33,7 +38,10 @@ MonkeyType
|
|||||||
MySQL-python
|
MySQL-python
|
||||||
NetworkManager
|
NetworkManager
|
||||||
NetworkManager-openconnect
|
NetworkManager-openconnect
|
||||||
|
OpenCASCADE
|
||||||
|
OpenColorIO
|
||||||
OpenSP
|
OpenSP
|
||||||
|
PackageKit
|
||||||
Paste
|
Paste
|
||||||
PasteDeploy
|
PasteDeploy
|
||||||
Pillow
|
Pillow
|
||||||
@@ -42,6 +50,8 @@ PyDispatcher
|
|||||||
PyJWT
|
PyJWT
|
||||||
PyMySQL
|
PyMySQL
|
||||||
PyNaCl
|
PyNaCl
|
||||||
|
PyOpenGL
|
||||||
|
PyQRCode
|
||||||
PyWavelets
|
PyWavelets
|
||||||
PyYAML
|
PyYAML
|
||||||
Pygments
|
Pygments
|
||||||
@@ -232,6 +242,7 @@ R-circlize
|
|||||||
R-classInt
|
R-classInt
|
||||||
R-cli
|
R-cli
|
||||||
R-clipr
|
R-clipr
|
||||||
|
R-clisymbols
|
||||||
R-clue
|
R-clue
|
||||||
R-clustMixType
|
R-clustMixType
|
||||||
R-clusterGeneration
|
R-clusterGeneration
|
||||||
@@ -244,6 +255,7 @@ R-colourpicker
|
|||||||
R-combinat
|
R-combinat
|
||||||
R-commonmark
|
R-commonmark
|
||||||
R-compositions
|
R-compositions
|
||||||
|
R-config
|
||||||
R-contfrac
|
R-contfrac
|
||||||
R-conting
|
R-conting
|
||||||
R-corpcor
|
R-corpcor
|
||||||
@@ -252,6 +264,7 @@ R-cowplot
|
|||||||
R-crayon
|
R-crayon
|
||||||
R-crosstalk
|
R-crosstalk
|
||||||
R-crul
|
R-crul
|
||||||
|
R-csvy
|
||||||
R-cubature
|
R-cubature
|
||||||
R-curl
|
R-curl
|
||||||
R-cvTools
|
R-cvTools
|
||||||
@@ -333,6 +346,7 @@ R-fastcluster
|
|||||||
R-fastmatch
|
R-fastmatch
|
||||||
R-fauxpas
|
R-fauxpas
|
||||||
R-fda
|
R-fda
|
||||||
|
R-feather
|
||||||
R-ff
|
R-ff
|
||||||
R-fields
|
R-fields
|
||||||
R-filehash
|
R-filehash
|
||||||
@@ -350,6 +364,7 @@ R-formatR
|
|||||||
R-fossil
|
R-fossil
|
||||||
R-fpc
|
R-fpc
|
||||||
R-fracdiff
|
R-fracdiff
|
||||||
|
R-fs
|
||||||
R-futile.logger
|
R-futile.logger
|
||||||
R-futile.options
|
R-futile.options
|
||||||
R-future
|
R-future
|
||||||
@@ -363,6 +378,7 @@ R-gclus
|
|||||||
R-gdata
|
R-gdata
|
||||||
R-geepack
|
R-geepack
|
||||||
R-geiger
|
R-geiger
|
||||||
|
R-generics
|
||||||
R-geometry
|
R-geometry
|
||||||
R-getopt
|
R-getopt
|
||||||
R-ggjoy
|
R-ggjoy
|
||||||
@@ -370,6 +386,7 @@ R-ggplot2
|
|||||||
R-ggplot2movies
|
R-ggplot2movies
|
||||||
R-ggridges
|
R-ggridges
|
||||||
R-ggvis
|
R-ggvis
|
||||||
|
R-gh
|
||||||
R-git2r
|
R-git2r
|
||||||
R-glmnet
|
R-glmnet
|
||||||
R-globals
|
R-globals
|
||||||
@@ -404,6 +421,7 @@ R-hypergeo
|
|||||||
R-ica
|
R-ica
|
||||||
R-igraph
|
R-igraph
|
||||||
R-import
|
R-import
|
||||||
|
R-ini
|
||||||
R-inline
|
R-inline
|
||||||
R-inum
|
R-inum
|
||||||
R-ipred
|
R-ipred
|
||||||
@@ -414,6 +432,7 @@ R-joineR
|
|||||||
R-joineRML
|
R-joineRML
|
||||||
R-jpeg
|
R-jpeg
|
||||||
R-jsonlite
|
R-jsonlite
|
||||||
|
R-keras
|
||||||
R-kernlab
|
R-kernlab
|
||||||
R-klaR
|
R-klaR
|
||||||
R-kmi
|
R-kmi
|
||||||
@@ -596,6 +615,7 @@ R-ranger
|
|||||||
R-rappdirs
|
R-rappdirs
|
||||||
R-raster
|
R-raster
|
||||||
R-rasterVis
|
R-rasterVis
|
||||||
|
R-rcmdcheck
|
||||||
R-reactR
|
R-reactR
|
||||||
R-readr
|
R-readr
|
||||||
R-readstata13
|
R-readstata13
|
||||||
@@ -605,6 +625,8 @@ R-registry
|
|||||||
R-relimp
|
R-relimp
|
||||||
R-rematch
|
R-rematch
|
||||||
R-rematch2
|
R-rematch2
|
||||||
|
R-remote
|
||||||
|
R-remotes
|
||||||
R-rentrez
|
R-rentrez
|
||||||
R-repr
|
R-repr
|
||||||
R-reprex
|
R-reprex
|
||||||
@@ -656,6 +678,7 @@ R-sendmailR
|
|||||||
R-seqinr
|
R-seqinr
|
||||||
R-seriation
|
R-seriation
|
||||||
R-seroincidence
|
R-seroincidence
|
||||||
|
R-sessioninfo
|
||||||
R-setRNG
|
R-setRNG
|
||||||
R-sfsmisc
|
R-sfsmisc
|
||||||
R-sgeostat
|
R-sgeostat
|
||||||
@@ -707,8 +730,10 @@ R-taxize
|
|||||||
R-tclust
|
R-tclust
|
||||||
R-tensor
|
R-tensor
|
||||||
R-tensorA
|
R-tensorA
|
||||||
|
R-tensorflow
|
||||||
R-testit
|
R-testit
|
||||||
R-testthat
|
R-testthat
|
||||||
|
R-tfruns
|
||||||
R-threejs
|
R-threejs
|
||||||
R-tibble
|
R-tibble
|
||||||
R-tidyr
|
R-tidyr
|
||||||
@@ -734,6 +759,7 @@ R-ucminf
|
|||||||
R-urca
|
R-urca
|
||||||
R-urltools
|
R-urltools
|
||||||
R-uroot
|
R-uroot
|
||||||
|
R-usethis
|
||||||
R-utf8
|
R-utf8
|
||||||
R-uuid
|
R-uuid
|
||||||
R-varImp
|
R-varImp
|
||||||
@@ -755,10 +781,12 @@ R-withr
|
|||||||
R-worrms
|
R-worrms
|
||||||
R-xfun
|
R-xfun
|
||||||
R-xml2
|
R-xml2
|
||||||
|
R-xopen
|
||||||
R-xtable
|
R-xtable
|
||||||
R-xts
|
R-xts
|
||||||
R-yaml
|
R-yaml
|
||||||
R-zCompositions
|
R-zCompositions
|
||||||
|
R-zeallot
|
||||||
R-zip
|
R-zip
|
||||||
R-zoo
|
R-zoo
|
||||||
Remmina
|
Remmina
|
||||||
@@ -778,13 +806,16 @@ SDL_ttf
|
|||||||
SQLAlchemy
|
SQLAlchemy
|
||||||
SQLAlchemy-Utils
|
SQLAlchemy-Utils
|
||||||
Send2Trash
|
Send2Trash
|
||||||
|
SmartXbar
|
||||||
SocksiPy-branch
|
SocksiPy-branch
|
||||||
Sphinx
|
Sphinx
|
||||||
SuiteSparse
|
SuiteSparse
|
||||||
Tempita
|
Tempita
|
||||||
|
Texmaker
|
||||||
Theano
|
Theano
|
||||||
Thunar
|
Thunar
|
||||||
UkPostcodeParser
|
UkPostcodeParser
|
||||||
|
VTK
|
||||||
Vertex-theme
|
Vertex-theme
|
||||||
Vulkan-Headers
|
Vulkan-Headers
|
||||||
Vulkan-Loader
|
Vulkan-Loader
|
||||||
@@ -834,6 +865,7 @@ acl
|
|||||||
acme
|
acme
|
||||||
acpica-unix2
|
acpica-unix2
|
||||||
acrn-hypervisor
|
acrn-hypervisor
|
||||||
|
adapt-parser
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
aeon
|
aeon
|
||||||
aioeventlet
|
aioeventlet
|
||||||
@@ -867,6 +899,7 @@ apache-spark
|
|||||||
apache-zookeeper
|
apache-zookeeper
|
||||||
apipkg
|
apipkg
|
||||||
appdirs
|
appdirs
|
||||||
|
appstream
|
||||||
appstream-glib
|
appstream-glib
|
||||||
apr
|
apr
|
||||||
apr-util
|
apr-util
|
||||||
@@ -895,6 +928,7 @@ at-spi2-atk
|
|||||||
at-spi2-core
|
at-spi2-core
|
||||||
atk
|
atk
|
||||||
atkmm
|
atkmm
|
||||||
|
atom
|
||||||
atomicwrites
|
atomicwrites
|
||||||
attica
|
attica
|
||||||
attr
|
attr
|
||||||
@@ -910,9 +944,11 @@ autofs
|
|||||||
autogen
|
autogen
|
||||||
automake
|
automake
|
||||||
automaton
|
automaton
|
||||||
|
awesome-wm
|
||||||
awscli
|
awscli
|
||||||
axel
|
axel
|
||||||
azure-configs
|
azure-configs
|
||||||
|
azure-iot-sdk
|
||||||
babeltrace
|
babeltrace
|
||||||
babl
|
babl
|
||||||
backcall
|
backcall
|
||||||
@@ -942,6 +978,7 @@ binutils
|
|||||||
bison
|
bison
|
||||||
bkcharts
|
bkcharts
|
||||||
bleach
|
bleach
|
||||||
|
blender
|
||||||
blinken
|
blinken
|
||||||
blinker
|
blinker
|
||||||
blktrace
|
blktrace
|
||||||
@@ -952,6 +989,7 @@ bluez-qt
|
|||||||
bmap-tools
|
bmap-tools
|
||||||
bndl-lamp-basic
|
bndl-lamp-basic
|
||||||
bokeh
|
bokeh
|
||||||
|
bolt
|
||||||
bomber
|
bomber
|
||||||
boost
|
boost
|
||||||
borgbackup
|
borgbackup
|
||||||
@@ -963,8 +1001,10 @@ breeze
|
|||||||
breeze-gtk
|
breeze-gtk
|
||||||
breeze-icons
|
breeze-icons
|
||||||
bridge-utils
|
bridge-utils
|
||||||
|
bro
|
||||||
brotli
|
brotli
|
||||||
bsdiff
|
bsdiff
|
||||||
|
bspwm
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
buildreq-R
|
buildreq-R
|
||||||
buildreq-cmake
|
buildreq-cmake
|
||||||
@@ -983,6 +1023,7 @@ buildreq-mvn
|
|||||||
buildreq-qmake
|
buildreq-qmake
|
||||||
buildreq-scons
|
buildreq-scons
|
||||||
bundle-chroot-builder
|
bundle-chroot-builder
|
||||||
|
bwidget
|
||||||
bz2file
|
bz2file
|
||||||
bzip2
|
bzip2
|
||||||
c-ares
|
c-ares
|
||||||
@@ -992,6 +1033,7 @@ ca-certs-static
|
|||||||
cabextract
|
cabextract
|
||||||
cached-property
|
cached-property
|
||||||
cachetools
|
cachetools
|
||||||
|
caffe
|
||||||
cairo
|
cairo
|
||||||
cairomm
|
cairomm
|
||||||
calendarsupport
|
calendarsupport
|
||||||
@@ -1038,6 +1080,8 @@ click
|
|||||||
cliff
|
cliff
|
||||||
clinfo
|
clinfo
|
||||||
cln
|
cln
|
||||||
|
cloc
|
||||||
|
cloud-native-setup
|
||||||
cloudpickle
|
cloudpickle
|
||||||
clr-R-helpers
|
clr-R-helpers
|
||||||
clr-avx-tools
|
clr-avx-tools
|
||||||
@@ -1048,6 +1092,7 @@ clr-find-bundle
|
|||||||
clr-fwupd-hooks
|
clr-fwupd-hooks
|
||||||
clr-hardware-files
|
clr-hardware-files
|
||||||
clr-init
|
clr-init
|
||||||
|
clr-installer
|
||||||
clr-man-pages
|
clr-man-pages
|
||||||
clr-power-tweaks
|
clr-power-tweaks
|
||||||
clr-python-timestamp
|
clr-python-timestamp
|
||||||
@@ -1066,6 +1111,7 @@ cmake
|
|||||||
cmd2
|
cmd2
|
||||||
cmocka
|
cmocka
|
||||||
cmrt
|
cmrt
|
||||||
|
cnf
|
||||||
cni
|
cni
|
||||||
cni-plugins
|
cni-plugins
|
||||||
cockpit
|
cockpit
|
||||||
@@ -1100,14 +1146,18 @@ compat-SDL2-soname1
|
|||||||
compat-cryptsetup-soname4
|
compat-cryptsetup-soname4
|
||||||
compat-efivar-soname0
|
compat-efivar-soname0
|
||||||
compat-enchant-soname1
|
compat-enchant-soname1
|
||||||
|
compat-exiv2-soname26
|
||||||
compat-fuse-soname2
|
compat-fuse-soname2
|
||||||
compat-gegl
|
compat-gegl
|
||||||
compat-gegl-0.3
|
compat-gegl-0.3
|
||||||
compat-glew-soname1
|
compat-glew-soname1
|
||||||
|
compat-gmime-26
|
||||||
compat-gtksourceview-soname3
|
compat-gtksourceview-soname3
|
||||||
compat-guile-soname20
|
compat-guile-soname20
|
||||||
compat-hdf5-soname10
|
compat-hdf5-soname10
|
||||||
compat-hyperscan-soname4
|
compat-hyperscan-soname4
|
||||||
|
compat-icu4c-soname61
|
||||||
|
compat-intel-gmmlib-soname1
|
||||||
compat-ipset-soname10
|
compat-ipset-soname10
|
||||||
compat-libical-soname2
|
compat-libical-soname2
|
||||||
compat-libidn-soname11
|
compat-libidn-soname11
|
||||||
@@ -1116,12 +1166,17 @@ compat-libwebp-soname6
|
|||||||
compat-llvm-soname4
|
compat-llvm-soname4
|
||||||
compat-llvm-soname5
|
compat-llvm-soname5
|
||||||
compat-llvm-soname6
|
compat-llvm-soname6
|
||||||
|
compat-mariadb-soname18
|
||||||
compat-mpfr-soname4
|
compat-mpfr-soname4
|
||||||
compat-opencv-soname32
|
compat-opencv-soname32
|
||||||
compat-opencv-soname33
|
compat-opencv-soname33
|
||||||
|
compat-opencv-soname34
|
||||||
|
compat-openssl-soname-10
|
||||||
|
compat-poppler-soname78
|
||||||
compat-protobuf-soname14
|
compat-protobuf-soname14
|
||||||
compat-protobuf-soname15
|
compat-protobuf-soname15
|
||||||
compat-readline
|
compat-readline
|
||||||
|
compat-readline-soname5
|
||||||
component
|
component
|
||||||
compute-image-packages
|
compute-image-packages
|
||||||
configobj
|
configobj
|
||||||
@@ -1183,6 +1238,7 @@ defusedxml
|
|||||||
dejagnu
|
dejagnu
|
||||||
deprecation
|
deprecation
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
|
desktop-icons
|
||||||
devhelp
|
devhelp
|
||||||
dfc
|
dfc
|
||||||
dfu-util
|
dfu-util
|
||||||
@@ -1203,9 +1259,13 @@ django-discover-runner
|
|||||||
django-nose
|
django-nose
|
||||||
django-pyscss
|
django-pyscss
|
||||||
django_compressor
|
django_compressor
|
||||||
|
dldt
|
||||||
|
dldt-model-optimizer
|
||||||
dlt-daemon
|
dlt-daemon
|
||||||
|
dmap2gcode
|
||||||
dmenu
|
dmenu
|
||||||
dmidecode
|
dmidecode
|
||||||
|
dmlc-core
|
||||||
dnf
|
dnf
|
||||||
dnf-plugins-core
|
dnf-plugins-core
|
||||||
dnsmasq
|
dnsmasq
|
||||||
@@ -1236,10 +1296,12 @@ dstat
|
|||||||
dtc
|
dtc
|
||||||
dtopt
|
dtopt
|
||||||
dulwich
|
dulwich
|
||||||
|
dunst
|
||||||
duperemove
|
duperemove
|
||||||
dwarves
|
dwarves
|
||||||
dyskctl
|
dyskctl
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
|
earlyapp
|
||||||
ebtables
|
ebtables
|
||||||
ecdsa
|
ecdsa
|
||||||
ed
|
ed
|
||||||
@@ -1254,6 +1316,7 @@ electric-fence
|
|||||||
elementary-xfce
|
elementary-xfce
|
||||||
elfutils
|
elfutils
|
||||||
elixir
|
elixir
|
||||||
|
ell
|
||||||
emacs
|
emacs
|
||||||
empy
|
empy
|
||||||
enchant
|
enchant
|
||||||
@@ -1263,6 +1326,7 @@ envs
|
|||||||
eog
|
eog
|
||||||
eog-plugins
|
eog-plugins
|
||||||
epm
|
epm
|
||||||
|
eternalegypt
|
||||||
ethtool
|
ethtool
|
||||||
eventlet
|
eventlet
|
||||||
eventviews
|
eventviews
|
||||||
@@ -1282,14 +1346,17 @@ f2fs-tools
|
|||||||
faba-icon-theme
|
faba-icon-theme
|
||||||
fakeroot
|
fakeroot
|
||||||
fann
|
fann
|
||||||
|
fann2
|
||||||
farstream
|
farstream
|
||||||
fasteners
|
fasteners
|
||||||
|
fastimport
|
||||||
fcgi
|
fcgi
|
||||||
feh
|
feh
|
||||||
fftw
|
fftw
|
||||||
file
|
file
|
||||||
file-roller
|
file-roller
|
||||||
filelight
|
filelight
|
||||||
|
filelock
|
||||||
filesystem
|
filesystem
|
||||||
findutils
|
findutils
|
||||||
fio
|
fio
|
||||||
@@ -1352,6 +1419,7 @@ gdal
|
|||||||
gdb
|
gdb
|
||||||
gdbm
|
gdbm
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
|
gdl
|
||||||
gdm
|
gdm
|
||||||
geany
|
geany
|
||||||
geany-plugins
|
geany-plugins
|
||||||
@@ -1403,6 +1471,7 @@ gnome-common
|
|||||||
gnome-control-center
|
gnome-control-center
|
||||||
gnome-desktop
|
gnome-desktop
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
|
gnome-doc-utils
|
||||||
gnome-flashback
|
gnome-flashback
|
||||||
gnome-font-viewer
|
gnome-font-viewer
|
||||||
gnome-icon-theme
|
gnome-icon-theme
|
||||||
@@ -1441,6 +1510,8 @@ gom
|
|||||||
goocanvas
|
goocanvas
|
||||||
google-api-python-client
|
google-api-python-client
|
||||||
google-apitools
|
google-apitools
|
||||||
|
google-auth
|
||||||
|
google-auth-httplib2
|
||||||
google-reauth
|
google-reauth
|
||||||
googletest
|
googletest
|
||||||
gperf
|
gperf
|
||||||
@@ -1481,6 +1552,8 @@ gtk-doc
|
|||||||
gtk-vnc
|
gtk-vnc
|
||||||
gtk-xfce-engine
|
gtk-xfce-engine
|
||||||
gtk3
|
gtk3
|
||||||
|
gtkglext
|
||||||
|
gtkmm2
|
||||||
gtkmm3
|
gtkmm3
|
||||||
gtksourceview
|
gtksourceview
|
||||||
gtkspell3
|
gtkspell3
|
||||||
@@ -1489,6 +1562,7 @@ gupnp-av
|
|||||||
gutenprint
|
gutenprint
|
||||||
gvfs
|
gvfs
|
||||||
gvim
|
gvim
|
||||||
|
gwenview
|
||||||
gzip
|
gzip
|
||||||
h5py
|
h5py
|
||||||
hacking
|
hacking
|
||||||
@@ -1508,6 +1582,7 @@ hicolor-icon-theme
|
|||||||
hold
|
hold
|
||||||
home-assistant
|
home-assistant
|
||||||
horizon
|
horizon
|
||||||
|
horovod
|
||||||
hostname
|
hostname
|
||||||
html5lib
|
html5lib
|
||||||
htop
|
htop
|
||||||
@@ -1534,6 +1609,7 @@ ibus-table
|
|||||||
icalendar
|
icalendar
|
||||||
icdiff
|
icdiff
|
||||||
iceauth
|
iceauth
|
||||||
|
icecream
|
||||||
icon-naming-utils
|
icon-naming-utils
|
||||||
icu4c
|
icu4c
|
||||||
idna
|
idna
|
||||||
@@ -1547,14 +1623,17 @@ imapfilter
|
|||||||
imlib2
|
imlib2
|
||||||
indent
|
indent
|
||||||
infiniband-diags
|
infiniband-diags
|
||||||
|
inflection
|
||||||
influxdb
|
influxdb
|
||||||
iniparse
|
iniparse
|
||||||
init-rdahead
|
init-rdahead
|
||||||
|
inkscape
|
||||||
inotify-tools
|
inotify-tools
|
||||||
intel-gmmlib
|
intel-gmmlib
|
||||||
intel-gpu-tools
|
intel-gpu-tools
|
||||||
intel-hybrid-driver
|
intel-hybrid-driver
|
||||||
intel-media-driver
|
intel-media-driver
|
||||||
|
intelhex
|
||||||
intltool
|
intltool
|
||||||
ioc-cbc-tools
|
ioc-cbc-tools
|
||||||
ioping
|
ioping
|
||||||
@@ -1593,8 +1672,10 @@ itsdangerous
|
|||||||
itstool
|
itstool
|
||||||
iw
|
iw
|
||||||
ixion
|
ixion
|
||||||
|
jack-audio-connection-kit
|
||||||
jansson
|
jansson
|
||||||
jaraco.functools
|
jaraco.functools
|
||||||
|
jdcal
|
||||||
jedi
|
jedi
|
||||||
jedi-vim
|
jedi-vim
|
||||||
jeepney
|
jeepney
|
||||||
@@ -1732,6 +1813,7 @@ killbots
|
|||||||
kimageformats
|
kimageformats
|
||||||
kimagemapeditor
|
kimagemapeditor
|
||||||
kimap
|
kimap
|
||||||
|
kimchi
|
||||||
kinfocenter
|
kinfocenter
|
||||||
kinit
|
kinit
|
||||||
kio
|
kio
|
||||||
@@ -1781,6 +1863,7 @@ konqueror
|
|||||||
konquest
|
konquest
|
||||||
konsole
|
konsole
|
||||||
kontactinterface
|
kontactinterface
|
||||||
|
konversation
|
||||||
kpackage
|
kpackage
|
||||||
kparts
|
kparts
|
||||||
kpeople
|
kpeople
|
||||||
@@ -1842,7 +1925,9 @@ ldb
|
|||||||
lensfun
|
lensfun
|
||||||
less
|
less
|
||||||
leveldb
|
leveldb
|
||||||
|
lftp
|
||||||
libICE
|
libICE
|
||||||
|
libMED
|
||||||
libSM
|
libSM
|
||||||
libX11
|
libX11
|
||||||
libXScrnSaver
|
libXScrnSaver
|
||||||
@@ -1882,6 +1967,7 @@ libassuan
|
|||||||
libasyncns
|
libasyncns
|
||||||
libatasmart
|
libatasmart
|
||||||
libatomic_ops
|
libatomic_ops
|
||||||
|
libavtp
|
||||||
libb64
|
libb64
|
||||||
libblockdev
|
libblockdev
|
||||||
libburn
|
libburn
|
||||||
@@ -1917,6 +2003,7 @@ libevent
|
|||||||
libexif
|
libexif
|
||||||
libexttextcat
|
libexttextcat
|
||||||
libffi
|
libffi
|
||||||
|
libffmpeg-stub
|
||||||
libfontenc
|
libfontenc
|
||||||
libfprint
|
libfprint
|
||||||
libfreehand
|
libfreehand
|
||||||
@@ -1970,6 +2057,7 @@ libmbim
|
|||||||
libmediaart
|
libmediaart
|
||||||
libmicrohttpd
|
libmicrohttpd
|
||||||
libmnl
|
libmnl
|
||||||
|
libmodbus
|
||||||
libmodulemd
|
libmodulemd
|
||||||
libmspack
|
libmspack
|
||||||
libmspub
|
libmspub
|
||||||
@@ -2028,6 +2116,7 @@ libsolv
|
|||||||
libsoup
|
libsoup
|
||||||
libspectre
|
libspectre
|
||||||
libspiro
|
libspiro
|
||||||
|
libspnav
|
||||||
libsrtp
|
libsrtp
|
||||||
libssh
|
libssh
|
||||||
libssh2
|
libssh2
|
||||||
@@ -2037,6 +2126,7 @@ libtasn1
|
|||||||
libthai
|
libthai
|
||||||
libtheora
|
libtheora
|
||||||
libtirpc
|
libtirpc
|
||||||
|
libtk-img
|
||||||
libtool
|
libtool
|
||||||
libudev0-shim
|
libudev0-shim
|
||||||
libuev
|
libuev
|
||||||
@@ -2064,6 +2154,7 @@ libwpd
|
|||||||
libwpg
|
libwpg
|
||||||
libwps
|
libwps
|
||||||
libxcb
|
libxcb
|
||||||
|
libxdg-basedir
|
||||||
libxfce4ui
|
libxfce4ui
|
||||||
libxfce4util
|
libxfce4util
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
@@ -2104,10 +2195,12 @@ linux-steam-integration
|
|||||||
linux-tools
|
linux-tools
|
||||||
linuxptp
|
linuxptp
|
||||||
lksctp-tools
|
lksctp-tools
|
||||||
|
llfuse
|
||||||
llvm
|
llvm
|
||||||
llvmlite
|
llvmlite
|
||||||
lmdb
|
lmdb
|
||||||
locket
|
locket
|
||||||
|
locustio
|
||||||
logilab-common
|
logilab-common
|
||||||
logrotate
|
logrotate
|
||||||
logutils
|
logutils
|
||||||
@@ -2120,6 +2213,8 @@ lsscsi
|
|||||||
ltp
|
ltp
|
||||||
ltrace
|
ltrace
|
||||||
lua
|
lua
|
||||||
|
lualgi
|
||||||
|
luarocks
|
||||||
lxml
|
lxml
|
||||||
lz4
|
lz4
|
||||||
lzip
|
lzip
|
||||||
@@ -2147,6 +2242,7 @@ meld
|
|||||||
memcached
|
memcached
|
||||||
memkind
|
memkind
|
||||||
memshrinker
|
memshrinker
|
||||||
|
mercurial
|
||||||
mesa
|
mesa
|
||||||
mesa-demos
|
mesa-demos
|
||||||
meson
|
meson
|
||||||
@@ -2196,9 +2292,12 @@ mpi4py
|
|||||||
mpmath
|
mpmath
|
||||||
mraa
|
mraa
|
||||||
msgpack
|
msgpack
|
||||||
|
msm
|
||||||
msmtp
|
msmtp
|
||||||
msr-tools
|
msr-tools
|
||||||
|
msrest
|
||||||
mstflint
|
mstflint
|
||||||
|
mtd-utils
|
||||||
mtdev
|
mtdev
|
||||||
mtr
|
mtr
|
||||||
multidict
|
multidict
|
||||||
@@ -2210,6 +2309,8 @@ musl
|
|||||||
mutagen
|
mutagen
|
||||||
mutt
|
mutt
|
||||||
mutter
|
mutter
|
||||||
|
mxnet
|
||||||
|
mycroft-core
|
||||||
mypaint-brushes
|
mypaint-brushes
|
||||||
mypy
|
mypy
|
||||||
mypy_extensions
|
mypy_extensions
|
||||||
@@ -2231,6 +2332,7 @@ net-snmp
|
|||||||
net-tools
|
net-tools
|
||||||
netaddr
|
netaddr
|
||||||
netbase
|
netbase
|
||||||
|
netcdf
|
||||||
netdisco
|
netdisco
|
||||||
netifaces
|
netifaces
|
||||||
nettle
|
nettle
|
||||||
@@ -2362,6 +2464,8 @@ p11-kit
|
|||||||
p7zip
|
p7zip
|
||||||
packaging
|
packaging
|
||||||
pacrunner
|
pacrunner
|
||||||
|
padaos
|
||||||
|
padatious
|
||||||
paho-mqtt
|
paho-mqtt
|
||||||
paho.mqtt.c
|
paho.mqtt.c
|
||||||
paho.mqtt.cpp
|
paho.mqtt.cpp
|
||||||
@@ -2371,6 +2475,8 @@ pandoc
|
|||||||
pandocfilters
|
pandocfilters
|
||||||
pango
|
pango
|
||||||
pangomm
|
pangomm
|
||||||
|
pangox-compat
|
||||||
|
paper-icon-theme
|
||||||
parallel
|
parallel
|
||||||
parameter-framework
|
parameter-framework
|
||||||
paramiko
|
paramiko
|
||||||
@@ -2383,6 +2489,7 @@ passlib
|
|||||||
patch
|
patch
|
||||||
patchutils
|
patchutils
|
||||||
pathlib
|
pathlib
|
||||||
|
pathlib2
|
||||||
patsy
|
patsy
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pbr
|
pbr
|
||||||
@@ -2391,6 +2498,8 @@ pbzip2
|
|||||||
pciutils
|
pciutils
|
||||||
pcre
|
pcre
|
||||||
pcre2
|
pcre2
|
||||||
|
pdns
|
||||||
|
pdns-recursor
|
||||||
pecan
|
pecan
|
||||||
pep8
|
pep8
|
||||||
performance
|
performance
|
||||||
@@ -2695,6 +2804,7 @@ perl-Image-Size
|
|||||||
perl-Import-Into
|
perl-Import-Into
|
||||||
perl-Importer
|
perl-Importer
|
||||||
perl-Inline
|
perl-Inline
|
||||||
|
perl-Inline-C
|
||||||
perl-JSON
|
perl-JSON
|
||||||
perl-JSON-MaybeXS
|
perl-JSON-MaybeXS
|
||||||
perl-JSON-RPC
|
perl-JSON-RPC
|
||||||
@@ -2848,8 +2958,6 @@ perl-Pod-Plainer
|
|||||||
perl-Pod-Spell
|
perl-Pod-Spell
|
||||||
perl-Pod-Strip
|
perl-Pod-Strip
|
||||||
perl-PostScript-File
|
perl-PostScript-File
|
||||||
perl-Proc-Daemon
|
|
||||||
perl-Proc-ProcessTable
|
|
||||||
perl-Proc-Wait3
|
perl-Proc-Wait3
|
||||||
perl-Protocol-OSC
|
perl-Protocol-OSC
|
||||||
perl-Quota
|
perl-Quota
|
||||||
@@ -2918,7 +3026,7 @@ perl-Term-Table
|
|||||||
perl-Term-UI
|
perl-Term-UI
|
||||||
perl-Test-Assertions
|
perl-Test-Assertions
|
||||||
perl-Test-Base
|
perl-Test-Base
|
||||||
perl-Test-CleanNameSpaces
|
perl-Test-CleanNamespaces
|
||||||
perl-Test-Compile
|
perl-Test-Compile
|
||||||
perl-Test-Deep
|
perl-Test-Deep
|
||||||
perl-Test-Differences
|
perl-Test-Differences
|
||||||
@@ -2935,6 +3043,7 @@ perl-Test-Manifest
|
|||||||
perl-Test-MockModule
|
perl-Test-MockModule
|
||||||
perl-Test-MockTime
|
perl-Test-MockTime
|
||||||
perl-Test-More-UTF8
|
perl-Test-More-UTF8
|
||||||
|
perl-Test-Most
|
||||||
perl-Test-Needs
|
perl-Test-Needs
|
||||||
perl-Test-NoWarnings
|
perl-Test-NoWarnings
|
||||||
perl-Test-Number-Delta
|
perl-Test-Number-Delta
|
||||||
@@ -2951,6 +3060,7 @@ perl-Test-Strict
|
|||||||
perl-Test-Synopsis
|
perl-Test-Synopsis
|
||||||
perl-Test-TCP
|
perl-Test-TCP
|
||||||
perl-Test-Taint
|
perl-Test-Taint
|
||||||
|
perl-Test-Trap
|
||||||
perl-Test-UseAllModules
|
perl-Test-UseAllModules
|
||||||
perl-Test-Warn
|
perl-Test-Warn
|
||||||
perl-Test-Warnings
|
perl-Test-Warnings
|
||||||
@@ -3094,6 +3204,9 @@ portend
|
|||||||
positional
|
positional
|
||||||
posix_ipc
|
posix_ipc
|
||||||
postgresql
|
postgresql
|
||||||
|
potrace
|
||||||
|
povray
|
||||||
|
powerdevil
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
powertop
|
powertop
|
||||||
poxml
|
poxml
|
||||||
@@ -3115,6 +3228,7 @@ pth
|
|||||||
ptyprocess
|
ptyprocess
|
||||||
pugixml
|
pugixml
|
||||||
pulseaudio
|
pulseaudio
|
||||||
|
pulsectl
|
||||||
purpose
|
purpose
|
||||||
pv
|
pv
|
||||||
pwgen
|
pwgen
|
||||||
@@ -3122,12 +3236,15 @@ py
|
|||||||
pyOpenSSL
|
pyOpenSSL
|
||||||
pyScss
|
pyScss
|
||||||
pyaes
|
pyaes
|
||||||
|
pyalsaaudio
|
||||||
pyaml
|
pyaml
|
||||||
pyasn1
|
pyasn1
|
||||||
pyasn1-modules
|
pyasn1-modules
|
||||||
pyatspi
|
pyatspi
|
||||||
|
pybind11
|
||||||
pycadf
|
pycadf
|
||||||
pycairo
|
pycairo
|
||||||
|
pycam
|
||||||
pycodestyle
|
pycodestyle
|
||||||
pycparser
|
pycparser
|
||||||
pycrypto
|
pycrypto
|
||||||
@@ -3137,9 +3254,13 @@ pydot
|
|||||||
pydot_ng
|
pydot_ng
|
||||||
pydotplus
|
pydotplus
|
||||||
pyeclib
|
pyeclib
|
||||||
|
pyee
|
||||||
pyemd
|
pyemd
|
||||||
pyflakes
|
pyflakes
|
||||||
pygobject
|
pygobject
|
||||||
|
pygobject-legacy
|
||||||
|
pygtk
|
||||||
|
pygtkglext
|
||||||
pyinotify
|
pyinotify
|
||||||
pykerberos
|
pykerberos
|
||||||
pylama
|
pylama
|
||||||
@@ -3147,6 +3268,7 @@ pyliblzma
|
|||||||
pylint
|
pylint
|
||||||
pymemcache
|
pymemcache
|
||||||
pymongo
|
pymongo
|
||||||
|
pyotp
|
||||||
pypandoc
|
pypandoc
|
||||||
pyparsing
|
pyparsing
|
||||||
pyperclip
|
pyperclip
|
||||||
@@ -3160,8 +3282,10 @@ pyrsistent
|
|||||||
pysaml2
|
pysaml2
|
||||||
pysendfile
|
pysendfile
|
||||||
pyserial
|
pyserial
|
||||||
|
pyside2-setup
|
||||||
pysnmp
|
pysnmp
|
||||||
pytest
|
pytest
|
||||||
|
pytest-asyncio
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-forked
|
pytest-forked
|
||||||
pytest-randomly
|
pytest-randomly
|
||||||
@@ -3177,13 +3301,17 @@ python-augeas
|
|||||||
python-barbicanclient
|
python-barbicanclient
|
||||||
python-ceilometerclient
|
python-ceilometerclient
|
||||||
python-cinderclient
|
python-cinderclient
|
||||||
|
python-coveralls
|
||||||
|
python-crfsuite
|
||||||
python-dateutil
|
python-dateutil
|
||||||
python-dateutil-legacypython
|
python-dateutil-legacypython
|
||||||
python-designateclient
|
python-designateclient
|
||||||
|
python-dldt
|
||||||
python-editor
|
python-editor
|
||||||
python-future
|
python-future
|
||||||
python-gflags
|
python-gflags
|
||||||
python-glanceclient
|
python-glanceclient
|
||||||
|
python-graphviz
|
||||||
python-heatclient
|
python-heatclient
|
||||||
python-hwinfo
|
python-hwinfo
|
||||||
python-kconfiglib
|
python-kconfiglib
|
||||||
@@ -3199,6 +3327,7 @@ python-mock
|
|||||||
python-multilib
|
python-multilib
|
||||||
python-neutronclient
|
python-neutronclient
|
||||||
python-novaclient
|
python-novaclient
|
||||||
|
python-openid
|
||||||
python-openstackclient
|
python-openstackclient
|
||||||
python-openzwave
|
python-openzwave
|
||||||
python-perf
|
python-perf
|
||||||
@@ -3211,12 +3340,15 @@ python-senlinclient
|
|||||||
python-subunit
|
python-subunit
|
||||||
python-swiftclient
|
python-swiftclient
|
||||||
python-systemd
|
python-systemd
|
||||||
|
python-tabulate
|
||||||
python-tappy
|
python-tappy
|
||||||
python-toml
|
python-toml
|
||||||
python-troveclient
|
python-troveclient
|
||||||
python-urwid
|
python-urwid
|
||||||
|
python-vlc
|
||||||
python-zaqarclient
|
python-zaqarclient
|
||||||
python-zeep
|
python-zeep
|
||||||
|
python-zstandard
|
||||||
python2-mod_wsgi
|
python2-mod_wsgi
|
||||||
python3
|
python3
|
||||||
pytools
|
pytools
|
||||||
@@ -3234,6 +3366,7 @@ qpdf
|
|||||||
qpid-python
|
qpid-python
|
||||||
qqc2-desktop-style
|
qqc2-desktop-style
|
||||||
qrencode
|
qrencode
|
||||||
|
qscintilla
|
||||||
qt-creator
|
qt-creator
|
||||||
qt3d
|
qt3d
|
||||||
qtbase
|
qtbase
|
||||||
@@ -3296,6 +3429,7 @@ requests
|
|||||||
requests-kerberos
|
requests-kerberos
|
||||||
requests-mock
|
requests-mock
|
||||||
requests-ntlm
|
requests-ntlm
|
||||||
|
requests-oauthlib
|
||||||
requests-toolbelt
|
requests-toolbelt
|
||||||
requestsexceptions
|
requestsexceptions
|
||||||
rest
|
rest
|
||||||
@@ -3316,6 +3450,7 @@ rsa
|
|||||||
rsync
|
rsync
|
||||||
rt-tests
|
rt-tests
|
||||||
rtslib-fb
|
rtslib-fb
|
||||||
|
ruamel-yaml
|
||||||
ruby
|
ruby
|
||||||
runc
|
runc
|
||||||
rust-std32
|
rust-std32
|
||||||
@@ -3368,6 +3503,7 @@ simg-tools
|
|||||||
simple-scan
|
simple-scan
|
||||||
simplegeneric
|
simplegeneric
|
||||||
simplejson
|
simplejson
|
||||||
|
singledispatch
|
||||||
sip
|
sip
|
||||||
six
|
six
|
||||||
slang
|
slang
|
||||||
@@ -3384,12 +3520,14 @@ solid
|
|||||||
sonnet
|
sonnet
|
||||||
sortedcontainers
|
sortedcontainers
|
||||||
sos
|
sos
|
||||||
|
sound-theme-freedesktop
|
||||||
soundmodem
|
soundmodem
|
||||||
source-code-pro
|
source-code-pro
|
||||||
source-highlight
|
source-highlight
|
||||||
sox
|
sox
|
||||||
spandsp
|
spandsp
|
||||||
spark-dep
|
spark-dep
|
||||||
|
spectacle
|
||||||
speex
|
speex
|
||||||
speexdsp
|
speexdsp
|
||||||
sphinx-feature-classification
|
sphinx-feature-classification
|
||||||
@@ -3398,6 +3536,7 @@ sphinxcontrib-apidoc
|
|||||||
sphinxcontrib-blockdiag
|
sphinxcontrib-blockdiag
|
||||||
sphinxcontrib-httpdomain
|
sphinxcontrib-httpdomain
|
||||||
sphinxcontrib-newsfeed
|
sphinxcontrib-newsfeed
|
||||||
|
sphinxcontrib-programoutput
|
||||||
sphinxcontrib-websupport
|
sphinxcontrib-websupport
|
||||||
spi-tools
|
spi-tools
|
||||||
spice
|
spice
|
||||||
@@ -3428,6 +3567,7 @@ suds-jurko
|
|||||||
sundials
|
sundials
|
||||||
sure
|
sure
|
||||||
suricata
|
suricata
|
||||||
|
svg.path
|
||||||
svgpart
|
svgpart
|
||||||
sweeper
|
sweeper
|
||||||
swift
|
swift
|
||||||
@@ -3435,7 +3575,7 @@ swig
|
|||||||
swupd-client
|
swupd-client
|
||||||
swupd-overdue
|
swupd-overdue
|
||||||
swupd-probe
|
swupd-probe
|
||||||
swupd-server
|
sxhkd
|
||||||
sympy
|
sympy
|
||||||
syndication
|
syndication
|
||||||
synergy
|
synergy
|
||||||
@@ -3456,6 +3596,7 @@ taskflow
|
|||||||
taskwarrior
|
taskwarrior
|
||||||
tbb
|
tbb
|
||||||
tcl
|
tcl
|
||||||
|
tclx
|
||||||
tcpdump
|
tcpdump
|
||||||
tdb
|
tdb
|
||||||
telemetrics-client
|
telemetrics-client
|
||||||
@@ -3493,6 +3634,7 @@ tiff
|
|||||||
tig
|
tig
|
||||||
tigervnc
|
tigervnc
|
||||||
time
|
time
|
||||||
|
tini
|
||||||
tinyrpc
|
tinyrpc
|
||||||
tinyxml2
|
tinyxml2
|
||||||
tiptop
|
tiptop
|
||||||
@@ -3505,6 +3647,10 @@ tornado
|
|||||||
totem
|
totem
|
||||||
totem-pl-parser
|
totem-pl-parser
|
||||||
tox
|
tox
|
||||||
|
tpm2-abrmd
|
||||||
|
tpm2-simulator
|
||||||
|
tpm2-tools
|
||||||
|
tpm2-tss
|
||||||
tqdm
|
tqdm
|
||||||
traceback2
|
traceback2
|
||||||
traceroute
|
traceroute
|
||||||
@@ -3515,6 +3661,7 @@ tree
|
|||||||
trollius
|
trollius
|
||||||
typed-ast
|
typed-ast
|
||||||
typing
|
typing
|
||||||
|
typing_extensions
|
||||||
tzdata
|
tzdata
|
||||||
tzlocal
|
tzlocal
|
||||||
ua-parser
|
ua-parser
|
||||||
@@ -3529,6 +3676,7 @@ unison
|
|||||||
unittest2
|
unittest2
|
||||||
unixODBC
|
unixODBC
|
||||||
unzip
|
unzip
|
||||||
|
upm
|
||||||
upower
|
upower
|
||||||
uritemplate
|
uritemplate
|
||||||
urlgrabber
|
urlgrabber
|
||||||
@@ -3587,6 +3735,7 @@ winpdb
|
|||||||
wireless-regdb-master
|
wireless-regdb-master
|
||||||
wireshark
|
wireshark
|
||||||
woff2
|
woff2
|
||||||
|
wok
|
||||||
wol
|
wol
|
||||||
wpa_supplicant
|
wpa_supplicant
|
||||||
wrapt
|
wrapt
|
||||||
@@ -3616,8 +3765,10 @@ xdg-desktop-portal-kde
|
|||||||
xdg-user-dirs
|
xdg-user-dirs
|
||||||
xdg-user-dirs-gtk
|
xdg-user-dirs-gtk
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
xdotool
|
||||||
xdpyinfo
|
xdpyinfo
|
||||||
xemacs
|
xemacs
|
||||||
|
xerces-c
|
||||||
xf86-input-evdev
|
xf86-input-evdev
|
||||||
xf86-input-libinput
|
xf86-input-libinput
|
||||||
xf86-input-mouse
|
xf86-input-mouse
|
||||||
@@ -3672,7 +3823,9 @@ xwd
|
|||||||
xwininfo
|
xwininfo
|
||||||
xz
|
xz
|
||||||
yajl
|
yajl
|
||||||
|
yakuake
|
||||||
yaml
|
yaml
|
||||||
|
yaml-cpp
|
||||||
yarl
|
yarl
|
||||||
yarn
|
yarn
|
||||||
yasm
|
yasm
|
||||||
|
|||||||
+9
-1
@@ -43,11 +43,19 @@ if [ ! -f "$IMAGE" ]; then
|
|||||||
fi
|
fi
|
||||||
rm -f debug.log
|
rm -f debug.log
|
||||||
|
|
||||||
|
# 10/25/2018: keep back compatibility for a while
|
||||||
|
UEFI_BIOS="-bios OVMF.fd"
|
||||||
|
|
||||||
|
if [ -f OVMF_VARS.fd -a -f OVMF_CODE.fd ]; then
|
||||||
|
UEFI_BIOS=" -drive file=OVMF_CODE.fd,if=pflash,format=raw,unit=0,readonly=on "
|
||||||
|
UEFI_BIOS+=" -drive file=OVMF_VARS.fd,if=pflash,format=raw,unit=1 "
|
||||||
|
fi
|
||||||
|
|
||||||
VMN=${VMN:=1}
|
VMN=${VMN:=1}
|
||||||
|
|
||||||
qemu-system-x86_64 \
|
qemu-system-x86_64 \
|
||||||
-enable-kvm \
|
-enable-kvm \
|
||||||
-bios OVMF.fd \
|
${UEFI_BIOS} \
|
||||||
-smp sockets=1,cpus=4,cores=2 -cpu host \
|
-smp sockets=1,cpus=4,cores=2 -cpu host \
|
||||||
-m 1024 \
|
-m 1024 \
|
||||||
-vga none -nographic \
|
-vga none -nographic \
|
||||||
|
|||||||
Reference in New Issue
Block a user