diff options
author | B. Stack <bgstack15@gmail.com> | 2023-01-23 00:50:02 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-01-23 00:50:02 +0000 |
commit | 90ee682ea50c0ef446472a0177bf26a6371def0e (patch) | |
tree | a8dff38f92a0d7dbd10deef61a9d7a9bedb49501 /notepadnext/debian | |
parent | xpipe: add requirement for libbsd-dev (diff) | |
parent | nn: update _service file (diff) | |
download | stackrpms-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')
-rw-r--r-- | notepadnext/debian/_service | 29 | ||||
-rw-r--r-- | notepadnext/debian/changelog | 24 | ||||
-rw-r--r-- | notepadnext/debian/control | 2 | ||||
-rw-r--r-- | notepadnext/debian/notepadnext.dsc | 2 |
4 files changed, 55 insertions, 2 deletions
diff --git a/notepadnext/debian/_service b/notepadnext/debian/_service new file mode 100644 index 0000000..96a27c1 --- /dev/null +++ b/notepadnext/debian/_service @@ -0,0 +1,29 @@ +<services> + <service name="tar_scm"> + <param name="scm">git</param> + <param name="url">https://gitlab.com/bgstack15/stackrpms.git</param> + <param name="subdir">notepadnext/debian</param> + <param name="filename">debian</param> + <param name="revision">notepadnext-bump</param> + <param name="version">_none_</param> + </service> + <service name="recompress"> + <param name="file">*.tar</param> + <param name="compression">xz</param> + </service> + <service name="tar_scm"> + <param name="scm">git</param> + <param name="url">https://github.com/dail8859/NotepadNext.git</param> + <param name="revision">v0.6</param> + <param name="version">_none_</param> + <param name="submodules">enable</param> + </service> + <service name="recompress"> + <param name="file">*.tar</param> + <param name="compression">gz</param> + </service> + <service name="extract_file"> + <param name="archive">*.tar.xz</param> + <param name="files">*/*.dsc</param> + </service> +</services> diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog index 01188ad..2c27b9b 100644 --- a/notepadnext/debian/changelog +++ b/notepadnext/debian/changelog @@ -1,3 +1,27 @@ +notepadnext (0.6-1+stackrpms) obs; urgency=low + + * Upstream updates + * Add ability to restore opened and unsaved files between application + restarts (this is experimental and should be used with caution) + * Switch to Qt6 for official distribution (Flatpak distribution will + remain on v5.15) + * Build universal (multi-architecture) binaries for MacOS for native + ARM support + * Add Column Mode dialog to insert text/numbers at a specific column + * Add File List to show opened editors + * Add copying/exporting as HTML and RTF + * Add app icon to Linux AppImage + * Open all files when folder is dropped into the application + * Allow renaming of temp files + * Allow editing characters through the Hex Viewer + * Update Lexilla to v5.2.1 + * Update Scintilla to v5.3.2 + * Default to UTF-8 for empty files + * Fix crash on Linux when secondary instance opens non-existent file + * Fix replacing all matches in a document + + -- B. Stack <bgstack15@gmail.com> Sun, 22 Jan 2022 15:27:39 -0500 + notepadnext (0.5.6-1) obs; urgency=low * Upstream updates 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: diff --git a/notepadnext/debian/notepadnext.dsc b/notepadnext/debian/notepadnext.dsc index 9f2160f..d5f2284 100644 --- a/notepadnext/debian/notepadnext.dsc +++ b/notepadnext/debian/notepadnext.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: notepadnext Binary: notepadnext Architecture: any -Version: 0.5.6-1 +Version: 0.6-1+stackrpms Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://github.com/dail8859/NotepadNext Standards-Version: 4.5.0 |