Search Criteria
Package Details: notepad++ 8.9.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/notepadpp.git (read-only, click to copy) |
|---|---|
| Package Base: | notepadpp |
| Description: | A free source code editor for Windows |
| Upstream URL: | https://notepad-plus-plus.org/ |
| Keywords: | notepad++ notepad-plus-plus |
| Licenses: | GPL2 |
| Provides: | notepadpp |
| Replaces: | notepadpp, notepadpp-win32, notepadpp-win64 |
| Submitter: | n4r3n |
| Maintainer: | Hubbleexplorer |
| Last Packager: | Hubbleexplorer |
| Votes: | 6 |
| Popularity: | 0.000089 |
| First Submitted: | 2018-11-05 22:29 (UTC) |
| Last Updated: | 2026-04-28 21:00 (UTC) |
Dependencies (4)
- fuse-overlayfs (fuse-overlayfs-gitAUR)
- sh (dashbinshAUR, zshbinshAUR, bash-gitAUR, bash-devel-gitAUR, bash)
- wine (wine-stable-nextAUR, wine-stableAUR, wine-valveAUR, wine-pure-gitAUR, wine-pure-gitAUR, wine-tkg-staging-ntsync-binAUR, wine-asahi-gitAUR, wine-gitAUR, wine-staging-gitAUR, wine-tkg-staging-binAUR, wine-tkg-staging-wow64-binAUR, wine-cachyosAUR, wine32AUR, wine-staging)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR) (make)
Required by (0)
Sources (7)
- https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9.4/npp.8.9.4.portable.x64.zip
- https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9.4/npp.8.9.4.portable.x64.zip.sig
- https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9.4/npp.8.9.4.portable.zip
- https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9.4/npp.8.9.4.portable.zip.sig
- notepad++
- notepad++.desktop
- notepad++.png
Latest Comments
« First ‹ Previous 1 2
huzhifeng commented on 2022-02-21 01:30 (UTC)
Failed to install notepadpp due to broken URL.
https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.3/npp.8.3.1.portable.zip is removed and returns 404 error.
As stated in the 8.3 Release Notes
please update to 8.3.1
huzhifeng commented on 2021-07-05 12:11 (UTC) (edited on 2021-09-02 09:14 (UTC) by huzhifeng)
The latest 8.1-1 does not work.
I made some changes to fix the problem, here is the patch.
electricprism commented on 2020-11-20 09:36 (UTC)
This is cool as a extra backup editor, I used to be fond of N++ back in the day thanks for making this easy.
bbx0 commented on 2020-10-18 08:54 (UTC)
Thanks a lot for making this package! I tried to build it in a chroot where the wine dependency could not be resolved (without multilib). After moving the dependencies directly to the package section everything went fine though (as they are just needed to run the software).
n4r3n commented on 2020-02-25 18:09 (UTC) (edited on 2022-09-03 11:32 (UTC) by n4r3n)
By default it builds the 32-bit package,
to change that you need to uncomment the
_arch=x64variable at the start of the PKGBUILD fileThis package uses 'fuse-overlayfs' with id mapping to merge package and user config
Anyone can easily debug both the script and notepadpp/wine:
- For the script start so:
SH_TRACE=1 notepadpp- For notepadpp/wine you need to set the
WINEDEBUGvariable (see: https://man.archlinux.org/man/wine.1#WINEDEBUG)n4r3n commented on 2018-11-26 16:36 (UTC)
I think, an own prefix is overkill, maybe a notepadpp-win32 (or lib32-notepadpp) split package would be a solution.
xDShot commented on 2018-11-26 15:50 (UTC)
A 64bit prefix is required for x86_64. Mine default one is 32-bit. I suggest using own prefix for the app.
xDShot commented on 2018-11-26 15:47 (UTC) (edited on 2018-11-26 15:47 (UTC) by xDShot)
« First ‹ Previous 1 2