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: monkeystudio
Section: editors
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9), libqt5scintilla2-dev, qtbase5-dev, libxext-dev, quilt,
libqt5webkit5-dev, qttools5-private-dev
Standards-Version: 3.9.8
Homepage: http://www.monkeystudio.org
Vcs-Git: https://anonscm.debian.org/git/collab-maint/monkeystudio.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/monkeystudio.git/
Package: monkeystudio
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, monkeystudio-common (= ${source:Version}),
libqt4-sql-sqlite
Suggests: php5-cli, python, python-qt4
Description: Qt 4 Integrated Development Environment (IDE)
Monkey Studio is a crossplatform Qt 4 IDE. It is developed using the Qt
library itself, meaning it will run on any platform supported by Qt 4. This
allows you to work on the same project on multiple platforms using the same
IDE. Monkey Studio uses the Qt Project file (.pro) to manage the project, and
there are no extra files created.
.
Monkey Studio also features:
* Advanced, customizable code editor, based on QScintilla
* Syntax highlighting for more than 22 programming languages
* Templates wizard - create files or projects from templates
* Code restyling - quickly fix/update style of your code using AStyle
* Qt Designer integration
* Qt Assistant integration
Package: monkeystudio-common
Architecture: all
Depends: ${misc:Depends}
Description: Qt 4 Integrated Development Environment (IDE) - common files
Monkey Studio is a crossplatform Qt 4 IDE. It is developed using the Qt
library itself, meaning it will run on any platform supported by Qt 4. This
allows you to work on the same project on multiple platforms using the same
IDE. Monkey Studio uses the Qt Project file (.pro) to manage the project, and
there are no extra files created.
.
Monkey Studio also features:
* Advanced, customizable code editor, based on QScintilla
* Syntax highlighting for more than 22 programming languages
* Templates wizard - create files or projects from templates
* Code restyling - quickly fix/update style of your code using AStyle
* Qt Designer integration
* Qt Assistant integration
.
This package contains the translations, templates, etc.
Package: monkeystudio-dbg
Section: debug
Priority: extra
Architecture: any
Depends: monkeystudio, ${misc:Depends}
Description: Qt 4 Integrated Development Environment (IDE) - debug symbols
Monkey Studio is a crossplatform Qt 4 IDE. It is developed using the Qt
library itself, meaning it will run on any platform supported by Qt 4. This
allows you to work on the same project on multiple platforms using the same
IDE. Monkey Studio uses the Qt Project file (.pro) to manage the project, and
there are no extra files created.
.
Monkey Studio also features:
* Advanced, customizable code editor, based on QScintilla
* Syntax highlighting for more than 22 programming languages
* Templates wizard - create files or projects from templates
* Code restyling - quickly fix/update style of your code using AStyle
* Qt Designer integration
* Qt Assistant integration
.
This package contains the debug symbols.
|