mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 19:16:00 +00:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b841e095d | |||
| 579d79ef92 | |||
| d85dfaec30 | |||
| 8787caac84 | |||
| 181006f851 | |||
| 480917e514 | |||
| afab562778 | |||
| 21ae357eeb | |||
| b4989fae9b | |||
| 09d1f48a31 |
+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";
|
||||
|
||||
|
||||
@@ -126,6 +126,7 @@ R-NMOF
|
||||
R-PKI
|
||||
R-ParamHelpers
|
||||
R-PerformanceAnalytics
|
||||
R-QuickJSR
|
||||
R-R.cache
|
||||
R-R.methodsS3
|
||||
R-R.oo
|
||||
@@ -741,6 +742,7 @@ R-psy
|
||||
R-psych
|
||||
R-psychotools
|
||||
R-purrr
|
||||
R-purrrlyr
|
||||
R-pvclust
|
||||
R-pwt
|
||||
R-pwt8
|
||||
@@ -1285,6 +1287,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
|
||||
@@ -1300,6 +1303,7 @@ compat-libva-soname1
|
||||
compat-libvpx-soname7
|
||||
compat-pangomm-soname14
|
||||
compat-protobuf-soname29
|
||||
compat-re2-soname10
|
||||
compat-readline-soname5
|
||||
compat-tiff-soname5
|
||||
component
|
||||
@@ -1320,6 +1324,7 @@ cov-core
|
||||
cpio
|
||||
cppcheck
|
||||
cppunit
|
||||
cpufetch
|
||||
cpuid
|
||||
cpuloadgen
|
||||
cracklib
|
||||
@@ -1499,6 +1504,7 @@ freeipmi
|
||||
freetype
|
||||
fribidi
|
||||
fritzing-app
|
||||
frozen
|
||||
fs
|
||||
fsarchiver
|
||||
fsearch
|
||||
@@ -1900,6 +1906,7 @@ kimap
|
||||
kinfocenter
|
||||
kinit
|
||||
kio
|
||||
kio-admin
|
||||
kio-extras
|
||||
kirigami2
|
||||
kitemmodels
|
||||
@@ -2047,6 +2054,7 @@ libaccounts-qt
|
||||
libadwaita
|
||||
libaio
|
||||
libao
|
||||
libaom
|
||||
libappindicator
|
||||
libarchive
|
||||
libass
|
||||
@@ -2202,6 +2210,7 @@ libnvme
|
||||
liboauth
|
||||
libodfgen
|
||||
libogg
|
||||
libopenmpt
|
||||
libopenzwave
|
||||
liborcus
|
||||
libosinfo
|
||||
@@ -2554,7 +2563,6 @@ open-iscsi
|
||||
open-isns
|
||||
open-lldp
|
||||
open-vm-tools
|
||||
openQA
|
||||
openal-soft
|
||||
openblas
|
||||
openbox
|
||||
@@ -2590,6 +2598,7 @@ ostree
|
||||
otp
|
||||
oxygen
|
||||
oxygen-icons5
|
||||
oxygen-sounds
|
||||
p11-kit
|
||||
p7zip
|
||||
pacrunner
|
||||
@@ -3655,6 +3664,7 @@ pypi-asttokens
|
||||
pypi-astunparse
|
||||
pypi-asv
|
||||
pypi-async_generator
|
||||
pypi-async_lru
|
||||
pypi-async_timeout
|
||||
pypi-asyncssh
|
||||
pypi-asynctest
|
||||
@@ -3922,6 +3932,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
|
||||
@@ -4012,6 +4023,7 @@ pypi-jupyter_client
|
||||
pypi-jupyter_console
|
||||
pypi-jupyter_core
|
||||
pypi-jupyter_events
|
||||
pypi-jupyter_lsp
|
||||
pypi-jupyter_nbgallery
|
||||
pypi-jupyter_packaging
|
||||
pypi-jupyter_server
|
||||
@@ -4143,6 +4155,7 @@ pypi-opt_einsum
|
||||
pypi-ordered_set
|
||||
pypi-ouimeaux
|
||||
pypi-outcome
|
||||
pypi-overrides
|
||||
pypi-ovirt_imageio
|
||||
pypi-packaging
|
||||
pypi-paginate
|
||||
@@ -4361,6 +4374,7 @@ pypi-rapidfuzz_capi
|
||||
pypi-rcssmin
|
||||
pypi-rdflib
|
||||
pypi-readme_renderer
|
||||
pypi-readtime
|
||||
pypi-recommonmark
|
||||
pypi-referencing
|
||||
pypi-regex
|
||||
@@ -4529,6 +4543,7 @@ pypi-trimesh
|
||||
pypi-trio
|
||||
pypi-trio_websocket
|
||||
pypi-trove_classifiers
|
||||
pypi-truststore
|
||||
pypi-ttp
|
||||
pypi-twine
|
||||
pypi-typed_ast
|
||||
@@ -4853,7 +4868,7 @@ spice-vdagent
|
||||
sqlite-autoconf
|
||||
squashfs-tools
|
||||
squid
|
||||
sshfs
|
||||
srt
|
||||
sshpass
|
||||
sshuttle
|
||||
ssocr
|
||||
@@ -4989,6 +5004,7 @@ vala
|
||||
valgrind
|
||||
valijson
|
||||
vbox-integration
|
||||
vid.stab
|
||||
vifm
|
||||
vim
|
||||
vim-fugitive
|
||||
@@ -5034,6 +5050,8 @@ wslu
|
||||
wxWidgets
|
||||
x11perf
|
||||
x11vnc
|
||||
x264
|
||||
x265
|
||||
xapian-core
|
||||
xastir
|
||||
xauth
|
||||
@@ -5116,6 +5134,7 @@ xss-lock
|
||||
xterm
|
||||
xtrans
|
||||
xvfb-run
|
||||
xvidcore
|
||||
xwayland
|
||||
xwd
|
||||
xwdrun
|
||||
@@ -5138,6 +5157,7 @@ zeek
|
||||
zeek-af_packet-plugin
|
||||
zenity
|
||||
zeroconf-ioslave
|
||||
zimg
|
||||
zip
|
||||
zlib
|
||||
znc
|
||||
|
||||
Reference in New Issue
Block a user