blueprint-compiler 0.10.0-1 source package in Ubuntu

Changelog

blueprint-compiler (0.10.0-1) unstable; urgency=medium

  [ Evangelos Ribeiro Tzaras ]
  * New upstream release
  * Add debian/upstream/metadata

  [ Jeremy Bícha ]
  * debian/rules: Run dh_auto_test with xvfb
  * Build-Depend on gir1.2-adw-1 for build tests
  * Update standards version to 4.6.2, no changes needed

 -- Jeremy Bícha <email address hidden>  Wed, 30 Aug 2023 07:51:42 -0400

Upload details

Uploaded by:
Debian GNOME Maintainers
Uploaded to:
Sid
Original maintainer:
Debian GNOME Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blueprint-compiler_0.10.0-1.dsc 2.2 KiB 02608a06fa1eb59e1799f4c1e08b7ba9ff955e8344a8738e0f0907a950320ba4
blueprint-compiler_0.10.0.orig.tar.bz2 79.9 KiB 9c3c6eecef9eb54ad43b9ef786697a9f99b21e35240e9ddc8541a2cbd9ea79ba
blueprint-compiler_0.10.0-1.debian.tar.xz 2.8 KiB a0c039ed06a425ea64fa325ce9b97dffd41c44d7800cf5dcbd47e2dd6062fadd

Available diffs

No changes file available.

Binary packages built by this source

blueprint-compiler: 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.