Compare commits

..

12 Commits

Author SHA1 Message Date
clrbuilder f5a3630590 Update packages file for version 40100
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-10-11 11:55:44 -07:00
clrbuilder 75cb8bf424 Update packages file for version 40070
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-10-10 00:07:18 -07:00
clrbuilder 2a586be1b3 Update packages file for version 40060
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-10-05 00:06:54 -07:00
clrbuilder 93fccd1edf Update packages file for version 40050
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-10-03 12:45:48 -07:00
clrbuilder 9527057e5e Update packages file for version 40040
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-10-03 00:06:48 -07:00
clrbuilder f3500feb2d Update packages file for version 40030
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-09-28 11:39:36 -07:00
clrbuilder 05598abd55 Update packages file for version 40010
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-09-26 08:04:38 -07:00
clrbuilder 2b0163ef73 Update packages file for version 40000
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-09-25 13:55:49 -07:00
clrbuilder 3f2b9100e6 Update packages file for version 39990
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-09-22 11:34:36 -07:00
William Douglas 1b841e095d Update help comment for clean-pkgs-dir
Signed-off-by: William Douglas <william.douglas@intel.com>
2023-09-19 11:24:22 -07:00
William Douglas 579d79ef92 Make clean-pkgs-dir backup things it cleans up
If something already exists in backup form, skip it, otherwise move
the content to the backup directory.

Signed-off-by: William Douglas <william.douglas@intel.com>
2023-09-19 11:22:01 -07:00
clrbuilder d85dfaec30 Update packages file for version 39970
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-09-19 00:06:54 -07:00
2 changed files with 60 additions and 9 deletions
+9 -3
View File
@@ -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";
+51 -6
View File
@@ -998,6 +998,7 @@ R-winch
R-withr
R-wk
R-worrms
R-writexl
R-xfun
R-xgboost
R-xml2
@@ -1188,6 +1189,7 @@ buildreq-meson
buildreq-nginx
buildreq-php
buildreq-qmake
buildreq-qt6
buildreq-scons
buildx
byobu
@@ -1208,6 +1210,7 @@ cantarell-fonts
cantata
cantor
capnproto
capslock
capstone
caribou
casync
@@ -1906,6 +1909,7 @@ kimap
kinfocenter
kinit
kio
kio-admin
kio-extras
kirigami2
kitemmodels
@@ -2093,7 +2097,10 @@ libdatrie
libdazzle
libdbusmenu
libdbusmenu-qt
libdecor
libdeps
libdex
libdisplay-info
libdmx
libdnf
libdrm
@@ -2125,6 +2132,7 @@ libftdi1
libgcrypt
libgd
libgdata
libgedit-amtk
libgee
libgeotiff
libgit2
@@ -2214,6 +2222,7 @@ libopenzwave
liborcus
libosinfo
libpagemaker
libpanel
libpcap
libpciaccess
libpeas
@@ -2451,6 +2460,7 @@ mosquitto
motd-update
motif
mozjs102
mozjs115
mozjs91
mpc
mpfr
@@ -2576,7 +2586,6 @@ openjpeg
openldap
openmpi
openpace
openscad
openshot-qt
opensm
openssh
@@ -2597,6 +2606,7 @@ ostree
otp
oxygen
oxygen-icons5
oxygen-sounds
p11-kit
p7zip
pacrunner
@@ -2769,6 +2779,7 @@ perl-Crypt-Rijndael
perl-Crypt-SSLeay
perl-Crypt-URandom
perl-Curses
perl-DBD-MariaDB
perl-DBD-Pg
perl-DBD-SQLite
perl-DBD-SQLite2
@@ -3867,7 +3878,7 @@ pypi-flake8
pypi-flake8_blind_except
pypi-flake8_class_newline
pypi-flake8_docstrings
pypi-flake8_import_order
pypi-flake8_isort
pypi-flaky
pypi-flask
pypi-flatbuffers
@@ -3954,6 +3965,7 @@ pypi-hyperframe
pypi-hyperlink
pypi-hypothesis
pypi-icalendar
pypi-icecream
pypi-identify
pypi-idna
pypi-idna_ssl
@@ -4022,7 +4034,6 @@ pypi-jupyter_console
pypi-jupyter_core
pypi-jupyter_events
pypi-jupyter_lsp
pypi-jupyter_nbgallery
pypi-jupyter_packaging
pypi-jupyter_server
pypi-jupyter_server_fileid
@@ -4032,7 +4043,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
@@ -4054,6 +4064,7 @@ pypi-lazy
pypi-lazy_loader
pypi-lazy_object_proxy
pypi-ldap3
pypi-levenshtein
pypi-libarchive_c
pypi-libevdev
pypi-license_expression
@@ -4137,7 +4148,6 @@ pypi-nocaselist
pypi-nodeenv
pypi-nose
pypi-nose_timer
pypi-notebook
pypi-notebook_shim
pypi-numpoly
pypi-numpy
@@ -4340,7 +4350,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
@@ -4707,10 +4716,44 @@ qscintilla
qsstv
qstylizer
qt3d
qt5compat
qt5ct
qt63d
qt6activeqt
qt6base
qt6charts
qt6connectivity
qt6datavis3d
qt6declarative
qt6doc
qt6grpc
qt6httpserver
qt6imageformats
qt6languageserver
qt6lottie
qt6multimedia
qt6networkauth
qt6positioning
qt6quick3d
qt6quick3dphysics
qt6quickeffectmaker
qt6quicktimeline
qt6remoteobjects
qt6scxml
qt6sensors
qt6serialbus
qt6serialport
qt6shadertools
qt6speech
qt6svg
qt6tools
qt6translations
qt6virtualkeyboard
qt6wayland
qt6webchannel
qt6webengine
qt6websockets
qt6webview
qtbase
qtcanvas3d
qtcharts
@@ -4924,6 +4967,7 @@ tbb
tcl
tcpdump
tdb
tecla
telemetrics-client
telepathy-glib
telepathy-qt
@@ -5065,6 +5109,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