[PATCH clr-bundles] Move zenity to it's own bundle.
by Auke Kok
Include() it where it was used before.
---
bundles/desktop-dev | 2 +-
bundles/games | 2 +-
bundles/os-utils-gui-dev | 2 +-
bundles/zenity | 17 +++++++++++++++++
packages.list | 1 +
5 files changed, 21 insertions(+), 3 deletions(-)
create mode 100644 bundles/zenity
diff --git a/bundles/desktop-dev b/bundles/desktop-dev
index dc278b39..8e40ac0a 100644
--- a/bundles/desktop-dev
+++ b/bundles/desktop-dev
@@ -1028,7 +1028,7 @@ yelp-tools-dev
yelp-xsl
yelp-xsl-dev
ytnef-dev
-zenity
+include(zenity)
zlib
include(devpkg-zlib)
zlib-dev32
diff --git a/bundles/games b/bundles/games
index edd15372..66e8c0b9 100644
--- a/bundles/games
+++ b/bundles/games
@@ -121,7 +121,7 @@ zlib-lib32
libratbag
linux-steam-integration
xdg-user-dirs
-zenity
+include(zenity)
# System integration (theme, data, etc)
gnome-themes-standard
diff --git a/bundles/os-utils-gui-dev b/bundles/os-utils-gui-dev
index 7eb2009e..d4f09331 100644
--- a/bundles/os-utils-gui-dev
+++ b/bundles/os-utils-gui-dev
@@ -894,7 +894,7 @@ yajl-dev
yajl-lib
yaml-dev
include(yasm)
-zenity
+include(zenity)
include(devpkg-zlib)
zlib-dev32
include(devpkg-zstd)
diff --git a/bundles/zenity b/bundles/zenity
new file mode 100644
index 00000000..f6eb3a31
--- /dev/null
+++ b/bundles/zenity
@@ -0,0 +1,17 @@
+# [TITLE]: zenity
+# [DESCRIPTION]: Display graphical dialog boxes from shell scripts
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [TAGS]:
+# [MAINTAINER]: Auke Kok <auke-jan.h.kok(a)intel.com>
+
+include(libX11client)
+include(libglib)
+include(webkitgtk)
+
+# start of custom additions (edits outside this area will be removed automatically)
+
+# end of custom additions
+
+# main package
+zenity
diff --git a/packages.list b/packages.list
index 2eec9898..21503e45 100644
--- a/packages.list
+++ b/packages.list
@@ -350,3 +350,4 @@ aspell # Spell checking utility
sway # i3-compatible Wayland compositor
vpp # Vector Packet Processing
haveged # Daemon for feeding entropy into the random pool
+zenity # Display graphical dialog boxes from shell scripts
--
2.23.0
1 year, 6 months
[PATCH clr-bundles] Add sane-backends to hardware-printing
by Brett T. Warden
---
bundles/hardware-printing | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/hardware-printing b/bundles/hardware-printing
index 6dc14661..f30806e8 100644
--- a/bundles/hardware-printing
+++ b/bundles/hardware-printing
@@ -11,3 +11,4 @@ include(libX11client)
cups
cups-filters
hplip
+sane-backends
--
2.23.0
1 year, 6 months
[PATCH clr-bundles] Add sane-backends to hardware-printing
by Brett T. Warden
---
bundles/hardware-printing | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/hardware-printing b/bundles/hardware-printing
index 6dc14661..f30806e8 100644
--- a/bundles/hardware-printing
+++ b/bundles/hardware-printing
@@ -11,3 +11,4 @@ include(libX11client)
cups
cups-filters
hplip
+sane-backends
--
2.23.0
1 year, 6 months
[PATCH clr-bundles] Add a pundle for haveged
by Thiago Macieira
---
I thought this daemon saved the entropy in a file, so it could be
loaded early across reboots. I don't see such a functionality. But it
was requested in task #1175 to deal with pre-RDRAND systems that
generate very little entropy.
bundles/haveged | 14 ++++++++++++++
packages.list | 1 +
2 files changed, 15 insertions(+)
create mode 100644 bundles/haveged
diff --git a/bundles/haveged b/bundles/haveged
new file mode 100644
index 00000000..7390355e
--- /dev/null
+++ b/bundles/haveged
@@ -0,0 +1,14 @@
+# [TITLE]: haveged
+# [DESCRIPTION]: Daemon for feeding entropy into the random pool
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [TAGS]:
+# [MAINTAINER]: Thiago Macieira <thiago.macieira(a)intel.com>
+
+
+# start of custom additions (edits outside this area will be removed automatically)
+
+# end of custom additions
+
+# main package
+haveged
diff --git a/packages.list b/packages.list
index 41cbf3c5..2eec9898 100644
--- a/packages.list
+++ b/packages.list
@@ -349,3 +349,4 @@ cmus # A small, fast and powerful console music player.
aspell # Spell checking utility
sway # i3-compatible Wayland compositor
vpp # Vector Packet Processing
+haveged # Daemon for feeding entropy into the random pool
--
2.23.0
1 year, 6 months
[PATCH clr-bundles] Add `nginx-mainline-extras` - nginx-mainline plugin collection.
by Auke Kok
---
bundles/nginx-mainline-extras | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 bundles/nginx-mainline-extras
diff --git a/bundles/nginx-mainline-extras b/bundles/nginx-mainline-extras
new file mode 100644
index 00000000..d87b3838
--- /dev/null
+++ b/bundles/nginx-mainline-extras
@@ -0,0 +1,17 @@
+# [TITLE]: nginx-mainline-extras
+# [DESCRIPTION]: Dynamic modules for nginx-mainline
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [TAGS]: Developer Tools
+# [MAINTAINER]: Auke Kok <auke-jan.h.kok(a)intel.com>
+
+include(lib-openssl)
+include(nginx-mainline)
+
+memc-nginx-module
+nginx_cookie_flag_module
+nginx-mainline
+ngx_brotli
+ngx_http_auth_pam_module
+ngx_http_enhanced_memcached_module
+redis2-nginx-module
--
2.23.0
1 year, 6 months
[PATCH clr-bundles] python3-tcl: Add desktop launcher for idle
by William Douglas
---
bundles/python3-tcl | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/python3-tcl b/bundles/python3-tcl
index 27dca56c..f458870e 100644
--- a/bundles/python3-tcl
+++ b/bundles/python3-tcl
@@ -9,6 +9,7 @@ include(python3-basic)
# start of custom additions
include(tcl-basic)
+idle-python3.7-assets
# end of custom additions
# main package
--
2.23.0
1 year, 6 months
[PATCH clr-bundles] Add dpdk devpkg
by William Douglas
---
bundles/devpkg-dpdk | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 bundles/devpkg-dpdk
diff --git a/bundles/devpkg-dpdk b/bundles/devpkg-dpdk
new file mode 100644
index 00000000..474679e7
--- /dev/null
+++ b/bundles/devpkg-dpdk
@@ -0,0 +1,10 @@
+# [TITLE]: devpkg-dpdk
+# [DESCRIPTION]: All content for dpdk-dev.
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [TAGS]: Developer Tools
+# [MAINTAINER]: William Douglas <william.douglas(a)intel.com>
+
+include(devpkg-base)
+
+dpdk-dev
--
2.23.0
1 year, 6 months
[PATCH clr-bundles] Add manual devpkg for oiio
by William Douglas
---
bundles/devpkg-oiio | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 bundles/devpkg-oiio
diff --git a/bundles/devpkg-oiio b/bundles/devpkg-oiio
new file mode 100644
index 00000000..20d9fefb
--- /dev/null
+++ b/bundles/devpkg-oiio
@@ -0,0 +1,10 @@
+# [TITLE]: devpkg-oiio
+# [DESCRIPTION]: All content for oiio-dev.
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [TAGS]: Developer Tools
+# [MAINTAINER]: William Douglas <william.douglas(a)intel.com>
+
+include(devpkg-base)
+
+oiio-dev
--
2.23.0
1 year, 6 months
[PATCH clr-bundles] Add open_model_zoo to the bundle computer-vision-models
by Qi Zheng
open_model_zoo is used to downloading/converting the models for dldt
Signed-off-by: Qi Zheng <qi.zheng(a)intel.com>
---
bundles/computer-vision-models | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/computer-vision-models b/bundles/computer-vision-models
index 3e6dd9c8..04ae8ca7 100644
--- a/bundles/computer-vision-models
+++ b/bundles/computer-vision-models
@@ -8,3 +8,4 @@ include(machine-learning-tensorflow)
Edge-optimized-models
dldt-model-optimizer
+open_model_zoo
--
2.23.0
1 year, 6 months