~lubuntu-dev/lubuntu-next/juffed-debian

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
Source: juffed
Priority: optional
Maintainer: Mikhail Murzin <mezomish@gmail.com>
Build-Depends: debhelper (>= 9)
 , cmake
 , qtbase5-dev
 , qttools5-dev
 , qttools5-dev-tools
 , libqt5scintilla2-dev (>= 2.4)
Standards-Version: 3.9.0
Section: editors
Homepage: http://juffed.com

Package: juffed
Section: editors
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: enca
Description: Lightweight yet powerful Qt4 text editor
 JuffEd is a simple, cross-platform text editor written using the Qt4 toolkit
 and the QScintilla library. It supports most features found in modern text
 editors, including syntax highlighting, bracket matching, switching encodings,
 sessions, and a plugin API.

Package: juffed-plugins
Section: editors
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, juffed
Description: Plugins for JuffEd
 for extending its functionality.

Package: juffed-dev
Section: editors
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, juffed
Description: Header files for JuffEd
 for writing own plugins.