Package Details: notepadnext-git 0.6.3.r19.g4e774b7-2

Git Clone URL: https://aur.archlinux.org/notepadnext-git.git (read-only, click to copy)
Package Base: notepadnext-git
Description: A cross-platform, reimplementation of Notepad++
Upstream URL: https://github.com/dail8859/NotepadNext
Licenses: GPL3
Conflicts: notepadnext
Provides: notepadnext
Submitter: bitwave
Maintainer: bitwave
Last Packager: bitwave
Votes: 1
Popularity: 0.000000
First Submitted: 2022-04-09 12:41 (UTC)
Last Updated: 2023-08-18 16:21 (UTC)

Latest Comments

lectrode commented on 2023-08-16 23:02 (UTC)

to successfully compile, git submodule update on line 40 needs to be changed to:

git -c protocol.file.allow=always submodule update

zehortigoza commented on 2022-04-20 17:27 (UTC) (edited on 2022-04-20 17:28 (UTC) by zehortigoza)

Thanks for packing it but it is also missing qt6-tools dependency otherwise I get:

==> Starting build()...
~/aur/notepadnext-git/src/NotepadNext/build ~/aur/notepadnext-git/src/NotepadNext
cd NotepadNext/ && ( test -e Makefile || /usr/bin/qmake6 -o Makefile /home/zehortigoza/aur/notepadnext-git/src/NotepadNext/src/NotepadNext/NotepadNext.pro ) && make -f Makefile
make[1]: Entering directory '/home/zehortigoza/aur/notepadnext-git/src/NotepadNext/build/NotepadNext'
/usr/lib/qt6/bin/lrelease ../../i18n/NotepadNext.zh_CN.ts -qm i18n/NotepadNext.zh_CN.qm
make[1]: /usr/lib/qt6/bin/lrelease: No such file or directory
make[1]: *** [Makefile:1588: i18n/NotepadNext.zh_CN.qm] Error 127
make[1]: Leaving directory '/home/zehortigoza/aur/notepadnext-git/src/NotepadNext/build/NotepadNext'
make: *** [Makefile:47: sub-NotepadNext-make_first] Error 2

devqore commented on 2022-04-10 06:00 (UTC)

Looks like you've missed the dependency "community/gendesk".

==> Starting prepare()...
xxx/notepadnext-git/PKGBUILD: line 14: gendesk: command not found
==> ERROR: A failure occurred in prepare().
    Aborting...
:: Unable to build notepadnext-git - makepkg exited with code: 4

After installing the dependency app starts correctly.

yochananmarqos commented on 2022-04-09 17:09 (UTC)

This is missing dependencies and is not a proper VCS package. See VCS package guidelines.

This currently fails to build either way. Here's my preliminary PKGBUILD