mirror of
https://github.com/clearlinux/common.git
synced 2026-07-14 00:35:53 +00:00
Compare commits
35 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf4599a923 | |||
| 3e7a03c6b6 | |||
| c4e133da04 | |||
| 295db72a7c | |||
| a4927695e0 | |||
| e2ede0ec09 | |||
| d3f7e72d7c | |||
| ce67fd374a | |||
| 1feea0f15e | |||
| 4c1c55f03e | |||
| 214ebc3f93 | |||
| 00997dcd48 | |||
| 07fdbe3153 | |||
| b671ab5709 | |||
| fc29b4c1c3 | |||
| f108ac36d6 | |||
| 1c2bc9d50c | |||
| 8952175bc9 | |||
| 3812469ac2 | |||
| d1b434583a | |||
| dbd3c9accf | |||
| 6214fa5e9f | |||
| 8e9dd55e0f | |||
| 9ee80a2635 | |||
| 653105ffdf | |||
| a67fe47e39 | |||
| 103222eb4e | |||
| 0304bbd6b1 | |||
| 4ca1662790 | |||
| 94e2c39146 | |||
| d67be8a71b | |||
| 130f0f089e | |||
| a75e19a379 | |||
| d2e1c72c33 | |||
| b94a1c537f |
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -1,17 +1,21 @@
|
|||||||
AVB-AudioModules
|
AVB-AudioModules
|
||||||
Babel
|
Babel
|
||||||
Botan
|
Botan
|
||||||
|
CGAL
|
||||||
CUnit
|
CUnit
|
||||||
Cheetah
|
Cheetah
|
||||||
CherryPy
|
CherryPy
|
||||||
|
Coin
|
||||||
ConfigArgParse
|
ConfigArgParse
|
||||||
Counter
|
Counter
|
||||||
Cython
|
Cython
|
||||||
Django
|
Django
|
||||||
Edge-optimized-models
|
Edge-optimized-models
|
||||||
|
F-Engrave
|
||||||
Flask
|
Flask
|
||||||
Flask-RESTful
|
Flask-RESTful
|
||||||
FlatBuffers
|
FlatBuffers
|
||||||
|
FreeCAD
|
||||||
FreeRDP
|
FreeRDP
|
||||||
GConf
|
GConf
|
||||||
GitPython
|
GitPython
|
||||||
@@ -36,6 +40,9 @@ MonkeyType
|
|||||||
MySQL-python
|
MySQL-python
|
||||||
NetworkManager
|
NetworkManager
|
||||||
NetworkManager-openconnect
|
NetworkManager-openconnect
|
||||||
|
OpenCASCADE
|
||||||
|
OpenCSG
|
||||||
|
OpenColorIO
|
||||||
OpenSP
|
OpenSP
|
||||||
PackageKit
|
PackageKit
|
||||||
Paste
|
Paste
|
||||||
@@ -46,11 +53,14 @@ PyDispatcher
|
|||||||
PyJWT
|
PyJWT
|
||||||
PyMySQL
|
PyMySQL
|
||||||
PyNaCl
|
PyNaCl
|
||||||
|
PyOpenGL
|
||||||
PyQRCode
|
PyQRCode
|
||||||
|
PyQt5
|
||||||
PyWavelets
|
PyWavelets
|
||||||
PyYAML
|
PyYAML
|
||||||
Pygments
|
Pygments
|
||||||
Pyro4
|
Pyro4
|
||||||
|
QGIS
|
||||||
QtAwesome
|
QtAwesome
|
||||||
QtPy
|
QtPy
|
||||||
R
|
R
|
||||||
@@ -135,6 +145,7 @@ R-RInside
|
|||||||
R-RJSONIO
|
R-RJSONIO
|
||||||
R-RNeXML
|
R-RNeXML
|
||||||
R-ROCR
|
R-ROCR
|
||||||
|
R-RProtoBuf
|
||||||
R-RSQLite
|
R-RSQLite
|
||||||
R-RSclient
|
R-RSclient
|
||||||
R-RUnit
|
R-RUnit
|
||||||
@@ -259,6 +270,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
|
||||||
@@ -340,6 +352,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
|
||||||
@@ -372,6 +385,7 @@ R-gdata
|
|||||||
R-geepack
|
R-geepack
|
||||||
R-geiger
|
R-geiger
|
||||||
R-generics
|
R-generics
|
||||||
|
R-geojson
|
||||||
R-geometry
|
R-geometry
|
||||||
R-getopt
|
R-getopt
|
||||||
R-ggjoy
|
R-ggjoy
|
||||||
@@ -424,6 +438,7 @@ R-janitor
|
|||||||
R-joineR
|
R-joineR
|
||||||
R-joineRML
|
R-joineRML
|
||||||
R-jpeg
|
R-jpeg
|
||||||
|
R-jqr
|
||||||
R-jsonlite
|
R-jsonlite
|
||||||
R-keras
|
R-keras
|
||||||
R-kernlab
|
R-kernlab
|
||||||
@@ -581,6 +596,7 @@ R-profileModel
|
|||||||
R-progress
|
R-progress
|
||||||
R-promises
|
R-promises
|
||||||
R-proto
|
R-proto
|
||||||
|
R-protolite
|
||||||
R-proxy
|
R-proxy
|
||||||
R-pryr
|
R-pryr
|
||||||
R-ps
|
R-ps
|
||||||
@@ -808,6 +824,8 @@ Texmaker
|
|||||||
Theano
|
Theano
|
||||||
Thunar
|
Thunar
|
||||||
UkPostcodeParser
|
UkPostcodeParser
|
||||||
|
Unidecode
|
||||||
|
VTK
|
||||||
Vertex-theme
|
Vertex-theme
|
||||||
Vulkan-Headers
|
Vulkan-Headers
|
||||||
Vulkan-Loader
|
Vulkan-Loader
|
||||||
@@ -857,6 +875,7 @@ acl
|
|||||||
acme
|
acme
|
||||||
acpica-unix2
|
acpica-unix2
|
||||||
acrn-hypervisor
|
acrn-hypervisor
|
||||||
|
adal
|
||||||
adapt-parser
|
adapt-parser
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
aeon
|
aeon
|
||||||
@@ -891,6 +910,7 @@ apache-spark
|
|||||||
apache-zookeeper
|
apache-zookeeper
|
||||||
apipkg
|
apipkg
|
||||||
appdirs
|
appdirs
|
||||||
|
appstream
|
||||||
appstream-glib
|
appstream-glib
|
||||||
apr
|
apr
|
||||||
apr-util
|
apr-util
|
||||||
@@ -925,6 +945,7 @@ attica
|
|||||||
attr
|
attr
|
||||||
attrs
|
attrs
|
||||||
audiofile
|
audiofile
|
||||||
|
audisp-json
|
||||||
audit
|
audit
|
||||||
augeas
|
augeas
|
||||||
authconfig
|
authconfig
|
||||||
@@ -938,8 +959,12 @@ automaton
|
|||||||
awesome-wm
|
awesome-wm
|
||||||
awscli
|
awscli
|
||||||
axel
|
axel
|
||||||
|
azure-common
|
||||||
azure-configs
|
azure-configs
|
||||||
azure-iot-sdk
|
azure-iot-sdk
|
||||||
|
azure-nspkg
|
||||||
|
azure-servicebus
|
||||||
|
azure-storage-common
|
||||||
babeltrace
|
babeltrace
|
||||||
babl
|
babl
|
||||||
backcall
|
backcall
|
||||||
@@ -969,6 +994,7 @@ binutils
|
|||||||
bison
|
bison
|
||||||
bkcharts
|
bkcharts
|
||||||
bleach
|
bleach
|
||||||
|
blender
|
||||||
blinken
|
blinken
|
||||||
blinker
|
blinker
|
||||||
blktrace
|
blktrace
|
||||||
@@ -993,6 +1019,7 @@ breeze-icons
|
|||||||
bridge-utils
|
bridge-utils
|
||||||
bro
|
bro
|
||||||
brotli
|
brotli
|
||||||
|
brotlipy
|
||||||
bsdiff
|
bsdiff
|
||||||
bspwm
|
bspwm
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
@@ -1023,6 +1050,7 @@ ca-certs-static
|
|||||||
cabextract
|
cabextract
|
||||||
cached-property
|
cached-property
|
||||||
cachetools
|
cachetools
|
||||||
|
caffe
|
||||||
cairo
|
cairo
|
||||||
cairomm
|
cairomm
|
||||||
calendarsupport
|
calendarsupport
|
||||||
@@ -1066,13 +1094,17 @@ clear-containers-runtime
|
|||||||
clear-containers-shim
|
clear-containers-shim
|
||||||
clear-font
|
clear-font
|
||||||
click
|
click
|
||||||
|
click-datetime
|
||||||
cliff
|
cliff
|
||||||
clinfo
|
clinfo
|
||||||
cln
|
cln
|
||||||
|
cloc
|
||||||
|
cloud-native-setup
|
||||||
cloudpickle
|
cloudpickle
|
||||||
clr-R-helpers
|
clr-R-helpers
|
||||||
clr-avx-tools
|
clr-avx-tools
|
||||||
clr-boot-manager
|
clr-boot-manager
|
||||||
|
clr-bundles
|
||||||
clr-debug-info
|
clr-debug-info
|
||||||
clr-desktop-defaults
|
clr-desktop-defaults
|
||||||
clr-find-bundle
|
clr-find-bundle
|
||||||
@@ -1098,6 +1130,7 @@ cmake
|
|||||||
cmd2
|
cmd2
|
||||||
cmocka
|
cmocka
|
||||||
cmrt
|
cmrt
|
||||||
|
cnf
|
||||||
cni
|
cni
|
||||||
cni-plugins
|
cni-plugins
|
||||||
cockpit
|
cockpit
|
||||||
@@ -1130,8 +1163,10 @@ comedilib
|
|||||||
commonmark
|
commonmark
|
||||||
compat-SDL2-soname1
|
compat-SDL2-soname1
|
||||||
compat-cryptsetup-soname4
|
compat-cryptsetup-soname4
|
||||||
|
compat-curl-gnutls-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
|
||||||
@@ -1140,25 +1175,33 @@ compat-gmime-26
|
|||||||
compat-gtksourceview-soname3
|
compat-gtksourceview-soname3
|
||||||
compat-guile-soname20
|
compat-guile-soname20
|
||||||
compat-hdf5-soname10
|
compat-hdf5-soname10
|
||||||
|
compat-hwloc-soname5
|
||||||
compat-hyperscan-soname4
|
compat-hyperscan-soname4
|
||||||
compat-icu4c-soname61
|
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
|
||||||
|
compat-libnftnl-soname7
|
||||||
compat-libpng-soname12
|
compat-libpng-soname12
|
||||||
|
compat-libva-soname1
|
||||||
compat-libwebp-soname6
|
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-opencv-soname34
|
||||||
compat-openssl-soname-10
|
compat-openssl-soname-10
|
||||||
compat-poppler-soname78
|
compat-poppler-soname78
|
||||||
|
compat-poppler-soname82
|
||||||
compat-protobuf-soname14
|
compat-protobuf-soname14
|
||||||
compat-protobuf-soname15
|
compat-protobuf-soname15
|
||||||
compat-readline
|
compat-readline
|
||||||
|
compat-readline-soname5
|
||||||
|
compat-readline-soname7
|
||||||
component
|
component
|
||||||
compute-image-packages
|
compute-image-packages
|
||||||
configobj
|
configobj
|
||||||
@@ -1203,23 +1246,27 @@ cycler
|
|||||||
cyrus-sasl
|
cyrus-sasl
|
||||||
dapl
|
dapl
|
||||||
darktable
|
darktable
|
||||||
|
dash-to-dock
|
||||||
dask
|
dask
|
||||||
datefudge
|
datefudge
|
||||||
db
|
db
|
||||||
dbus
|
dbus
|
||||||
dbus-broker
|
dbus-broker
|
||||||
dbus-glib
|
dbus-glib
|
||||||
|
dbus-python
|
||||||
dconf
|
dconf
|
||||||
dconf-editor
|
dconf-editor
|
||||||
ddt
|
ddt
|
||||||
deap
|
deap
|
||||||
debtcollector
|
debtcollector
|
||||||
debugedit
|
debugedit
|
||||||
|
debuginfo-cache
|
||||||
decorator
|
decorator
|
||||||
defusedxml
|
defusedxml
|
||||||
dejagnu
|
dejagnu
|
||||||
deprecation
|
deprecation
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
|
desktop-icons
|
||||||
devhelp
|
devhelp
|
||||||
dfc
|
dfc
|
||||||
dfu-util
|
dfu-util
|
||||||
@@ -1243,6 +1290,7 @@ django_compressor
|
|||||||
dldt
|
dldt
|
||||||
dldt-model-optimizer
|
dldt-model-optimizer
|
||||||
dlt-daemon
|
dlt-daemon
|
||||||
|
dmap2gcode
|
||||||
dmenu
|
dmenu
|
||||||
dmidecode
|
dmidecode
|
||||||
dmlc-core
|
dmlc-core
|
||||||
@@ -1256,6 +1304,7 @@ docbook-xml
|
|||||||
docker
|
docker
|
||||||
docker-py
|
docker-py
|
||||||
dockerpy-creds
|
dockerpy-creds
|
||||||
|
docopt
|
||||||
docutils
|
docutils
|
||||||
dogpile.cache
|
dogpile.cache
|
||||||
dogpile.core
|
dogpile.core
|
||||||
@@ -1340,6 +1389,7 @@ filelock
|
|||||||
filesystem
|
filesystem
|
||||||
findutils
|
findutils
|
||||||
fio
|
fio
|
||||||
|
firecracker
|
||||||
firefox
|
firefox
|
||||||
fish
|
fish
|
||||||
fixtures
|
fixtures
|
||||||
@@ -1368,6 +1418,7 @@ font-util
|
|||||||
fontconfig
|
fontconfig
|
||||||
fontforge
|
fontforge
|
||||||
fonttools
|
fonttools
|
||||||
|
fossil
|
||||||
frameworkintegration
|
frameworkintegration
|
||||||
freeglut
|
freeglut
|
||||||
freeipmi
|
freeipmi
|
||||||
@@ -1399,6 +1450,7 @@ gdal
|
|||||||
gdb
|
gdb
|
||||||
gdbm
|
gdbm
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
|
gdl
|
||||||
gdm
|
gdm
|
||||||
geany
|
geany
|
||||||
geany-plugins
|
geany-plugins
|
||||||
@@ -1407,6 +1459,7 @@ gegl
|
|||||||
gensim
|
gensim
|
||||||
geoclue
|
geoclue
|
||||||
geocode-glib
|
geocode-glib
|
||||||
|
geos
|
||||||
gettext
|
gettext
|
||||||
gevent
|
gevent
|
||||||
gexiv2
|
gexiv2
|
||||||
@@ -1468,6 +1521,7 @@ gnome-session
|
|||||||
gnome-settings-daemon
|
gnome-settings-daemon
|
||||||
gnome-shell
|
gnome-shell
|
||||||
gnome-shell-extensions
|
gnome-shell-extensions
|
||||||
|
gnome-shell-impatience
|
||||||
gnome-software
|
gnome-software
|
||||||
gnome-system-monitor
|
gnome-system-monitor
|
||||||
gnome-terminal
|
gnome-terminal
|
||||||
@@ -1507,6 +1561,7 @@ grantleetheme
|
|||||||
graphene
|
graphene
|
||||||
graphite
|
graphite
|
||||||
graphviz
|
graphviz
|
||||||
|
grass
|
||||||
greenlet
|
greenlet
|
||||||
grep
|
grep
|
||||||
grig
|
grig
|
||||||
@@ -1531,6 +1586,8 @@ gtk-doc
|
|||||||
gtk-vnc
|
gtk-vnc
|
||||||
gtk-xfce-engine
|
gtk-xfce-engine
|
||||||
gtk3
|
gtk3
|
||||||
|
gtkglext
|
||||||
|
gtkmm2
|
||||||
gtkmm3
|
gtkmm3
|
||||||
gtksourceview
|
gtksourceview
|
||||||
gtkspell3
|
gtkspell3
|
||||||
@@ -1539,11 +1596,13 @@ gupnp-av
|
|||||||
gutenprint
|
gutenprint
|
||||||
gvfs
|
gvfs
|
||||||
gvim
|
gvim
|
||||||
|
gwenview
|
||||||
gzip
|
gzip
|
||||||
h5py
|
h5py
|
||||||
hacking
|
hacking
|
||||||
hadoop-dep
|
hadoop-dep
|
||||||
hamlib
|
hamlib
|
||||||
|
hammock
|
||||||
haproxy
|
haproxy
|
||||||
hardlink
|
hardlink
|
||||||
harfbuzz
|
harfbuzz
|
||||||
@@ -1558,6 +1617,7 @@ hicolor-icon-theme
|
|||||||
hold
|
hold
|
||||||
home-assistant
|
home-assistant
|
||||||
horizon
|
horizon
|
||||||
|
horovod
|
||||||
hostname
|
hostname
|
||||||
html5lib
|
html5lib
|
||||||
htop
|
htop
|
||||||
@@ -1591,6 +1651,7 @@ idna
|
|||||||
idna-ssl
|
idna-ssl
|
||||||
ifaddr
|
ifaddr
|
||||||
iftop
|
iftop
|
||||||
|
igt-gpu-tools
|
||||||
ilmbase
|
ilmbase
|
||||||
image
|
image
|
||||||
imagesize
|
imagesize
|
||||||
@@ -1602,9 +1663,9 @@ inflection
|
|||||||
influxdb
|
influxdb
|
||||||
iniparse
|
iniparse
|
||||||
init-rdahead
|
init-rdahead
|
||||||
|
inkscape
|
||||||
inotify-tools
|
inotify-tools
|
||||||
intel-gmmlib
|
intel-gmmlib
|
||||||
intel-gpu-tools
|
|
||||||
intel-hybrid-driver
|
intel-hybrid-driver
|
||||||
intel-media-driver
|
intel-media-driver
|
||||||
intelhex
|
intelhex
|
||||||
@@ -1649,6 +1710,7 @@ ixion
|
|||||||
jack-audio-connection-kit
|
jack-audio-connection-kit
|
||||||
jansson
|
jansson
|
||||||
jaraco.functools
|
jaraco.functools
|
||||||
|
jarn.viewdoc
|
||||||
jdcal
|
jdcal
|
||||||
jedi
|
jedi
|
||||||
jedi-vim
|
jedi-vim
|
||||||
@@ -1891,6 +1953,7 @@ kwrited
|
|||||||
kxmlgui
|
kxmlgui
|
||||||
kxmlrpcclient
|
kxmlrpcclient
|
||||||
latencytop
|
latencytop
|
||||||
|
latexcodec
|
||||||
lazy-object-proxy
|
lazy-object-proxy
|
||||||
lcms2
|
lcms2
|
||||||
lcov
|
lcov
|
||||||
@@ -1901,6 +1964,7 @@ less
|
|||||||
leveldb
|
leveldb
|
||||||
lftp
|
lftp
|
||||||
libICE
|
libICE
|
||||||
|
libMED
|
||||||
libSM
|
libSM
|
||||||
libX11
|
libX11
|
||||||
libXScrnSaver
|
libXScrnSaver
|
||||||
@@ -1961,6 +2025,7 @@ libdaemon
|
|||||||
libdatrie
|
libdatrie
|
||||||
libdazzle
|
libdazzle
|
||||||
libdbusmenu
|
libdbusmenu
|
||||||
|
libdeps
|
||||||
libdmx
|
libdmx
|
||||||
libdnf
|
libdnf
|
||||||
libdrm
|
libdrm
|
||||||
@@ -2087,8 +2152,11 @@ libsndfile
|
|||||||
libsodium
|
libsodium
|
||||||
libsolv
|
libsolv
|
||||||
libsoup
|
libsoup
|
||||||
|
libspatialindex
|
||||||
|
libspatialite
|
||||||
libspectre
|
libspectre
|
||||||
libspiro
|
libspiro
|
||||||
|
libspnav
|
||||||
libsrtp
|
libsrtp
|
||||||
libssh
|
libssh
|
||||||
libssh2
|
libssh2
|
||||||
@@ -2111,6 +2179,7 @@ libuv
|
|||||||
libva
|
libva
|
||||||
libva-intel-driver
|
libva-intel-driver
|
||||||
libva-utils
|
libva-utils
|
||||||
|
libvdpau
|
||||||
libvirt
|
libvirt
|
||||||
libvirt-glib
|
libvirt-glib
|
||||||
libvirt-python
|
libvirt-python
|
||||||
@@ -2159,6 +2228,7 @@ linux-kata
|
|||||||
linux-kvm
|
linux-kvm
|
||||||
linux-libc-headers
|
linux-libc-headers
|
||||||
linux-lts
|
linux-lts
|
||||||
|
linux-networktest
|
||||||
linux-oracle
|
linux-oracle
|
||||||
linux-pk414
|
linux-pk414
|
||||||
linux-pk414-preempt-rt
|
linux-pk414-preempt-rt
|
||||||
@@ -2170,8 +2240,10 @@ lksctp-tools
|
|||||||
llfuse
|
llfuse
|
||||||
llvm
|
llvm
|
||||||
llvmlite
|
llvmlite
|
||||||
|
lm-sensors
|
||||||
lmdb
|
lmdb
|
||||||
locket
|
locket
|
||||||
|
locustio
|
||||||
logilab-common
|
logilab-common
|
||||||
logrotate
|
logrotate
|
||||||
logutils
|
logutils
|
||||||
@@ -2188,7 +2260,7 @@ lualgi
|
|||||||
luarocks
|
luarocks
|
||||||
lxml
|
lxml
|
||||||
lz4
|
lz4
|
||||||
lzip
|
lzlib
|
||||||
lzo
|
lzo
|
||||||
m4
|
m4
|
||||||
mailcommon
|
mailcommon
|
||||||
@@ -2200,6 +2272,7 @@ man-pages
|
|||||||
marble
|
marble
|
||||||
mariadb
|
mariadb
|
||||||
mash
|
mash
|
||||||
|
materia-theme
|
||||||
matplotlib
|
matplotlib
|
||||||
maven-dep
|
maven-dep
|
||||||
mc
|
mc
|
||||||
@@ -2267,6 +2340,7 @@ msm
|
|||||||
msmtp
|
msmtp
|
||||||
msr-tools
|
msr-tools
|
||||||
msrest
|
msrest
|
||||||
|
msrestazure
|
||||||
mstflint
|
mstflint
|
||||||
mtd-utils
|
mtd-utils
|
||||||
mtdev
|
mtdev
|
||||||
@@ -2295,6 +2369,7 @@ nbformat
|
|||||||
nbsphinx
|
nbsphinx
|
||||||
ncdu
|
ncdu
|
||||||
ncurses
|
ncurses
|
||||||
|
ncurses-compat
|
||||||
ndctl
|
ndctl
|
||||||
ndg_httpsclient
|
ndg_httpsclient
|
||||||
neofetch
|
neofetch
|
||||||
@@ -2319,6 +2394,7 @@ nghttp2
|
|||||||
nginx
|
nginx
|
||||||
nicstat
|
nicstat
|
||||||
ninja
|
ninja
|
||||||
|
nload
|
||||||
nlopt
|
nlopt
|
||||||
nltk
|
nltk
|
||||||
nmap
|
nmap
|
||||||
@@ -2379,6 +2455,7 @@ openjdk
|
|||||||
openjdk9
|
openjdk9
|
||||||
openldap
|
openldap
|
||||||
openmpi
|
openmpi
|
||||||
|
openscad
|
||||||
opensm
|
opensm
|
||||||
openssh
|
openssh
|
||||||
openssl
|
openssl
|
||||||
@@ -2395,6 +2472,7 @@ os-api-ref
|
|||||||
os-autoinst
|
os-autoinst
|
||||||
os-brick
|
os-brick
|
||||||
os-client-config
|
os-client-config
|
||||||
|
os-ken
|
||||||
os-service-types
|
os-service-types
|
||||||
os-testr
|
os-testr
|
||||||
os-traits
|
os-traits
|
||||||
@@ -2402,6 +2480,7 @@ os-win
|
|||||||
os-xenapi
|
os-xenapi
|
||||||
os_vif
|
os_vif
|
||||||
osc-lib
|
osc-lib
|
||||||
|
oset
|
||||||
osinfo-db-tools
|
osinfo-db-tools
|
||||||
oslo.cache
|
oslo.cache
|
||||||
oslo.concurrency
|
oslo.concurrency
|
||||||
@@ -2418,6 +2497,7 @@ oslo.reports
|
|||||||
oslo.rootwrap
|
oslo.rootwrap
|
||||||
oslo.serialization
|
oslo.serialization
|
||||||
oslo.service
|
oslo.service
|
||||||
|
oslo.upgradecheck
|
||||||
oslo.utils
|
oslo.utils
|
||||||
oslo.versionedobjects
|
oslo.versionedobjects
|
||||||
oslo.vmware
|
oslo.vmware
|
||||||
@@ -2426,6 +2506,7 @@ oslotest
|
|||||||
osprofiler
|
osprofiler
|
||||||
ostree
|
ostree
|
||||||
otp
|
otp
|
||||||
|
ouimeaux
|
||||||
ovirt-guest-agent
|
ovirt-guest-agent
|
||||||
ovs
|
ovs
|
||||||
ovsdbapp
|
ovsdbapp
|
||||||
@@ -2446,6 +2527,8 @@ pandoc
|
|||||||
pandocfilters
|
pandocfilters
|
||||||
pango
|
pango
|
||||||
pangomm
|
pangomm
|
||||||
|
pangox-compat
|
||||||
|
paper-icon-theme
|
||||||
parallel
|
parallel
|
||||||
parameter-framework
|
parameter-framework
|
||||||
paramiko
|
paramiko
|
||||||
@@ -2467,6 +2550,8 @@ pbzip2
|
|||||||
pciutils
|
pciutils
|
||||||
pcre
|
pcre
|
||||||
pcre2
|
pcre2
|
||||||
|
pdns
|
||||||
|
pdns-recursor
|
||||||
pecan
|
pecan
|
||||||
pep8
|
pep8
|
||||||
performance
|
performance
|
||||||
@@ -3161,6 +3246,7 @@ plasma-workspace
|
|||||||
plasma-workspace-wallpapers
|
plasma-workspace-wallpapers
|
||||||
pluggy
|
pluggy
|
||||||
ply
|
ply
|
||||||
|
plzip
|
||||||
pmdk
|
pmdk
|
||||||
polkit
|
polkit
|
||||||
poppler
|
poppler
|
||||||
@@ -3171,16 +3257,20 @@ portend
|
|||||||
positional
|
positional
|
||||||
posix_ipc
|
posix_ipc
|
||||||
postgresql
|
postgresql
|
||||||
|
potrace
|
||||||
povray
|
povray
|
||||||
|
powerdevil
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
powertop
|
powertop
|
||||||
poxml
|
poxml
|
||||||
|
ppp
|
||||||
pretend
|
pretend
|
||||||
prettytable
|
prettytable
|
||||||
prison
|
prison
|
||||||
proc-macro2
|
proc-macro2
|
||||||
processor-trace
|
processor-trace
|
||||||
procps-ng
|
procps-ng
|
||||||
|
proj
|
||||||
prometheus_client
|
prometheus_client
|
||||||
prompt_toolkit
|
prompt_toolkit
|
||||||
protobuf
|
protobuf
|
||||||
@@ -3207,6 +3297,8 @@ pyasn1
|
|||||||
pyasn1-modules
|
pyasn1-modules
|
||||||
pyatspi
|
pyatspi
|
||||||
pybind11
|
pybind11
|
||||||
|
pybtex
|
||||||
|
pybtex-docutils
|
||||||
pycadf
|
pycadf
|
||||||
pycairo
|
pycairo
|
||||||
pycam
|
pycam
|
||||||
@@ -3219,12 +3311,15 @@ pydot
|
|||||||
pydot_ng
|
pydot_ng
|
||||||
pydotplus
|
pydotplus
|
||||||
pyeclib
|
pyeclib
|
||||||
|
pyecobee
|
||||||
pyee
|
pyee
|
||||||
pyemd
|
pyemd
|
||||||
pyflakes
|
pyflakes
|
||||||
pygobject
|
pygobject
|
||||||
pygobject-legacy
|
pygobject-legacy
|
||||||
pygtk
|
pygtk
|
||||||
|
pygtkglext
|
||||||
|
pyhs100
|
||||||
pyinotify
|
pyinotify
|
||||||
pykerberos
|
pykerberos
|
||||||
pylama
|
pylama
|
||||||
@@ -3246,6 +3341,7 @@ pyrsistent
|
|||||||
pysaml2
|
pysaml2
|
||||||
pysendfile
|
pysendfile
|
||||||
pyserial
|
pyserial
|
||||||
|
pyside2-setup
|
||||||
pysnmp
|
pysnmp
|
||||||
pytest
|
pytest
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
@@ -3300,6 +3396,7 @@ python-polib
|
|||||||
python-rpm-legacypython
|
python-rpm-legacypython
|
||||||
python-saharaclient
|
python-saharaclient
|
||||||
python-senlinclient
|
python-senlinclient
|
||||||
|
python-slugify
|
||||||
python-subunit
|
python-subunit
|
||||||
python-swiftclient
|
python-swiftclient
|
||||||
python-systemd
|
python-systemd
|
||||||
@@ -3316,6 +3413,7 @@ python2-mod_wsgi
|
|||||||
python3
|
python3
|
||||||
pytools
|
pytools
|
||||||
pytz
|
pytz
|
||||||
|
pyu2f
|
||||||
pyudev
|
pyudev
|
||||||
pywbem
|
pywbem
|
||||||
pyxattr
|
pyxattr
|
||||||
@@ -3327,6 +3425,7 @@ qemu-lite
|
|||||||
qml-box2d
|
qml-box2d
|
||||||
qpdf
|
qpdf
|
||||||
qpid-python
|
qpid-python
|
||||||
|
qpid-tools
|
||||||
qqc2-desktop-style
|
qqc2-desktop-style
|
||||||
qrencode
|
qrencode
|
||||||
qscintilla
|
qscintilla
|
||||||
@@ -3342,6 +3441,7 @@ qtdeclarative
|
|||||||
qtgamepad
|
qtgamepad
|
||||||
qtgraphicaleffects
|
qtgraphicaleffects
|
||||||
qtimageformats
|
qtimageformats
|
||||||
|
qtkeychain
|
||||||
qtlocation
|
qtlocation
|
||||||
qtmultimedia
|
qtmultimedia
|
||||||
qtnetworkauth
|
qtnetworkauth
|
||||||
@@ -3368,6 +3468,7 @@ qtxmlpatterns
|
|||||||
quagga
|
quagga
|
||||||
quassel
|
quassel
|
||||||
quilt
|
quilt
|
||||||
|
qwt
|
||||||
rabbitmq-c
|
rabbitmq-c
|
||||||
rabbitmq-server
|
rabbitmq-server
|
||||||
radvd
|
radvd
|
||||||
@@ -3397,6 +3498,7 @@ requests-toolbelt
|
|||||||
requestsexceptions
|
requestsexceptions
|
||||||
rest
|
rest
|
||||||
restructuredtext_lint
|
restructuredtext_lint
|
||||||
|
retry
|
||||||
retry_decorator
|
retry_decorator
|
||||||
retrying
|
retrying
|
||||||
retype
|
retype
|
||||||
@@ -3431,6 +3533,7 @@ sbc
|
|||||||
sbsigntools
|
sbsigntools
|
||||||
scala
|
scala
|
||||||
scala-dep
|
scala-dep
|
||||||
|
scene-alembic
|
||||||
scikit-build
|
scikit-build
|
||||||
scikit-image
|
scikit-image
|
||||||
scikit-learn
|
scikit-learn
|
||||||
@@ -3446,6 +3549,7 @@ secretstorage
|
|||||||
sed
|
sed
|
||||||
selenium
|
selenium
|
||||||
semantic_version
|
semantic_version
|
||||||
|
seqdiag
|
||||||
serf
|
serf
|
||||||
serpent
|
serpent
|
||||||
setproctitle
|
setproctitle
|
||||||
@@ -3483,7 +3587,9 @@ solid
|
|||||||
sonnet
|
sonnet
|
||||||
sortedcontainers
|
sortedcontainers
|
||||||
sos
|
sos
|
||||||
|
sound-theme-freedesktop
|
||||||
soundmodem
|
soundmodem
|
||||||
|
soupsieve
|
||||||
source-code-pro
|
source-code-pro
|
||||||
source-highlight
|
source-highlight
|
||||||
sox
|
sox
|
||||||
@@ -3495,20 +3601,25 @@ speexdsp
|
|||||||
sphinx-feature-classification
|
sphinx-feature-classification
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
sphinxcontrib-apidoc
|
sphinxcontrib-apidoc
|
||||||
|
sphinxcontrib-bibtex
|
||||||
sphinxcontrib-blockdiag
|
sphinxcontrib-blockdiag
|
||||||
sphinxcontrib-httpdomain
|
sphinxcontrib-httpdomain
|
||||||
sphinxcontrib-newsfeed
|
sphinxcontrib-newsfeed
|
||||||
sphinxcontrib-programoutput
|
sphinxcontrib-programoutput
|
||||||
|
sphinxcontrib-seqdiag
|
||||||
|
sphinxcontrib-trio
|
||||||
sphinxcontrib-websupport
|
sphinxcontrib-websupport
|
||||||
spi-tools
|
spi-tools
|
||||||
spice
|
spice
|
||||||
spice-gtk
|
spice-gtk
|
||||||
spice-protocol
|
spice-protocol
|
||||||
spyder-notebook
|
spyder-notebook
|
||||||
|
spyrk
|
||||||
sqlalchemy-migrate
|
sqlalchemy-migrate
|
||||||
sqlite-autoconf
|
sqlite-autoconf
|
||||||
sqlparse
|
sqlparse
|
||||||
squashfs-tools
|
squashfs-tools
|
||||||
|
squid
|
||||||
sshfs
|
sshfs
|
||||||
sshpass
|
sshpass
|
||||||
sssd
|
sssd
|
||||||
@@ -3529,6 +3640,7 @@ suds-jurko
|
|||||||
sundials
|
sundials
|
||||||
sure
|
sure
|
||||||
suricata
|
suricata
|
||||||
|
svg.path
|
||||||
svgpart
|
svgpart
|
||||||
sweeper
|
sweeper
|
||||||
swift
|
swift
|
||||||
@@ -3595,6 +3707,7 @@ tiff
|
|||||||
tig
|
tig
|
||||||
tigervnc
|
tigervnc
|
||||||
time
|
time
|
||||||
|
tini
|
||||||
tinyrpc
|
tinyrpc
|
||||||
tinyxml2
|
tinyxml2
|
||||||
tiptop
|
tiptop
|
||||||
@@ -3725,8 +3838,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
|
||||||
|
|||||||
Reference in New Issue
Block a user