# notepadqq/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=v2.1.1 \ https://github.com/notepadqq/notepadqq.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] compiler = clang defer = glibc64 # Needs Qt WebEngine license = See "license*.txt" in installed tree licfile = COPYING setpaths = qt5 tmpsize = 61M #--------------------------------------------------------------------- [depends] cmake qt uchardet #--------------------------------------------------------------------- [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/ rm -fr ../xbin/ mkdir ../xbin/ mv notepadqq ../xbin/ cp -p $PKGDIR_SPECIAL/notepadqq.wrapper.in \ notepadqq chmod 755 notepadqq #--------------------------------------------------------------------- # 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_page = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 220114 Added package 220114 Started with d8000f256 ("git" hash) 260127 Updated to 5d2a96a2a 260725 Updated to bfc5ab737 - same as 2.1.1