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 72
|
Source: girara
Section: libs
Priority: optional
Maintainer: Sebastian Ramacher <sramacher@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
gettext,
libglib2.0-dev,
libgtk-3-dev,
libjson-glib-dev,
libpango1.0-dev,
meson,
pkgconf,
xauth <!nocheck>,
xvfb <!nocheck>
Build-Depends-Indep:
doxygen,
graphviz
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/sramacher/girara.git
Vcs-Browser: https://salsa.debian.org/sramacher/girara
Homepage: https://pwmt.org/projects/girara/
Rules-Requires-Root: no
Package: libgirara-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends:
libgirara-gtk3-4 (= ${binary:Version}),
libgtk-3-dev,
libjson-glib-dev,
libpango1.0-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-gtk3-4
Architecture: any
Multi-Arch: same
Depends:
xdg-utils,
${misc:Depends},
${shlibs:Depends}
Description: library for minimalistic user interfaces (shared libraries)
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.
Package: libgirara-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends:
${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.
|