== Empaquetado Terepaima == Repositorio de {{{terepaima-0.4.16}}} antes del empaquetamiento: [https://tibisay.cenditel.gob.ve/visorpdf/browser/terepaima] '''Notas:''' Para el proceso de empaquetamiento se debe remover el directorio {{{.git}}} luego de clonar el repositorio. Comando para el empaquetamiento: {{{ $ dpkg-buildpackage -B }}} Además se debe tener disponible la clave pública del mantenedor del paquete en el anillo de claves de gnupg de la máquina, puesto que al final del empaquetamiento es necesario firmar el paquete. ---- QMAKE_RPATHDIR Note: This variable is used on Unix platforms only. Specifies a list of library paths that are added to the executable at link time so that the paths will be preferentially searched at runtime. When relative paths are specified, qmake will mangle them into a form understood by the dynamic linker to be relative to the location of the referring executable or library. This is supported only by some platforms (currently Linux and Darwin-based ones) and is detectable by checking whether QMAKE_REL_RPATH_BASE is set. ---- '''Instalación del paquete {{{terepaima_0.4.16-1_amd64.deb}}} {{{ # dpkg -i terepaima_0.4.16-1_amd64.deb }}} Dependencias del paquete: {{{ libqt5concurrent5 libqt5core5a libqt5dbus5 libqt5gui5 libqt5printsupport5 libqt5sql5 libqt5svg5 libqt5widgets5 libqt5x libqt5xml5 }}} Como se está instalando el paquete .deb con el comando dpkg -i paquete.deb no se resuelven las dependencias, esto hace que el paquete terepaima quede en un estado incompleto de instalación. Luego de instalar las dependencias se trata de terminar la instalación pero con errores. Para solventar esto recomiendo: {{{ # dpkg --purge terepaima }}} y luego ejecutar de nuevo: {{{ # dpkg -i terepaima_0.4.16-1_amd64.deb }}}