# notepad-next/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run \ --checkout=v0.14 \ https://github.com/dail8859/NotepadNext.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] compiler = clang # Follow setting used by "qt6" license = See "license*.txt" in installed tree licfile = LICENSE nls = disabled setpaths = qt6 #--------------------------------------------------------------------- [depends] brotli bzip2 cmake double-conversion expat fontconfig freetype2 graphite2 gtkcore libb2 libbsd libicu libpng ncurses openssl3 pcre2 qt6 xorg zlib zstd #--------------------------------------------------------------------- [configure] mkdir obj && cd obj cmake \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ .. #--------------------------------------------------------------------- [build] cd obj smpmake && make install #--------------------------------------------------------------------- [postbuild] cd $PKGDIR_PROD/bin ln -nsf NotepadNext notepad-next ln -nsf NotepadNext notenext #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 241204 Added package 241204 Started with 6d9cd8e62 ("git" hash) 241204 Patched to fix a single-instance bug 260126 Updated to cf7f93003 - same as 0.13 260429 Updated to 0c63b760a - same as 0.14