Update for 0.8.0

This commit is contained in:
Ximi1970
2021-10-02 14:27:24 +02:00
parent bb155d649c
commit 2a32e37b4d
7 changed files with 50 additions and 30 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Oct 2 14:17:00 UTC 2021 - Maxime Rijnders <ximi.obs@gmail.com>
- Update to 0.8.0
* Refactor for TB 91
-------------------------------------------------------------------
Sat Nov 7 23:37:00 UTC 2020 - Maxime Rijnders <ximi.obs@gmail.com>

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Oct 2 14:17:00 UTC 2021 - Maxime Rijnders <ximi.obs@gmail.com>
- Update to 0.8.0
* Refactor for TB 91
-------------------------------------------------------------------
Sat Nov 7 23:37:00 UTC 2020 - Maxime Rijnders <ximi.obs@gmail.com>

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Oct 2 14:17:00 UTC 2021 - Maxime Rijnders <ximi.obs@gmail.com>
- Update to 0.8.0
* Refactor for TB 91
-------------------------------------------------------------------
Sat Nov 7 23:37:00 UTC 2020 - Maxime Rijnders <ximi.obs@gmail.com>