mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 11:06:15 +00:00
Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05598abd55 | |||
| 2b0163ef73 | |||
| 3f2b9100e6 | |||
| 1b841e095d | |||
| 579d79ef92 | |||
| d85dfaec30 | |||
| 8787caac84 | |||
| 181006f851 | |||
| 480917e514 | |||
| afab562778 | |||
| 21ae357eeb | |||
| b4989fae9b | |||
| 09d1f48a31 | |||
| 3a5cfb76c6 | |||
| 763c25ac43 | |||
| b97bc72f65 | |||
| 6af8cdfa99 | |||
| dd378bba6c | |||
| 4b63761b45 | |||
| 5882fa9b80 |
+9
-3
@@ -126,11 +126,17 @@ endif
|
||||
pull: ${PULL_PKGS}
|
||||
|
||||
#help clean-pkgs-dir: For packages that are no longer present in the distro,
|
||||
#help removes the associated package repos from the ./packages tree
|
||||
#help removes the associated package repos from the ./packages tree and stores
|
||||
#help it in packages_old. If it already exists in packages_old, skip it.
|
||||
clean-pkgs-dir: $(PACKAGES_FILE)
|
||||
@for p in ${PKGS_ORPHANED}; do \
|
||||
echo "Removing $$p from packages, it is no longer in common/packages."; \
|
||||
rm -rf packages/$$p; \
|
||||
mkdir -p packages_old; \
|
||||
if [ -d "packages_old/$$p" ]; then \
|
||||
echo "packages_old/$$p already exists, not touching it"; \
|
||||
else \
|
||||
echo "Moving $$p from packages to packages_old, as it is no longer in common/packages."; \
|
||||
mv packages/$$p packages_old/$$p; \
|
||||
fi; \
|
||||
done
|
||||
@echo "packages directory cleaned";
|
||||
|
||||
|
||||
@@ -39,11 +39,13 @@ OpenColorIO
|
||||
OpenIPMI
|
||||
OpenSC
|
||||
OpenSP
|
||||
PDAL
|
||||
PyMySQL
|
||||
PyQt5
|
||||
PySocks
|
||||
PyYAML
|
||||
QAT_engine
|
||||
QGIS
|
||||
QXlsx
|
||||
R
|
||||
R-AER
|
||||
@@ -124,6 +126,7 @@ R-NMOF
|
||||
R-PKI
|
||||
R-ParamHelpers
|
||||
R-PerformanceAnalytics
|
||||
R-QuickJSR
|
||||
R-R.cache
|
||||
R-R.methodsS3
|
||||
R-R.oo
|
||||
@@ -543,6 +546,7 @@ R-latticeExtra
|
||||
R-lava
|
||||
R-lavaan
|
||||
R-lazyeval
|
||||
R-lbfgsb3c
|
||||
R-lda
|
||||
R-leaflet
|
||||
R-leaflet.providers
|
||||
@@ -738,6 +742,7 @@ R-psy
|
||||
R-psych
|
||||
R-psychotools
|
||||
R-purrr
|
||||
R-purrrlyr
|
||||
R-pvclust
|
||||
R-pwt
|
||||
R-pwt8
|
||||
@@ -993,6 +998,7 @@ R-winch
|
||||
R-withr
|
||||
R-wk
|
||||
R-worrms
|
||||
R-writexl
|
||||
R-xfun
|
||||
R-xgboost
|
||||
R-xml2
|
||||
@@ -1019,6 +1025,7 @@ SDL_image
|
||||
SDL_mixer
|
||||
SDL_net
|
||||
SDL_ttf
|
||||
SFCGAL
|
||||
SFML
|
||||
SPIRV-Cross
|
||||
SPIRV-Headers
|
||||
@@ -1183,6 +1190,7 @@ buildreq-nginx
|
||||
buildreq-php
|
||||
buildreq-qmake
|
||||
buildreq-scons
|
||||
buildx
|
||||
byobu
|
||||
bz2file
|
||||
bzip2
|
||||
@@ -1201,6 +1209,7 @@ cantarell-fonts
|
||||
cantata
|
||||
cantor
|
||||
capnproto
|
||||
capslock
|
||||
capstone
|
||||
caribou
|
||||
casync
|
||||
@@ -1231,6 +1240,7 @@ clr-boot-manager
|
||||
clr-bundle-icons
|
||||
clr-bundle-screenshots
|
||||
clr-bundles
|
||||
clr-check-perl-modules
|
||||
clr-debug-info
|
||||
clr-desktop-defaults
|
||||
clr-elf-replace
|
||||
@@ -1279,6 +1289,7 @@ compat-babeltrace-one
|
||||
compat-cairomm-soname10
|
||||
compat-codec2-soname1
|
||||
compat-enchant-soname1
|
||||
compat-ffmpeg-4.4
|
||||
compat-fuse-soname2
|
||||
compat-gcc-10
|
||||
compat-gcr-soname1
|
||||
@@ -1294,6 +1305,7 @@ compat-libva-soname1
|
||||
compat-libvpx-soname7
|
||||
compat-pangomm-soname14
|
||||
compat-protobuf-soname29
|
||||
compat-re2-soname10
|
||||
compat-readline-soname5
|
||||
compat-tiff-soname5
|
||||
component
|
||||
@@ -1314,6 +1326,7 @@ cov-core
|
||||
cpio
|
||||
cppcheck
|
||||
cppunit
|
||||
cpufetch
|
||||
cpuid
|
||||
cpuloadgen
|
||||
cracklib
|
||||
@@ -1493,6 +1506,7 @@ freeipmi
|
||||
freetype
|
||||
fribidi
|
||||
fritzing-app
|
||||
frozen
|
||||
fs
|
||||
fsarchiver
|
||||
fsearch
|
||||
@@ -1627,6 +1641,7 @@ gpgme
|
||||
gphoto2
|
||||
gpm
|
||||
gpredict
|
||||
gpsbabel
|
||||
gpsd
|
||||
gptfdisk
|
||||
gramps
|
||||
@@ -1636,6 +1651,7 @@ grantleetheme
|
||||
graphene
|
||||
graphite
|
||||
graphviz
|
||||
grass
|
||||
grep
|
||||
grig
|
||||
grilo
|
||||
@@ -1892,6 +1908,7 @@ kimap
|
||||
kinfocenter
|
||||
kinit
|
||||
kio
|
||||
kio-admin
|
||||
kio-extras
|
||||
kirigami2
|
||||
kitemmodels
|
||||
@@ -1951,7 +1968,6 @@ kquickcharts
|
||||
krb5
|
||||
krdc
|
||||
kreversi
|
||||
krita
|
||||
kronosnet
|
||||
kross
|
||||
kruler
|
||||
@@ -2040,6 +2056,7 @@ libaccounts-qt
|
||||
libadwaita
|
||||
libaio
|
||||
libao
|
||||
libaom
|
||||
libappindicator
|
||||
libarchive
|
||||
libass
|
||||
@@ -2080,6 +2097,7 @@ libdazzle
|
||||
libdbusmenu
|
||||
libdbusmenu-qt
|
||||
libdeps
|
||||
libdex
|
||||
libdmx
|
||||
libdnf
|
||||
libdrm
|
||||
@@ -2111,6 +2129,7 @@ libftdi1
|
||||
libgcrypt
|
||||
libgd
|
||||
libgdata
|
||||
libgedit-amtk
|
||||
libgee
|
||||
libgeotiff
|
||||
libgit2
|
||||
@@ -2195,10 +2214,12 @@ libnvme
|
||||
liboauth
|
||||
libodfgen
|
||||
libogg
|
||||
libopenmpt
|
||||
libopenzwave
|
||||
liborcus
|
||||
libosinfo
|
||||
libpagemaker
|
||||
libpanel
|
||||
libpcap
|
||||
libpciaccess
|
||||
libpeas
|
||||
@@ -2436,6 +2457,7 @@ mosquitto
|
||||
motd-update
|
||||
motif
|
||||
mozjs102
|
||||
mozjs115
|
||||
mozjs91
|
||||
mpc
|
||||
mpfr
|
||||
@@ -2547,7 +2569,6 @@ open-iscsi
|
||||
open-isns
|
||||
open-lldp
|
||||
open-vm-tools
|
||||
openQA
|
||||
openal-soft
|
||||
openblas
|
||||
openbox
|
||||
@@ -2583,6 +2604,7 @@ ostree
|
||||
otp
|
||||
oxygen
|
||||
oxygen-icons5
|
||||
oxygen-sounds
|
||||
p11-kit
|
||||
p7zip
|
||||
pacrunner
|
||||
@@ -3567,6 +3589,7 @@ popt
|
||||
portaudio
|
||||
portmidi
|
||||
postfix
|
||||
postgis
|
||||
postgresql
|
||||
potrace
|
||||
powerdevil
|
||||
@@ -3647,6 +3670,7 @@ pypi-asttokens
|
||||
pypi-astunparse
|
||||
pypi-asv
|
||||
pypi-async_generator
|
||||
pypi-async_lru
|
||||
pypi-async_timeout
|
||||
pypi-asyncssh
|
||||
pypi-asynctest
|
||||
@@ -3914,6 +3938,7 @@ pypi-h2
|
||||
pypi-h5py
|
||||
pypi-hammock
|
||||
pypi-hatch_fancy_pypi_readme
|
||||
pypi-hatch_jupyter_builder
|
||||
pypi-hatch_nodejs_version
|
||||
pypi-hatch_requirements_txt
|
||||
pypi-hatch_vcs
|
||||
@@ -3998,12 +4023,13 @@ pypi-jsonpatch
|
||||
pypi-jsonpickle
|
||||
pypi-jsonpointer
|
||||
pypi-jsonschema
|
||||
pypi-jsonschema_specifications
|
||||
pypi-jupyter_cache
|
||||
pypi-jupyter_client
|
||||
pypi-jupyter_console
|
||||
pypi-jupyter_core
|
||||
pypi-jupyter_events
|
||||
pypi-jupyter_nbgallery
|
||||
pypi-jupyter_lsp
|
||||
pypi-jupyter_packaging
|
||||
pypi-jupyter_server
|
||||
pypi-jupyter_server_fileid
|
||||
@@ -4013,7 +4039,6 @@ pypi-jupyter_server_ydoc
|
||||
pypi-jupyter_sphinx
|
||||
pypi-jupyter_ydoc
|
||||
pypi-jupyterlab
|
||||
pypi-jupyterlab_launcher
|
||||
pypi-jupyterlab_link_share
|
||||
pypi-jupyterlab_pygments
|
||||
pypi-jupyterlab_server
|
||||
@@ -4035,6 +4060,7 @@ pypi-lazy
|
||||
pypi-lazy_loader
|
||||
pypi-lazy_object_proxy
|
||||
pypi-ldap3
|
||||
pypi-levenshtein
|
||||
pypi-libarchive_c
|
||||
pypi-libevdev
|
||||
pypi-license_expression
|
||||
@@ -4118,7 +4144,6 @@ pypi-nocaselist
|
||||
pypi-nodeenv
|
||||
pypi-nose
|
||||
pypi-nose_timer
|
||||
pypi-notebook
|
||||
pypi-notebook_shim
|
||||
pypi-numpoly
|
||||
pypi-numpy
|
||||
@@ -4134,8 +4159,10 @@ pypi-opt_einsum
|
||||
pypi-ordered_set
|
||||
pypi-ouimeaux
|
||||
pypi-outcome
|
||||
pypi-overrides
|
||||
pypi-ovirt_imageio
|
||||
pypi-packaging
|
||||
pypi-paginate
|
||||
pypi-paho_mqtt
|
||||
pypi-pandocfilters
|
||||
pypi-parameterized
|
||||
@@ -4319,7 +4346,6 @@ pypi-python_install
|
||||
pypi-python_json_logger
|
||||
pypi-python_jsonrpc_server
|
||||
pypi-python_language_server
|
||||
pypi-python_levenshtein
|
||||
pypi-python_lsp_black
|
||||
pypi-python_lsp_jsonrpc
|
||||
pypi-python_lsp_server
|
||||
@@ -4351,7 +4377,9 @@ pypi-rapidfuzz_capi
|
||||
pypi-rcssmin
|
||||
pypi-rdflib
|
||||
pypi-readme_renderer
|
||||
pypi-readtime
|
||||
pypi-recommonmark
|
||||
pypi-referencing
|
||||
pypi-regex
|
||||
pypi-reportlab
|
||||
pypi-repoze.lru
|
||||
@@ -4382,6 +4410,7 @@ pypi-rjsmin
|
||||
pypi-rlpycairo
|
||||
pypi-rope
|
||||
pypi-routes
|
||||
pypi-rpds_py
|
||||
pypi-rpm_py_installer
|
||||
pypi-rpmfile
|
||||
pypi-rsa
|
||||
@@ -4517,6 +4546,7 @@ pypi-trimesh
|
||||
pypi-trio
|
||||
pypi-trio_websocket
|
||||
pypi-trove_classifiers
|
||||
pypi-truststore
|
||||
pypi-ttp
|
||||
pypi-twine
|
||||
pypi-typed_ast
|
||||
@@ -4841,7 +4871,7 @@ spice-vdagent
|
||||
sqlite-autoconf
|
||||
squashfs-tools
|
||||
squid
|
||||
sshfs
|
||||
srt
|
||||
sshpass
|
||||
sshuttle
|
||||
ssocr
|
||||
@@ -4899,6 +4929,7 @@ tbb
|
||||
tcl
|
||||
tcpdump
|
||||
tdb
|
||||
tecla
|
||||
telemetrics-client
|
||||
telepathy-glib
|
||||
telepathy-qt
|
||||
@@ -4977,6 +5008,7 @@ vala
|
||||
valgrind
|
||||
valijson
|
||||
vbox-integration
|
||||
vid.stab
|
||||
vifm
|
||||
vim
|
||||
vim-fugitive
|
||||
@@ -5022,6 +5054,8 @@ wslu
|
||||
wxWidgets
|
||||
x11perf
|
||||
x11vnc
|
||||
x264
|
||||
x265
|
||||
xapian-core
|
||||
xastir
|
||||
xauth
|
||||
@@ -5037,6 +5071,7 @@ xdg-desktop-portal
|
||||
xdg-desktop-portal-gnome
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-kde
|
||||
xdg-desktop-portal-wlr
|
||||
xdg-user-dirs
|
||||
xdg-user-dirs-gtk
|
||||
xdg-utils
|
||||
@@ -5104,6 +5139,7 @@ xss-lock
|
||||
xterm
|
||||
xtrans
|
||||
xvfb-run
|
||||
xvidcore
|
||||
xwayland
|
||||
xwd
|
||||
xwdrun
|
||||
@@ -5126,6 +5162,7 @@ zeek
|
||||
zeek-af_packet-plugin
|
||||
zenity
|
||||
zeroconf-ioslave
|
||||
zimg
|
||||
zip
|
||||
zlib
|
||||
znc
|
||||
|
||||
Reference in New Issue
Block a user