[E-devel] Enlightenment 0.24.1 and Debian packaging for E 0.23

2020-07-12 Thread Jose R R
Niltze [Hello]-

Had to backport for Debian Buster Enlightenment DEB packages except the
Debian packaging for Sid is one version below current E 0.24.1.
http://deb.debian.org/debian/pool/main/e/e17/e17_0.23.1-5.debian.tar.xz

Notably, in the older packaging there seems to be references to phantom(?)
freqset
enlightenment_backlight
cpuclock_sysfs

Also some of the patches have been addressed in recent E 0.24.1, thus are
redundant and were disabled in debian/patches/series.

enlightenment_system was added to debian/rules and setuid, etc.

The original Mexicah flag (not the spurious one created by descendants of
the iberian colonizers after 1821) is usually built for my E environment,
as well, and is attached -- as there is missing flag in E source.

EFL from experimental built nicely,
http://deb.debian.org/debian/pool/main/e/efl/efl_1.24.1-1.debian.tar.xz

...as well as Terminology
<
http://deb.debian.org/debian/pool/main/t/terminology/terminology_1.7.0-1.debian.tar.xz
>

I solved the backlight issue by

apt-get install brightness-udev brightnessctl

…subsequently, via sudo or acquiring root privilege I typed the command:
brightnessctl set +50%

It brightened my screen by 50% over the current opaque boot state in my
environment.

And yes by doing command:

man terminology

I belatedly realized Terminology can be made transparent ;-)

tyalpha 9 (range to 50, for instance)

http://www.enlightenment.org/ss/e-5f0b1d80749a30.34194471.jpg

Now I only need to find out how to spark a 'fully animated background'.


Best Professional Regards.

-- 
Jose R R
http://metztli.it
-
Download Metztli Reiser4: Debian Buster w/ Linux 5.5.19 AMD64
-
feats ZSTD compression https://sf.net/projects/metztli-reiser4/
---
Official current Reiser4 resources: https://reiser4.wiki.kernel.org/
From 8ceecca9a1c904935ccec25dc286a4ea0bead9bb Mon Sep 17 00:00:00 2001
From: Metztli Information Technology 
Date: Sun, 12 Jul 2020 07:38:31 -0700
Subject: [PATCH] ic ome (second) commit to build E 0.24.1 from Debian
 packaging for E 0.23.1-5

---
 enlightenment-data.install | 6 +-
 enlightenment.install  | 9 +++--
 patches/series | 8 
 rules  | 8 +---
 4 files changed, 21 insertions(+), 10 deletions(-)

diff --git a/enlightenment-data.install b/enlightenment-data.install
index a287d69..0d265d4 100644
--- a/enlightenment-data.install
+++ b/enlightenment-data.install
@@ -7,6 +7,10 @@ usr/share/enlightenment/doc/enlightenment.png usr/share/doc/enlightenment/html
 usr/share/enlightenment/doc/illume2.png usr/share/doc/enlightenment/html
 usr/share/enlightenment/doc/illume2.html usr/share/doc/enlightenment/html
 usr/share/enlightenment/doc/*.txt.gz usr/share/doc/enlightenment
-usr/share/pixmaps/emixer.png
+# usr/share/pixmaps/emixer.png
 usr/share/pixmaps/enlightenment-askpass.png
 usr/share/enlightenment/AUTHORS
+usr/share/icons/hicolor/*/apps/*.png
+usr/share/icons/hicolor/*/apps/*.svg
+usr/share/icons/hicolor/*/places/*.png
+usr/share/icons/hicolor/*/places/*.svg
diff --git a/enlightenment.install b/enlightenment.install
index 4c0f729..317f11d 100644
--- a/enlightenment.install
+++ b/enlightenment.install
@@ -1,4 +1,5 @@
 etc/enlightenment/sysactions.conf
+etc/enlightenment/system.conf
 usr/bin/enlightenment
 usr/bin/enlightenment_askpass
 usr/bin/enlightenment_filemanager
@@ -8,11 +9,11 @@ usr/bin/enlightenment_remote
 usr/bin/enlightenment_start
 usr/bin/emixer
 usr/lib/*/enlightenment/modules/battery/*/batget
-usr/lib/*/enlightenment/modules/cpufreq/*/freqset
+# usr/lib/*/enlightenment/modules/cpufreq/*/freqset
 usr/lib/*/enlightenment/modules/*/e-module-*.edj
 usr/lib/*/enlightenment/modules/*/module.desktop
 usr/lib/*/enlightenment/modules/*/*/module.so
-usr/lib/*/enlightenment/modules/sysinfo/*/cpuclock_sysfs
+# usr/lib/*/enlightenment/modules/sysinfo/*/cpuclock_sysfs
 usr/lib/*/enlightenment/modules/wizard/def-ibar.txt
 usr/lib/*/enlightenment/modules/wizard/desktop
 usr/lib/*/enlightenment/modules/wizard/*/page*.so
@@ -24,3 +25,7 @@ usr/lib/*/enlightenment/modules/vkbd
 usr/lib/*/enlightenment/modules/wl_weekeyboard/*
 usr/lib/*/enlightenment/modules/wl_weekeyboard/*
 usr/lib/*/enlightenment/gadgets/*/loader.so
+usr/lib/*/enlightenment/modules/shot/*.ttf
+usr/lib/*/enlightenment/modules/shot/*.edj
+usr/lib/*/enlightenment/modules/shot/*.desktop
+usr/lib/*/enlightenment/modules/shot/*/upload
diff --git a/patches/series b/patches/series
index 4fb60ed..7bcad71 100644
--- a/patches/series
+++ b/patches/series
@@ -1,6 +1,6 @@
 03_test_pt_getsiginfo.diff
 04_evry_fix_default_path_for_terminal.diff
-05_fix_enlightenment_remote_bashism.diff
-10_fix_filemanager_handling.diff
-0005-err-logs-fix-up-some-of-the-err-logs-i-see-accessi

Re: [E-devel] Enlightenment 0.24.1 and Debian packaging for E 0.23

2020-07-12 Thread The Rasterman
On Sun, 12 Jul 2020 09:11:24 -0700 Jose R R  said:

> Niltze [Hello]-
> 
> Had to backport for Debian Buster Enlightenment DEB packages except the
> Debian packaging for Sid is one version below current E 0.24.1.
> http://deb.debian.org/debian/pool/main/e/e17/e17_0.23.1-5.debian.tar.xz
> 
> Notably, in the older packaging there seems to be references to phantom(?)
> freqset
> enlightenment_backlight
> cpuclock_sysfs

they no longer exist. enlightenment_system replaces all of this and then some.

> Also some of the patches have been addressed in recent E 0.24.1, thus are
> redundant and were disabled in debian/patches/series.
> 
> enlightenment_system was added to debian/rules and setuid, etc.

correct/
 
> The original Mexicah flag (not the spurious one created by descendants of
> the iberian colonizers after 1821) is usually built for my E environment,
> as well, and is attached -- as there is missing flag in E source.

we dont have a mexican translation - regular spanish thus the spanish flag. if
we had a es_MX then we'd need a flag for mexico :)

> EFL from experimental built nicely,
> http://deb.debian.org/debian/pool/main/e/efl/efl_1.24.1-1.debian.tar.xz
> 
> ...as well as Terminology
> <
> http://deb.debian.org/debian/pool/main/t/terminology/terminology_1.7.0-1.debian.tar.xz
> >
> 
> I solved the backlight issue by
> 
> apt-get install brightness-udev brightnessctl
> 
> …subsequently, via sudo or acquiring root privilege I typed the command:
> brightnessctl set +50%

you should not need this. enlightenment_system will use udev to query for
backlight devices and swizzle the appropriate one. it works on all the laptops
i have at any rate...

> It brightened my screen by 50% over the current opaque boot state in my
> environment.
> 
> And yes by doing command:
> 
> man terminology
> 
> I belatedly realized Terminology can be made transparent ;-)
> 
> tyalpha 9 (range to 50, for instance)

or right click and use the settings gui and slider to change it.

> http://www.enlightenment.org/ss/e-5f0b1d80749a30.34194471.jpg
> 
> Now I only need to find out how to spark a 'fully animated background'.

tybg file.mp4
tybg file.gif (animated gif)
or do it from the menu and select a file that is animated. :)

> 
> Best Professional Regards.
> 
> -- 
> Jose R R
> http://metztli.it
> -
> Download Metztli Reiser4: Debian Buster w/ Linux 5.5.19 AMD64
> -
> feats ZSTD compression https://sf.net/projects/metztli-reiser4/
> ---
> Official current Reiser4 resources: https://reiser4.wiki.kernel.org/


-- 
- Codito, ergo sum - "I code, therefore I am" --
Carsten Haitzler - ras...@rasterman.com



___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel