# 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 https://github.com/notepadqq/notepadqq.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] build = default defer = glibc64 # Needs Qt WebEngine license = See "license*.txt" in installed tree licfile = COPYING setpaths = qt5 tmpsize = 61M #--------------------------------------------------------------------- [depends] qt uchardet #--------------------------------------------------------------------- [configure] bash ./configure \ --prefix=$PKGDIR_PROD #--------------------------------------------------------------------- [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. Started with d8000f256 ("git" hash).