Thalexander / applications-menu

The Pantheon applications menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Applications Menu

l10n

Lightweight and stylish app launcher.

Screenshot

Building and Installation

You'll need the following dependencies:

  • cmake
  • libappstream-dev
  • libgee-0.8-dev
  • libgnome-menu-3-dev
  • libgranite-dev
  • libgtk-3-dev
  • libjson-glib-dev
  • libplank-dev
  • libsoup2.4-dev
  • libswitchboard-2.0-dev
  • libunity-dev
  • libwingpanel-2.0-dev
  • libwnck-3-dev
  • libzeitgeist-2.0-dev
  • pkg-config
  • 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

About

The Pantheon applications menu

License:GNU General Public License v3.0


Languages

Language:Vala 87.7%Language:CMake 12.1%Language:CSS 0.2%