File: control

package info (click to toggle)
blueprint-compiler 0.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,140 kB
  • sloc: python: 8,504; sh: 31; makefile: 6
file content (36 lines) | stat: -rw-r--r-- 1,618 bytes parent folder | download | duplicates (2)
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
Source: blueprint-compiler
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Heather Ellsworth <hellsworth@protonmail.com>,
           Jeremy BĂ­cha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               appstream,
               gir1.2-adw-1 <!nocheck>,
               libgtk-4-dev,
               meson (>= 0.52.0),
               python3-gi,
               xauth <!nocheck>,
               xvfb <!nocheck>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/gnome-team/blueprint-compiler.git
Vcs-Browser: https://salsa.debian.org/gnome-team/blueprint-compiler
Homepage: https://gnome.pages.gitlab.gnome.org/blueprint-compiler/
Rules-Requires-Root: no

Package: blueprint-compiler
Architecture: all
Depends: gir1.2-girepository-2.0,
         python3-gi,
         ${misc:Depends},
         ${python3:Depends}
Description: Markup language for GTK user interface files
 GtkBuilder XML format is quite verbose, and many app developers don't like
 using WYSIWYG editors for creating UIs. Blueprint files are intended to be a
 concise, easy-to-read format that makes it easier to create and edit GTK UIs.
 Internally, it compiles to GtkBuilder XML as part of an app's build system. It
 adds no new features, just makes the features that exist more accessible.
 Another goal is to have excellent developer tooling--including a language
 server--so that less knowledge of the format is required. Hopefully this will
 increase adoption of cool advanced features like GtkExpression.