1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: girara
Section: libs
Priority: optional
Maintainer: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
check,
debhelper (>= 10),
libgtk-3-dev (>= 3.4),
libnotify-dev,
libjson-c-dev,
pkg-config,
gettext,
xauth,
xvfb
Build-Depends-Indep:
doxygen,
graphviz
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/girara.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/girara.git
Homepage: http://pwmt.org/projects/girara/
Package: libgirara-gtk3-2
Architecture: any
Multi-Arch: same
Depends:
xdg-utils,
${misc:Depends},
${shlibs:Depends}
Description: library for minimalistic user interfaces (shared libraries, GTK+ 3)
A library focused at implementing minimalistic user interfaces. It provides
three main components: a view widget that represents the actual application,
an input bar to execute application specific commands and a status bar which
provides information to the user.
.
This package contains the shared libraries linked against GTK+ 3.
Package: libgirara-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends:
libgirara-gtk3-2 (= ${binary:Version}),
libgtk-3-dev (>= 3.4),
libnotify-dev,
libjson-c-dev,
${misc:Depends}
Suggests:
libgirara-doc (= ${source:Version})
Description: library for minimalistic user interfaces (development files)
A library focused at implementing minimalistic user interfaces. It provides
three main components: a view widget that represents the actual application,
an input bar to execute application specific commands and a status bar which
provides information to the user.
.
This package contains the development files.
Package: libgirara-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends:
libjs-jquery,
${misc:Depends}
Description: library for minimalistic user interfaces (documentation)
A library focused at implementing minimalistic user interfaces. It provides
three main components: a view widget that represents the actual application,
an input bar to execute application specific commands and a status bar which
provides information to the user.
.
This package contains the documentation.
|