This repository has been archived by the owner on Apr 2, 2022. It is now read-only.
forked from elementary/wingpanel-indicator-ayatana
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lafydev
committed
Feb 25, 2020
1 parent
0a30a95
commit 5209bed
Showing
3 changed files
with
19 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,28 @@ | ||
# Wingpanel Ayatana-Compatibility Indicator (Community Version) | ||
A compatibility plug-in that enables ayatana indicators on Wingpanel. | ||
<h1>Description:</h1> | ||
Keep compatibility with ubuntu/unity indicators on Elementary OS wingpanel. | ||
If you want to install applications with indicators like weather forecast, redshift... this plug-in | ||
let these indicators appear in your panel. | ||
|
||
This is needed for third-party indicator support on Elementary OS Juno. | ||
<p align="center"><img src="screenshot.png"/> </p> | ||
|
||
## Dependencies | ||
<h1>Installation</h1> | ||
Download the last release (zip) et extract files<br/> | ||
|
||
You'll need the following dependencies to build wingpanel-indicator-ayatana: | ||
<h2>Depedencies</h2> | ||
|
||
|Dependency|Version| | ||
|:--|:--| | ||
|gobject-introspection|*| | ||
|libglib2.0-dev|*| | ||
|libgranite-dev|*| | ||
|libindicator3-dev|*| | ||
|libwingpanel-2.0-dev|*| | ||
|meson|0.48 or newer| | ||
|valac|*| | ||
You'll need the following dependencies to build : | ||
|
||
On ElementaryOS Juno, you will need to install `meson` through `pip3 install meson`. | ||
<pre>sudo apt-get install gobject-introspection libglib2.0-dev libgranite-dev libindicator3-dev | ||
sudo apt-get install libwingpanel-2.0-dev valac gcc gtk+-3.0 meson </pre/> | ||
|
||
## Building | ||
<h2>Build with meson</h2> | ||
|
||
Run `meson` to configure the build environment | ||
Open a Terminal in the extracted folder, build your application with meson and install it with ninja:<br/> | ||
|
||
```bash | ||
meson build | ||
``` | ||
|
||
Then run `ninja` to build | ||
|
||
```bash | ||
<pre>meson build --prefix=/usr | ||
cd build | ||
ninja | ||
``` | ||
|
||
## Installation | ||
|
||
To install, use `ninja install` | ||
|
||
```bash | ||
sudo ninja install | ||
``` | ||
</pre> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters