summaryrefslogtreecommitdiff
path: root/notepadnext/debian/control
blob: 869c1f4c77c9fe922bf06403b9e97e84dffd8e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: notepadnext
Section: editors
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 12),
	libqt6core5compat6-dev,
	libqt6core6,
	qmake6,
	qt6-base-private-dev,
	qtbase5-private-dev,
# When i18n works, we will need this b-d:
#qt6-l10n-tools
Standards-Version: 4.5.0
Homepage: https://github.com/dail8859/NotepadNext

Package: notepadnext
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: A cross-platform, reimplementation of Notepad++
 Powerful QT-based text editor for graphical environments,
 but based on scintilla like the original Notepad++.
bgstack15