Compare commits

..

30 Commits

Author SHA1 Message Date
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
clrbuilder 8c028f361d Update packages file for version 39720
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-08-01 00:07:18 -07:00
clrbuilder 56dfe24b31 Update packages file for version 39710
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-07-27 00:09:15 -07:00
clrbuilder 5f2827db17 Update packages file for version 39690
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-07-24 10:55:02 -07:00
clrbuilder f3d664e694 Update packages file for version 39660
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-07-20 06:52:51 -07:00
clrbuilder 088ab41319 Update packages file for version 39650
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-07-18 21:30:52 -07:00
clrbuilder b2a39834c2 Update packages file for version 39640
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-07-18 00:07:19 -07:00
clrbuilder b7184a56a8 Update packages file for version 39630
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-07-14 05:37:18 -07:00
2 changed files with 95 additions and 22 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";
+86 -19
View File
@@ -3,6 +3,7 @@ Botan
CGAL
CGNS
CUnit
CalcMySky
Coin
CopyQ
DML
@@ -38,12 +39,14 @@ OpenColorIO
OpenIPMI
OpenSC
OpenSP
Pacemaker
PDAL
PyMySQL
PyQt5
PySocks
PyYAML
QAT_engine
QGIS
QXlsx
R
R-AER
R-ATR
@@ -123,6 +126,7 @@ R-NMOF
R-PKI
R-ParamHelpers
R-PerformanceAnalytics
R-QuickJSR
R-R.cache
R-R.methodsS3
R-R.oo
@@ -542,6 +546,7 @@ R-latticeExtra
R-lava
R-lavaan
R-lazyeval
R-lbfgsb3c
R-lda
R-leaflet
R-leaflet.providers
@@ -668,6 +673,7 @@ R-partitions
R-party
R-partykit
R-patchwork
R-patrick
R-pbapply
R-pbdZMQ
R-pbivnorm
@@ -736,6 +742,7 @@ R-psy
R-psych
R-psychotools
R-purrr
R-purrrlyr
R-pvclust
R-pwt
R-pwt8
@@ -780,6 +787,7 @@ R-rematch2
R-remote
R-remotes
R-rentrez
R-renv
R-repr
R-reprex
R-repurrrsive
@@ -990,6 +998,7 @@ R-winch
R-withr
R-wk
R-worrms
R-writexl
R-xfun
R-xgboost
R-xml2
@@ -1016,8 +1025,10 @@ SDL_image
SDL_mixer
SDL_net
SDL_ttf
SFCGAL
SFML
SPIRV-Cross
SPIRV-Headers
SPIRV-Tools
SVT-AV1
SVT-HEVC
@@ -1178,7 +1189,9 @@ buildreq-meson
buildreq-nginx
buildreq-php
buildreq-qmake
buildreq-qt6
buildreq-scons
buildx
byobu
bz2file
bzip2
@@ -1197,6 +1210,7 @@ cantarell-fonts
cantata
cantor
capnproto
capslock
capstone
caribou
casync
@@ -1209,6 +1223,7 @@ cgdb
cgit
check
cheese
chirp
chrony
chrpath
cifs-utils
@@ -1226,6 +1241,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
@@ -1274,6 +1290,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
@@ -1287,10 +1304,9 @@ compat-libsigc++-soname20
compat-libsoup-soname-24
compat-libva-soname1
compat-libvpx-soname7
compat-lua-52
compat-lua-53
compat-pangomm-soname14
compat-protobuf-soname29
compat-re2-soname10
compat-readline-soname5
compat-tiff-soname5
component
@@ -1311,6 +1327,7 @@ cov-core
cpio
cppcheck
cppunit
cpufetch
cpuid
cpuloadgen
cracklib
@@ -1361,7 +1378,6 @@ directx-headers
direwolf
dist-pam-configs
dkms
dlm
dlt-daemon
dmap2gcode
dmenu
@@ -1491,6 +1507,7 @@ freeipmi
freetype
fribidi
fritzing-app
frozen
fs
fsarchiver
fsearch
@@ -1530,9 +1547,7 @@ geos
gettext
gexiv2
gflags
gftp
gh
ghc
ghostscript
gi-docgen
giflib
@@ -1627,6 +1642,7 @@ gpgme
gphoto2
gpm
gpredict
gpsbabel
gpsd
gptfdisk
gramps
@@ -1636,6 +1652,7 @@ grantleetheme
graphene
graphite
graphviz
grass
grep
grig
grilo
@@ -1726,6 +1743,7 @@ iio-sensor-proxy
imapfilter
imlib2
indent
indi
inetutils
inih
iniparse
@@ -1733,6 +1751,7 @@ init-rdahead
inkscape
innoextract
inotify-tools
input-leap
intel-cmt-cat
intel-gmmlib
intel-hybrid-driver
@@ -1890,6 +1909,7 @@ kimap
kinfocenter
kinit
kio
kio-admin
kio-extras
kirigami2
kitemmodels
@@ -1949,7 +1969,6 @@ kquickcharts
krb5
krdc
kreversi
krita
kronosnet
kross
kruler
@@ -2038,6 +2057,7 @@ libaccounts-qt
libadwaita
libaio
libao
libaom
libappindicator
libarchive
libass
@@ -2078,6 +2098,8 @@ libdazzle
libdbusmenu
libdbusmenu-qt
libdeps
libdex
libdisplay-info
libdmx
libdnf
libdrm
@@ -2109,6 +2131,7 @@ libftdi1
libgcrypt
libgd
libgdata
libgedit-amtk
libgee
libgeotiff
libgit2
@@ -2186,16 +2209,19 @@ libnice
libnl
libnma
libnotify
libnova
libnsl
libnumbertext
libnvme
liboauth
libodfgen
libogg
libopenmpt
libopenzwave
liborcus
libosinfo
libpagemaker
libpanel
libpcap
libpciaccess
libpeas
@@ -2327,8 +2353,6 @@ linuxptp
lksctp-tools
lldpd
llvm
llvm11
llvm12
llvm14
llvm15
lm-sensors
@@ -2435,6 +2459,7 @@ mosquitto
motd-update
motif
mozjs102
mozjs115
mozjs91
mpc
mpfr
@@ -2467,7 +2492,6 @@ nasm
nautilus
ncdu
ncurses
ncurses-compat
ndctl
ndpi
neofetch
@@ -2488,6 +2512,7 @@ newt
nfs-utils
nftables
nghttp2
nghttp3
nginx
nginx-mainline
nginx-rtmp-module
@@ -2546,7 +2571,6 @@ open-iscsi
open-isns
open-lldp
open-vm-tools
openQA
openal-soft
openblas
openbox
@@ -2582,6 +2606,7 @@ ostree
otp
oxygen
oxygen-icons5
oxygen-sounds
p11-kit
p7zip
pacrunner
@@ -2610,7 +2635,6 @@ pcmanfm
pcp
pcre
pcre2
pcs
pcsc-lite
pcsc-tools
pdns
@@ -3567,6 +3591,7 @@ popt
portaudio
portmidi
postfix
postgis
postgresql
potrace
powerdevil
@@ -3647,6 +3672,7 @@ pypi-asttokens
pypi-astunparse
pypi-asv
pypi-async_generator
pypi-async_lru
pypi-async_timeout
pypi-asyncssh
pypi-asynctest
@@ -3676,6 +3702,7 @@ pypi-backports.ssl_match_hostname
pypi-bash_kernel
pypi-bashlex
pypi-bcrypt
pypi-beartype
pypi-beautifulsoup4
pypi-beniget
pypi-billiard
@@ -3690,6 +3717,7 @@ pypi-blinker
pypi-blivet
pypi-blockdiag
pypi-bokeh
pypi-boolean.py
pypi-booleanoperations
pypi-boto
pypi-bowler
@@ -3849,7 +3877,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
@@ -3906,11 +3934,13 @@ pypi-grpcio_tools
pypi-gssapi
pypi-gsutil
pypi-gtts_token
pypi-gunicorn
pypi-h11
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
@@ -3995,12 +4025,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
@@ -4010,7 +4041,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
@@ -4032,8 +4062,10 @@ pypi-lazy
pypi-lazy_loader
pypi-lazy_object_proxy
pypi-ldap3
pypi-levenshtein
pypi-libarchive_c
pypi-libevdev
pypi-license_expression
pypi-lightning_utilities
pypi-linkchecker
pypi-linkify_it_py
@@ -4114,7 +4146,6 @@ pypi-nocaselist
pypi-nodeenv
pypi-nose
pypi-nose_timer
pypi-notebook
pypi-notebook_shim
pypi-numpoly
pypi-numpy
@@ -4130,8 +4161,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
@@ -4315,7 +4348,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
@@ -4347,7 +4379,9 @@ pypi-rapidfuzz_capi
pypi-rcssmin
pypi-rdflib
pypi-readme_renderer
pypi-readtime
pypi-recommonmark
pypi-referencing
pypi-regex
pypi-reportlab
pypi-repoze.lru
@@ -4378,6 +4412,7 @@ pypi-rjsmin
pypi-rlpycairo
pypi-rope
pypi-routes
pypi-rpds_py
pypi-rpm_py_installer
pypi-rpmfile
pypi-rsa
@@ -4385,6 +4420,7 @@ pypi-rtree
pypi-ruamel.yaml
pypi-ruamel.yaml.clib
pypi-s3transfer
pypi-safetensors
pypi-salib
pypi-sanic_routing
pypi-scikit_build
@@ -4512,6 +4548,7 @@ pypi-trimesh
pypi-trio
pypi-trio_websocket
pypi-trove_classifiers
pypi-truststore
pypi-ttp
pypi-twine
pypi-typed_ast
@@ -4588,6 +4625,7 @@ pypi-wrapt
pypi-wsgiproxy2
pypi-wsproto
pypi-wurlitzer
pypi-wxPython
pypi-xcffib
pypi-xgboost
pypi-xmldiff
@@ -4675,12 +4713,31 @@ qrencode
qscintilla
qsstv
qstylizer
qt-creator
qt3d
qt5compat
qt5ct
qt63d
qt6activeqt
qt6base
qt6charts
qt6connectivity
qt6declarative
qt6doc
qt6grpc
qt6httpserver
qt6imageformats
qt6multimedia
qt6positioning
qt6quick3d
qt6quick3dphysics
qt6quicktimeline
qt6remoteobjects
qt6sensors
qt6serialport
qt6shadertools
qt6svg
qt6tools
qt6wayland
qtbase
qtcanvas3d
qtcharts
@@ -4836,7 +4893,7 @@ spice-vdagent
sqlite-autoconf
squashfs-tools
squid
sshfs
srt
sshpass
sshuttle
ssocr
@@ -4861,6 +4918,7 @@ sundials
supertuxkart
suricata
svgpart
svxlink
sway
swaybg
swayidle
@@ -4873,6 +4931,7 @@ swupd-probe
swupd-search
sxiv
sympy
syncthing
syndication
synergy
syntax-highlighting
@@ -4892,6 +4951,7 @@ tbb
tcl
tcpdump
tdb
tecla
telemetrics-client
telepathy-glib
telepathy-qt
@@ -4970,6 +5030,7 @@ vala
valgrind
valijson
vbox-integration
vid.stab
vifm
vim
vim-fugitive
@@ -4990,6 +5051,7 @@ waffle
wavpack
wayland
wayland-protocols
waypipe
wcslib
webkitgtk
webkitgtk60
@@ -5014,6 +5076,8 @@ wslu
wxWidgets
x11perf
x11vnc
x264
x265
xapian-core
xastir
xauth
@@ -5029,6 +5093,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
@@ -5096,6 +5161,7 @@ xss-lock
xterm
xtrans
xvfb-run
xvidcore
xwayland
xwd
xwdrun
@@ -5118,6 +5184,7 @@ zeek
zeek-af_packet-plugin
zenity
zeroconf-ioslave
zimg
zip
zlib
znc