Source: libi3ipc-glib
Section: utils
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Build-Depends: debhelper (>= 9), autotools-dev,
 automake,
 automake-1.15,
 dh-autoreconf,
 gobject-introspection,
 gtk-doc-tools,
 gettext,
 intltool,
 libglib2.0-dev,
 libjson-glib-dev,
 libtool,
 libx11-dev,
 libxcb1-dev,
 pkg-config
Standards-Version: 3.9.8
Homepage: https://github.com/acrisci/i3ipc-glib
#Vcs-Git: https://anonscm.debian.org/collab-maint/libi3ipc-glib.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libi3ipc-glib.git

Package: libi3ipc-glib
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
 gobject-introspection,
 libglib2.0-0,
 libjson-glib-1.0-0,
 libxcb1
Description: A C interface library to i3wm
 i3's interprocess communication (or ipc) is the interface i3wm uses to receive commands from client applications such as i3-msg. It also features a publish/subscribe mechanism for notifying interested parties of window manager events. i3ipc-GLib is a C library for controlling the window manager. This project is intended to be useful in applications such as status line generators, pagers, notification daemons, scripting wrappers, external controllers, dock windows, compositors, config templaters, and for debugging or testing the window manager itself.