add tray icon (#1035)
This commit is contained in:
parent
237f21573b
commit
014d693112
18 changed files with 314 additions and 2 deletions
|
|
@ -35,6 +35,7 @@ dnf -y install \
|
|||
gcc-12.0.1* \
|
||||
gcc-c++-12.0.1* \
|
||||
git-2.39.2* \
|
||||
libappindicator-gtk3-devel-12.10.0* \
|
||||
libcap-devel-2.48* \
|
||||
libcurl-devel-7.82.0* \
|
||||
libdrm-devel-2.4.110* \
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ dnf -y install \
|
|||
gcc-12.2.1* \
|
||||
gcc-c++-12.2.1* \
|
||||
git-2.39.2* \
|
||||
libappindicator-gtk3-devel-12.10.1* \
|
||||
libcap-devel-2.48* \
|
||||
libcurl-devel-7.85.0* \
|
||||
libdrm-devel-2.4.112* \
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ apt-get install -y --no-install-recommends \
|
|||
gcc-10=10.3.0* \
|
||||
g++-10=10.3.0* \
|
||||
git=1:2.25.1* \
|
||||
libappindicator3-dev=12.10.1* \
|
||||
libavdevice-dev=7:4.2.* \
|
||||
libboost-filesystem-dev=1.71.0* \
|
||||
libboost-locale-dev=1.71.0* \
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ apt-get install -y --no-install-recommends \
|
|||
build-essential=12.9* \
|
||||
cmake=3.22.1* \
|
||||
git=1:2.34.1* \
|
||||
libappindicator3-dev=12.10.1* \
|
||||
libavdevice-dev=7:4.4.* \
|
||||
libboost-filesystem-dev=1.74.0* \
|
||||
libboost-locale-dev=1.74.0* \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue