mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-06 14:06:39 +02:00
Update for 0.8.0
This commit is contained in:
41
README.md
41
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"
|
||||
|
||||
6
dist/deb/gnome/debian.changelog
vendored
6
dist/deb/gnome/debian.changelog
vendored
@@ -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
|
||||
|
||||
6
dist/deb/kde/debian.changelog
vendored
6
dist/deb/kde/debian.changelog
vendored
@@ -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
|
||||
|
||||
6
dist/deb/minimal/debian.changelog
vendored
6
dist/deb/minimal/debian.changelog
vendored
@@ -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
|
||||
|
||||
7
dist/rpm/gnome/systray-x-gnome.changes
vendored
7
dist/rpm/gnome/systray-x-gnome.changes
vendored
@@ -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>
|
||||
|
||||
|
||||
7
dist/rpm/kde/systray-x.changes
vendored
7
dist/rpm/kde/systray-x.changes
vendored
@@ -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>
|
||||
|
||||
|
||||
7
dist/rpm/minimal/systray-x-minimal.changes
vendored
7
dist/rpm/minimal/systray-x-minimal.changes
vendored
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user