Compare commits

...
25 Commits
Author SHA1 Message Date
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
clrbuilder 8787caac84 Update packages file for version 39940
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-09-12 00:06:48 -07:00
clrbuilder 181006f851 Update packages file for version 39910
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-09-07 00:07:05 -07:00
clrbuilder 480917e514 Update packages file for version 39900
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-09-05 00:07:23 -07:00
clrbuilder afab562778 Update packages file for version 39890
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-08-31 00:06:52 -07:00
clrbuilder 21ae357eeb Update packages file for version 39880
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-08-29 12:26:30 -07:00
clrbuilder b4989fae9b Update packages file for version 39870
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-08-29 00:06:49 -07:00
clrbuilder 09d1f48a31 Update packages file for version 39860
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-08-24 00:09:48 -07:00
clrbuilder 3a5cfb76c6 Update packages file for version 39850
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-08-22 00:06:40 -07:00
clrbuilder 763c25ac43 Update packages file for version 39800
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-08-15 00:05:31 -07:00
clrbuilder b97bc72f65 Update packages file for version 39790
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-08-14 08:30:03 -07:00
clrbuilder 6af8cdfa99 Update packages file for version 39780
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-08-09 18:08:15 -07:00
clrbuilder dd378bba6c Update packages file for version 39770
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-08-09 12:05:28 -07:00
clrbuilder 4b63761b45 Update packages file for version 39760
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-08-08 15:12:41 -07:00
clrbuilder 5882fa9b80 Update packages file for version 39730
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-08-03 00:06:37 -07:00
2 changed files with 92 additions and 11 deletions
+9 -3
View File
@@ -126,11 +126,17 @@ endif
pull: ${PULL_PKGS} pull: ${PULL_PKGS}
#help clean-pkgs-dir: For packages that are no longer present in the distro, #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) clean-pkgs-dir: $(PACKAGES_FILE)
@for p in ${PKGS_ORPHANED}; do \ @for p in ${PKGS_ORPHANED}; do \
echo "Removing $$p from packages, it is no longer in common/packages."; \ mkdir -p packages_old; \
rm -rf packages/$$p; \ 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 done
@echo "packages directory cleaned"; @echo "packages directory cleaned";
+83 -8
View File
@@ -39,11 +39,13 @@ OpenColorIO
OpenIPMI OpenIPMI
OpenSC OpenSC
OpenSP OpenSP
PDAL
PyMySQL PyMySQL
PyQt5 PyQt5
PySocks PySocks
PyYAML PyYAML
QAT_engine QAT_engine
QGIS
QXlsx QXlsx
R R
R-AER R-AER
@@ -124,6 +126,7 @@ R-NMOF
R-PKI R-PKI
R-ParamHelpers R-ParamHelpers
R-PerformanceAnalytics R-PerformanceAnalytics
R-QuickJSR
R-R.cache R-R.cache
R-R.methodsS3 R-R.methodsS3
R-R.oo R-R.oo
@@ -543,6 +546,7 @@ R-latticeExtra
R-lava R-lava
R-lavaan R-lavaan
R-lazyeval R-lazyeval
R-lbfgsb3c
R-lda R-lda
R-leaflet R-leaflet
R-leaflet.providers R-leaflet.providers
@@ -738,6 +742,7 @@ R-psy
R-psych R-psych
R-psychotools R-psychotools
R-purrr R-purrr
R-purrrlyr
R-pvclust R-pvclust
R-pwt R-pwt
R-pwt8 R-pwt8
@@ -993,6 +998,7 @@ R-winch
R-withr R-withr
R-wk R-wk
R-worrms R-worrms
R-writexl
R-xfun R-xfun
R-xgboost R-xgboost
R-xml2 R-xml2
@@ -1019,6 +1025,7 @@ SDL_image
SDL_mixer SDL_mixer
SDL_net SDL_net
SDL_ttf SDL_ttf
SFCGAL
SFML SFML
SPIRV-Cross SPIRV-Cross
SPIRV-Headers SPIRV-Headers
@@ -1182,7 +1189,9 @@ buildreq-meson
buildreq-nginx buildreq-nginx
buildreq-php buildreq-php
buildreq-qmake buildreq-qmake
buildreq-qt6
buildreq-scons buildreq-scons
buildx
byobu byobu
bz2file bz2file
bzip2 bzip2
@@ -1201,6 +1210,7 @@ cantarell-fonts
cantata cantata
cantor cantor
capnproto capnproto
capslock
capstone capstone
caribou caribou
casync casync
@@ -1231,6 +1241,7 @@ clr-boot-manager
clr-bundle-icons clr-bundle-icons
clr-bundle-screenshots clr-bundle-screenshots
clr-bundles clr-bundles
clr-check-perl-modules
clr-debug-info clr-debug-info
clr-desktop-defaults clr-desktop-defaults
clr-elf-replace clr-elf-replace
@@ -1279,6 +1290,7 @@ compat-babeltrace-one
compat-cairomm-soname10 compat-cairomm-soname10
compat-codec2-soname1 compat-codec2-soname1
compat-enchant-soname1 compat-enchant-soname1
compat-ffmpeg-4.4
compat-fuse-soname2 compat-fuse-soname2
compat-gcc-10 compat-gcc-10
compat-gcr-soname1 compat-gcr-soname1
@@ -1294,6 +1306,7 @@ compat-libva-soname1
compat-libvpx-soname7 compat-libvpx-soname7
compat-pangomm-soname14 compat-pangomm-soname14
compat-protobuf-soname29 compat-protobuf-soname29
compat-re2-soname10
compat-readline-soname5 compat-readline-soname5
compat-tiff-soname5 compat-tiff-soname5
component component
@@ -1314,6 +1327,7 @@ cov-core
cpio cpio
cppcheck cppcheck
cppunit cppunit
cpufetch
cpuid cpuid
cpuloadgen cpuloadgen
cracklib cracklib
@@ -1493,6 +1507,7 @@ freeipmi
freetype freetype
fribidi fribidi
fritzing-app fritzing-app
frozen
fs fs
fsarchiver fsarchiver
fsearch fsearch
@@ -1627,6 +1642,7 @@ gpgme
gphoto2 gphoto2
gpm gpm
gpredict gpredict
gpsbabel
gpsd gpsd
gptfdisk gptfdisk
gramps gramps
@@ -1636,6 +1652,7 @@ grantleetheme
graphene graphene
graphite graphite
graphviz graphviz
grass
grep grep
grig grig
grilo grilo
@@ -1892,6 +1909,7 @@ kimap
kinfocenter kinfocenter
kinit kinit
kio kio
kio-admin
kio-extras kio-extras
kirigami2 kirigami2
kitemmodels kitemmodels
@@ -1951,7 +1969,6 @@ kquickcharts
krb5 krb5
krdc krdc
kreversi kreversi
krita
kronosnet kronosnet
kross kross
kruler kruler
@@ -2040,6 +2057,7 @@ libaccounts-qt
libadwaita libadwaita
libaio libaio
libao libao
libaom
libappindicator libappindicator
libarchive libarchive
libass libass
@@ -2080,6 +2098,8 @@ libdazzle
libdbusmenu libdbusmenu
libdbusmenu-qt libdbusmenu-qt
libdeps libdeps
libdex
libdisplay-info
libdmx libdmx
libdnf libdnf
libdrm libdrm
@@ -2111,6 +2131,7 @@ libftdi1
libgcrypt libgcrypt
libgd libgd
libgdata libgdata
libgedit-amtk
libgee libgee
libgeotiff libgeotiff
libgit2 libgit2
@@ -2195,10 +2216,12 @@ libnvme
liboauth liboauth
libodfgen libodfgen
libogg libogg
libopenmpt
libopenzwave libopenzwave
liborcus liborcus
libosinfo libosinfo
libpagemaker libpagemaker
libpanel
libpcap libpcap
libpciaccess libpciaccess
libpeas libpeas
@@ -2436,6 +2459,7 @@ mosquitto
motd-update motd-update
motif motif
mozjs102 mozjs102
mozjs115
mozjs91 mozjs91
mpc mpc
mpfr mpfr
@@ -2547,7 +2571,6 @@ open-iscsi
open-isns open-isns
open-lldp open-lldp
open-vm-tools open-vm-tools
openQA
openal-soft openal-soft
openblas openblas
openbox openbox
@@ -2583,6 +2606,7 @@ ostree
otp otp
oxygen oxygen
oxygen-icons5 oxygen-icons5
oxygen-sounds
p11-kit p11-kit
p7zip p7zip
pacrunner pacrunner
@@ -2755,6 +2779,7 @@ perl-Crypt-Rijndael
perl-Crypt-SSLeay perl-Crypt-SSLeay
perl-Crypt-URandom perl-Crypt-URandom
perl-Curses perl-Curses
perl-DBD-MariaDB
perl-DBD-Pg perl-DBD-Pg
perl-DBD-SQLite perl-DBD-SQLite
perl-DBD-SQLite2 perl-DBD-SQLite2
@@ -3567,6 +3592,7 @@ popt
portaudio portaudio
portmidi portmidi
postfix postfix
postgis
postgresql postgresql
potrace potrace
powerdevil powerdevil
@@ -3647,6 +3673,7 @@ pypi-asttokens
pypi-astunparse pypi-astunparse
pypi-asv pypi-asv
pypi-async_generator pypi-async_generator
pypi-async_lru
pypi-async_timeout pypi-async_timeout
pypi-asyncssh pypi-asyncssh
pypi-asynctest pypi-asynctest
@@ -3851,7 +3878,7 @@ pypi-flake8
pypi-flake8_blind_except pypi-flake8_blind_except
pypi-flake8_class_newline pypi-flake8_class_newline
pypi-flake8_docstrings pypi-flake8_docstrings
pypi-flake8_import_order pypi-flake8_isort
pypi-flaky pypi-flaky
pypi-flask pypi-flask
pypi-flatbuffers pypi-flatbuffers
@@ -3914,6 +3941,7 @@ pypi-h2
pypi-h5py pypi-h5py
pypi-hammock pypi-hammock
pypi-hatch_fancy_pypi_readme pypi-hatch_fancy_pypi_readme
pypi-hatch_jupyter_builder
pypi-hatch_nodejs_version pypi-hatch_nodejs_version
pypi-hatch_requirements_txt pypi-hatch_requirements_txt
pypi-hatch_vcs pypi-hatch_vcs
@@ -3937,6 +3965,7 @@ pypi-hyperframe
pypi-hyperlink pypi-hyperlink
pypi-hypothesis pypi-hypothesis
pypi-icalendar pypi-icalendar
pypi-icecream
pypi-identify pypi-identify
pypi-idna pypi-idna
pypi-idna_ssl pypi-idna_ssl
@@ -3998,12 +4027,13 @@ pypi-jsonpatch
pypi-jsonpickle pypi-jsonpickle
pypi-jsonpointer pypi-jsonpointer
pypi-jsonschema pypi-jsonschema
pypi-jsonschema_specifications
pypi-jupyter_cache pypi-jupyter_cache
pypi-jupyter_client pypi-jupyter_client
pypi-jupyter_console pypi-jupyter_console
pypi-jupyter_core pypi-jupyter_core
pypi-jupyter_events pypi-jupyter_events
pypi-jupyter_nbgallery pypi-jupyter_lsp
pypi-jupyter_packaging pypi-jupyter_packaging
pypi-jupyter_server pypi-jupyter_server
pypi-jupyter_server_fileid pypi-jupyter_server_fileid
@@ -4013,7 +4043,6 @@ pypi-jupyter_server_ydoc
pypi-jupyter_sphinx pypi-jupyter_sphinx
pypi-jupyter_ydoc pypi-jupyter_ydoc
pypi-jupyterlab pypi-jupyterlab
pypi-jupyterlab_launcher
pypi-jupyterlab_link_share pypi-jupyterlab_link_share
pypi-jupyterlab_pygments pypi-jupyterlab_pygments
pypi-jupyterlab_server pypi-jupyterlab_server
@@ -4035,6 +4064,7 @@ pypi-lazy
pypi-lazy_loader pypi-lazy_loader
pypi-lazy_object_proxy pypi-lazy_object_proxy
pypi-ldap3 pypi-ldap3
pypi-levenshtein
pypi-libarchive_c pypi-libarchive_c
pypi-libevdev pypi-libevdev
pypi-license_expression pypi-license_expression
@@ -4118,7 +4148,6 @@ pypi-nocaselist
pypi-nodeenv pypi-nodeenv
pypi-nose pypi-nose
pypi-nose_timer pypi-nose_timer
pypi-notebook
pypi-notebook_shim pypi-notebook_shim
pypi-numpoly pypi-numpoly
pypi-numpy pypi-numpy
@@ -4134,8 +4163,10 @@ pypi-opt_einsum
pypi-ordered_set pypi-ordered_set
pypi-ouimeaux pypi-ouimeaux
pypi-outcome pypi-outcome
pypi-overrides
pypi-ovirt_imageio pypi-ovirt_imageio
pypi-packaging pypi-packaging
pypi-paginate
pypi-paho_mqtt pypi-paho_mqtt
pypi-pandocfilters pypi-pandocfilters
pypi-parameterized pypi-parameterized
@@ -4319,7 +4350,6 @@ pypi-python_install
pypi-python_json_logger pypi-python_json_logger
pypi-python_jsonrpc_server pypi-python_jsonrpc_server
pypi-python_language_server pypi-python_language_server
pypi-python_levenshtein
pypi-python_lsp_black pypi-python_lsp_black
pypi-python_lsp_jsonrpc pypi-python_lsp_jsonrpc
pypi-python_lsp_server pypi-python_lsp_server
@@ -4351,7 +4381,9 @@ pypi-rapidfuzz_capi
pypi-rcssmin pypi-rcssmin
pypi-rdflib pypi-rdflib
pypi-readme_renderer pypi-readme_renderer
pypi-readtime
pypi-recommonmark pypi-recommonmark
pypi-referencing
pypi-regex pypi-regex
pypi-reportlab pypi-reportlab
pypi-repoze.lru pypi-repoze.lru
@@ -4382,6 +4414,7 @@ pypi-rjsmin
pypi-rlpycairo pypi-rlpycairo
pypi-rope pypi-rope
pypi-routes pypi-routes
pypi-rpds_py
pypi-rpm_py_installer pypi-rpm_py_installer
pypi-rpmfile pypi-rpmfile
pypi-rsa pypi-rsa
@@ -4517,6 +4550,7 @@ pypi-trimesh
pypi-trio pypi-trio
pypi-trio_websocket pypi-trio_websocket
pypi-trove_classifiers pypi-trove_classifiers
pypi-truststore
pypi-ttp pypi-ttp
pypi-twine pypi-twine
pypi-typed_ast pypi-typed_ast
@@ -4682,10 +4716,44 @@ qscintilla
qsstv qsstv
qstylizer qstylizer
qt3d qt3d
qt5compat
qt5ct qt5ct
qt63d
qt6activeqt
qt6base 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 qt6svg
qt6tools qt6tools
qt6translations
qt6virtualkeyboard
qt6wayland
qt6webchannel
qt6webengine
qt6websockets
qt6webview
qtbase qtbase
qtcanvas3d qtcanvas3d
qtcharts qtcharts
@@ -4841,7 +4909,7 @@ spice-vdagent
sqlite-autoconf sqlite-autoconf
squashfs-tools squashfs-tools
squid squid
sshfs srt
sshpass sshpass
sshuttle sshuttle
ssocr ssocr
@@ -4899,6 +4967,7 @@ tbb
tcl tcl
tcpdump tcpdump
tdb tdb
tecla
telemetrics-client telemetrics-client
telepathy-glib telepathy-glib
telepathy-qt telepathy-qt
@@ -4977,6 +5046,7 @@ vala
valgrind valgrind
valijson valijson
vbox-integration vbox-integration
vid.stab
vifm vifm
vim vim
vim-fugitive vim-fugitive
@@ -5022,6 +5092,8 @@ wslu
wxWidgets wxWidgets
x11perf x11perf
x11vnc x11vnc
x264
x265
xapian-core xapian-core
xastir xastir
xauth xauth
@@ -5037,6 +5109,7 @@ xdg-desktop-portal
xdg-desktop-portal-gnome xdg-desktop-portal-gnome
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
xdg-desktop-portal-kde xdg-desktop-portal-kde
xdg-desktop-portal-wlr
xdg-user-dirs xdg-user-dirs
xdg-user-dirs-gtk xdg-user-dirs-gtk
xdg-utils xdg-utils
@@ -5104,6 +5177,7 @@ xss-lock
xterm xterm
xtrans xtrans
xvfb-run xvfb-run
xvidcore
xwayland xwayland
xwd xwd
xwdrun xwdrun
@@ -5126,6 +5200,7 @@ zeek
zeek-af_packet-plugin zeek-af_packet-plugin
zenity zenity
zeroconf-ioslave zeroconf-ioslave
zimg
zip zip
zlib zlib
znc znc