示例#1
0
def setup():
    shelltools.cd("libpit")
    autotools.configure()
    shelltools.cd("../heimdall")
    autotools.configure()
    shelltools.cd("../heimdall-frontend")
    qt4.configure()
示例#2
0
def setup():
    pisitools.dosed("h/pchs.h", "qtermwidget/qtermwidget.h",
                    "qtermwidget4/qtermwidget.h")
    pisitools.dosed("cpp/mainwindow.cpp", "qtermwidget/qtermwidget.h",
                    "qtermwidget4/qtermwidget.h")

    qt4.configure()
示例#3
0
def setup():
    shelltools.cd("libpit")
    autotools.configure()
    shelltools.cd("../heimdall")
    autotools.configure()
    shelltools.cd("../heimdall-frontend")
    qt4.configure()
示例#4
0
def build():
    qt4.make()

    shelltools.cd("lib")
    qt4.configure(parameters='CONFIG=create_prl')
    qt4.make()

    shelltools.cd("../translations")
    shelltools.system("lrelease assistant_adp_*.ts")
示例#5
0
def setup():
    if get.ARCH() == "x86_64":
        qt4.configure(projectfile='ugene.pro',
                      parameters='CONFIG+=x64 -r',
                      installPrefix='/usr')
    if get.ARCH() == "i686":
        qt4.configure(projectfile='ugene.pro',
                      parameters='-r',
                      installPrefix='/usr')
示例#6
0
def build():
    qt4.make()

    shelltools.cd("lib")
    qt4.configure(parameters='CONFIG=create_prl')
    qt4.make()

    shelltools.cd("../translations")
    shelltools.system("lrelease assistant_adp_*.ts")
示例#7
0
def setup():
    shelltools.system('lrelease src/src.pro')
    # LIBPROXY=1 is not given, problem occurs while trying to find proxy.h
    qt4.configure(parameters="GEOIMAGE=1 \
                                GPSDLIB=1 \
                                NODEBUG=1 \
                                RELEASE=1 \
                                GDAL=1 \
                                PROJ=1")
示例#8
0
def setup():
    shelltools.system('lrelease src/src.pro')
    # LIBPROXY=1 is not given, problem occurs while trying to find proxy.h
    qt4.configure(parameters = "GEOIMAGE=1 \
                                GPSDLIB=1 \
                                NODEBUG=1 \
                                RELEASE=1 \
                                GDAL=1 \
                                PROJ=1")
示例#9
0
def setup():
    shelltools.cd("Qt4Qt5")
    qt4.configure()

    # Change C/XXFLAGS
    pisitools.dosed("Makefile", "^CFLAGS.*\\$\\(DEFINES\\)", "CFLAGS   = %s -fPIC $(DEFINES)" % get.CFLAGS())
    pisitools.dosed("Makefile", "^CXXFLAGS.*\\$\\(DEFINES\\)", "CXXFLAGS   = %s -fPIC $(DEFINES)" % get.CXXFLAGS())

    # Get designer plugin's Makefile
    shelltools.cd("../designer-Qt4/")
    qt4.configure()

    # Change C/XXFLAGS of designer plugin's makefile
    pisitools.dosed("Makefile", "^CFLAGS.*\\$\\(DEFINES\\)", "CFLAGS   = %s -fPIC $(DEFINES)" % get.CFLAGS())
    pisitools.dosed("Makefile", "^CXXFLAGS.*\\$\\(DEFINES\\)", "CXXFLAGS   = %s -fPIC $(DEFINES)" % get.CXXFLAGS())
示例#10
0
def setup():
    shelltools.cd("Qt4Qt5")
    qt4.configure()

    # Change C/XXFLAGS
    pisitools.dosed("Makefile", "^CFLAGS.*\\$\\(DEFINES\\)", "CFLAGS   = %s -fPIC $(DEFINES)" % get.CFLAGS())
    pisitools.dosed("Makefile", "^CXXFLAGS.*\\$\\(DEFINES\\)", "CXXFLAGS   = %s -fPIC $(DEFINES)" % get.CXXFLAGS())

    # Get designer plugin's Makefile
    shelltools.cd("../designer-Qt4/")
    qt4.configure()

    # Change C/XXFLAGS of designer plugin's makefile
    pisitools.dosed("Makefile", "^CFLAGS.*\\$\\(DEFINES\\)", "CFLAGS   = %s -fPIC $(DEFINES)" % get.CFLAGS())
    pisitools.dosed("Makefile", "^CXXFLAGS.*\\$\\(DEFINES\\)", "CXXFLAGS   = %s -fPIC $(DEFINES)" % get.CXXFLAGS())
示例#11
0
def setup():
	pisitools.dosed("src/mumble/AudioInput.cpp", "CELT_SET_VBR_RATE", "CELT_SET_BITRATE")
	for i in ["speex", "speexbuild", "celt-0.11.0-build", "celt-0.11.0-src"]:
		shelltools.unlinkDir(i)
	qt4.configure(parameters='QMAKE_CFLAGS_RELEASE="%s" \
                  QMAKE_CXXFLAGS_RELEASE="%s" \
                  CONFIG+=no-bundled-speex \
                  CONFIG+=no-bundled-celt \
                  CONFIG+=no-update \
                  CONFIG+=no-ice \
                  CONFIG+=no-g15 \
                  CONFIG+=no-embed-qt-translations \
                  DEFINES+=PLUGIN_PATH=/usr/lib/mumble \
                  DEFINIES+=NO_UPDATE_CHECK \
                  DEFINES+=DEFAULT_SOUNDSYSTEM=PulseAudio' % (get.CFLAGS(), get.CXXFLAGS()))
示例#12
0
def setup():
    for i in ["speex", "speexbuild", "celt-0.7.0-build", "celt-0.7.0-src"]:
        shelltools.unlinkDir(i)

    qt4.configure(parameters='QMAKE_CFLAGS_RELEASE="%s" \
                  QMAKE_CXXFLAGS_RELEASE="%s" \
                  CONFIG+=no-bundled-speex \
                  CONFIG+=no-bundled-celt \
                  CONFIG+=no-update \
                  CONFIG+=no-ice \
                  CONFIG+=no-g15 \
                  CONFIG+=no-embed-qt-translations \
                  DEFINES+=PLUGIN_PATH=/usr/lib/mumble \
                  DEFINIES+=NO_UPDATE_CHECK \
                  DEFINES+=DEFAULT_SOUNDSYSTEM=PulseAudio' %
                  (get.CFLAGS(), get.CXXFLAGS()))
示例#13
0
def setup():
    cmaketools.configure()

    shelltools.cd("src/gui")
    qt4.configure()
示例#14
0
def setup():
    qt4.configure(installPrefix='%s/usr' % get.installDIR())
示例#15
0
def build():
    qt4.make()

    shelltools.cd("plugins")
    qt4.configure("plugins.pro")
    qt4.make()
示例#16
0
def setup():
    qt4.configure(projectfile="src.pro", parameters="", installPrefix="/usr/bin")
示例#17
0
def setup():
    pisitools.dosed("musique.desktop", "=minitunes",  "=musique")
    qt4.configure()
示例#18
0
def setup():
    pisitools.dosed("h/pchs.h", "qtermwidget/qtermwidget.h", "qtermwidget4/qtermwidget.h")
    pisitools.dosed("cpp/mainwindow.cpp", "qtermwidget/qtermwidget.h", "qtermwidget4/qtermwidget.h")
    qt4.configure()
示例#19
0
def setup():
    shelltools.system("lrelease diffpdf_cz.ts diffpdf_cz.qm")
    shelltools.system("lrelease diffpdf_de.ts diffpdf_de.qm")
    shelltools.system("lrelease diffpdf_fr.ts diffpdf_fr.qm")
    qt4.configure()
示例#20
0
def setup():
    qt4.configure(installPrefix='%s/usr' % get.installDIR())
示例#21
0
def setup():
    pisitools.dosed("starter/qt4-fsarchiver.desktop", "sudo", "xdg-su -c")
    pisitools.dosed("starter/qt4-fsarchiver.desktop", "^(Terminal=).*", r"\1false")
    pisitools.dosed("starter/qt4-fsarchiver.desktop", "app-install/icons/harddrive.png", "pixmaps/qt4-fsarchiver.png")
    pisitools.dosed("qt4-fsarchiver.pro", "(icon.path\s=\s\/usr\/share\/).*", r"\1/pixmaps")
    qt4.configure()
示例#22
0
def setup():
    pisitools.dosed("musique.desktop", "=minitunes", "=musique")
    qt4.configure()
示例#23
0
def setup():
    qt4.configure()
    # fix path for chmod
    pisitools.dosed("Makefile", "(chmod\s-R\s\d+\s)(\/usr\/share\/2ManDVD)",
                    r"\1$(INSTALL_ROOT)\2")
示例#24
0
def setup():
    pisitools.dosed("resources.qrc", ".*logo-.*$")
    qt4.configure()
示例#25
0
def setup():
    pisitools.dosed("buildlib/buildlib.pro", "\\$\\$DESTDIR", "/usr/lib/")
    qt4.configure()
示例#26
0
def build():
    qt4.make()

    shelltools.cd("plugins")
    qt4.configure("plugins.pro")
    qt4.make()
示例#27
0
def setup():
    shelltools.system("lupdate unetbootin.pro")
    shelltools.system("lrelease unetbootin.pro")
    qt4.configure()
示例#28
0
def setup():
    for dir in make_dirs:
        shelltools.cd("%s/%s/%s/src" % (get.workDIR(), WorkDir, dir))
        qt4.configure()
示例#29
0
def setup():
    qt4.configure(parameters='QT_PRODUCT=OpenSource')
示例#30
0
def setup():
    qt4.configure("ffDiaporama.pro")
示例#31
0
def setup():
    qt4.configure(parameters="LIBDIR=/usr/lib")
示例#32
0
def setup():
    qt4.configure(parameters="PREFIX=/usr")
示例#33
0
def setup():
    shelltools.system("sed -i '27s/#LIBS/LIBS/' yarock.pro ")
    qt4.configure(parameters="PREFIX=/usr")
示例#34
0
def setup():
    qt4.configure('Webcamoid.pro')
示例#35
0
def setup():
	shelltools.cd("acetoneiso")
	qt4.configure()
示例#36
0
def setup():
    pisitools.dosed("buildlib/buildlib.pro", "\\$\\$DESTDIR", "/usr/lib/")
    qt4.configure()
示例#37
0
def setup():
    shelltools.system("lrelease boncuk.pro")
    qt4.configure("boncuk.pro")
示例#38
0
def setup():
    qt4.configure(projectfile="Merkaartor.pro", parameters="NODEBUG=1 GEOIMAGE=1 LIBPROXY=1 GPSDLIB=1 PREFIX=/usr")
示例#39
0
def setup():
    cmaketools.configure()

    shelltools.cd("src/gui")
    qt4.configure()
示例#40
0
def setup():
	for dir in make_dirs:
		shelltools.cd("%s/%s/%s/src"%(get.workDIR(),WorkDir,dir))
		qt4.configure()
示例#41
0
def setup():
    #shelltools.system("qmake-qt4  PREFIX=%s" % get.qtDIR())
    qt4.configure()
示例#42
0
def setup():
    qt4.configure("librecad.pro")
示例#43
0
def setup():
    #shelltools.system("iconv -f cp1251 -t utf8 rc/qmetro.desktop -o rc/qmetro.desktop")
    qt4.configure(projectfile="qmetro.pro", parameters="CONFIG+=release CONFIG-=debug PREFIX=/usr")
示例#44
0
def setup():
    qt4.configure(projectfile = 'ugene.pro', parameters = 'CONFIG+=x64 -r' if get.ARCH() == "x86_64" else '-r', installPrefix = '/usr')
示例#45
0
def setup():
    qt4.configure()
示例#46
0
def setup():
    qt4.configure(parameters="PREFIX=/usr")
示例#47
0
def setup():
    #shelltools.system("qmake-qt4  PREFIX=%s" % get.qtDIR())
    qt4.configure()
示例#48
0
def build():
    qt4.configure()
    autotools.make()
示例#49
0
def setup():
    qt4.configure()

    pisitools.dosed("Makefile", "-I/usr/include/QtDBus",
                    "-I/usr/include/QtDBus -I/usr/include/kde4")
示例#50
0
def setup():
    shelltools.system("git pull origin master")
    qt4.configure()
示例#51
0
def setup():
    qt4.configure(projectfile="coquillo.pro",
                  parameters="CONFIG+=release CONFIG-=debug PREFIX=/usr")
示例#52
0
def setup():
    pisitools.dosed("menu/luckybackup-kde-su.desktop",
                    "^(Exec=)(\/usr\/bin\/luckybackup)", r"\1xdg-su -c \2")
    pisitools.dosed("menu/luckybackup-kde-su.desktop",
                    "^(X-KDE-SubstituteUID=)true", r"\1false")
    qt4.configure()
示例#53
0
def setup():
    qt4.configure("librecad.pro")
示例#54
0
def setup():
    pisitools.dosed("resources.qrc", ".*logo-.*$")
    qt4.configure()
示例#55
0
def setup():
    qt4.configure(projectfile="qosmic.pro", parameters="CONFIG+=release CONFIG-=debug PREFIX=/usr")
示例#56
0
def setup():
    qt4.configure()
示例#57
0
def setup():
    pisitools.dosed("cuneiform-qt.pro", "/usr/local", "/usr")

    qt4.configure()