diff --git a/README.md b/README.md index 31168b9..0fbc368 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,15 @@ sudo zypper in systray-x-minimal Installing the repository: +###### 23.10 + +```bash +wget -q https://download.opensuse.org/repositories/home:/Ximi1970/xUbuntu_23.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_23.10 ./" > /etc/apt/sources.list.d/systray-x.list' +sudo apt update +``` + ###### 23.04 ```bash @@ -132,7 +141,7 @@ sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi197 sudo apt update ``` -###### 22.04 +###### 22.04 LTS ```bash wget -q https://download.opensuse.org/repositories/home:/Ximi1970/xUbuntu_22.04/Release.key @@ -322,6 +331,13 @@ sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/ho sudo dnf update --refresh ``` +###### 39 + +```bash +sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Fedora_39/home:Ximi1970:Mozilla:Add-ons.repo +sudo dnf update --refresh +``` + ###### 38 ```bash diff --git a/create_linux_gnome_installers.sh b/create_linux_gnome_installers.sh index d366294..035f6db 100755 --- a/create_linux_gnome_installers.sh +++ b/create_linux_gnome_installers.sh @@ -40,9 +40,12 @@ OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="Fedora_38/x86_64 " OBS_RPM_PKS+="fed38 " OBS_RPM_GNOME_EXT+="master " -#OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " -#OBS_RPM_PKS+="fedraw " -#OBS_RPM_GNOME_EXT+="master " +OBS_RPM_ARCHS+="Fedora_39/x86_64 " +OBS_RPM_PKS+="fed39 " +OBS_RPM_GNOME_EXT+="master " +OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " +OBS_RPM_PKS+="fedraw " +OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="CentOS_7/x86_64 " OBS_RPM_PKS+="el7 " OBS_RPM_GNOME_EXT+="v26 " @@ -96,6 +99,9 @@ OBS_DEB_GNOME_EXT+="0 " OBS_DEB_ARCHS+="xUbuntu_23.04/amd64 " OBS_DEB_PKS+="lunar2023 " OBS_DEB_GNOME_EXT+="0 " +OBS_DEB_ARCHS+="xUbuntu_23.10/amd64 " +OBS_DEB_PKS+="mantic2023 " +OBS_DEB_GNOME_EXT+="0 " OBS_PAC_ARCHS="" diff --git a/create_linux_kde_installers.sh b/create_linux_kde_installers.sh index cb22da6..21e2d99 100755 --- a/create_linux_kde_installers.sh +++ b/create_linux_kde_installers.sh @@ -29,8 +29,10 @@ OBS_RPM_ARCHS+="Fedora_37/x86_64 " OBS_RPM_PKS+="fed37 " OBS_RPM_ARCHS+="Fedora_38/x86_64 " OBS_RPM_PKS+="fed38 " -#OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " -#OBS_RPM_PKS+="fedraw " +OBS_RPM_ARCHS+="Fedora_39/x86_64 " +OBS_RPM_PKS+="fed39 " +OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " +OBS_RPM_PKS+="fedraw " OBS_RPM_ARCHS+="CentOS_7/x86_64 " OBS_RPM_PKS+="el7 " OBS_RPM_ARCHS+="CentOS_8/x86_64 " @@ -67,6 +69,8 @@ OBS_DEB_ARCHS+="xUbuntu_22.04/amd64 " OBS_DEB_PKS+="jammy2022 " OBS_DEB_ARCHS+="xUbuntu_23.04/amd64 " OBS_DEB_PKS+="lunar2023 " +OBS_DEB_ARCHS+="xUbuntu_23.10/amd64 " +OBS_DEB_PKS+="mantic2023 " OBS_PAC_ARCHS="" diff --git a/create_linux_minimal_installers.sh b/create_linux_minimal_installers.sh index 0f10682..5c43bc8 100755 --- a/create_linux_minimal_installers.sh +++ b/create_linux_minimal_installers.sh @@ -29,8 +29,10 @@ OBS_RPM_ARCHS+="Fedora_37/x86_64 " OBS_RPM_PKS+="fed37 " OBS_RPM_ARCHS+="Fedora_38/x86_64 " OBS_RPM_PKS+="fed38 " -#OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " -#OBS_RPM_PKS+="fedraw " +OBS_RPM_ARCHS+="Fedora_39/x86_64 " +OBS_RPM_PKS+="fed39 " +OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " +OBS_RPM_PKS+="fedraw " OBS_RPM_ARCHS+="CentOS_7/x86_64 " OBS_RPM_PKS+="el7 " OBS_RPM_ARCHS+="CentOS_8/x86_64 " @@ -67,6 +69,8 @@ OBS_DEB_ARCHS+="xUbuntu_22.04/amd64 " OBS_DEB_PKS+="jammy2022 " OBS_DEB_ARCHS+="xUbuntu_23.04/amd64 " OBS_DEB_PKS+="lunar2023 " +OBS_DEB_ARCHS+="xUbuntu_23.10/amd64 " +OBS_DEB_PKS+="mantic2023 " OBS_PAC_ARCHS="" diff --git a/create_linux_staging_gnome_installers.sh b/create_linux_staging_gnome_installers.sh index 17e2e59..7fe8984 100755 --- a/create_linux_staging_gnome_installers.sh +++ b/create_linux_staging_gnome_installers.sh @@ -40,9 +40,12 @@ OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="Fedora_38/x86_64 " OBS_RPM_PKS+="fed38 " OBS_RPM_GNOME_EXT+="master " -#OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " -#OBS_RPM_PKS+="fedraw " -#OBS_RPM_GNOME_EXT+="master " +OBS_RPM_ARCHS+="Fedora_39/x86_64 " +OBS_RPM_PKS+="fed39 " +OBS_RPM_GNOME_EXT+="master " +OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " +OBS_RPM_PKS+="fedraw " +OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="CentOS_7/x86_64 " OBS_RPM_PKS+="el7 " OBS_RPM_GNOME_EXT+="v26 " @@ -96,6 +99,9 @@ OBS_DEB_GNOME_EXT+="0 " OBS_DEB_ARCHS+="xUbuntu_23.04/amd64 " OBS_DEB_PKS+="lunar2023 " OBS_DEB_GNOME_EXT+="0 " +OBS_DEB_ARCHS+="xUbuntu_23.10/amd64 " +OBS_DEB_PKS+="mantic2023 " +OBS_DEB_GNOME_EXT+="0 " OBS_PAC_ARCHS="" diff --git a/create_linux_staging_kde_installers.sh b/create_linux_staging_kde_installers.sh index 3a8a2db..e3047c3 100755 --- a/create_linux_staging_kde_installers.sh +++ b/create_linux_staging_kde_installers.sh @@ -29,8 +29,10 @@ OBS_RPM_ARCHS+="Fedora_37/x86_64 " OBS_RPM_PKS+="fed37 " OBS_RPM_ARCHS+="Fedora_38/x86_64 " OBS_RPM_PKS+="fed38 " -#OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " -#OBS_RPM_PKS+="fedraw " +OBS_RPM_ARCHS+="Fedora_39/x86_64 " +OBS_RPM_PKS+="fed39 " +OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " +OBS_RPM_PKS+="fedraw " OBS_RPM_ARCHS+="CentOS_7/x86_64 " OBS_RPM_PKS+="el7 " OBS_RPM_ARCHS+="CentOS_8/x86_64 " @@ -67,6 +69,8 @@ OBS_DEB_ARCHS+="xUbuntu_22.04/amd64 " OBS_DEB_PKS+="jammy2022 " OBS_DEB_ARCHS+="xUbuntu_23.04/amd64 " OBS_DEB_PKS+="lunar2023 " +OBS_DEB_ARCHS+="xUbuntu_23.10/amd64 " +OBS_DEB_PKS+="mantic2023 " OBS_PAC_ARCHS="" diff --git a/create_linux_staging_minimal_installers.sh b/create_linux_staging_minimal_installers.sh index e17f094..2ea2ef1 100755 --- a/create_linux_staging_minimal_installers.sh +++ b/create_linux_staging_minimal_installers.sh @@ -29,8 +29,10 @@ OBS_RPM_ARCHS+="Fedora_37/x86_64 " OBS_RPM_PKS+="fed37 " OBS_RPM_ARCHS+="Fedora_38/x86_64 " OBS_RPM_PKS+="fed38 " -#OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " -#OBS_RPM_PKS+="fedraw " +OBS_RPM_ARCHS+="Fedora_39/x86_64 " +OBS_RPM_PKS+="fed39 " +OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " +OBS_RPM_PKS+="fedraw " OBS_RPM_ARCHS+="CentOS_7/x86_64 " OBS_RPM_PKS+="el7 " OBS_RPM_ARCHS+="CentOS_8/x86_64 " @@ -67,6 +69,8 @@ OBS_DEB_ARCHS+="xUbuntu_22.04/amd64 " OBS_DEB_PKS+="jammy2022 " OBS_DEB_ARCHS+="xUbuntu_23.04/amd64 " OBS_DEB_PKS+="lunar2023 " +OBS_DEB_ARCHS+="xUbuntu_23.10/amd64 " +OBS_DEB_PKS+="mantic2023 " OBS_PAC_ARCHS="" diff --git a/dist/deb/gnome/debian.changelog b/dist/deb/gnome/debian.changelog index 05b3c3b..bf966aa 100644 --- a/dist/deb/gnome/debian.changelog +++ b/dist/deb/gnome/debian.changelog @@ -5,6 +5,7 @@ systray-x-gnome (0.9.6-0) unstable; urgency=low - Added option to show a new mail indicator or icon shading - Added option to launch an app on start and close - Refactored windows state handling + - Refactored mail counting - Bugfixes systray-x-gnome (0.9.5-0) unstable; urgency=low diff --git a/dist/deb/kde/debian.changelog b/dist/deb/kde/debian.changelog index f501bb3..6f8c9cc 100644 --- a/dist/deb/kde/debian.changelog +++ b/dist/deb/kde/debian.changelog @@ -5,6 +5,7 @@ systray-x (0.9.6-0) unstable; urgency=low - Added option to show a new mail indicator or icon shading - Added option to launch an app on start and close - Refactored windows state handling + - Refactored mail counting - Bugfixes systray-x (0.9.5-0) unstable; urgency=low diff --git a/dist/deb/minimal/debian.changelog b/dist/deb/minimal/debian.changelog index bb09c4c..9b8a153 100644 --- a/dist/deb/minimal/debian.changelog +++ b/dist/deb/minimal/debian.changelog @@ -5,6 +5,7 @@ systray-x-minimal (0.9.6-0) unstable; urgency=low - Added option to show a new mail indicator or icon shading - Added option to launch an app on start and close - Refactored windows state handling + - Refactored mail counting - Bugfixes systray-x-minimal (0.9.5-0) unstable; urgency=low diff --git a/dist/rpm/gnome/systray-x-gnome.changes b/dist/rpm/gnome/systray-x-gnome.changes index 6c95eba..5d3ee7e 100644 --- a/dist/rpm/gnome/systray-x-gnome.changes +++ b/dist/rpm/gnome/systray-x-gnome.changes @@ -1,11 +1,12 @@ ------------------------------------------------------------------- -Sun Aug 27 21:40:00 UTC 2023 - Maxime Rijnders +Sun Oct 15 21:40:00 UTC 2023 - Maxime Rijnders * Update to 0.9.6 - Added option to show a new mail indicator or icon shading - Added option to launch an app on start and close - Refactored windows state handling + - Refactored mail counting - Bugfixes ------------------------------------------------------------------- diff --git a/dist/rpm/kde/systray-x.changes b/dist/rpm/kde/systray-x.changes index 6c95eba..5d3ee7e 100644 --- a/dist/rpm/kde/systray-x.changes +++ b/dist/rpm/kde/systray-x.changes @@ -1,11 +1,12 @@ ------------------------------------------------------------------- -Sun Aug 27 21:40:00 UTC 2023 - Maxime Rijnders +Sun Oct 15 21:40:00 UTC 2023 - Maxime Rijnders * Update to 0.9.6 - Added option to show a new mail indicator or icon shading - Added option to launch an app on start and close - Refactored windows state handling + - Refactored mail counting - Bugfixes ------------------------------------------------------------------- diff --git a/dist/rpm/minimal/systray-x-minimal.changes b/dist/rpm/minimal/systray-x-minimal.changes index 6c95eba..5d3ee7e 100644 --- a/dist/rpm/minimal/systray-x-minimal.changes +++ b/dist/rpm/minimal/systray-x-minimal.changes @@ -1,11 +1,12 @@ ------------------------------------------------------------------- -Sun Aug 27 21:40:00 UTC 2023 - Maxime Rijnders +Sun Oct 15 21:40:00 UTC 2023 - Maxime Rijnders * Update to 0.9.6 - Added option to show a new mail indicator or icon shading - Added option to launch an app on start and close - Refactored windows state handling + - Refactored mail counting - Bugfixes -------------------------------------------------------------------