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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: cjs
Section: interpreters
Priority: optional
Maintainer: Debian Cinnamon Team <debian-cinnamon@lists.debian.org>
Uploaders:
Maximiliano Curia <maxy@debian.org>,
Margarita Manterola <marga@debian.org>,
Fabio Fantoni <fantonifabio@tiscali.it>,
Norbert Preining <norbert@preining.info>,
Joshua Peisach <itzswirlz2020@outlook.com>
Build-Depends: at-spi2-core <!nocheck>,
dbus-daemon <!nocheck>,
debhelper-compat (= 13),
dh-sequence-gir,
gir1.2-cairo-1.0-dev,
gir1.2-gio-2.0-dev,
gir1.2-girepository-2.0-dev,
gir1.2-gobject-2.0-dev,
gir1.2-gtk-3.0,
gobject-introspection (>= 1.71),
libcairo2-dev,
libffi-dev,
libgirepository-1.0-dev (>= 1.71),
libglib2.0-dev,
libmozjs-128-dev,
libreadline-dev,
meson,
libsysprof-capture-4-dev (>= 3.38.0) [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hppa loong64 powerpc ppc64 sh4],
xauth <!nocheck>,
xvfb <!nocheck>
Standards-Version: 4.7.3
Homepage: https://github.com/linuxmint/cjs
Vcs-Browser: https://salsa.debian.org/cinnamon-team/cjs
Vcs-Git: https://salsa.debian.org/cinnamon-team/cjs.git
Package: cjs
Architecture: any
Depends: gir1.2-gtk-3.0,
${misc:Depends},
${shlibs:Depends}
Description: Mozilla-based javascript bindings for the Cinnamon platform
Makes it possible for applications to use all of Cinnamon's platform
libraries using the Javascript language. It's mainly based on the
Mozilla javascript engine and the GObject introspection framework.
.
This package is the frozen version of gjs that the cinnamon desktop currently
uses.
.
This package contains the interactive console application.
Breaks: cinnamon (<< 5.6.8~)
Package: cjs-tests
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
cjs,
at-spi2-core
Description: Mozilla-based javascript bindings for the Cinnamon platform (tests)
Makes it possible for applications to use all of Cinnamon's platform
libraries using the JavaScript language. It's mainly based on the
Mozilla JavaScript engine and the GObject introspection framework.
.
This package is the frozen version of gjs that the cinnamon desktop currently
uses.
Package: libcjs-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libcairo2-dev,
libgirepository-1.0-dev,
libcjs0 (= ${binary:Version}),
libmozjs-128-dev,
${misc:Depends}
Description: Development files for the javascript bindings for Cinnamon
Makes it possible for applications to use all of Cinnamon's platform
libraries using the Javascript language. It's mainly based on the
Mozilla javascript engine and the GObject introspection framework.
.
This package is the frozen version of gjs that the cinnamon desktop currently
uses.
.
This package contains the development files applications need to
build against.
Package: libcjs0
Architecture: any
Multi-Arch: same
Section: libs
Depends: gir1.2-gio-2.0,
gir1.2-girepository-2.0,
gir1.2-glib-2.0,
gir1.2-gobject-2.0,
${gir:Depends},
${misc:Depends},
${shlibs:Depends}
Provides: ${cjs:Provides}
Breaks: cinnamon (<< 5.6.8~)
Description: Library of the javascript bindings for the Cinnamon
Makes it possible for applications to use all of Cinnamon's platform
libraries using the Javascript language. It's mainly based on the
Mozilla javascript engine and the GObject introspection framework.
.
This package is the frozen version of gjs that the cinnamon desktop currently
uses.
.
This package contains the shared library, used by cjs itself, and cinnamon.
|