linusboyle / deepin-notifications

mirrored from https://cr.deepin.io/#/admin/projects/deepin-notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deepin Notifications

Description: An implementation of Gnome Desktop Notifications Specification

Dependencies

Build dependencies

  • Qt5.3 or above.
  • Qt modules
    • gui
    • widgets
    • dbus
    • qml
    • quick

Runtime dependencies

  • DBus

Installation

Normal build process will work fine:

mkdir build; cd build
qmake ..
make
make INSTALL_ROOT=/usr install

Usage

Basic Usage

notify-send hello world

For more detailed information on how to communicate with this program via DBus, please see Gnome Desktop Notifications Specification.

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

Deepin Notifications is licensed under GPLv3.

About

mirrored from https://cr.deepin.io/#/admin/projects/deepin-notifications

License:GNU General Public License v3.0


Languages

Language:C++ 98.4%Language:QMake 1.6%