mirror of
https://github.com/clearlinux/common.git
synced 2026-07-14 00:35:53 +00:00
Compare commits
38 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5519d04178 | |||
| e733b31a68 | |||
| 46bb95d483 | |||
| afafad1ed9 | |||
| bd030b99fe | |||
| 179cec491a | |||
| 3f9a4421d4 | |||
| 519fe3ef50 | |||
| a95343b9d1 | |||
| 4ffa3d7af0 | |||
| 05115e1bc3 | |||
| fff95669db | |||
| 36d363d533 | |||
| 74028d1094 | |||
| e9baf282b5 | |||
| fa36a19fe7 | |||
| cf4599a923 | |||
| 3e7a03c6b6 | |||
| c4e133da04 | |||
| 295db72a7c | |||
| a4927695e0 | |||
| e2ede0ec09 | |||
| d3f7e72d7c | |||
| ce67fd374a | |||
| 1feea0f15e | |||
| 4c1c55f03e | |||
| 214ebc3f93 | |||
| 00997dcd48 | |||
| 07fdbe3153 | |||
| b671ab5709 | |||
| fc29b4c1c3 | |||
| f108ac36d6 | |||
| 1c2bc9d50c | |||
| 8952175bc9 | |||
| 3812469ac2 | |||
| d1b434583a | |||
| dbd3c9accf | |||
| 6214fa5e9f |
@@ -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,11 +1,15 @@
|
|||||||
AVB-AudioModules
|
AVB-AudioModules
|
||||||
Babel
|
Babel
|
||||||
Botan
|
Botan
|
||||||
|
CGAL
|
||||||
CUnit
|
CUnit
|
||||||
Cheetah
|
Cheetah
|
||||||
CherryPy
|
CherryPy
|
||||||
|
Coin
|
||||||
ConfigArgParse
|
ConfigArgParse
|
||||||
Counter
|
Counter
|
||||||
|
Cura
|
||||||
|
CuraEngine
|
||||||
Cython
|
Cython
|
||||||
Django
|
Django
|
||||||
Edge-optimized-models
|
Edge-optimized-models
|
||||||
@@ -13,6 +17,7 @@ F-Engrave
|
|||||||
Flask
|
Flask
|
||||||
Flask-RESTful
|
Flask-RESTful
|
||||||
FlatBuffers
|
FlatBuffers
|
||||||
|
FreeCAD
|
||||||
FreeRDP
|
FreeRDP
|
||||||
GConf
|
GConf
|
||||||
GitPython
|
GitPython
|
||||||
@@ -37,7 +42,9 @@ MonkeyType
|
|||||||
MySQL-python
|
MySQL-python
|
||||||
NetworkManager
|
NetworkManager
|
||||||
NetworkManager-openconnect
|
NetworkManager-openconnect
|
||||||
|
NetworkManager-vpnc
|
||||||
OpenCASCADE
|
OpenCASCADE
|
||||||
|
OpenCSG
|
||||||
OpenColorIO
|
OpenColorIO
|
||||||
OpenSP
|
OpenSP
|
||||||
PackageKit
|
PackageKit
|
||||||
@@ -51,10 +58,12 @@ PyMySQL
|
|||||||
PyNaCl
|
PyNaCl
|
||||||
PyOpenGL
|
PyOpenGL
|
||||||
PyQRCode
|
PyQRCode
|
||||||
|
PyQt5
|
||||||
PyWavelets
|
PyWavelets
|
||||||
PyYAML
|
PyYAML
|
||||||
Pygments
|
Pygments
|
||||||
Pyro4
|
Pyro4
|
||||||
|
QGIS
|
||||||
QtAwesome
|
QtAwesome
|
||||||
QtPy
|
QtPy
|
||||||
R
|
R
|
||||||
@@ -139,6 +148,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
|
||||||
@@ -378,6 +388,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
|
||||||
@@ -430,6 +441,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
|
||||||
@@ -587,6 +599,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
|
||||||
@@ -638,6 +651,7 @@ R-rglwidget
|
|||||||
R-rhandsontable
|
R-rhandsontable
|
||||||
R-rio
|
R-rio
|
||||||
R-ritis
|
R-ritis
|
||||||
|
R-rjstat
|
||||||
R-rlang
|
R-rlang
|
||||||
R-rmarkdown
|
R-rmarkdown
|
||||||
R-rms
|
R-rms
|
||||||
@@ -723,6 +737,7 @@ R-subselect
|
|||||||
R-superpc
|
R-superpc
|
||||||
R-survey
|
R-survey
|
||||||
R-svUnit
|
R-svUnit
|
||||||
|
R-sys
|
||||||
R-systemfit
|
R-systemfit
|
||||||
R-tau
|
R-tau
|
||||||
R-taxize
|
R-taxize
|
||||||
@@ -755,6 +770,7 @@ R-truncnorm
|
|||||||
R-tseries
|
R-tseries
|
||||||
R-tsne
|
R-tsne
|
||||||
R-ucminf
|
R-ucminf
|
||||||
|
R-unix
|
||||||
R-urca
|
R-urca
|
||||||
R-urltools
|
R-urltools
|
||||||
R-uroot
|
R-uroot
|
||||||
@@ -805,6 +821,7 @@ SDL_ttf
|
|||||||
SQLAlchemy
|
SQLAlchemy
|
||||||
SQLAlchemy-Utils
|
SQLAlchemy-Utils
|
||||||
Send2Trash
|
Send2Trash
|
||||||
|
Shapely
|
||||||
SmartXbar
|
SmartXbar
|
||||||
SocksiPy-branch
|
SocksiPy-branch
|
||||||
Sphinx
|
Sphinx
|
||||||
@@ -814,7 +831,10 @@ Texmaker
|
|||||||
Theano
|
Theano
|
||||||
Thunar
|
Thunar
|
||||||
UkPostcodeParser
|
UkPostcodeParser
|
||||||
|
Unidecode
|
||||||
|
Uranium
|
||||||
VTK
|
VTK
|
||||||
|
Vc
|
||||||
Vertex-theme
|
Vertex-theme
|
||||||
Vulkan-Headers
|
Vulkan-Headers
|
||||||
Vulkan-Loader
|
Vulkan-Loader
|
||||||
@@ -864,6 +884,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
|
||||||
@@ -884,6 +905,7 @@ alembic
|
|||||||
alsa-lib
|
alsa-lib
|
||||||
alsa-plugins
|
alsa-plugins
|
||||||
alsa-utils
|
alsa-utils
|
||||||
|
amazon-efs-utils
|
||||||
amqp
|
amqp
|
||||||
amtk
|
amtk
|
||||||
analitza
|
analitza
|
||||||
@@ -898,6 +920,7 @@ apache-spark
|
|||||||
apache-zookeeper
|
apache-zookeeper
|
||||||
apipkg
|
apipkg
|
||||||
appdirs
|
appdirs
|
||||||
|
appstream
|
||||||
appstream-glib
|
appstream-glib
|
||||||
apr
|
apr
|
||||||
apr-util
|
apr-util
|
||||||
@@ -932,6 +955,7 @@ attica
|
|||||||
attr
|
attr
|
||||||
attrs
|
attrs
|
||||||
audiofile
|
audiofile
|
||||||
|
audisp-json
|
||||||
audit
|
audit
|
||||||
augeas
|
augeas
|
||||||
authconfig
|
authconfig
|
||||||
@@ -945,8 +969,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
|
||||||
@@ -963,6 +991,7 @@ bash.static
|
|||||||
bash_kernel
|
bash_kernel
|
||||||
bashate
|
bashate
|
||||||
bashdb
|
bashdb
|
||||||
|
bashlex
|
||||||
bats
|
bats
|
||||||
bazel
|
bazel
|
||||||
bc
|
bc
|
||||||
@@ -1001,6 +1030,7 @@ breeze-icons
|
|||||||
bridge-utils
|
bridge-utils
|
||||||
bro
|
bro
|
||||||
brotli
|
brotli
|
||||||
|
brotlipy
|
||||||
bsdiff
|
bsdiff
|
||||||
bspwm
|
bspwm
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
@@ -1011,6 +1041,7 @@ buildreq-cpan
|
|||||||
buildreq-distutils
|
buildreq-distutils
|
||||||
buildreq-distutils23
|
buildreq-distutils23
|
||||||
buildreq-distutils3
|
buildreq-distutils3
|
||||||
|
buildreq-distutils36
|
||||||
buildreq-gnome
|
buildreq-gnome
|
||||||
buildreq-golang
|
buildreq-golang
|
||||||
buildreq-kde
|
buildreq-kde
|
||||||
@@ -1054,6 +1085,7 @@ ceph-deploy
|
|||||||
certbot
|
certbot
|
||||||
certifi
|
certifi
|
||||||
cffi
|
cffi
|
||||||
|
cfitsio
|
||||||
cgdb
|
cgdb
|
||||||
cgit
|
cgit
|
||||||
chardet
|
chardet
|
||||||
@@ -1068,25 +1100,26 @@ cifs-utils
|
|||||||
cinder
|
cinder
|
||||||
clamav
|
clamav
|
||||||
clear-config-management
|
clear-config-management
|
||||||
clear-containers-agent
|
|
||||||
clear-containers-image
|
|
||||||
clear-containers-proxy
|
|
||||||
clear-containers-runtime
|
|
||||||
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-bundle-icons
|
||||||
|
clr-bundles
|
||||||
clr-debug-info
|
clr-debug-info
|
||||||
clr-desktop-defaults
|
clr-desktop-defaults
|
||||||
clr-find-bundle
|
clr-find-bundle
|
||||||
clr-fwupd-hooks
|
clr-fwupd-hooks
|
||||||
clr-hardware-files
|
clr-hardware-files
|
||||||
|
clr-ignore-mod-sig
|
||||||
clr-init
|
clr-init
|
||||||
clr-installer
|
clr-installer
|
||||||
clr-man-pages
|
clr-man-pages
|
||||||
@@ -1097,6 +1130,7 @@ clr-rpm-config
|
|||||||
clr-service-restart
|
clr-service-restart
|
||||||
clr-systemd-config
|
clr-systemd-config
|
||||||
clr-update-triggers
|
clr-update-triggers
|
||||||
|
clr-user-bundles
|
||||||
clr-wallpapers
|
clr-wallpapers
|
||||||
clrtrust
|
clrtrust
|
||||||
clucene-core
|
clucene-core
|
||||||
@@ -1107,6 +1141,7 @@ cmake
|
|||||||
cmd2
|
cmd2
|
||||||
cmocka
|
cmocka
|
||||||
cmrt
|
cmrt
|
||||||
|
cnf
|
||||||
cni
|
cni
|
||||||
cni-plugins
|
cni-plugins
|
||||||
cockpit
|
cockpit
|
||||||
@@ -1139,8 +1174,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
|
||||||
@@ -1149,26 +1186,35 @@ 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-poppler-soname83
|
||||||
compat-protobuf-soname14
|
compat-protobuf-soname14
|
||||||
compat-protobuf-soname15
|
compat-protobuf-soname15
|
||||||
|
compat-python36
|
||||||
compat-readline
|
compat-readline
|
||||||
compat-readline-soname5
|
compat-readline-soname5
|
||||||
|
compat-readline-soname7
|
||||||
component
|
component
|
||||||
compute-image-packages
|
compute-image-packages
|
||||||
configobj
|
configobj
|
||||||
@@ -1207,24 +1253,28 @@ cups-filters
|
|||||||
cups-pk-helper
|
cups-pk-helper
|
||||||
curl
|
curl
|
||||||
cursive
|
cursive
|
||||||
|
cve-bin-tool
|
||||||
cve-check-tool
|
cve-check-tool
|
||||||
cxxfilt
|
cxxfilt
|
||||||
cycler
|
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
|
||||||
@@ -1251,6 +1301,7 @@ django-discover-runner
|
|||||||
django-nose
|
django-nose
|
||||||
django-pyscss
|
django-pyscss
|
||||||
django_compressor
|
django_compressor
|
||||||
|
dkms
|
||||||
dldt
|
dldt
|
||||||
dldt-model-optimizer
|
dldt-model-optimizer
|
||||||
dlt-daemon
|
dlt-daemon
|
||||||
@@ -1268,6 +1319,7 @@ docbook-xml
|
|||||||
docker
|
docker
|
||||||
docker-py
|
docker-py
|
||||||
dockerpy-creds
|
dockerpy-creds
|
||||||
|
docopt
|
||||||
docutils
|
docutils
|
||||||
dogpile.cache
|
dogpile.cache
|
||||||
dogpile.core
|
dogpile.core
|
||||||
@@ -1310,6 +1362,7 @@ elfutils
|
|||||||
elixir
|
elixir
|
||||||
ell
|
ell
|
||||||
emacs
|
emacs
|
||||||
|
embree
|
||||||
empy
|
empy
|
||||||
enchant
|
enchant
|
||||||
entrypoints
|
entrypoints
|
||||||
@@ -1343,6 +1396,7 @@ farstream
|
|||||||
fasteners
|
fasteners
|
||||||
fastimport
|
fastimport
|
||||||
fcgi
|
fcgi
|
||||||
|
fdm_materials
|
||||||
feh
|
feh
|
||||||
fftw
|
fftw
|
||||||
file
|
file
|
||||||
@@ -1352,6 +1406,7 @@ filelock
|
|||||||
filesystem
|
filesystem
|
||||||
findutils
|
findutils
|
||||||
fio
|
fio
|
||||||
|
firecracker
|
||||||
firefox
|
firefox
|
||||||
fish
|
fish
|
||||||
fixtures
|
fixtures
|
||||||
@@ -1380,6 +1435,7 @@ font-util
|
|||||||
fontconfig
|
fontconfig
|
||||||
fontforge
|
fontforge
|
||||||
fonttools
|
fonttools
|
||||||
|
fossil
|
||||||
frameworkintegration
|
frameworkintegration
|
||||||
freeglut
|
freeglut
|
||||||
freeipmi
|
freeipmi
|
||||||
@@ -1420,6 +1476,7 @@ gegl
|
|||||||
gensim
|
gensim
|
||||||
geoclue
|
geoclue
|
||||||
geocode-glib
|
geocode-glib
|
||||||
|
geos
|
||||||
gettext
|
gettext
|
||||||
gevent
|
gevent
|
||||||
gexiv2
|
gexiv2
|
||||||
@@ -1429,13 +1486,16 @@ gftp
|
|||||||
ghostscript
|
ghostscript
|
||||||
gimp
|
gimp
|
||||||
git
|
git
|
||||||
|
git-gui
|
||||||
gitdb2
|
gitdb2
|
||||||
|
gitg
|
||||||
gitolite
|
gitolite
|
||||||
gjs
|
gjs
|
||||||
glance
|
glance
|
||||||
glance_store
|
glance_store
|
||||||
glances
|
glances
|
||||||
glew
|
glew
|
||||||
|
glfw
|
||||||
glib
|
glib
|
||||||
glib-networking
|
glib-networking
|
||||||
glibc
|
glibc
|
||||||
@@ -1481,6 +1541,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
|
||||||
@@ -1520,6 +1581,7 @@ grantleetheme
|
|||||||
graphene
|
graphene
|
||||||
graphite
|
graphite
|
||||||
graphviz
|
graphviz
|
||||||
|
grass
|
||||||
greenlet
|
greenlet
|
||||||
grep
|
grep
|
||||||
grig
|
grig
|
||||||
@@ -1545,6 +1607,7 @@ gtk-vnc
|
|||||||
gtk-xfce-engine
|
gtk-xfce-engine
|
||||||
gtk3
|
gtk3
|
||||||
gtkglext
|
gtkglext
|
||||||
|
gtkmm2
|
||||||
gtkmm3
|
gtkmm3
|
||||||
gtksourceview
|
gtksourceview
|
||||||
gtkspell3
|
gtkspell3
|
||||||
@@ -1559,6 +1622,7 @@ h5py
|
|||||||
hacking
|
hacking
|
||||||
hadoop-dep
|
hadoop-dep
|
||||||
hamlib
|
hamlib
|
||||||
|
hammock
|
||||||
haproxy
|
haproxy
|
||||||
hardlink
|
hardlink
|
||||||
harfbuzz
|
harfbuzz
|
||||||
@@ -1575,6 +1639,7 @@ home-assistant
|
|||||||
horizon
|
horizon
|
||||||
horovod
|
horovod
|
||||||
hostname
|
hostname
|
||||||
|
hplip
|
||||||
html5lib
|
html5lib
|
||||||
htop
|
htop
|
||||||
httpd
|
httpd
|
||||||
@@ -1607,6 +1672,7 @@ idna
|
|||||||
idna-ssl
|
idna-ssl
|
||||||
ifaddr
|
ifaddr
|
||||||
iftop
|
iftop
|
||||||
|
igt-gpu-tools
|
||||||
ilmbase
|
ilmbase
|
||||||
image
|
image
|
||||||
imagesize
|
imagesize
|
||||||
@@ -1618,9 +1684,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
|
||||||
@@ -1665,6 +1731,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
|
||||||
@@ -1677,6 +1744,7 @@ jq
|
|||||||
json-c
|
json-c
|
||||||
json-glib
|
json-glib
|
||||||
jsoncpp
|
jsoncpp
|
||||||
|
jsondiff
|
||||||
jsonpatch
|
jsonpatch
|
||||||
jsonpath-rw
|
jsonpath-rw
|
||||||
jsonpath-rw-ext
|
jsonpath-rw-ext
|
||||||
@@ -1761,6 +1829,7 @@ kdf
|
|||||||
kdiagram
|
kdiagram
|
||||||
kdialog
|
kdialog
|
||||||
kdiamond
|
kdiamond
|
||||||
|
kdiff3
|
||||||
kdnssd
|
kdnssd
|
||||||
kdoctools
|
kdoctools
|
||||||
keditbookmarks
|
keditbookmarks
|
||||||
@@ -1879,6 +1948,7 @@ ksnakeduel
|
|||||||
kspaceduel
|
kspaceduel
|
||||||
ksquares
|
ksquares
|
||||||
ksshaskpass
|
ksshaskpass
|
||||||
|
kstars
|
||||||
ksudoku
|
ksudoku
|
||||||
ksysguard
|
ksysguard
|
||||||
ksystemlog
|
ksystemlog
|
||||||
@@ -1907,6 +1977,7 @@ kwrited
|
|||||||
kxmlgui
|
kxmlgui
|
||||||
kxmlrpcclient
|
kxmlrpcclient
|
||||||
latencytop
|
latencytop
|
||||||
|
latexcodec
|
||||||
lazy-object-proxy
|
lazy-object-proxy
|
||||||
lcms2
|
lcms2
|
||||||
lcov
|
lcov
|
||||||
@@ -1916,29 +1987,20 @@ lensfun
|
|||||||
less
|
less
|
||||||
leveldb
|
leveldb
|
||||||
lftp
|
lftp
|
||||||
libICE
|
libArcus
|
||||||
|
libCharon
|
||||||
libMED
|
libMED
|
||||||
libSM
|
libSavitar
|
||||||
libX11
|
libX11
|
||||||
libXScrnSaver
|
libXScrnSaver
|
||||||
libXau
|
|
||||||
libXaw
|
libXaw
|
||||||
libXcomposite
|
|
||||||
libXcursor
|
libXcursor
|
||||||
libXdamage
|
|
||||||
libXdmcp
|
|
||||||
libXext
|
|
||||||
libXfixes
|
|
||||||
libXfont
|
libXfont
|
||||||
libXfont2
|
libXfont2
|
||||||
libXft
|
libXft
|
||||||
libXi
|
|
||||||
libXinerama
|
|
||||||
libXmu
|
libXmu
|
||||||
libXpm
|
libXpm
|
||||||
libXpresent
|
libXpresent
|
||||||
libXrandr
|
|
||||||
libXrender
|
|
||||||
libXres
|
libXres
|
||||||
libXt
|
libXt
|
||||||
libXtst
|
libXtst
|
||||||
@@ -1946,7 +2008,6 @@ libXv
|
|||||||
libXvMC
|
libXvMC
|
||||||
libXxf86dga
|
libXxf86dga
|
||||||
libXxf86misc
|
libXxf86misc
|
||||||
libXxf86vm
|
|
||||||
libabigail
|
libabigail
|
||||||
libabw
|
libabw
|
||||||
libaio
|
libaio
|
||||||
@@ -1978,6 +2039,7 @@ libdaemon
|
|||||||
libdatrie
|
libdatrie
|
||||||
libdazzle
|
libdazzle
|
||||||
libdbusmenu
|
libdbusmenu
|
||||||
|
libdeps
|
||||||
libdmx
|
libdmx
|
||||||
libdnf
|
libdnf
|
||||||
libdrm
|
libdrm
|
||||||
@@ -2006,6 +2068,7 @@ libgfortran-avx
|
|||||||
libgfortran-compat-soname3
|
libgfortran-compat-soname3
|
||||||
libgfortran-compat-soname4
|
libgfortran-compat-soname4
|
||||||
libgit2
|
libgit2
|
||||||
|
libgit2-glib
|
||||||
libglade
|
libglade
|
||||||
libgnome-keyring
|
libgnome-keyring
|
||||||
libgnomekbd
|
libgnomekbd
|
||||||
@@ -2029,6 +2092,7 @@ libjpeg-turbo
|
|||||||
libjpeg-turbo-soname8
|
libjpeg-turbo-soname8
|
||||||
libkcddb
|
libkcddb
|
||||||
libkcompactdisc
|
libkcompactdisc
|
||||||
|
libkdcraw
|
||||||
libkdegames
|
libkdegames
|
||||||
libkdepim
|
libkdepim
|
||||||
libkeduvocdocument
|
libkeduvocdocument
|
||||||
@@ -2104,8 +2168,11 @@ libsndfile
|
|||||||
libsodium
|
libsodium
|
||||||
libsolv
|
libsolv
|
||||||
libsoup
|
libsoup
|
||||||
|
libspatialindex
|
||||||
|
libspatialite
|
||||||
libspectre
|
libspectre
|
||||||
libspiro
|
libspiro
|
||||||
|
libspnav
|
||||||
libsrtp
|
libsrtp
|
||||||
libssh
|
libssh
|
||||||
libssh2
|
libssh2
|
||||||
@@ -2128,6 +2195,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
|
||||||
@@ -2142,7 +2210,6 @@ libwnck3
|
|||||||
libwpd
|
libwpd
|
||||||
libwpg
|
libwpg
|
||||||
libwps
|
libwps
|
||||||
libxcb
|
|
||||||
libxdg-basedir
|
libxdg-basedir
|
||||||
libxfce4ui
|
libxfce4ui
|
||||||
libxfce4util
|
libxfce4util
|
||||||
@@ -2151,7 +2218,6 @@ libxkbfile
|
|||||||
libxklavier
|
libxklavier
|
||||||
libxml2
|
libxml2
|
||||||
libxml2-legacy
|
libxml2-legacy
|
||||||
libxshmfence
|
|
||||||
libxslt
|
libxslt
|
||||||
libyami
|
libyami
|
||||||
libyami-utils
|
libyami-utils
|
||||||
@@ -2176,6 +2242,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
|
||||||
@@ -2187,8 +2254,10 @@ lksctp-tools
|
|||||||
llfuse
|
llfuse
|
||||||
llvm
|
llvm
|
||||||
llvmlite
|
llvmlite
|
||||||
|
lm-sensors
|
||||||
lmdb
|
lmdb
|
||||||
locket
|
locket
|
||||||
|
locustio
|
||||||
logilab-common
|
logilab-common
|
||||||
logrotate
|
logrotate
|
||||||
logutils
|
logutils
|
||||||
@@ -2205,7 +2274,7 @@ lualgi
|
|||||||
luarocks
|
luarocks
|
||||||
lxml
|
lxml
|
||||||
lz4
|
lz4
|
||||||
lzip
|
lzlib
|
||||||
lzo
|
lzo
|
||||||
m4
|
m4
|
||||||
mailcommon
|
mailcommon
|
||||||
@@ -2217,6 +2286,7 @@ man-pages
|
|||||||
marble
|
marble
|
||||||
mariadb
|
mariadb
|
||||||
mash
|
mash
|
||||||
|
materia-theme
|
||||||
matplotlib
|
matplotlib
|
||||||
maven-dep
|
maven-dep
|
||||||
mc
|
mc
|
||||||
@@ -2284,6 +2354,7 @@ msm
|
|||||||
msmtp
|
msmtp
|
||||||
msr-tools
|
msr-tools
|
||||||
msrest
|
msrest
|
||||||
|
msrestazure
|
||||||
mstflint
|
mstflint
|
||||||
mtd-utils
|
mtd-utils
|
||||||
mtdev
|
mtdev
|
||||||
@@ -2312,6 +2383,7 @@ nbformat
|
|||||||
nbsphinx
|
nbsphinx
|
||||||
ncdu
|
ncdu
|
||||||
ncurses
|
ncurses
|
||||||
|
ncurses-compat
|
||||||
ndctl
|
ndctl
|
||||||
ndg_httpsclient
|
ndg_httpsclient
|
||||||
neofetch
|
neofetch
|
||||||
@@ -2336,6 +2408,7 @@ nghttp2
|
|||||||
nginx
|
nginx
|
||||||
nicstat
|
nicstat
|
||||||
ninja
|
ninja
|
||||||
|
nload
|
||||||
nlopt
|
nlopt
|
||||||
nltk
|
nltk
|
||||||
nmap
|
nmap
|
||||||
@@ -2365,6 +2438,7 @@ numactl
|
|||||||
numatop
|
numatop
|
||||||
numba
|
numba
|
||||||
numpy
|
numpy
|
||||||
|
numpy-stl
|
||||||
numpydoc
|
numpydoc
|
||||||
nvme-cli
|
nvme-cli
|
||||||
oath-toolkit
|
oath-toolkit
|
||||||
@@ -2393,16 +2467,21 @@ opencv
|
|||||||
openexr
|
openexr
|
||||||
openjade
|
openjade
|
||||||
openjdk
|
openjdk
|
||||||
|
openjdk10
|
||||||
|
openjdk11
|
||||||
openjdk9
|
openjdk9
|
||||||
openldap
|
openldap
|
||||||
openmpi
|
openmpi
|
||||||
|
openscad
|
||||||
opensm
|
opensm
|
||||||
openssh
|
openssh
|
||||||
openssl
|
openssl
|
||||||
|
openstack-setuptools
|
||||||
openstackdocstheme
|
openstackdocstheme
|
||||||
openstacksdk
|
openstacksdk
|
||||||
openvpn
|
openvpn
|
||||||
openvswitch
|
openvswitch
|
||||||
|
optipng
|
||||||
opus
|
opus
|
||||||
opusfile
|
opusfile
|
||||||
orc
|
orc
|
||||||
@@ -2412,6 +2491,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
|
||||||
@@ -2419,6 +2499,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
|
||||||
@@ -2435,6 +2516,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
|
||||||
@@ -2443,6 +2525,7 @@ oslotest
|
|||||||
osprofiler
|
osprofiler
|
||||||
ostree
|
ostree
|
||||||
otp
|
otp
|
||||||
|
ouimeaux
|
||||||
ovirt-guest-agent
|
ovirt-guest-agent
|
||||||
ovs
|
ovs
|
||||||
ovsdbapp
|
ovsdbapp
|
||||||
@@ -2486,6 +2569,8 @@ pbzip2
|
|||||||
pciutils
|
pciutils
|
||||||
pcre
|
pcre
|
||||||
pcre2
|
pcre2
|
||||||
|
pdns
|
||||||
|
pdns-recursor
|
||||||
pecan
|
pecan
|
||||||
pep8
|
pep8
|
||||||
performance
|
performance
|
||||||
@@ -3155,6 +3240,7 @@ pickleshare
|
|||||||
picmi
|
picmi
|
||||||
pidgin
|
pidgin
|
||||||
pidgin-sipe
|
pidgin-sipe
|
||||||
|
piglit
|
||||||
pigz
|
pigz
|
||||||
pika
|
pika
|
||||||
pika-pool
|
pika-pool
|
||||||
@@ -3170,6 +3256,7 @@ pkcs11-helper
|
|||||||
pkg-config
|
pkg-config
|
||||||
plasma-browser-integration
|
plasma-browser-integration
|
||||||
plasma-desktop
|
plasma-desktop
|
||||||
|
plasma-discover
|
||||||
plasma-framework
|
plasma-framework
|
||||||
plasma-integration
|
plasma-integration
|
||||||
plasma-nm
|
plasma-nm
|
||||||
@@ -3180,6 +3267,7 @@ plasma-workspace
|
|||||||
plasma-workspace-wallpapers
|
plasma-workspace-wallpapers
|
||||||
pluggy
|
pluggy
|
||||||
ply
|
ply
|
||||||
|
plzip
|
||||||
pmdk
|
pmdk
|
||||||
polkit
|
polkit
|
||||||
poppler
|
poppler
|
||||||
@@ -3196,12 +3284,15 @@ 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
|
||||||
|
progressbar
|
||||||
|
proj
|
||||||
prometheus_client
|
prometheus_client
|
||||||
prompt_toolkit
|
prompt_toolkit
|
||||||
protobuf
|
protobuf
|
||||||
@@ -3228,6 +3319,8 @@ pyasn1
|
|||||||
pyasn1-modules
|
pyasn1-modules
|
||||||
pyatspi
|
pyatspi
|
||||||
pybind11
|
pybind11
|
||||||
|
pybtex
|
||||||
|
pybtex-docutils
|
||||||
pycadf
|
pycadf
|
||||||
pycairo
|
pycairo
|
||||||
pycam
|
pycam
|
||||||
@@ -3240,6 +3333,7 @@ pydot
|
|||||||
pydot_ng
|
pydot_ng
|
||||||
pydotplus
|
pydotplus
|
||||||
pyeclib
|
pyeclib
|
||||||
|
pyecobee
|
||||||
pyee
|
pyee
|
||||||
pyemd
|
pyemd
|
||||||
pyflakes
|
pyflakes
|
||||||
@@ -3247,6 +3341,7 @@ pygobject
|
|||||||
pygobject-legacy
|
pygobject-legacy
|
||||||
pygtk
|
pygtk
|
||||||
pygtkglext
|
pygtkglext
|
||||||
|
pyhs100
|
||||||
pyinotify
|
pyinotify
|
||||||
pykerberos
|
pykerberos
|
||||||
pylama
|
pylama
|
||||||
@@ -3268,6 +3363,7 @@ pyrsistent
|
|||||||
pysaml2
|
pysaml2
|
||||||
pysendfile
|
pysendfile
|
||||||
pyserial
|
pyserial
|
||||||
|
pyside2-setup
|
||||||
pysnmp
|
pysnmp
|
||||||
pytest
|
pytest
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
@@ -3322,6 +3418,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
|
||||||
@@ -3330,6 +3427,7 @@ python-tappy
|
|||||||
python-toml
|
python-toml
|
||||||
python-troveclient
|
python-troveclient
|
||||||
python-urwid
|
python-urwid
|
||||||
|
python-utils
|
||||||
python-vlc
|
python-vlc
|
||||||
python-zaqarclient
|
python-zaqarclient
|
||||||
python-zeep
|
python-zeep
|
||||||
@@ -3338,6 +3436,7 @@ python2-mod_wsgi
|
|||||||
python3
|
python3
|
||||||
pytools
|
pytools
|
||||||
pytz
|
pytz
|
||||||
|
pyu2f
|
||||||
pyudev
|
pyudev
|
||||||
pywbem
|
pywbem
|
||||||
pyxattr
|
pyxattr
|
||||||
@@ -3346,9 +3445,11 @@ pyzmq
|
|||||||
qca-qt5
|
qca-qt5
|
||||||
qemu
|
qemu
|
||||||
qemu-lite
|
qemu-lite
|
||||||
|
qgit
|
||||||
qml-box2d
|
qml-box2d
|
||||||
qpdf
|
qpdf
|
||||||
qpid-python
|
qpid-python
|
||||||
|
qpid-tools
|
||||||
qqc2-desktop-style
|
qqc2-desktop-style
|
||||||
qrencode
|
qrencode
|
||||||
qscintilla
|
qscintilla
|
||||||
@@ -3364,7 +3465,9 @@ qtdeclarative
|
|||||||
qtgamepad
|
qtgamepad
|
||||||
qtgraphicaleffects
|
qtgraphicaleffects
|
||||||
qtimageformats
|
qtimageformats
|
||||||
|
qtkeychain
|
||||||
qtlocation
|
qtlocation
|
||||||
|
qtmqtt
|
||||||
qtmultimedia
|
qtmultimedia
|
||||||
qtnetworkauth
|
qtnetworkauth
|
||||||
qtquickcontrols
|
qtquickcontrols
|
||||||
@@ -3390,6 +3493,7 @@ qtxmlpatterns
|
|||||||
quagga
|
quagga
|
||||||
quassel
|
quassel
|
||||||
quilt
|
quilt
|
||||||
|
qwt
|
||||||
rabbitmq-c
|
rabbitmq-c
|
||||||
rabbitmq-server
|
rabbitmq-server
|
||||||
radvd
|
radvd
|
||||||
@@ -3400,6 +3504,7 @@ rcssmin
|
|||||||
rdma-core
|
rdma-core
|
||||||
re2c
|
re2c
|
||||||
readline
|
readline
|
||||||
|
rebootmgr
|
||||||
recommonmark
|
recommonmark
|
||||||
redis
|
redis
|
||||||
redis-native
|
redis-native
|
||||||
@@ -3419,6 +3524,7 @@ requests-toolbelt
|
|||||||
requestsexceptions
|
requestsexceptions
|
||||||
rest
|
rest
|
||||||
restructuredtext_lint
|
restructuredtext_lint
|
||||||
|
retry
|
||||||
retry_decorator
|
retry_decorator
|
||||||
retrying
|
retrying
|
||||||
retype
|
retype
|
||||||
@@ -3453,6 +3559,7 @@ sbc
|
|||||||
sbsigntools
|
sbsigntools
|
||||||
scala
|
scala
|
||||||
scala-dep
|
scala-dep
|
||||||
|
scene-alembic
|
||||||
scikit-build
|
scikit-build
|
||||||
scikit-image
|
scikit-image
|
||||||
scikit-learn
|
scikit-learn
|
||||||
@@ -3468,6 +3575,7 @@ secretstorage
|
|||||||
sed
|
sed
|
||||||
selenium
|
selenium
|
||||||
semantic_version
|
semantic_version
|
||||||
|
seqdiag
|
||||||
serf
|
serf
|
||||||
serpent
|
serpent
|
||||||
setproctitle
|
setproctitle
|
||||||
@@ -3505,7 +3613,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
|
||||||
@@ -3517,20 +3627,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
|
||||||
@@ -3538,11 +3653,13 @@ stack
|
|||||||
startup-notification
|
startup-notification
|
||||||
statsd
|
statsd
|
||||||
statsmodels
|
statsmodels
|
||||||
|
stellarium
|
||||||
stestr
|
stestr
|
||||||
stevedore
|
stevedore
|
||||||
stow
|
stow
|
||||||
strace
|
strace
|
||||||
stress-ng
|
stress-ng
|
||||||
|
stunnel
|
||||||
subunit
|
subunit
|
||||||
subunit2sql
|
subunit2sql
|
||||||
subversion
|
subversion
|
||||||
@@ -3619,6 +3736,7 @@ tig
|
|||||||
tigervnc
|
tigervnc
|
||||||
time
|
time
|
||||||
tini
|
tini
|
||||||
|
tinycompress
|
||||||
tinyrpc
|
tinyrpc
|
||||||
tinyxml2
|
tinyxml2
|
||||||
tiptop
|
tiptop
|
||||||
@@ -3682,7 +3800,10 @@ varnish-cache
|
|||||||
vcstool
|
vcstool
|
||||||
vcversioner
|
vcversioner
|
||||||
vim
|
vim
|
||||||
|
vim-fugitive
|
||||||
|
vim-gnupg
|
||||||
vim-go
|
vim-go
|
||||||
|
vimix-icon-theme
|
||||||
vinagre
|
vinagre
|
||||||
vine
|
vine
|
||||||
vino
|
vino
|
||||||
@@ -3699,8 +3820,10 @@ waffle
|
|||||||
waitress
|
waitress
|
||||||
warlock
|
warlock
|
||||||
watchdogd
|
watchdogd
|
||||||
|
wavpack
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
|
wcslib
|
||||||
wcwidth
|
wcwidth
|
||||||
weakrefmethod
|
weakrefmethod
|
||||||
webcolors
|
webcolors
|
||||||
@@ -3733,12 +3856,7 @@ xattr
|
|||||||
xauth
|
xauth
|
||||||
xbitmaps
|
xbitmaps
|
||||||
xcb-proto
|
xcb-proto
|
||||||
xcb-util
|
|
||||||
xcb-util-cursor
|
xcb-util-cursor
|
||||||
xcb-util-image
|
|
||||||
xcb-util-keysyms
|
|
||||||
xcb-util-renderutil
|
|
||||||
xcb-util-wm
|
|
||||||
xcb-util-xrm
|
xcb-util-xrm
|
||||||
xclip
|
xclip
|
||||||
xcursor-themes
|
xcursor-themes
|
||||||
@@ -3749,6 +3867,7 @@ 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
|
xerces-c
|
||||||
@@ -3800,6 +3919,7 @@ xrestop
|
|||||||
xscreensaver
|
xscreensaver
|
||||||
xset
|
xset
|
||||||
xsetroot
|
xsetroot
|
||||||
|
xterm
|
||||||
xtrans
|
xtrans
|
||||||
xvfb-run
|
xvfb-run
|
||||||
xwd
|
xwd
|
||||||
|
|||||||
Reference in New Issue
Block a user