summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2021-07-10 22:58:13 +0200
committerDavide Pesavento <pesa@gentoo.org>2021-07-10 23:00:37 +0200
commit42bbd1ff5eeb2a4dc46b271571e14c48fdc9397c (patch)
treef5f46152932b0c87bbd694e81cd14a9f1e7540d1 /dev-util/qbs/metadata.xml
parentsys-fs/mtools: Removed old (diff)
downloadgentoo-42bbd1ff5eeb2a4dc46b271571e14c48fdc9397c.tar.gz
gentoo-42bbd1ff5eeb2a4dc46b271571e14c48fdc9397c.tar.bz2
gentoo-42bbd1ff5eeb2a4dc46b271571e14c48fdc9397c.zip
dev-util/qbs: add 1.19.1
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'dev-util/qbs/metadata.xml')
-rw-r--r--dev-util/qbs/metadata.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/dev-util/qbs/metadata.xml b/dev-util/qbs/metadata.xml
index 4311f5d8ba92..06efa80b24ba 100644
--- a/dev-util/qbs/metadata.xml
+++ b/dev-util/qbs/metadata.xml
@@ -14,10 +14,14 @@
projects across multiple platforms. Qbs can be used for any software
project, regardless of programming language, toolkit, or libraries used.
- Qbs is an all-in-one tool that generates a build graph from a
- high-level project description (like qmake or cmake) and additionally
- undertakes the task of executing the commands in the low-level build
- graph (like make).
+ Qbs projects are specified in a QML dialect. QML is a concise, easy to
+ learn, and intuitive language that is used successfully in the Qt project.
+ Its core is declarative, but it can be extended with JavaScript snippets
+ for extra flexibility.
+
+ Qbs is an all-in-one tool that generates a build graph from a high-level
+ project description (like qmake or CMake) and additionally undertakes the
+ task of executing the commands in the low-level build graph (like make).
</longdescription>
<upstream>
<bugs-to>https://bugreports.qt.io/</bugs-to>