mirror of
https://github.com/clearlinux/common.git
synced 2026-07-14 00:35:53 +00:00
Compare commits
29 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 28747a2037 | |||
| 3208712529 | |||
| 9e94a00898 | |||
| e053e67bd5 | |||
| 68768eb65f | |||
| 2a7d53c6cd | |||
| 213b7b4d57 | |||
| 17f5e2eb9d | |||
| a85ca255c1 | |||
| 4133026569 | |||
| 60de5ce7d5 | |||
| 91a4c42013 | |||
| 49289f00d9 | |||
| 64a279e8f8 | |||
| c4709f40af | |||
| b443e169d5 | |||
| cd55363a3c | |||
| e0054520f8 | |||
| ecb84bfabf | |||
| 6b3a74eea5 | |||
| 9b81676c6f | |||
| e0844510f6 | |||
| 536b562a5b | |||
| c4cb75a89f | |||
| 244e21ef2d | |||
| 8defd1c276 | |||
| 3bd55aea4f | |||
| e76c4bd179 | |||
| 2383eca632 |
+6
-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/; \
|
||||||
|
|||||||
+1
-1
@@ -163,7 +163,7 @@ status: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
|||||||
#help diffstat. Requires that diffstat is installed.
|
#help diffstat. Requires that diffstat is installed.
|
||||||
diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
||||||
@for p in projects/common $(addprefix packages/,$(PKGS_LOCAL)); do \
|
@for p in projects/common $(addprefix packages/,$(PKGS_LOCAL)); do \
|
||||||
(cd $$p ; git status | grep -q 'nothing to commit, working [^ ]* clean' || (echo "Uncommitted changes in: $$p"; git diff |diffstat -p1)) ;\
|
(cd $$p; git status --porcelain | grep -vq '^?? ' && (echo "Uncommitted changes in: $$p"; git diff | diffstat -p1); :) ;\
|
||||||
done
|
done
|
||||||
|
|
||||||
#help log: Run git log origin/master..HEAD for all package repos, thus
|
#help log: Run git log origin/master..HEAD for all package repos, thus
|
||||||
|
|||||||
Binary file not shown.
@@ -45,11 +45,13 @@ 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-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,6 +64,7 @@ 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
|
||||||
@@ -96,6 +99,7 @@ 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
|
||||||
@@ -132,6 +136,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 +159,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 +259,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 +279,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
|
||||||
@@ -306,6 +315,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
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ PyWavelets
|
|||||||
PyYAML
|
PyYAML
|
||||||
Pygments
|
Pygments
|
||||||
Pyro4
|
Pyro4
|
||||||
|
QAT_engine
|
||||||
QGIS
|
QGIS
|
||||||
QtAwesome
|
QtAwesome
|
||||||
QtPy
|
QtPy
|
||||||
@@ -107,6 +108,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
|
||||||
@@ -295,6 +297,7 @@ R-commonmark
|
|||||||
R-compositions
|
R-compositions
|
||||||
R-conditionz
|
R-conditionz
|
||||||
R-config
|
R-config
|
||||||
|
R-conflicted
|
||||||
R-conquer
|
R-conquer
|
||||||
R-contfrac
|
R-contfrac
|
||||||
R-conting
|
R-conting
|
||||||
@@ -356,6 +359,7 @@ R-eRm
|
|||||||
R-earth
|
R-earth
|
||||||
R-eco
|
R-eco
|
||||||
R-ecodist
|
R-ecodist
|
||||||
|
R-eddington
|
||||||
R-effects
|
R-effects
|
||||||
R-eha
|
R-eha
|
||||||
R-eiPack
|
R-eiPack
|
||||||
@@ -395,6 +399,7 @@ R-fUnitRoots
|
|||||||
R-fail
|
R-fail
|
||||||
R-fansi
|
R-fansi
|
||||||
R-farver
|
R-farver
|
||||||
|
R-fastGHQuad
|
||||||
R-fastICA
|
R-fastICA
|
||||||
R-fastcluster
|
R-fastcluster
|
||||||
R-fastmap
|
R-fastmap
|
||||||
@@ -467,6 +472,7 @@ R-gower
|
|||||||
R-gplots
|
R-gplots
|
||||||
R-gridBase
|
R-gridBase
|
||||||
R-gridExtra
|
R-gridExtra
|
||||||
|
R-gsl
|
||||||
R-gss
|
R-gss
|
||||||
R-gtable
|
R-gtable
|
||||||
R-gtools
|
R-gtools
|
||||||
@@ -666,6 +672,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
|
||||||
@@ -747,6 +754,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
|
||||||
@@ -788,6 +796,7 @@ R-rsdmx
|
|||||||
R-rstan
|
R-rstan
|
||||||
R-rstanarm
|
R-rstanarm
|
||||||
R-rstantools
|
R-rstantools
|
||||||
|
R-rstpm2
|
||||||
R-rstudio
|
R-rstudio
|
||||||
R-rstudio-server
|
R-rstudio-server
|
||||||
R-rstudioapi
|
R-rstudioapi
|
||||||
@@ -840,8 +849,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
|
||||||
@@ -865,6 +876,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
|
||||||
@@ -875,6 +887,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
|
||||||
@@ -916,12 +929,14 @@ R-vcdExtra
|
|||||||
R-vcr
|
R-vcr
|
||||||
R-vctrs
|
R-vctrs
|
||||||
R-vegan
|
R-vegan
|
||||||
|
R-vembedr
|
||||||
R-vioplot
|
R-vioplot
|
||||||
R-viridis
|
R-viridis
|
||||||
R-viridisLite
|
R-viridisLite
|
||||||
R-visNetwork
|
R-visNetwork
|
||||||
R-waldo
|
R-waldo
|
||||||
R-warp
|
R-warp
|
||||||
|
R-webfakes
|
||||||
R-webmockr
|
R-webmockr
|
||||||
R-webshot
|
R-webshot
|
||||||
R-webutils
|
R-webutils
|
||||||
@@ -1091,6 +1106,7 @@ automake
|
|||||||
autossh
|
autossh
|
||||||
avahi
|
avahi
|
||||||
awesome-wm
|
awesome-wm
|
||||||
|
awesomeversion
|
||||||
awscli
|
awscli
|
||||||
axel
|
axel
|
||||||
azure-configs
|
azure-configs
|
||||||
@@ -1098,6 +1114,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
|
||||||
@@ -1126,6 +1143,8 @@ bleach
|
|||||||
blender
|
blender
|
||||||
blinken
|
blinken
|
||||||
blinker
|
blinker
|
||||||
|
blivet
|
||||||
|
blivet-gui
|
||||||
blktrace
|
blktrace
|
||||||
blockdiag
|
blockdiag
|
||||||
bluedevil
|
bluedevil
|
||||||
@@ -1144,6 +1163,7 @@ boto
|
|||||||
boto3
|
boto3
|
||||||
botocore
|
botocore
|
||||||
bovo
|
bovo
|
||||||
|
box2d
|
||||||
bpftrace
|
bpftrace
|
||||||
breeze
|
breeze
|
||||||
breeze-gtk
|
breeze-gtk
|
||||||
@@ -1280,7 +1300,6 @@ colordiff
|
|||||||
columbiad
|
columbiad
|
||||||
commonmark
|
commonmark
|
||||||
compat-atkmm-soname16
|
compat-atkmm-soname16
|
||||||
compat-boost-soname1.72.0
|
|
||||||
compat-boost-soname1.73.0
|
compat-boost-soname1.73.0
|
||||||
compat-cairomm-soname10
|
compat-cairomm-soname10
|
||||||
compat-curl-gnutls-soname4
|
compat-curl-gnutls-soname4
|
||||||
@@ -1288,21 +1307,20 @@ compat-enchant-soname1
|
|||||||
compat-fuse-soname2
|
compat-fuse-soname2
|
||||||
compat-glibmm-soname24
|
compat-glibmm-soname24
|
||||||
compat-gtksourceview-soname3
|
compat-gtksourceview-soname3
|
||||||
compat-icu4c-soname64
|
compat-ldc-soname94
|
||||||
|
compat-libffi-soname6
|
||||||
compat-libhandy-0.0
|
compat-libhandy-0.0
|
||||||
compat-libpng-soname12
|
compat-libpng-soname12
|
||||||
compat-libraw-soname19
|
|
||||||
compat-libsigc++-soname20
|
compat-libsigc++-soname20
|
||||||
compat-libva-soname1
|
compat-libva-soname1
|
||||||
compat-nettle-soname6
|
compat-lua-52
|
||||||
|
compat-lua-53
|
||||||
compat-nettle-soname7
|
compat-nettle-soname7
|
||||||
compat-opencv-soname42
|
|
||||||
compat-pangomm-soname14
|
compat-pangomm-soname14
|
||||||
compat-protobuf-soname22
|
|
||||||
compat-python38
|
|
||||||
compat-re2-soname7
|
compat-re2-soname7
|
||||||
compat-readline-soname5
|
compat-readline-soname5
|
||||||
compat-tracker-soname2.0
|
compat-tracker-soname2.0
|
||||||
|
complete
|
||||||
component
|
component
|
||||||
compute-image-packages
|
compute-image-packages
|
||||||
conda
|
conda
|
||||||
@@ -1382,6 +1400,7 @@ diffoscope
|
|||||||
diffstat
|
diffstat
|
||||||
diffutils
|
diffutils
|
||||||
digikam
|
digikam
|
||||||
|
dill
|
||||||
ding-libs
|
ding-libs
|
||||||
dino
|
dino
|
||||||
direwolf
|
direwolf
|
||||||
@@ -1413,6 +1432,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
|
||||||
@@ -1577,6 +1597,7 @@ geany
|
|||||||
geany-plugins
|
geany-plugins
|
||||||
geary
|
geary
|
||||||
gedit
|
gedit
|
||||||
|
gedit-plugins-gnome
|
||||||
geeqie
|
geeqie
|
||||||
gegl
|
gegl
|
||||||
gensim
|
gensim
|
||||||
@@ -1731,6 +1752,7 @@ gtk-doc
|
|||||||
gtk-vnc
|
gtk-vnc
|
||||||
gtk-xfce-engine
|
gtk-xfce-engine
|
||||||
gtk3
|
gtk3
|
||||||
|
gtk4
|
||||||
gtkmm2
|
gtkmm2
|
||||||
gtkmm3
|
gtkmm3
|
||||||
gtksourceview
|
gtksourceview
|
||||||
@@ -1823,9 +1845,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
|
||||||
@@ -1844,6 +1864,7 @@ ipe
|
|||||||
iperf
|
iperf
|
||||||
ipmctl
|
ipmctl
|
||||||
ipmitool
|
ipmitool
|
||||||
|
ipp-crypto
|
||||||
iproute2
|
iproute2
|
||||||
ipset
|
ipset
|
||||||
iptables
|
iptables
|
||||||
@@ -1892,6 +1913,7 @@ joe
|
|||||||
josepy
|
josepy
|
||||||
jpegoptim
|
jpegoptim
|
||||||
jq
|
jq
|
||||||
|
js8call
|
||||||
jsmin
|
jsmin
|
||||||
json-c
|
json-c
|
||||||
json-glib
|
json-glib
|
||||||
@@ -2121,6 +2143,7 @@ ktp-desktop-applets
|
|||||||
ktuberling
|
ktuberling
|
||||||
kturtle
|
kturtle
|
||||||
kubernetes
|
kubernetes
|
||||||
|
kubernetes-migration-1.18
|
||||||
kunitconversion
|
kunitconversion
|
||||||
kwallet
|
kwallet
|
||||||
kwallet-pam
|
kwallet-pam
|
||||||
@@ -2171,7 +2194,6 @@ libXtst
|
|||||||
libXv
|
libXv
|
||||||
libXvMC
|
libXvMC
|
||||||
libXxf86dga
|
libXxf86dga
|
||||||
libXxf86misc
|
|
||||||
libabigail
|
libabigail
|
||||||
libabw
|
libabw
|
||||||
libaio
|
libaio
|
||||||
@@ -2385,6 +2407,7 @@ libuninameslist
|
|||||||
libunistring
|
libunistring
|
||||||
libunwind
|
libunwind
|
||||||
libusb
|
libusb
|
||||||
|
libusb-compat
|
||||||
libuser
|
libuser
|
||||||
libuv
|
libuv
|
||||||
libva
|
libva
|
||||||
@@ -2448,6 +2471,7 @@ lksctp-tools
|
|||||||
lldb
|
lldb
|
||||||
llfuse
|
llfuse
|
||||||
llvm
|
llvm
|
||||||
|
llvm10
|
||||||
llvm8
|
llvm8
|
||||||
llvm9
|
llvm9
|
||||||
lm-sensors
|
lm-sensors
|
||||||
@@ -2469,7 +2493,6 @@ lttng-tools
|
|||||||
lttng-ust
|
lttng-ust
|
||||||
lua
|
lua
|
||||||
lua-nginx-module
|
lua-nginx-module
|
||||||
lua52
|
|
||||||
lualgi
|
lualgi
|
||||||
luarocks
|
luarocks
|
||||||
lutris
|
lutris
|
||||||
@@ -2570,7 +2593,6 @@ mosh
|
|||||||
mosquitto
|
mosquitto
|
||||||
motd-update
|
motd-update
|
||||||
motif
|
motif
|
||||||
mozjs68
|
|
||||||
mozjs78
|
mozjs78
|
||||||
mpc
|
mpc
|
||||||
mpfr
|
mpfr
|
||||||
@@ -2609,6 +2631,7 @@ nano
|
|||||||
nasm
|
nasm
|
||||||
nautilus
|
nautilus
|
||||||
nbclassic
|
nbclassic
|
||||||
|
nbclient
|
||||||
nbconvert
|
nbconvert
|
||||||
nbformat
|
nbformat
|
||||||
nbval
|
nbval
|
||||||
@@ -2621,6 +2644,7 @@ ndpi
|
|||||||
neofetch
|
neofetch
|
||||||
neomutt
|
neomutt
|
||||||
neovim
|
neovim
|
||||||
|
nest_asyncio
|
||||||
net-snmp
|
net-snmp
|
||||||
net-tools
|
net-tools
|
||||||
netaddr
|
netaddr
|
||||||
@@ -2944,7 +2968,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
|
||||||
@@ -3351,6 +3374,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
|
||||||
@@ -3375,6 +3399,7 @@ perl-SGMLS
|
|||||||
perl-SMTP-Server
|
perl-SMTP-Server
|
||||||
perl-SQL-Abstract
|
perl-SQL-Abstract
|
||||||
perl-SQL-Abstract-Classic
|
perl-SQL-Abstract-Classic
|
||||||
|
perl-SQL-Abstract-Pg
|
||||||
perl-SQL-SplitStatement
|
perl-SQL-SplitStatement
|
||||||
perl-SQL-Tokenizer
|
perl-SQL-Tokenizer
|
||||||
perl-SQL-Translator
|
perl-SQL-Translator
|
||||||
@@ -3684,6 +3709,7 @@ php-zmq
|
|||||||
pickleshare
|
pickleshare
|
||||||
picmi
|
picmi
|
||||||
picocom
|
picocom
|
||||||
|
pid
|
||||||
pidgin
|
pidgin
|
||||||
pidgin-sipe
|
pidgin-sipe
|
||||||
pigeonhole
|
pigeonhole
|
||||||
@@ -3707,6 +3733,7 @@ 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
|
||||||
@@ -3749,6 +3776,7 @@ prison
|
|||||||
processor-trace
|
processor-trace
|
||||||
procmail
|
procmail
|
||||||
procps-ng
|
procps-ng
|
||||||
|
progress
|
||||||
progressbar
|
progressbar
|
||||||
proj
|
proj
|
||||||
prometheus_client
|
prometheus_client
|
||||||
@@ -3800,6 +3828,7 @@ pynvim
|
|||||||
pyotherside
|
pyotherside
|
||||||
pyotp
|
pyotp
|
||||||
pyparsing
|
pyparsing
|
||||||
|
pyparted
|
||||||
pyperclip
|
pyperclip
|
||||||
pyperf
|
pyperf
|
||||||
pyquery
|
pyquery
|
||||||
@@ -3971,6 +4000,7 @@ rinutils
|
|||||||
rjsmin
|
rjsmin
|
||||||
rlwrap
|
rlwrap
|
||||||
rng-tools
|
rng-tools
|
||||||
|
robin-map
|
||||||
roboto
|
roboto
|
||||||
rocs
|
rocs
|
||||||
rofi
|
rofi
|
||||||
@@ -4212,6 +4242,7 @@ tldextract
|
|||||||
tmux
|
tmux
|
||||||
tokyocabinet
|
tokyocabinet
|
||||||
toml
|
toml
|
||||||
|
tomlkit
|
||||||
toolz
|
toolz
|
||||||
tornado
|
tornado
|
||||||
totem
|
totem
|
||||||
|
|||||||
Reference in New Issue
Block a user