Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

elementary/wingpanel-indicator-ayatana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Wingpanel Ayatana-Compatibility Indicator

l10n

Building and Installation

You'll need the following dependencies:

  • cmake
  • gobject-introspection
  • libglib2.0-dev
  • libgranite-dev
  • libindicator3-dev
  • libwingpanel-2.0-dev
  • valac

It's recommended to create a clean build environment

mkdir build
cd build/

Run cmake to configure the build environment and then make to build

cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make

To install, use make install

sudo make install