# qtemu/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://gitlab.com/qtemu/gui.git qtemu #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none defer = glibc64 license = See "license*.txt" in installed tree licfile = LICENSE.md setpaths = qt5 tmpsize = 9M #--------------------------------------------------------------------- [depends] libvirt libvirt-glib libvirt-python libvirt-manager meson ninja python qemu qt5 spice-gtk #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DATADIR=$PKGDIR_PROD/data mkdir -p $BINDIR $DATADIR cp -p $PKGDIR_SPECIAL/icons/*.svg $DATADIR/ mkdir build && cd build qmake PREFIX=$PKGDIR_PROD .. smpmake mv qtemu $BINDIR/ #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin cd $BINDIR PROGBASE=qtemu rm -fr ../xbin/ mkdir -p ../xbin/ mv $PROGBASE ../xbin/ cp -p $PKGDIR_SPECIAL/wrappers/$PROGBASE.wrapper.in $PROGBASE chmod 755 $PROGBASE #--------------------------------------------------------------------- # 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] 211204 Added package. Started with 5af7395da ("git" hash).