Update debian files.
--HG-- branch : develop
This commit is contained in:
parent
f0691d7c9f
commit
97d60004f6
4
dist/debian/menu
vendored
4
dist/debian/menu
vendored
|
@ -1,2 +1,2 @@
|
||||||
?package(valentina):needs="X11|text|vc|wm" section="Applications/Graphics"\
|
?package(valentina): needs="X11|text|vc" section="Applications/Graphics" title="Valentina" command="valentina"
|
||||||
title="valentina" command="/usr/bin/valentina"
|
?package(valentina): needs="X11|text|vc" section="Applications/Data Management" title="Tape" command="tape"
|
||||||
|
|
1
dist/debian/valentina.dirs
vendored
1
dist/debian/valentina.dirs
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
/usr/share/valentina
|
||||||
/usr/share/valentina/translations
|
/usr/share/valentina/translations
|
||||||
/usr/share/valentina/tables/standard
|
/usr/share/valentina/tables/standard
|
||||||
/usr/share/valentina/tables/templates
|
/usr/share/valentina/tables/templates
|
||||||
|
|
1
dist/debian/valentina.install
vendored
1
dist/debian/valentina.install
vendored
|
@ -1,5 +1,6 @@
|
||||||
usr/bin/*
|
usr/bin/*
|
||||||
usr/lib/*
|
usr/lib/*
|
||||||
|
usr/share/valentina/*
|
||||||
usr/share/valentina/translations/*
|
usr/share/valentina/translations/*
|
||||||
usr/share/valentina/tables/standard/*
|
usr/share/valentina/tables/standard/*
|
||||||
usr/share/valentina/tables/templates/*
|
usr/share/valentina/tables/templates/*
|
||||||
|
|
|
@ -171,6 +171,28 @@ include(../tables.pri)
|
||||||
copyToDestdir($$INSTALL_STANDARD_TEMPLATES, $$shell_path($${OUT_PWD}/$${DESTDIR}/tables/templates))
|
copyToDestdir($$INSTALL_STANDARD_TEMPLATES, $$shell_path($${OUT_PWD}/$${DESTDIR}/tables/templates))
|
||||||
include(../translations.pri)
|
include(../translations.pri)
|
||||||
|
|
||||||
|
# Set "make install" command for Unix-like systems.
|
||||||
|
unix{
|
||||||
|
# Prefix for binary file.
|
||||||
|
isEmpty(PREFIX){
|
||||||
|
PREFIX = $$DEFAULT_PREFIX
|
||||||
|
}
|
||||||
|
|
||||||
|
unix:!macx{
|
||||||
|
DATADIR =$$PREFIX/share
|
||||||
|
DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
|
||||||
|
|
||||||
|
# Path to bin file after installation
|
||||||
|
target.path = $$PREFIX/bin
|
||||||
|
|
||||||
|
rcc_diagrams.path = /usr/share/valentina/
|
||||||
|
rcc_diagrams.files = $${OUT_PWD}/$${DESTDIR}/diagrams.rcc
|
||||||
|
rcc_diagrams.CONFIG = no_check_exist
|
||||||
|
|
||||||
|
INSTALLS += \
|
||||||
|
target \
|
||||||
|
rcc_diagrams
|
||||||
|
}
|
||||||
macx{
|
macx{
|
||||||
# Some macx stuff
|
# Some macx stuff
|
||||||
QMAKE_MAC_SDK = macosx
|
QMAKE_MAC_SDK = macosx
|
||||||
|
@ -218,6 +240,7 @@ macx{
|
||||||
libraries \
|
libraries \
|
||||||
format
|
format
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
# Compilation will fail without this files after we added them to this section.
|
# Compilation will fail without this files after we added them to this section.
|
||||||
OTHER_FILES += \
|
OTHER_FILES += \
|
||||||
|
|
|
@ -235,9 +235,6 @@ unix{
|
||||||
templates.path = /usr/share/$${TARGET}/tables/templates/
|
templates.path = /usr/share/$${TARGET}/tables/templates/
|
||||||
templates.files = $$INSTALL_STANDARD_TEMPLATES
|
templates.files = $$INSTALL_STANDARD_TEMPLATES
|
||||||
|
|
||||||
diagrams.path = /usr/share/$${TARGET}/
|
|
||||||
diagrams.files = $${OUT_PWD}/../tape/$${DESTDIR}/diagrams.rcc
|
|
||||||
|
|
||||||
INSTALLS += \
|
INSTALLS += \
|
||||||
target \
|
target \
|
||||||
tape \
|
tape \
|
||||||
|
@ -245,8 +242,7 @@ unix{
|
||||||
pixmaps \
|
pixmaps \
|
||||||
translations \
|
translations \
|
||||||
standard \
|
standard \
|
||||||
templates \
|
templates
|
||||||
diagrams
|
|
||||||
}
|
}
|
||||||
macx{
|
macx{
|
||||||
# Some macx stuff
|
# Some macx stuff
|
||||||
|
@ -289,10 +285,6 @@ unix{
|
||||||
templates.path = $$RESOURCES_DIR/tables/templates/
|
templates.path = $$RESOURCES_DIR/tables/templates/
|
||||||
templates.files = $$INSTALL_STANDARD_TEMPLATES
|
templates.files = $$INSTALL_STANDARD_TEMPLATES
|
||||||
|
|
||||||
# Copy to bundle standard measurements files
|
|
||||||
diagrams.path = $$RESOURCES_DIR/
|
|
||||||
diagrams.files = $${OUT_PWD}/../tape/$${DESTDIR}/diagrams.rcc
|
|
||||||
|
|
||||||
format.path = $$RESOURCES_DIR/
|
format.path = $$RESOURCES_DIR/
|
||||||
format.files = $$PWD/../../../dist/macx/measurements.icns
|
format.files = $$PWD/../../../dist/macx/measurements.icns
|
||||||
|
|
||||||
|
@ -302,7 +294,6 @@ unix{
|
||||||
libraries \
|
libraries \
|
||||||
tape \
|
tape \
|
||||||
xpdf \
|
xpdf \
|
||||||
diagrams \
|
|
||||||
format
|
format
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user