mirror of
https://github.com/clearlinux/common.git
synced 2026-07-14 00:35:53 +00:00
Compare commits
66 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5322002ad9 | |||
| ad8fd73cfe | |||
| 347e0e60a5 | |||
| 9fea6124da | |||
| 50711dae29 | |||
| 62dbfd1fa9 | |||
| f20c51b4c7 | |||
| 39ba8e7488 | |||
| 3cd143d931 | |||
| 8ce1020511 | |||
| c00ea07564 | |||
| 20ac5a6fca | |||
| 3c7ffcc6f8 | |||
| 75f92917fc | |||
| ebfb7792fa | |||
| 151eb80340 | |||
| c35ddf3249 | |||
| 5de267a3aa | |||
| f14316393c | |||
| a49ed4739a | |||
| 4a7900cd72 | |||
| 6f4b36eb52 | |||
| 7fcf1ca778 | |||
| ad28b67e3d | |||
| ff9ceba3c5 | |||
| 50d755e823 | |||
| cf08aaaa5d | |||
| ecc540786b | |||
| ee24dc9199 | |||
| d3616700c1 | |||
| e6f9dc64cf | |||
| c818274cec | |||
| 8094f8a358 | |||
| 1fe250bb13 | |||
| 48312c546e | |||
| 2ed43dee7c | |||
| 2c29d463aa | |||
| 916aa9ce90 | |||
| e5c860f7c9 | |||
| b9b24a353b | |||
| 45b72cc7bc | |||
| baabce03b6 | |||
| 191989a32a | |||
| f1f9d44878 | |||
| ae6182ad24 | |||
| f8bc62ae39 | |||
| e750687701 | |||
| 28747a2037 | |||
| 3208712529 | |||
| 9e94a00898 | |||
| e053e67bd5 | |||
| 68768eb65f | |||
| 2a7d53c6cd | |||
| 213b7b4d57 | |||
| 17f5e2eb9d | |||
| a85ca255c1 | |||
| 4133026569 | |||
| 60de5ce7d5 | |||
| 91a4c42013 | |||
| 49289f00d9 | |||
| 64a279e8f8 | |||
| c4709f40af | |||
| b443e169d5 | |||
| cd55363a3c | |||
| e0054520f8 | |||
| ecb84bfabf |
+44
-2
@@ -17,7 +17,7 @@ SRPMVERS = $(shell [ ! -f $(SPECFILE) ] || $(call queryspec,%{NVR}\n,$(SPECFILE)
|
|||||||
SRPMFILE = results/$(SRPMVERS).src.rpm
|
SRPMFILE = results/$(SRPMVERS).src.rpm
|
||||||
|
|
||||||
LATEST_RPMS = $(wildcard rpms/*.rpm)
|
LATEST_RPMS = $(wildcard rpms/*.rpm)
|
||||||
DEBUGINFO_RPM = $(wildcard rpms/*-debuginfo-*.rpm)
|
DEBUGINFO_RPM = $(wildcard rpms/${PKG_NAME}-debuginfo-$(shell $(call queryspec,%{V}-%{R},${SPECFILE})).*.rpm)
|
||||||
RPMS ?= $(LATEST_RPMS)
|
RPMS ?= $(LATEST_RPMS)
|
||||||
|
|
||||||
WITH_SUDO = $(shell cmp /usr/bin/mock /usr/sbin/mock &> /dev/null && echo sudo )
|
WITH_SUDO = $(shell cmp /usr/bin/mock /usr/sbin/mock &> /dev/null && echo sudo )
|
||||||
@@ -78,7 +78,7 @@ configemail:
|
|||||||
|
|
||||||
#help checkblacklist: Verify rpms files to not include banned files for Clear Linux OS.
|
#help checkblacklist: Verify rpms files to not include banned files for Clear Linux OS.
|
||||||
checkblacklist:
|
checkblacklist:
|
||||||
@$(TOPLVL)/projects/common/checkblacklist.sh $(TOPLVL)/projects/common/blacklist results/*.rpm
|
@$(TOPLVL)/projects/common/checkblacklist.sh $(TOPLVL)/projects/common/blacklist $(filter-out ${DEBUGINFO_RPM},${RPMS})
|
||||||
|
|
||||||
prebuild-checks:
|
prebuild-checks:
|
||||||
|
|
||||||
@@ -451,6 +451,10 @@ install-debuginfo-local:
|
|||||||
sudo chown -R dbginfo:dbginfo "$$d"; \
|
sudo chown -R dbginfo:dbginfo "$$d"; \
|
||||||
sudo cp -a "$$d" $$dest/; \
|
sudo cp -a "$$d" $$dest/; \
|
||||||
done; \
|
done; \
|
||||||
|
find $$tmpdir/usr/share/debug/.build-id -type l 2> /dev/null | while read -r link; do \
|
||||||
|
new_target=$$(readlink $$link | sed 's|/usr/share/debug|/usr/lib/debug|'); \
|
||||||
|
sudo ln -sf "$$new_target" "$$link"; \
|
||||||
|
done; \
|
||||||
find $$tmpdir/usr/share/debug/ -mindepth 1 -maxdepth 1 -regextype awk -regex '.*/(.build-id|boot|lib|sbin|usr)$$' 2> /dev/null | while read -r d; do \
|
find $$tmpdir/usr/share/debug/ -mindepth 1 -maxdepth 1 -regextype awk -regex '.*/(.build-id|boot|lib|sbin|usr)$$' 2> /dev/null | while read -r d; do \
|
||||||
sudo chown -R dbginfo:dbginfo "$$d"; \
|
sudo chown -R dbginfo:dbginfo "$$d"; \
|
||||||
sudo cp -a "$$d" $$dest/; \
|
sudo cp -a "$$d" $$dest/; \
|
||||||
@@ -518,6 +522,44 @@ cloc: $(SRPMFILE)
|
|||||||
@$(MOCK) --clean --scrub=chroot --uniqueext=$(PKG_NAME)
|
@$(MOCK) --clean --scrub=chroot --uniqueext=$(PKG_NAME)
|
||||||
cat results/cloc.txt
|
cat results/cloc.txt
|
||||||
|
|
||||||
|
.PHONY: whatrequires
|
||||||
|
#help whatrequires: Output a list of packages that directly depend on this one,
|
||||||
|
#help showing the subpackage-level breakdown. Each line of output has the format
|
||||||
|
#help "SUBPACKAGE(|SYMBOL)? <- PACKAGE (ARCH)". If ARCH is "src", the meaning is
|
||||||
|
#help "PACKAGE has a BuildRequires (build dependency) on SUBPACKAGE". And if ARCH
|
||||||
|
#help is "x86_64", the meaning is "PACKAGE has a Requires (runtime dependency) on
|
||||||
|
#help SUBPACKAGE". The optional "|SYMBOL" portion is printed when the symbol
|
||||||
|
#help required does not match the subpackage name. Note that the ability to query
|
||||||
|
#help version-qualified dependencies is not yet implemented... (For example, if
|
||||||
|
#help python3-core provides the version-qualified symbol "python(abi) = 3.9",
|
||||||
|
#help running `make whatrequires` for `python3` will detect packages that depend on
|
||||||
|
#help "python(abi)", but not "python(abi) = 3.9".)
|
||||||
|
whatrequires:
|
||||||
|
@Q="dnf --config=${PM_CONF} repoquery --quiet --releasever=clear"; \
|
||||||
|
TMP=$$(mktemp -d); trap "rm -rf $$TMP" EXIT; \
|
||||||
|
$${Q} --provides ${PKG_NAME} | awk '{ print $$1 }' > $$TMP/${PKG_NAME}; \
|
||||||
|
( \
|
||||||
|
while read -r provide; do \
|
||||||
|
$${Q} --qf="${PKG_NAME} <- %{NAME} (x86_64)" --arch=x86_64 --srpm --whatrequires $$provide; \
|
||||||
|
$${Q} --qf="${PKG_NAME} <- %{NAME} (src)" --arch=src --whatrequires $$provide; \
|
||||||
|
done < $$TMP/${PKG_NAME} \
|
||||||
|
) | awk '$$3 != "${PKG_NAME}"' | LC_COLLATE=C sort -u; \
|
||||||
|
sed -n 's/^%package *\(.*\)$$/\1/p' ${PKG_NAME}.spec | sort > $$TMP/subpkgs; \
|
||||||
|
while read -r val; do \
|
||||||
|
if grep -qE '^-n +' <<< $$val; then \
|
||||||
|
subpkg=$$(awk '{ print $$2 }' <<< $$val); \
|
||||||
|
else \
|
||||||
|
subpkg=${PKG_NAME}-$$val; \
|
||||||
|
fi; \
|
||||||
|
$${Q} --provides $$subpkg | awk '{ print $$1 }' > $$TMP/$$subpkg; \
|
||||||
|
( \
|
||||||
|
while read -r provide; do \
|
||||||
|
$${Q} --qf="$$subpkg|$$provide <- %{NAME} (x86_64)" --arch=x86_64 --srpm --whatrequires $$provide; \
|
||||||
|
$${Q} --qf="$$subpkg|$$provide <- %{NAME} (src)" --arch=src --whatrequires $$provide; \
|
||||||
|
done < $$TMP/$$subpkg \
|
||||||
|
) | awk '$$3 != "${PKG_NAME}"' | sed "s/^$$subpkg|\($$subpkg\)/\1/" | LC_COLLATE=C sort -u; \
|
||||||
|
done < $$TMP/subpkgs
|
||||||
|
|
||||||
# Define LTS-specific targets in a separate makefile
|
# Define LTS-specific targets in a separate makefile
|
||||||
-include $(TOPLVL)/projects/common/Makefile.common.lts
|
-include $(TOPLVL)/projects/common/Makefile.common.lts
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
+2
-2
@@ -4,14 +4,14 @@ config_opts['legal_host_arches'] = ('x86_64',)
|
|||||||
config_opts['chroot_setup_cmd'] = 'groupinstall build srpm-build'
|
config_opts['chroot_setup_cmd'] = 'groupinstall build srpm-build'
|
||||||
config_opts['dist'] = 'clear' # only useful for --resultdir variable subst
|
config_opts['dist'] = 'clear' # only useful for --resultdir variable subst
|
||||||
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
|
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
|
||||||
config_opts['useradd'] = '/usr/sbin/useradd -m -u %(uid)s -g %(gid)s -d %(home)s %(user)s'
|
config_opts['useradd'] = '/usr/sbin/useradd -m -u {{chrootuid}} -g {{chrootgid}} -d {{chroothome}} {{chrootuser}}'
|
||||||
config_opts['plugin_conf']['ccache_enable'] = False
|
config_opts['plugin_conf']['ccache_enable'] = False
|
||||||
config_opts['plugin_conf']['root_cache_opts']['compress_program'] = 'zstd -5'
|
config_opts['plugin_conf']['root_cache_opts']['compress_program'] = 'zstd -5'
|
||||||
config_opts['plugin_conf']['root_cache_opts']['extension'] = '.zst'
|
config_opts['plugin_conf']['root_cache_opts']['extension'] = '.zst'
|
||||||
config_opts['releasever'] = 'clear'
|
config_opts['releasever'] = 'clear'
|
||||||
config_opts['package_manager'] = 'dnf'
|
config_opts['package_manager'] = 'dnf'
|
||||||
config_opts['chrootgroup'] = 'mockbuild'
|
config_opts['chrootgroup'] = 'mockbuild'
|
||||||
config_opts['use_bootstrap_container'] = False
|
config_opts['use_bootstrap'] = False
|
||||||
|
|
||||||
|
|
||||||
config_opts['dnf.conf'] = """
|
config_opts['dnf.conf'] = """
|
||||||
|
|||||||
@@ -45,11 +45,14 @@ BSD-3-Clause
|
|||||||
BSD-3-Clause-Attribution
|
BSD-3-Clause-Attribution
|
||||||
BSD-3-Clause-Clear
|
BSD-3-Clause-Clear
|
||||||
BSD-3-Clause-LBNL
|
BSD-3-Clause-LBNL
|
||||||
|
BSD-3-Clause-Modification
|
||||||
|
BSD-3-Clause-No-Military-License
|
||||||
BSD-3-Clause-No-Nuclear-License
|
BSD-3-Clause-No-Nuclear-License
|
||||||
BSD-3-Clause-No-Nuclear-License-2014
|
BSD-3-Clause-No-Nuclear-License-2014
|
||||||
BSD-3-Clause-No-Nuclear-Warranty
|
BSD-3-Clause-No-Nuclear-Warranty
|
||||||
BSD-3-Clause-Open-MPI
|
BSD-3-Clause-Open-MPI
|
||||||
BSD-4-Clause
|
BSD-4-Clause
|
||||||
|
BSD-4-Clause-Shortened
|
||||||
BSD-4-Clause-UC
|
BSD-4-Clause-UC
|
||||||
BSD-Protection
|
BSD-Protection
|
||||||
BSD-Source-Code
|
BSD-Source-Code
|
||||||
@@ -62,49 +65,64 @@ BitTorrent-1.0
|
|||||||
BitTorrent-1.1
|
BitTorrent-1.1
|
||||||
BlueOak-1.0.0
|
BlueOak-1.0.0
|
||||||
Borceux
|
Borceux
|
||||||
|
C-UDA-1.0
|
||||||
CAL-1.0
|
CAL-1.0
|
||||||
CAL-1.0-Combined-Work-Exception
|
CAL-1.0-Combined-Work-Exception
|
||||||
CATOSL-1.1
|
CATOSL-1.1
|
||||||
CC-BY-1.0
|
CC-BY-1.0
|
||||||
CC-BY-2.0
|
CC-BY-2.0
|
||||||
CC-BY-2.5
|
CC-BY-2.5
|
||||||
|
CC-BY-2.5-AU
|
||||||
CC-BY-3.0
|
CC-BY-3.0
|
||||||
CC-BY-3.0-AT
|
CC-BY-3.0-AT
|
||||||
|
CC-BY-3.0-DE
|
||||||
|
CC-BY-3.0-NL
|
||||||
CC-BY-3.0-US
|
CC-BY-3.0-US
|
||||||
CC-BY-4.0
|
CC-BY-4.0
|
||||||
CC-BY-NC-1.0
|
CC-BY-NC-1.0
|
||||||
CC-BY-NC-2.0
|
CC-BY-NC-2.0
|
||||||
CC-BY-NC-2.5
|
CC-BY-NC-2.5
|
||||||
CC-BY-NC-3.0
|
CC-BY-NC-3.0
|
||||||
|
CC-BY-NC-3.0-DE
|
||||||
CC-BY-NC-4.0
|
CC-BY-NC-4.0
|
||||||
CC-BY-NC-ND-1.0
|
CC-BY-NC-ND-1.0
|
||||||
CC-BY-NC-ND-2.0
|
CC-BY-NC-ND-2.0
|
||||||
CC-BY-NC-ND-2.5
|
CC-BY-NC-ND-2.5
|
||||||
CC-BY-NC-ND-3.0
|
CC-BY-NC-ND-3.0
|
||||||
|
CC-BY-NC-ND-3.0-DE
|
||||||
CC-BY-NC-ND-3.0-IGO
|
CC-BY-NC-ND-3.0-IGO
|
||||||
CC-BY-NC-ND-4.0
|
CC-BY-NC-ND-4.0
|
||||||
CC-BY-NC-SA-1.0
|
CC-BY-NC-SA-1.0
|
||||||
CC-BY-NC-SA-2.0
|
CC-BY-NC-SA-2.0
|
||||||
|
CC-BY-NC-SA-2.0-FR
|
||||||
|
CC-BY-NC-SA-2.0-UK
|
||||||
CC-BY-NC-SA-2.5
|
CC-BY-NC-SA-2.5
|
||||||
CC-BY-NC-SA-3.0
|
CC-BY-NC-SA-3.0
|
||||||
|
CC-BY-NC-SA-3.0-DE
|
||||||
|
CC-BY-NC-SA-3.0-IGO
|
||||||
CC-BY-NC-SA-4.0
|
CC-BY-NC-SA-4.0
|
||||||
CC-BY-ND-1.0
|
CC-BY-ND-1.0
|
||||||
CC-BY-ND-2.0
|
CC-BY-ND-2.0
|
||||||
CC-BY-ND-2.5
|
CC-BY-ND-2.5
|
||||||
CC-BY-ND-3.0
|
CC-BY-ND-3.0
|
||||||
|
CC-BY-ND-3.0-DE
|
||||||
CC-BY-ND-4.0
|
CC-BY-ND-4.0
|
||||||
CC-BY-SA-1.0
|
CC-BY-SA-1.0
|
||||||
CC-BY-SA-2.0
|
CC-BY-SA-2.0
|
||||||
CC-BY-SA-2.0-UK
|
CC-BY-SA-2.0-UK
|
||||||
|
CC-BY-SA-2.1-JP
|
||||||
CC-BY-SA-2.5
|
CC-BY-SA-2.5
|
||||||
CC-BY-SA-3.0
|
CC-BY-SA-3.0
|
||||||
CC-BY-SA-3.0-AT
|
CC-BY-SA-3.0-AT
|
||||||
|
CC-BY-SA-3.0-DE
|
||||||
CC-BY-SA-4.0
|
CC-BY-SA-4.0
|
||||||
CC-PDDC
|
CC-PDDC
|
||||||
CC0-1.0
|
CC0-1.0
|
||||||
CDDL-1.0
|
CDDL-1.0
|
||||||
CDDL-1.1
|
CDDL-1.1
|
||||||
|
CDL-1.0
|
||||||
CDLA-Permissive-1.0
|
CDLA-Permissive-1.0
|
||||||
|
CDLA-Permissive-2.0
|
||||||
CDLA-Sharing-1.0
|
CDLA-Sharing-1.0
|
||||||
CECILL-1.0
|
CECILL-1.0
|
||||||
CECILL-1.1
|
CECILL-1.1
|
||||||
@@ -132,6 +150,7 @@ CrystalStacker
|
|||||||
Cube
|
Cube
|
||||||
D-FSL-1.0
|
D-FSL-1.0
|
||||||
DOC
|
DOC
|
||||||
|
DRL-1.0
|
||||||
DSDP
|
DSDP
|
||||||
Dotseqn
|
Dotseqn
|
||||||
ECL-1.0
|
ECL-1.0
|
||||||
@@ -154,7 +173,9 @@ FSFULLR
|
|||||||
FTL
|
FTL
|
||||||
Fair
|
Fair
|
||||||
Frameworx-1.0
|
Frameworx-1.0
|
||||||
|
FreeBSD-DOC
|
||||||
FreeImage
|
FreeImage
|
||||||
|
GD
|
||||||
GFDL-1.1
|
GFDL-1.1
|
||||||
GFDL-1.1-invariants-only
|
GFDL-1.1-invariants-only
|
||||||
GFDL-1.1-invariants-or-later
|
GFDL-1.1-invariants-or-later
|
||||||
@@ -252,6 +273,7 @@ Linux-OpenIB
|
|||||||
MIT
|
MIT
|
||||||
MIT-0
|
MIT-0
|
||||||
MIT-CMU
|
MIT-CMU
|
||||||
|
MIT-Modern-Variant
|
||||||
MIT-advertising
|
MIT-advertising
|
||||||
MIT-enna
|
MIT-enna
|
||||||
MIT-feh
|
MIT-feh
|
||||||
@@ -271,6 +293,7 @@ MulanPSL-1.0
|
|||||||
MulanPSL-2.0
|
MulanPSL-2.0
|
||||||
Multics
|
Multics
|
||||||
Mup
|
Mup
|
||||||
|
NAIST-2003
|
||||||
NASA-1.3
|
NASA-1.3
|
||||||
NBPL-1.0
|
NBPL-1.0
|
||||||
NCGL-UK-2.0
|
NCGL-UK-2.0
|
||||||
@@ -279,6 +302,7 @@ NGPL
|
|||||||
NIST-PD
|
NIST-PD
|
||||||
NIST-PD-fallback
|
NIST-PD-fallback
|
||||||
NLOD-1.0
|
NLOD-1.0
|
||||||
|
NLOD-2.0
|
||||||
NLPL
|
NLPL
|
||||||
NOSL
|
NOSL
|
||||||
NPL-1.0
|
NPL-1.0
|
||||||
@@ -306,6 +330,7 @@ OFL-1.1
|
|||||||
OFL-1.1-RFN
|
OFL-1.1-RFN
|
||||||
OFL-1.1-no-RFN
|
OFL-1.1-no-RFN
|
||||||
OGC-1.0
|
OGC-1.0
|
||||||
|
OGDL-Taiwan-1.0
|
||||||
OGL-Canada-2.0
|
OGL-Canada-2.0
|
||||||
OGL-UK-1.0
|
OGL-UK-1.0
|
||||||
OGL-UK-2.0
|
OGL-UK-2.0
|
||||||
@@ -329,6 +354,7 @@ OLDAP-2.7
|
|||||||
OLDAP-2.8
|
OLDAP-2.8
|
||||||
OML
|
OML
|
||||||
OPL-1.0
|
OPL-1.0
|
||||||
|
OPUBL-1.0
|
||||||
OSET-PL-2.1
|
OSET-PL-2.1
|
||||||
OSL-1.0
|
OSL-1.0
|
||||||
OSL-1.1
|
OSL-1.1
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ CopyQ
|
|||||||
Cura
|
Cura
|
||||||
CuraEngine
|
CuraEngine
|
||||||
Cython
|
Cython
|
||||||
|
DML
|
||||||
Django
|
Django
|
||||||
F-Engrave
|
F-Engrave
|
||||||
Flask
|
Flask
|
||||||
@@ -23,6 +24,7 @@ Gradio
|
|||||||
GtkD
|
GtkD
|
||||||
HeapDict
|
HeapDict
|
||||||
ImageMagick
|
ImageMagick
|
||||||
|
Imath
|
||||||
JAGS
|
JAGS
|
||||||
Jinja2
|
Jinja2
|
||||||
Judy
|
Judy
|
||||||
@@ -72,6 +74,7 @@ PyWavelets
|
|||||||
PyYAML
|
PyYAML
|
||||||
Pygments
|
Pygments
|
||||||
Pyro4
|
Pyro4
|
||||||
|
QAT_engine
|
||||||
QGIS
|
QGIS
|
||||||
QtAwesome
|
QtAwesome
|
||||||
QtPy
|
QtPy
|
||||||
@@ -92,6 +95,7 @@ R-BiocManager
|
|||||||
R-BoolNet
|
R-BoolNet
|
||||||
R-BradleyTerry2
|
R-BradleyTerry2
|
||||||
R-Brobdingnag
|
R-Brobdingnag
|
||||||
|
R-C50
|
||||||
R-CVST
|
R-CVST
|
||||||
R-Cairo
|
R-Cairo
|
||||||
R-CircStats
|
R-CircStats
|
||||||
@@ -107,6 +111,7 @@ R-DT
|
|||||||
R-DendSer
|
R-DendSer
|
||||||
R-Deriv
|
R-Deriv
|
||||||
R-DescTools
|
R-DescTools
|
||||||
|
R-DiagrammeR
|
||||||
R-DistributionUtils
|
R-DistributionUtils
|
||||||
R-DoseFinding
|
R-DoseFinding
|
||||||
R-Ecdat
|
R-Ecdat
|
||||||
@@ -208,6 +213,7 @@ R-VGAM
|
|||||||
R-VGAMdata
|
R-VGAMdata
|
||||||
R-VIM
|
R-VIM
|
||||||
R-WDI
|
R-WDI
|
||||||
|
R-WikidataQueryServiceR
|
||||||
R-WikidataR
|
R-WikidataR
|
||||||
R-WikipediR
|
R-WikipediR
|
||||||
R-XML
|
R-XML
|
||||||
@@ -218,6 +224,7 @@ R-ade4
|
|||||||
R-adegenet
|
R-adegenet
|
||||||
R-adegraphics
|
R-adegraphics
|
||||||
R-adephylo
|
R-adephylo
|
||||||
|
R-adespatial
|
||||||
R-afex
|
R-afex
|
||||||
R-alr3
|
R-alr3
|
||||||
R-analogue
|
R-analogue
|
||||||
@@ -336,6 +343,7 @@ R-dimRed
|
|||||||
R-diptest
|
R-diptest
|
||||||
R-distr
|
R-distr
|
||||||
R-distrEx
|
R-distrEx
|
||||||
|
R-distributional
|
||||||
R-dlm
|
R-dlm
|
||||||
R-doMC
|
R-doMC
|
||||||
R-doMPI
|
R-doMPI
|
||||||
@@ -416,8 +424,10 @@ R-fitdistrplus
|
|||||||
R-flashClust
|
R-flashClust
|
||||||
R-flexmix
|
R-flexmix
|
||||||
R-flexsurv
|
R-flexsurv
|
||||||
|
R-float
|
||||||
R-fontBitstreamVera
|
R-fontBitstreamVera
|
||||||
R-fontLiberation
|
R-fontLiberation
|
||||||
|
R-fontawesome
|
||||||
R-fontquiver
|
R-fontquiver
|
||||||
R-forcats
|
R-forcats
|
||||||
R-foreach
|
R-foreach
|
||||||
@@ -433,9 +443,11 @@ R-furrr
|
|||||||
R-futile.logger
|
R-futile.logger
|
||||||
R-futile.options
|
R-futile.options
|
||||||
R-future
|
R-future
|
||||||
|
R-future.apply
|
||||||
R-g.data
|
R-g.data
|
||||||
R-gam
|
R-gam
|
||||||
R-gamm4
|
R-gamm4
|
||||||
|
R-gargle
|
||||||
R-gbRd
|
R-gbRd
|
||||||
R-gbm
|
R-gbm
|
||||||
R-gbutils
|
R-gbutils
|
||||||
@@ -452,6 +464,7 @@ R-getopt
|
|||||||
R-ggjoy
|
R-ggjoy
|
||||||
R-ggplot2
|
R-ggplot2
|
||||||
R-ggplot2movies
|
R-ggplot2movies
|
||||||
|
R-ggrepel
|
||||||
R-ggridges
|
R-ggridges
|
||||||
R-ggvis
|
R-ggvis
|
||||||
R-gh
|
R-gh
|
||||||
@@ -466,6 +479,8 @@ R-gmp
|
|||||||
R-gnm
|
R-gnm
|
||||||
R-goftest
|
R-goftest
|
||||||
R-googleVis
|
R-googleVis
|
||||||
|
R-googledrive
|
||||||
|
R-googlesheets4
|
||||||
R-gower
|
R-gower
|
||||||
R-gplots
|
R-gplots
|
||||||
R-gridBase
|
R-gridBase
|
||||||
@@ -493,6 +508,7 @@ R-hunspell
|
|||||||
R-hwriter
|
R-hwriter
|
||||||
R-hypergeo
|
R-hypergeo
|
||||||
R-ica
|
R-ica
|
||||||
|
R-ids
|
||||||
R-igraph
|
R-igraph
|
||||||
R-import
|
R-import
|
||||||
R-ineq
|
R-ineq
|
||||||
@@ -524,6 +540,7 @@ R-ks
|
|||||||
R-labeling
|
R-labeling
|
||||||
R-labelled
|
R-labelled
|
||||||
R-laeken
|
R-laeken
|
||||||
|
R-lamW
|
||||||
R-lambda.r
|
R-lambda.r
|
||||||
R-languageR
|
R-languageR
|
||||||
R-languageserver
|
R-languageserver
|
||||||
@@ -550,8 +567,10 @@ R-lme4
|
|||||||
R-lmerTest
|
R-lmerTest
|
||||||
R-lmom
|
R-lmom
|
||||||
R-lmtest
|
R-lmtest
|
||||||
|
R-lobstr
|
||||||
R-locfit
|
R-locfit
|
||||||
R-logcondens
|
R-logcondens
|
||||||
|
R-logger
|
||||||
R-logspline
|
R-logspline
|
||||||
R-loo
|
R-loo
|
||||||
R-lpSolve
|
R-lpSolve
|
||||||
@@ -637,6 +656,7 @@ R-optparse
|
|||||||
R-ordinal
|
R-ordinal
|
||||||
R-pROC
|
R-pROC
|
||||||
R-packrat
|
R-packrat
|
||||||
|
R-palmerpenguins
|
||||||
R-pamr
|
R-pamr
|
||||||
R-pander
|
R-pander
|
||||||
R-parallelly
|
R-parallelly
|
||||||
@@ -644,6 +664,7 @@ R-parsedate
|
|||||||
R-partitions
|
R-partitions
|
||||||
R-party
|
R-party
|
||||||
R-partykit
|
R-partykit
|
||||||
|
R-patchwork
|
||||||
R-pbapply
|
R-pbapply
|
||||||
R-pbdZMQ
|
R-pbdZMQ
|
||||||
R-pbivnorm
|
R-pbivnorm
|
||||||
@@ -670,6 +691,7 @@ R-pkgload
|
|||||||
R-pkgmaker
|
R-pkgmaker
|
||||||
R-plm
|
R-plm
|
||||||
R-plogr
|
R-plogr
|
||||||
|
R-plot3D
|
||||||
R-plotly
|
R-plotly
|
||||||
R-plotmo
|
R-plotmo
|
||||||
R-plotrix
|
R-plotrix
|
||||||
@@ -683,6 +705,7 @@ R-polyCub
|
|||||||
R-polyclip
|
R-polyclip
|
||||||
R-polycor
|
R-polycor
|
||||||
R-polynom
|
R-polynom
|
||||||
|
R-posterior
|
||||||
R-prabclus
|
R-prabclus
|
||||||
R-pracma
|
R-pracma
|
||||||
R-praise
|
R-praise
|
||||||
@@ -696,6 +719,7 @@ R-profdpm
|
|||||||
R-profileModel
|
R-profileModel
|
||||||
R-profmem
|
R-profmem
|
||||||
R-progress
|
R-progress
|
||||||
|
R-progressr
|
||||||
R-projpred
|
R-projpred
|
||||||
R-promises
|
R-promises
|
||||||
R-proto
|
R-proto
|
||||||
@@ -731,9 +755,11 @@ R-ranger
|
|||||||
R-rappdirs
|
R-rappdirs
|
||||||
R-raster
|
R-raster
|
||||||
R-rasterVis
|
R-rasterVis
|
||||||
|
R-ratelimitr
|
||||||
R-rbenchmark
|
R-rbenchmark
|
||||||
R-rbibutils
|
R-rbibutils
|
||||||
R-rcmdcheck
|
R-rcmdcheck
|
||||||
|
R-rcorpora
|
||||||
R-reactR
|
R-reactR
|
||||||
R-reactable
|
R-reactable
|
||||||
R-reactlog
|
R-reactlog
|
||||||
@@ -751,6 +777,7 @@ R-remotes
|
|||||||
R-rentrez
|
R-rentrez
|
||||||
R-repr
|
R-repr
|
||||||
R-reprex
|
R-reprex
|
||||||
|
R-repurrrsive
|
||||||
R-reshape
|
R-reshape
|
||||||
R-reshape2
|
R-reshape2
|
||||||
R-reticulate
|
R-reticulate
|
||||||
@@ -769,6 +796,7 @@ R-rjson
|
|||||||
R-rjstat
|
R-rjstat
|
||||||
R-rlang
|
R-rlang
|
||||||
R-rle
|
R-rle
|
||||||
|
R-rlecuyer
|
||||||
R-rmarkdown
|
R-rmarkdown
|
||||||
R-rmatio
|
R-rmatio
|
||||||
R-rms
|
R-rms
|
||||||
@@ -783,6 +811,7 @@ R-robustbase
|
|||||||
R-rootSolve
|
R-rootSolve
|
||||||
R-rotl
|
R-rotl
|
||||||
R-roxygen2
|
R-roxygen2
|
||||||
|
R-rpart.plot
|
||||||
R-rprojroot
|
R-rprojroot
|
||||||
R-rrcov
|
R-rrcov
|
||||||
R-rredlist
|
R-rredlist
|
||||||
@@ -800,6 +829,7 @@ R-rsvg
|
|||||||
R-runjags
|
R-runjags
|
||||||
R-rversions
|
R-rversions
|
||||||
R-rvest
|
R-rvest
|
||||||
|
R-s2
|
||||||
R-sROC
|
R-sROC
|
||||||
R-sampling
|
R-sampling
|
||||||
R-sandwich
|
R-sandwich
|
||||||
@@ -845,8 +875,10 @@ R-spData
|
|||||||
R-spam
|
R-spam
|
||||||
R-sparkline
|
R-sparkline
|
||||||
R-spatstat
|
R-spatstat
|
||||||
|
R-spatstat.core
|
||||||
R-spatstat.data
|
R-spatstat.data
|
||||||
R-spatstat.geom
|
R-spatstat.geom
|
||||||
|
R-spatstat.linnet
|
||||||
R-spatstat.sparse
|
R-spatstat.sparse
|
||||||
R-spatstat.utils
|
R-spatstat.utils
|
||||||
R-spc
|
R-spc
|
||||||
@@ -870,6 +902,7 @@ R-subselect
|
|||||||
R-superpc
|
R-superpc
|
||||||
R-survey
|
R-survey
|
||||||
R-svUnit
|
R-svUnit
|
||||||
|
R-svglite
|
||||||
R-sys
|
R-sys
|
||||||
R-systemfit
|
R-systemfit
|
||||||
R-systemfonts
|
R-systemfonts
|
||||||
@@ -880,6 +913,7 @@ R-tclust
|
|||||||
R-tensor
|
R-tensor
|
||||||
R-tensorA
|
R-tensorA
|
||||||
R-tensorflow
|
R-tensorflow
|
||||||
|
R-terra
|
||||||
R-testit
|
R-testit
|
||||||
R-testthat
|
R-testthat
|
||||||
R-texreg
|
R-texreg
|
||||||
@@ -888,6 +922,7 @@ R-tfruns
|
|||||||
R-threejs
|
R-threejs
|
||||||
R-tibble
|
R-tibble
|
||||||
R-tidyr
|
R-tidyr
|
||||||
|
R-tidyrules
|
||||||
R-tidyselect
|
R-tidyselect
|
||||||
R-tidyverse
|
R-tidyverse
|
||||||
R-tikzDevice
|
R-tikzDevice
|
||||||
@@ -906,6 +941,7 @@ R-truncdist
|
|||||||
R-truncnorm
|
R-truncnorm
|
||||||
R-tseries
|
R-tseries
|
||||||
R-tsne
|
R-tsne
|
||||||
|
R-tzdb
|
||||||
R-ucminf
|
R-ucminf
|
||||||
R-units
|
R-units
|
||||||
R-unix
|
R-unix
|
||||||
@@ -920,14 +956,17 @@ R-vcd
|
|||||||
R-vcdExtra
|
R-vcdExtra
|
||||||
R-vcr
|
R-vcr
|
||||||
R-vctrs
|
R-vctrs
|
||||||
|
R-vdiffr
|
||||||
R-vegan
|
R-vegan
|
||||||
R-vembedr
|
R-vembedr
|
||||||
R-vioplot
|
R-vioplot
|
||||||
R-viridis
|
R-viridis
|
||||||
R-viridisLite
|
R-viridisLite
|
||||||
R-visNetwork
|
R-visNetwork
|
||||||
|
R-vroom
|
||||||
R-waldo
|
R-waldo
|
||||||
R-warp
|
R-warp
|
||||||
|
R-webfakes
|
||||||
R-webmockr
|
R-webmockr
|
||||||
R-webshot
|
R-webshot
|
||||||
R-webutils
|
R-webutils
|
||||||
@@ -936,6 +975,7 @@ R-whoami
|
|||||||
R-wikitaxa
|
R-wikitaxa
|
||||||
R-winch
|
R-winch
|
||||||
R-withr
|
R-withr
|
||||||
|
R-wk
|
||||||
R-worrms
|
R-worrms
|
||||||
R-xfun
|
R-xfun
|
||||||
R-xml2
|
R-xml2
|
||||||
@@ -951,6 +991,7 @@ R-zoo
|
|||||||
RawTherapee
|
RawTherapee
|
||||||
Remmina
|
Remmina
|
||||||
Routes
|
Routes
|
||||||
|
Rtree
|
||||||
SDL
|
SDL
|
||||||
SDL2
|
SDL2
|
||||||
SDL2_gfx
|
SDL2_gfx
|
||||||
@@ -1029,9 +1070,11 @@ alsa-tools
|
|||||||
alsa-ucm-conf
|
alsa-ucm-conf
|
||||||
alsa-utils
|
alsa-utils
|
||||||
amazon-efs-utils
|
amazon-efs-utils
|
||||||
|
amazon-ssm-agent
|
||||||
amtk
|
amtk
|
||||||
analitza
|
analitza
|
||||||
ansible
|
ansible
|
||||||
|
ansible-core
|
||||||
antlr4-python3-runtime
|
antlr4-python3-runtime
|
||||||
anyio
|
anyio
|
||||||
apache-ant
|
apache-ant
|
||||||
@@ -1052,6 +1095,7 @@ ark
|
|||||||
armadillo
|
armadillo
|
||||||
arp-scan
|
arp-scan
|
||||||
arpack-ng
|
arpack-ng
|
||||||
|
arrow
|
||||||
artikulate
|
artikulate
|
||||||
asciidoc
|
asciidoc
|
||||||
asciinema
|
asciinema
|
||||||
@@ -1105,6 +1149,7 @@ azure-iot-sdk
|
|||||||
babeltrace
|
babeltrace
|
||||||
babl
|
babl
|
||||||
backcall
|
backcall
|
||||||
|
backports.entry_points_selectable
|
||||||
backports.ssl_match_hostname
|
backports.ssl_match_hostname
|
||||||
backports.weakref
|
backports.weakref
|
||||||
baloo
|
baloo
|
||||||
@@ -1123,7 +1168,9 @@ bcftools
|
|||||||
bcrypt
|
bcrypt
|
||||||
bdftopcf
|
bdftopcf
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
|
beniget
|
||||||
bijiben
|
bijiben
|
||||||
|
binaryornot
|
||||||
bind-utils
|
bind-utils
|
||||||
binutils
|
binutils
|
||||||
binwalk
|
binwalk
|
||||||
@@ -1153,6 +1200,7 @@ boto
|
|||||||
boto3
|
boto3
|
||||||
botocore
|
botocore
|
||||||
bovo
|
bovo
|
||||||
|
bowler
|
||||||
box2d
|
box2d
|
||||||
bpftrace
|
bpftrace
|
||||||
breeze
|
breeze
|
||||||
@@ -1166,6 +1214,7 @@ brotlipy
|
|||||||
bsdiff
|
bsdiff
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
bubblewrap
|
bubblewrap
|
||||||
|
build
|
||||||
buildreq-R
|
buildreq-R
|
||||||
buildreq-cmake
|
buildreq-cmake
|
||||||
buildreq-configure
|
buildreq-configure
|
||||||
@@ -1213,10 +1262,12 @@ ceph-deploy
|
|||||||
certbot
|
certbot
|
||||||
certifi
|
certifi
|
||||||
cffi
|
cffi
|
||||||
|
cfgv
|
||||||
cfitsio
|
cfitsio
|
||||||
cgdb
|
cgdb
|
||||||
cgit
|
cgit
|
||||||
chardet
|
chardet
|
||||||
|
charset-normalizer
|
||||||
check
|
check
|
||||||
check-manifest
|
check-manifest
|
||||||
cheese
|
cheese
|
||||||
@@ -1295,17 +1346,22 @@ compat-cairomm-soname10
|
|||||||
compat-curl-gnutls-soname4
|
compat-curl-gnutls-soname4
|
||||||
compat-enchant-soname1
|
compat-enchant-soname1
|
||||||
compat-fuse-soname2
|
compat-fuse-soname2
|
||||||
|
compat-gcc-10
|
||||||
compat-glibmm-soname24
|
compat-glibmm-soname24
|
||||||
compat-gtksourceview-soname3
|
compat-gtksourceview-soname3
|
||||||
compat-libhandy-0.0
|
compat-libffi-soname6
|
||||||
compat-libpng-soname12
|
compat-libpng-soname12
|
||||||
compat-libsigc++-soname20
|
compat-libsigc++-soname20
|
||||||
|
compat-libsoup-soname-24
|
||||||
compat-libva-soname1
|
compat-libva-soname1
|
||||||
|
compat-lua-52
|
||||||
|
compat-lua-53
|
||||||
compat-nettle-soname7
|
compat-nettle-soname7
|
||||||
compat-pangomm-soname14
|
compat-pangomm-soname14
|
||||||
compat-re2-soname7
|
|
||||||
compat-readline-soname5
|
compat-readline-soname5
|
||||||
compat-tracker-soname2.0
|
compat-tracker-soname2.0
|
||||||
|
compat-webkitgtk-soname40
|
||||||
|
complete
|
||||||
component
|
component
|
||||||
compute-image-packages
|
compute-image-packages
|
||||||
conda
|
conda
|
||||||
@@ -1314,10 +1370,12 @@ confuse
|
|||||||
conky
|
conky
|
||||||
conmon
|
conmon
|
||||||
connect-proxy
|
connect-proxy
|
||||||
|
connections
|
||||||
conntrack-tools
|
conntrack-tools
|
||||||
console-autostart
|
console-autostart
|
||||||
containerd
|
containerd
|
||||||
contextlib2
|
contextlib2
|
||||||
|
cookiecutter
|
||||||
cookies
|
cookies
|
||||||
coreutils
|
coreutils
|
||||||
corosync
|
corosync
|
||||||
@@ -1369,6 +1427,8 @@ dconf
|
|||||||
dconf-editor
|
dconf-editor
|
||||||
ddd
|
ddd
|
||||||
deap
|
deap
|
||||||
|
debugedit
|
||||||
|
debugpy
|
||||||
decorator
|
decorator
|
||||||
defusedxml
|
defusedxml
|
||||||
dejagnu
|
dejagnu
|
||||||
@@ -1389,13 +1449,13 @@ dill
|
|||||||
ding-libs
|
ding-libs
|
||||||
dino
|
dino
|
||||||
direwolf
|
direwolf
|
||||||
|
diskcache
|
||||||
dist-pam-configs
|
dist-pam-configs
|
||||||
distlib
|
distlib
|
||||||
distributed
|
distributed
|
||||||
distro
|
distro
|
||||||
dj-database-url
|
dj-database-url
|
||||||
django-appconf
|
django-appconf
|
||||||
django-babel
|
|
||||||
django-discover-runner
|
django-discover-runner
|
||||||
django-nose
|
django-nose
|
||||||
django-pyscss
|
django-pyscss
|
||||||
@@ -1417,6 +1477,7 @@ docbook-utils
|
|||||||
docbook-xml
|
docbook-xml
|
||||||
docbook2X
|
docbook2X
|
||||||
docker
|
docker
|
||||||
|
docker-cli
|
||||||
docker-compose
|
docker-compose
|
||||||
docker-py
|
docker-py
|
||||||
docker-pycreds
|
docker-pycreds
|
||||||
@@ -1457,8 +1518,10 @@ efl
|
|||||||
eid-mw
|
eid-mw
|
||||||
eigen
|
eigen
|
||||||
elementary-xfce
|
elementary-xfce
|
||||||
|
elementpath
|
||||||
elfutils
|
elfutils
|
||||||
elisa
|
elisa
|
||||||
|
elixir
|
||||||
ell
|
ell
|
||||||
emacs
|
emacs
|
||||||
emacs-x11
|
emacs-x11
|
||||||
@@ -1514,6 +1577,7 @@ firecracker
|
|||||||
firefox
|
firefox
|
||||||
firewalld
|
firewalld
|
||||||
fish
|
fish
|
||||||
|
fissix
|
||||||
fixtures
|
fixtures
|
||||||
flac
|
flac
|
||||||
flake8
|
flake8
|
||||||
@@ -1552,6 +1616,7 @@ fribidi
|
|||||||
fritzing-app
|
fritzing-app
|
||||||
fs
|
fs
|
||||||
fsearch
|
fsearch
|
||||||
|
fsspec
|
||||||
funcparserlib
|
funcparserlib
|
||||||
funcsigs
|
funcsigs
|
||||||
fuse
|
fuse
|
||||||
@@ -1718,24 +1783,32 @@ grisbi
|
|||||||
groff
|
groff
|
||||||
grpc
|
grpc
|
||||||
grpcio
|
grpcio
|
||||||
|
grpcio-channelz
|
||||||
|
grpcio-health-checking
|
||||||
|
grpcio-reflection
|
||||||
|
grpcio-tools
|
||||||
gsequencer
|
gsequencer
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gsl
|
gsl
|
||||||
gsm
|
gsm
|
||||||
gsound
|
gsound
|
||||||
gspell
|
gspell
|
||||||
|
gssapi
|
||||||
gst-plugins-bad
|
gst-plugins-bad
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gst-plugins-good
|
gst-plugins-good
|
||||||
gst-plugins-ugly
|
gst-plugins-ugly
|
||||||
|
gst-python
|
||||||
gstreamer
|
gstreamer
|
||||||
gstreamer-vaapi
|
gstreamer-vaapi
|
||||||
gsutil
|
gsutil
|
||||||
gtk+
|
gtk+
|
||||||
gtk-doc
|
gtk-doc
|
||||||
|
gtk-frdp
|
||||||
gtk-vnc
|
gtk-vnc
|
||||||
gtk-xfce-engine
|
gtk-xfce-engine
|
||||||
gtk3
|
gtk3
|
||||||
|
gtk4
|
||||||
gtkmm2
|
gtkmm2
|
||||||
gtkmm3
|
gtkmm3
|
||||||
gtksourceview
|
gtksourceview
|
||||||
@@ -1764,6 +1837,7 @@ help2man
|
|||||||
hexchat
|
hexchat
|
||||||
hexedit
|
hexedit
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
|
hiredis-c
|
||||||
home-assistant
|
home-assistant
|
||||||
home-assistant-frontend
|
home-assistant-frontend
|
||||||
horovod
|
horovod
|
||||||
@@ -1806,6 +1880,7 @@ iceauth
|
|||||||
icecream
|
icecream
|
||||||
icon-naming-utils
|
icon-naming-utils
|
||||||
icu4c
|
icu4c
|
||||||
|
identify
|
||||||
idle-python3.7-assets
|
idle-python3.7-assets
|
||||||
idna
|
idna
|
||||||
idna-ssl
|
idna-ssl
|
||||||
@@ -1819,7 +1894,9 @@ imagesize
|
|||||||
imapfilter
|
imapfilter
|
||||||
imlib2
|
imlib2
|
||||||
importlib_metadata
|
importlib_metadata
|
||||||
|
importlib_resources
|
||||||
indent
|
indent
|
||||||
|
inflection
|
||||||
influxdb
|
influxdb
|
||||||
iniconfig
|
iniconfig
|
||||||
inih
|
inih
|
||||||
@@ -1828,9 +1905,7 @@ init-rdahead
|
|||||||
inkscape
|
inkscape
|
||||||
innoextract
|
innoextract
|
||||||
inotify-tools
|
inotify-tools
|
||||||
intel-compute-runtime
|
|
||||||
intel-gmmlib
|
intel-gmmlib
|
||||||
intel-graphics-compiler
|
|
||||||
intel-hybrid-driver
|
intel-hybrid-driver
|
||||||
intel-ipsec-mb
|
intel-ipsec-mb
|
||||||
intel-media-driver
|
intel-media-driver
|
||||||
@@ -1849,6 +1924,7 @@ ipe
|
|||||||
iperf
|
iperf
|
||||||
ipmctl
|
ipmctl
|
||||||
ipmitool
|
ipmitool
|
||||||
|
ipp-crypto
|
||||||
iproute2
|
iproute2
|
||||||
ipset
|
ipset
|
||||||
iptables
|
iptables
|
||||||
@@ -1891,13 +1967,14 @@ jedi
|
|||||||
jeepney
|
jeepney
|
||||||
jellyfish
|
jellyfish
|
||||||
jemalloc
|
jemalloc
|
||||||
|
jinja2-time
|
||||||
jmespath
|
jmespath
|
||||||
joblib
|
joblib
|
||||||
joe
|
joe
|
||||||
josepy
|
josepy
|
||||||
jpegoptim
|
jpegoptim
|
||||||
jq
|
jq
|
||||||
jsmin
|
js8call
|
||||||
json-c
|
json-c
|
||||||
json-glib
|
json-glib
|
||||||
json5
|
json5
|
||||||
@@ -2106,6 +2183,7 @@ krusader
|
|||||||
kscreen
|
kscreen
|
||||||
kscreenlocker
|
kscreenlocker
|
||||||
kservice
|
kservice
|
||||||
|
ksh
|
||||||
kshisen
|
kshisen
|
||||||
ksirk
|
ksirk
|
||||||
ksmtp
|
ksmtp
|
||||||
@@ -2117,6 +2195,7 @@ kstars
|
|||||||
ksudoku
|
ksudoku
|
||||||
ksysguard
|
ksysguard
|
||||||
ksystemlog
|
ksystemlog
|
||||||
|
ksystemstats
|
||||||
kteatime
|
kteatime
|
||||||
ktexteditor
|
ktexteditor
|
||||||
ktextwidgets
|
ktextwidgets
|
||||||
@@ -2146,6 +2225,7 @@ ladspa_sdk
|
|||||||
lark-parser
|
lark-parser
|
||||||
latencytop
|
latencytop
|
||||||
latte-dock
|
latte-dock
|
||||||
|
layer-shell-qt
|
||||||
lazy-object-proxy
|
lazy-object-proxy
|
||||||
lcms2
|
lcms2
|
||||||
lcov
|
lcov
|
||||||
@@ -2179,6 +2259,7 @@ libXvMC
|
|||||||
libXxf86dga
|
libXxf86dga
|
||||||
libabigail
|
libabigail
|
||||||
libabw
|
libabw
|
||||||
|
libadwaita
|
||||||
libaio
|
libaio
|
||||||
libappindicator
|
libappindicator
|
||||||
libarchive
|
libarchive
|
||||||
@@ -2187,6 +2268,7 @@ libass
|
|||||||
libassuan
|
libassuan
|
||||||
libatasmart
|
libatasmart
|
||||||
libatomic_ops
|
libatomic_ops
|
||||||
|
libavif
|
||||||
libavtp
|
libavtp
|
||||||
libb64
|
libb64
|
||||||
libblockdev
|
libblockdev
|
||||||
@@ -2209,6 +2291,7 @@ libcomps
|
|||||||
libconfig
|
libconfig
|
||||||
libcroco
|
libcroco
|
||||||
libcryptui
|
libcryptui
|
||||||
|
libcst
|
||||||
libcxx
|
libcxx
|
||||||
libdaemon
|
libdaemon
|
||||||
libdatrie
|
libdatrie
|
||||||
@@ -2248,7 +2331,6 @@ libgee
|
|||||||
libgeotiff
|
libgeotiff
|
||||||
libgit2
|
libgit2
|
||||||
libgit2-glib
|
libgit2-glib
|
||||||
libglade
|
|
||||||
libgnome-keyring
|
libgnome-keyring
|
||||||
libgnomekbd
|
libgnomekbd
|
||||||
libgpg-error
|
libgpg-error
|
||||||
@@ -2321,6 +2403,7 @@ libnice
|
|||||||
libnl
|
libnl
|
||||||
libnma
|
libnma
|
||||||
libnotify
|
libnotify
|
||||||
|
libnsl
|
||||||
libnumbertext
|
libnumbertext
|
||||||
liboauth
|
liboauth
|
||||||
libodfgen
|
libodfgen
|
||||||
@@ -2343,6 +2426,7 @@ libpwquality
|
|||||||
libqalculate
|
libqalculate
|
||||||
libqb
|
libqb
|
||||||
libqmi
|
libqmi
|
||||||
|
libqrtr-glib
|
||||||
libqtxdg
|
libqtxdg
|
||||||
libqxp
|
libqxp
|
||||||
libratbag
|
libratbag
|
||||||
@@ -2376,6 +2460,7 @@ libssh
|
|||||||
libssh2
|
libssh2
|
||||||
libstaroffice
|
libstaroffice
|
||||||
libstatgrab
|
libstatgrab
|
||||||
|
libstemmer_c
|
||||||
libstoragemgmt
|
libstoragemgmt
|
||||||
libsysstat
|
libsysstat
|
||||||
libtasn1
|
libtasn1
|
||||||
@@ -2385,11 +2470,15 @@ libtheora
|
|||||||
libtirpc
|
libtirpc
|
||||||
libtool
|
libtool
|
||||||
libtorrent-rasterbar
|
libtorrent-rasterbar
|
||||||
|
libtraceevent
|
||||||
|
libtracefs
|
||||||
libudev0-shim
|
libudev0-shim
|
||||||
libuninameslist
|
libuninameslist
|
||||||
libunistring
|
libunistring
|
||||||
libunwind
|
libunwind
|
||||||
|
liburing
|
||||||
libusb
|
libusb
|
||||||
|
libusb-compat
|
||||||
libuser
|
libuser
|
||||||
libuv
|
libuv
|
||||||
libva
|
libva
|
||||||
@@ -2444,6 +2533,7 @@ linux-libc-headers
|
|||||||
linux-lts2017
|
linux-lts2017
|
||||||
linux-lts2018
|
linux-lts2018
|
||||||
linux-lts2019
|
linux-lts2019
|
||||||
|
linux-lts2020
|
||||||
linux-mainline
|
linux-mainline
|
||||||
linux-oracle
|
linux-oracle
|
||||||
linux-preempt-rt
|
linux-preempt-rt
|
||||||
@@ -2453,6 +2543,7 @@ lksctp-tools
|
|||||||
lldb
|
lldb
|
||||||
llfuse
|
llfuse
|
||||||
llvm
|
llvm
|
||||||
|
llvm10
|
||||||
llvm8
|
llvm8
|
||||||
llvm9
|
llvm9
|
||||||
lm-sensors
|
lm-sensors
|
||||||
@@ -2474,7 +2565,6 @@ lttng-tools
|
|||||||
lttng-ust
|
lttng-ust
|
||||||
lua
|
lua
|
||||||
lua-nginx-module
|
lua-nginx-module
|
||||||
lua52
|
|
||||||
lualgi
|
lualgi
|
||||||
luarocks
|
luarocks
|
||||||
lutris
|
lutris
|
||||||
@@ -2512,6 +2602,7 @@ man-pages-posix
|
|||||||
marble
|
marble
|
||||||
mariadb
|
mariadb
|
||||||
matplotlib
|
matplotlib
|
||||||
|
matplotlib-inline
|
||||||
mc
|
mc
|
||||||
mccabe
|
mccabe
|
||||||
mcelog
|
mcelog
|
||||||
@@ -2570,13 +2661,14 @@ mokutil
|
|||||||
mono
|
mono
|
||||||
monotonic
|
monotonic
|
||||||
more-itertools
|
more-itertools
|
||||||
|
moreorless
|
||||||
moreutils
|
moreutils
|
||||||
mosh
|
mosh
|
||||||
mosquitto
|
mosquitto
|
||||||
motd-update
|
motd-update
|
||||||
motif
|
motif
|
||||||
mozjs68
|
|
||||||
mozjs78
|
mozjs78
|
||||||
|
mozjs91
|
||||||
mpc
|
mpc
|
||||||
mpfr
|
mpfr
|
||||||
mpg123
|
mpg123
|
||||||
@@ -2664,6 +2756,7 @@ nltk
|
|||||||
nmap
|
nmap
|
||||||
nocasedict
|
nocasedict
|
||||||
nocaselist
|
nocaselist
|
||||||
|
nodeenv
|
||||||
nodejs
|
nodejs
|
||||||
nose
|
nose
|
||||||
nose-parameterized
|
nose-parameterized
|
||||||
@@ -2951,7 +3044,6 @@ perl-DBIx-ContextualFetch
|
|||||||
perl-DBIx-DBSchema
|
perl-DBIx-DBSchema
|
||||||
perl-DBIx-Simple
|
perl-DBIx-Simple
|
||||||
perl-DB_File
|
perl-DB_File
|
||||||
perl-Data-Alias
|
|
||||||
perl-Data-Compare
|
perl-Data-Compare
|
||||||
perl-Data-Denter
|
perl-Data-Denter
|
||||||
perl-Data-Dump
|
perl-Data-Dump
|
||||||
@@ -3199,6 +3291,7 @@ perl-List-MoreUtils
|
|||||||
perl-List-MoreUtils-XS
|
perl-List-MoreUtils-XS
|
||||||
perl-List-SomeUtils
|
perl-List-SomeUtils
|
||||||
perl-List-SomeUtils-XS
|
perl-List-SomeUtils-XS
|
||||||
|
perl-List-Util
|
||||||
perl-List-UtilsBy
|
perl-List-UtilsBy
|
||||||
perl-Locale-Maketext-Gettext
|
perl-Locale-Maketext-Gettext
|
||||||
perl-Locale-Maketext-Lexicon
|
perl-Locale-Maketext-Lexicon
|
||||||
@@ -3358,6 +3451,7 @@ perl-Pod-Constants
|
|||||||
perl-Pod-Coverage
|
perl-Pod-Coverage
|
||||||
perl-Pod-LaTeX
|
perl-Pod-LaTeX
|
||||||
perl-Pod-POM
|
perl-Pod-POM
|
||||||
|
perl-Pod-Parser
|
||||||
perl-Pod-Plainer
|
perl-Pod-Plainer
|
||||||
perl-Pod-Spell
|
perl-Pod-Spell
|
||||||
perl-Pod-Strip
|
perl-Pod-Strip
|
||||||
@@ -3387,6 +3481,7 @@ perl-SQL-SplitStatement
|
|||||||
perl-SQL-Tokenizer
|
perl-SQL-Tokenizer
|
||||||
perl-SQL-Translator
|
perl-SQL-Translator
|
||||||
perl-SUPER
|
perl-SUPER
|
||||||
|
perl-Safe-Isa
|
||||||
perl-Scalar-String
|
perl-Scalar-String
|
||||||
perl-Scope-Guard
|
perl-Scope-Guard
|
||||||
perl-Scope-Upper
|
perl-Scope-Upper
|
||||||
@@ -3409,6 +3504,7 @@ perl-Statistics-CaseResampling
|
|||||||
perl-Storable
|
perl-Storable
|
||||||
perl-Stream-Buffered
|
perl-Stream-Buffered
|
||||||
perl-String-Approx
|
perl-String-Approx
|
||||||
|
perl-String-CRC32
|
||||||
perl-String-CamelCase
|
perl-String-CamelCase
|
||||||
perl-String-Escape
|
perl-String-Escape
|
||||||
perl-String-Expand
|
perl-String-Expand
|
||||||
@@ -3466,6 +3562,7 @@ perl-Test-File-ShareDir-Dist
|
|||||||
perl-Test-Fork
|
perl-Test-Fork
|
||||||
perl-Test-Identity
|
perl-Test-Identity
|
||||||
perl-Test-Inter
|
perl-Test-Inter
|
||||||
|
perl-Test-LWP-UserAgent
|
||||||
perl-Test-LeakTrace
|
perl-Test-LeakTrace
|
||||||
perl-Test-LectroTest
|
perl-Test-LectroTest
|
||||||
perl-Test-LongString
|
perl-Test-LongString
|
||||||
@@ -3619,7 +3716,6 @@ perl-prefork
|
|||||||
perl-strictures
|
perl-strictures
|
||||||
persistent
|
persistent
|
||||||
pesign
|
pesign
|
||||||
petastorm
|
|
||||||
pexpect
|
pexpect
|
||||||
phonon
|
phonon
|
||||||
phonon-vlc
|
phonon-vlc
|
||||||
@@ -3716,10 +3812,12 @@ plasma-framework
|
|||||||
plasma-integration
|
plasma-integration
|
||||||
plasma-nm
|
plasma-nm
|
||||||
plasma-pa
|
plasma-pa
|
||||||
|
plasma-systemmonitor
|
||||||
plasma-vault
|
plasma-vault
|
||||||
plasma-wayland-protocols
|
plasma-wayland-protocols
|
||||||
plasma-workspace
|
plasma-workspace
|
||||||
plasma-workspace-wallpapers
|
plasma-workspace-wallpapers
|
||||||
|
platformdirs
|
||||||
plotly
|
plotly
|
||||||
pluggy
|
pluggy
|
||||||
ply
|
ply
|
||||||
@@ -3729,6 +3827,7 @@ pmdk
|
|||||||
pmix
|
pmix
|
||||||
pngcrush
|
pngcrush
|
||||||
po4a
|
po4a
|
||||||
|
podman
|
||||||
polkit
|
polkit
|
||||||
polkit-kde-agent
|
polkit-kde-agent
|
||||||
polkit-qt
|
polkit-qt
|
||||||
@@ -3744,13 +3843,16 @@ postgis
|
|||||||
postgresql
|
postgresql
|
||||||
postgresql11
|
postgresql11
|
||||||
postgresql12
|
postgresql12
|
||||||
|
postgresql13
|
||||||
potrace
|
potrace
|
||||||
powerdevil
|
powerdevil
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
powerstat
|
powerstat
|
||||||
powertop
|
powertop
|
||||||
poxml
|
poxml
|
||||||
|
poyo
|
||||||
ppp
|
ppp
|
||||||
|
pre_commit
|
||||||
pretend
|
pretend
|
||||||
prettytable
|
prettytable
|
||||||
print-manager
|
print-manager
|
||||||
@@ -3758,6 +3860,7 @@ prison
|
|||||||
processor-trace
|
processor-trace
|
||||||
procmail
|
procmail
|
||||||
procps-ng
|
procps-ng
|
||||||
|
progress
|
||||||
progressbar
|
progressbar
|
||||||
proj
|
proj
|
||||||
prometheus_client
|
prometheus_client
|
||||||
@@ -3816,6 +3919,13 @@ pyquery
|
|||||||
pyreadline
|
pyreadline
|
||||||
pyroma
|
pyroma
|
||||||
pyroute2
|
pyroute2
|
||||||
|
pyroute2.core
|
||||||
|
pyroute2.ethtool
|
||||||
|
pyroute2.ipdb
|
||||||
|
pyroute2.ipset
|
||||||
|
pyroute2.ndb
|
||||||
|
pyroute2.nftables
|
||||||
|
pyroute2.nslink
|
||||||
pyrsistent
|
pyrsistent
|
||||||
pyserial
|
pyserial
|
||||||
pyside2-setup
|
pyside2-setup
|
||||||
@@ -3825,6 +3935,7 @@ pytest-asyncio
|
|||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-forked
|
pytest-forked
|
||||||
pytest-localserver
|
pytest-localserver
|
||||||
|
pytest-mock
|
||||||
pytest-randomly
|
pytest-randomly
|
||||||
pytest-repeat
|
pytest-repeat
|
||||||
pytest-rerunfailures
|
pytest-rerunfailures
|
||||||
@@ -3838,6 +3949,7 @@ python-Levenshtein
|
|||||||
python-augeas
|
python-augeas
|
||||||
python-crfsuite
|
python-crfsuite
|
||||||
python-dateutil
|
python-dateutil
|
||||||
|
python-dbusmock
|
||||||
python-digitalocean
|
python-digitalocean
|
||||||
python-distutils-extra
|
python-distutils-extra
|
||||||
python-dotenv
|
python-dotenv
|
||||||
@@ -3848,6 +3960,9 @@ python-hwinfo
|
|||||||
python-jsonrpc-server
|
python-jsonrpc-server
|
||||||
python-kconfiglib
|
python-kconfiglib
|
||||||
python-language-server
|
python-language-server
|
||||||
|
python-lsp-black
|
||||||
|
python-lsp-jsonrpc
|
||||||
|
python-lsp-server
|
||||||
python-magic
|
python-magic
|
||||||
python-memcached
|
python-memcached
|
||||||
python-mimeparse
|
python-mimeparse
|
||||||
@@ -3857,6 +3972,8 @@ python-openzwave
|
|||||||
python-pkgconfig
|
python-pkgconfig
|
||||||
python-pocketlint
|
python-pocketlint
|
||||||
python-polib
|
python-polib
|
||||||
|
python-remoto
|
||||||
|
python-rpm-packaging
|
||||||
python-slip
|
python-slip
|
||||||
python-slugify
|
python-slugify
|
||||||
python-subunit
|
python-subunit
|
||||||
@@ -3868,6 +3985,7 @@ python-zeep
|
|||||||
python-zstandard
|
python-zstandard
|
||||||
python3
|
python3
|
||||||
python37
|
python37
|
||||||
|
pythran
|
||||||
pytorch
|
pytorch
|
||||||
pytz
|
pytz
|
||||||
pyu2f
|
pyu2f
|
||||||
@@ -3891,6 +4009,7 @@ qqc2-desktop-style
|
|||||||
qrencode
|
qrencode
|
||||||
qscintilla
|
qscintilla
|
||||||
qsstv
|
qsstv
|
||||||
|
qstylizer
|
||||||
qt-creator
|
qt-creator
|
||||||
qt3d
|
qt3d
|
||||||
qt5ct
|
qt5ct
|
||||||
@@ -3960,12 +4079,14 @@ reportlab
|
|||||||
repoze.lru
|
repoze.lru
|
||||||
requests
|
requests
|
||||||
requests-file
|
requests-file
|
||||||
|
requests-gssapi
|
||||||
requests-kerberos
|
requests-kerberos
|
||||||
requests-mock
|
requests-mock
|
||||||
requests-ntlm
|
requests-ntlm
|
||||||
requests-oauthlib
|
requests-oauthlib
|
||||||
requests-toolbelt
|
requests-toolbelt
|
||||||
requests-unixsocket
|
requests-unixsocket
|
||||||
|
resolvelib
|
||||||
responses
|
responses
|
||||||
rest
|
rest
|
||||||
restic
|
restic
|
||||||
@@ -3987,7 +4108,10 @@ rocs
|
|||||||
rofi
|
rofi
|
||||||
rope
|
rope
|
||||||
rpcbind
|
rpcbind
|
||||||
|
rpcsvc-proto
|
||||||
rpm
|
rpm
|
||||||
|
rpm-py-installer
|
||||||
|
rpmfile
|
||||||
rr
|
rr
|
||||||
rrdtool
|
rrdtool
|
||||||
rsa
|
rsa
|
||||||
@@ -4029,9 +4153,11 @@ sddm
|
|||||||
sddm-kcm
|
sddm-kcm
|
||||||
seaborn
|
seaborn
|
||||||
seahorse
|
seahorse
|
||||||
|
seatd
|
||||||
secretstorage
|
secretstorage
|
||||||
sed
|
sed
|
||||||
selenium
|
selenium
|
||||||
|
semantic_version
|
||||||
seqdiag
|
seqdiag
|
||||||
serf
|
serf
|
||||||
serpent
|
serpent
|
||||||
@@ -4039,6 +4165,7 @@ setproctitle
|
|||||||
setserial
|
setserial
|
||||||
setuptools
|
setuptools
|
||||||
setuptools-legacy
|
setuptools-legacy
|
||||||
|
setuptools-rust
|
||||||
setuptools_scm
|
setuptools_scm
|
||||||
setuptools_scm_git_archive
|
setuptools_scm_git_archive
|
||||||
setxkbmap
|
setxkbmap
|
||||||
@@ -4154,6 +4281,7 @@ sysdig
|
|||||||
syslinux
|
syslinux
|
||||||
sysprof
|
sysprof
|
||||||
sysstat
|
sysstat
|
||||||
|
system-config-printer
|
||||||
systemd
|
systemd
|
||||||
systemd-bootchart
|
systemd-bootchart
|
||||||
systemsettings
|
systemsettings
|
||||||
@@ -4171,6 +4299,7 @@ tdb
|
|||||||
telemetrics-client
|
telemetrics-client
|
||||||
telepathy-glib
|
telepathy-glib
|
||||||
telepathy-qt
|
telepathy-qt
|
||||||
|
templated-dictionary
|
||||||
tempora
|
tempora
|
||||||
tensorboard
|
tensorboard
|
||||||
tensorflow
|
tensorflow
|
||||||
@@ -4217,12 +4346,15 @@ tigervnc
|
|||||||
tilix
|
tilix
|
||||||
time
|
time
|
||||||
tini
|
tini
|
||||||
|
tinycss2
|
||||||
tiptop
|
tiptop
|
||||||
tk
|
tk
|
||||||
tldextract
|
tldextract
|
||||||
tmux
|
tmux
|
||||||
tokyocabinet
|
tokyocabinet
|
||||||
toml
|
toml
|
||||||
|
tomli
|
||||||
|
tomlkit
|
||||||
toolz
|
toolz
|
||||||
tornado
|
tornado
|
||||||
totem
|
totem
|
||||||
@@ -4240,14 +4372,17 @@ tracker-miners
|
|||||||
traefik
|
traefik
|
||||||
traitlets
|
traitlets
|
||||||
tree
|
tree
|
||||||
|
tree-sitter
|
||||||
twine
|
twine
|
||||||
typed_ast
|
typed_ast
|
||||||
typeguard
|
typeguard
|
||||||
typing_extensions
|
typing_extensions
|
||||||
|
typing_inspect
|
||||||
tzdata
|
tzdata
|
||||||
tzlocal
|
tzlocal
|
||||||
ua-parser
|
ua-parser
|
||||||
uamqp
|
uamqp
|
||||||
|
uchardet
|
||||||
ucpp
|
ucpp
|
||||||
udisks2
|
udisks2
|
||||||
udunits
|
udunits
|
||||||
@@ -4291,11 +4426,13 @@ vim-fugitive
|
|||||||
vim-gnupg
|
vim-gnupg
|
||||||
vim-go
|
vim-go
|
||||||
vinagre
|
vinagre
|
||||||
|
virglrenderer
|
||||||
virt-manager
|
virt-manager
|
||||||
virt-viewer
|
virt-viewer
|
||||||
virtualenv
|
virtualenv
|
||||||
vkd3d
|
vkd3d
|
||||||
vlc
|
vlc
|
||||||
|
volatile
|
||||||
volume_key
|
volume_key
|
||||||
voluptuous
|
voluptuous
|
||||||
voluptuous-serialize
|
voluptuous-serialize
|
||||||
@@ -4307,6 +4444,7 @@ vsts-cd-manager
|
|||||||
vte
|
vte
|
||||||
waffle
|
waffle
|
||||||
waitress
|
waitress
|
||||||
|
watchdog
|
||||||
wavpack
|
wavpack
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
@@ -4396,6 +4534,8 @@ xkill
|
|||||||
xl2tpd
|
xl2tpd
|
||||||
xlog
|
xlog
|
||||||
xmlb
|
xmlb
|
||||||
|
xmldiff
|
||||||
|
xmlschema
|
||||||
xmlsec1
|
xmlsec1
|
||||||
xmlstarlet
|
xmlstarlet
|
||||||
xmlto
|
xmlto
|
||||||
@@ -4419,6 +4559,7 @@ xss-lock
|
|||||||
xterm
|
xterm
|
||||||
xtrans
|
xtrans
|
||||||
xvfb-run
|
xvfb-run
|
||||||
|
xwayland
|
||||||
xwd
|
xwd
|
||||||
xwdrun
|
xwdrun
|
||||||
xwininfo
|
xwininfo
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
|
compat-libsigc++-soname20 compat-libsigc-plus-plus-soname20
|
||||||
gtk+ gtk-plus
|
gtk+ gtk-plus
|
||||||
libsigc++ libsigc-plus-plus
|
libsigc++ libsigc-plus-plus
|
||||||
|
|||||||
Reference in New Issue
Block a user