From 2a32e37b4d573b9674f23df0119111a772aa37cc Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sat, 2 Oct 2021 14:27:24 +0200 Subject: [PATCH] Update for 0.8.0 --- README.md | 41 ++++++---------------- dist/deb/gnome/debian.changelog | 6 ++++ dist/deb/kde/debian.changelog | 6 ++++ dist/deb/minimal/debian.changelog | 6 ++++ dist/rpm/gnome/systray-x-gnome.changes | 7 ++++ dist/rpm/kde/systray-x.changes | 7 ++++ dist/rpm/minimal/systray-x-minimal.changes | 7 ++++ 7 files changed, 50 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index b09f90c..5581a62 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Installing the repository: sudo zypper ar -f https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/openSUSE_Tumbleweed/ SysTray-X ``` -###### Leap 15.3 (not tested) +###### Leap 15.3 ```bash sudo zypper ar -f https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/openSUSE_Leap_15.3/ SysTray-X @@ -73,12 +73,6 @@ sudo zypper ar -f https://download.opensuse.org/repositories/home:/Ximi1970:/Moz sudo zypper ar -f https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/openSUSE_Leap_15.2/ SysTray-X ``` -###### Leap 15.1 - -```bash -sudo zypper ar -f https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/openSUSE_Leap_15.1/ SysTray-X -``` - ###### SLE 15 SP3 (not tested) ```bash @@ -91,12 +85,6 @@ sudo zypper ar -f https://download.opensuse.org/repositories/home:/Ximi1970:/Moz sudo zypper ar -f https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/openSUSE_SLE_15_SP2/ SysTray-X ``` -###### SLE 15 SP1 (not tested) - -```bash -sudo zypper ar -f https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/openSUSE_SLE_15_SP1/ SysTray-X -``` - #### Package Installing the SysTray-X addon and companion app package: @@ -135,15 +123,6 @@ sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi197 sudo apt update ``` -###### 20.10 - -```bash -wget -q https://download.opensuse.org/repositories/home:/Ximi1970/xUbuntu_20.10/Release.key -sudo mv -f Release.key /etc/apt/trusted.gpg.d/Systray-x.Ximi1970.asc -sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_20.10 ./" > /etc/apt/sources.list.d/systray-x.list' -sudo apt update -``` - ###### 20.04 LTS ```bash @@ -222,6 +201,15 @@ sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi197 sudo apt update ``` +###### 11 + +```bash +wget -q https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Debian_11/Release.key +sudo apt-key add Release.key +sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Debian_11 ./" > /etc/apt/sources.list.d/systray-x.list' +sudo apt update +``` + ###### 10 ```bash @@ -281,13 +269,6 @@ sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/ho sudo dnf update --refresh ``` -###### 32 - -```bash -sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Fedora_32/home:Ximi1970:Mozilla:Add-ons.repo -sudo dnf update --refresh -``` - #### Package Installing the SysTray-X addon and companion app package: @@ -526,7 +507,7 @@ make OPTIONS="DEFINES+=NO_KDE_INTEGRATION" ``` -Build (GNOME): +Build (GNOME,XFCE,others): ```bash cd systray-x make OPTIONS="DEFINES+=NO_KDE_INTEGRATION" diff --git a/dist/deb/gnome/debian.changelog b/dist/deb/gnome/debian.changelog index 4623c75..1c9d233 100644 --- a/dist/deb/gnome/debian.changelog +++ b/dist/deb/gnome/debian.changelog @@ -1,3 +1,9 @@ +systray-x-gnome (0.8.0-0) unstable; urgency=low + + * Update to 0.8.0 + + - Refactor for TB 91 + systray-x-gnome (0.5.0-0) unstable; urgency=low * Update to 0.5.0 diff --git a/dist/deb/kde/debian.changelog b/dist/deb/kde/debian.changelog index d38f6f1..395a0f7 100644 --- a/dist/deb/kde/debian.changelog +++ b/dist/deb/kde/debian.changelog @@ -1,3 +1,9 @@ +systray-x (0.8.0-0) unstable; urgency=low + + * Update to 0.8.0 + + - Refactor for TB 91 + systray-x (0.5.0-0) unstable; urgency=low * Update to 0.5.0 diff --git a/dist/deb/minimal/debian.changelog b/dist/deb/minimal/debian.changelog index 535353d..ff79368 100644 --- a/dist/deb/minimal/debian.changelog +++ b/dist/deb/minimal/debian.changelog @@ -1,3 +1,9 @@ +systray-x-minimal (0.8.0-0) unstable; urgency=low + + * Update to 0.8.0 + + - Refactor for TB 91 + systray-x-minimal (0.5.0-0) unstable; urgency=low * Update to 0.5.0 diff --git a/dist/rpm/gnome/systray-x-gnome.changes b/dist/rpm/gnome/systray-x-gnome.changes index c03f869..2c22c00 100644 --- a/dist/rpm/gnome/systray-x-gnome.changes +++ b/dist/rpm/gnome/systray-x-gnome.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Oct 2 14:17:00 UTC 2021 - Maxime Rijnders + +- Update to 0.8.0 + + * Refactor for TB 91 + ------------------------------------------------------------------- Sat Nov 7 23:37:00 UTC 2020 - Maxime Rijnders diff --git a/dist/rpm/kde/systray-x.changes b/dist/rpm/kde/systray-x.changes index c03f869..2c22c00 100644 --- a/dist/rpm/kde/systray-x.changes +++ b/dist/rpm/kde/systray-x.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Oct 2 14:17:00 UTC 2021 - Maxime Rijnders + +- Update to 0.8.0 + + * Refactor for TB 91 + ------------------------------------------------------------------- Sat Nov 7 23:37:00 UTC 2020 - Maxime Rijnders diff --git a/dist/rpm/minimal/systray-x-minimal.changes b/dist/rpm/minimal/systray-x-minimal.changes index c03f869..2c22c00 100644 --- a/dist/rpm/minimal/systray-x-minimal.changes +++ b/dist/rpm/minimal/systray-x-minimal.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Oct 2 14:17:00 UTC 2021 - Maxime Rijnders + +- Update to 0.8.0 + + * Refactor for TB 91 + ------------------------------------------------------------------- Sat Nov 7 23:37:00 UTC 2020 - Maxime Rijnders