summaryrefslogtreecommitdiff
path: root/notepadnext/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-01-23 00:50:02 +0000
committerB. Stack <bgstack15@gmail.com>2023-01-23 00:50:02 +0000
commit90ee682ea50c0ef446472a0177bf26a6371def0e (patch)
treea8dff38f92a0d7dbd10deef61a9d7a9bedb49501 /notepadnext/debian/control
parentxpipe: add requirement for libbsd-dev (diff)
parentnn: update _service file (diff)
downloadstackrpms-90ee682ea50c0ef446472a0177bf26a6371def0e.tar.gz
stackrpms-90ee682ea50c0ef446472a0177bf26a6371def0e.tar.bz2
stackrpms-90ee682ea50c0ef446472a0177bf26a6371def0e.zip
Merge branch 'notepadnext-bump' into 'master'
NotepadNext 0.6 See merge request bgstack15/stackrpms!336
Diffstat (limited to 'notepadnext/debian/control')
-rw-r--r--notepadnext/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/notepadnext/debian/control b/notepadnext/debian/control
index 869c1f4..bd58cc8 100644
--- a/notepadnext/debian/control
+++ b/notepadnext/debian/control
@@ -3,9 +3,9 @@ Section: editors
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 12),
- libqt6core5compat6-dev,
libqt6core6,
qmake6,
+ qt6-5compat-dev,
qt6-base-private-dev,
qtbase5-private-dev,
# When i18n works, we will need this b-d:
bgstack15