Package Details: notepad++ 8.7-1

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: 7
Popularity: 0.75
First Submitted: 2018-11-05 22:29 (UTC)
Last Updated: 2024-10-07 14:09 (UTC)

Latest Comments

« First ‹ Previous 1 2

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).

--- PKGBUILD.orig   2020-10-18 10:41:19.000000000 +0200
+++ PKGBUILD    2020-10-18 10:45:18.317272056 +0200
@@ -11,7 +11,7 @@
 url="https://${_pkgname}.org/"
 license=('GPL2')
 arch=('i686' 'x86_64')
-depends=('wine' 'sh' 'fuse-overlayfs')
+depends=()
 makedepends=('unzip')
 provides=(notepadpp)
 conflicts=('notepadpp-win32' 'notepadpp-win64')
@@ -41,6 +41,7 @@
 options=('!strip')

 package() {
+    depends=('wine' 'sh' 'fuse-overlayfs')

     install -d -m755 "${pkgdir}/usr/share/${pkgbase}"

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=x64 variable at the start of the PKGBUILD file

This 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 WINEDEBUG variable (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)

[xdshot@lenovo-pc ~]$ LANG=en notepadpp
wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
wine: Bad EXE format for Z:\home\xdshot\.local\share\notepadpp\notepadpp..
[xdshot@lenovo-pc ~]$