[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
3 years, 4 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
3 years, 4 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
3 years, 4 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
3 years, 4 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
3 years, 4 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
3 years, 4 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
3 years, 4 months
Re: [PATCH clr-bundles] desktop-assets: integrate plata-theme
by Simental Magana
Pushed,
Thanks!
--
Don't Panic!
Marcos Simental.
On Mon, 2019-09-23 at 15:55 -0700, Douglas, William wrote:
> +1
>
> On Mon, Sep 23, 2019 at 3:52 PM Simental Magana, Marcos
> <marcos.simental.magana(a)intel.com > wrote:
> > This commit introduces the plata-theme asset as a follow-up
> > from
> > https://lists.clearlinux.org/hyperkitty/list/dev(a)lists.clearlinux.org/thr…
> >
> > Fixes https://github.com/clearlinux/distribution/issues/850
> >
> > Signed-off-by: Simental Magana, Marcos <marcos.simental.magana(a)intel.com >
> > ---
> > bundles/desktop-assets | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/bundles/desktop-assets b/bundles/desktop-assets
> > index 93f72214..7d10cd6f 100644
> > --- a/bundles/desktop-assets
> > +++ b/bundles/desktop-assets
> > @@ -14,6 +14,7 @@ clr-wallpapers
> > materia-theme
> > paper-icon-theme
> > papirus-icon-theme
> > +plata-theme
> > Qogir-theme
> > vimix-icon-theme
> >
> > --
> > 2.23.0
> > _______________________________________________
> > Dev mailing list -- dev(a)lists.clearlinux.org
> > To unsubscribe send an email to dev-leave(a)lists.clearlinux.org
3 years, 4 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
3 years, 4 months