Пример #1
0
def build():
    shelltools.cd("libpit")
    autotools.make()
    shelltools.cd("../heimdall")
    autotools.make()
    shelltools.cd("../heimdall-frontend")
    qt4.make()
Пример #2
0
def build():
    shelltools.cd("libpit")
    autotools.make()
    shelltools.cd("../heimdall")
    autotools.make()
    shelltools.cd("../heimdall-frontend")
    qt4.make()
Пример #3
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")
Пример #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 build():
    qt4.make("PREFIX=/usr")
Пример #6
0
def build():
    qt4.make("PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr CXX_FLAGS='%s -O3' CC_FLAGS='%s -O3'" % (get.CFLAGS(), get.CXXFLAGS()))
Пример #7
0
def build():
    qt4.make()
    pisitools.dosed("unetbootin.desktop","Exec=/usr/bin/unetbootin",
        "Exec=xdg-su -c /usr/bin/unetbootin")
    pisitools.dosed("unetbootin.desktop","Icon=unetbootin",
        "Icon=/usr/share/pixmaps/unetbootin.png")
Пример #8
0
def build():
    for dir in make_dirs:
        shelltools.cd("%s/%s/%s/src" % (get.workDIR(), WorkDir, dir))
        qt4.make()
Пример #9
0
def build():
    qt4.make()
Пример #10
0
def build():
    qt4.make()
    autotools.make()
Пример #11
0
def build():
	for dir in make_dirs:
		shelltools.cd("%s/%s/%s/src"%(get.workDIR(),WorkDir,dir))
		qt4.make()
Пример #12
0
def build():
	shelltools.cd("acetoneiso")
	qt4.make()
Пример #13
0
def build():
    qt4.make()
    #autotools.make()
    pisitools.dosed("lib/libqoauth.prl", "^QMAKE_PRL_BUILD_DIR.*", "")
Пример #14
0
def build():
    autotools.make()

    shelltools.cd("launcher")

    qt4.make()
Пример #15
0
def build():
    qt4.make()
    shelltools.cd("doc")
    shelltools.system("doxygen Doxyfile.doxygen")
Пример #16
0
def build():
    shelltools.cd("src")
    qt4.make()
Пример #17
0
def build():
    pisitools.dosed("Makefile", "-lqtermwidget", "-lqtermwidget4")
    qt4.make()
Пример #18
0
def build():
    qt4.make(
        "PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr CXX_FLAGS='%s -O3' CC_FLAGS='%s -O3'"
        % (get.CFLAGS(), get.CXXFLAGS()))
Пример #19
0
def build():
    cmaketools.make()

    shelltools.cd("src/gui")
    qt4.make()
Пример #20
0
def build():
    qt4.make()
    shelltools.chmod("icon.png", 0644)
Пример #21
0
def build():
    qt4.make()
    #autotools.make()
    pisitools.dosed("lib/libqoauth.prl", "^QMAKE_PRL_BUILD_DIR.*", "")
Пример #22
0
def build():
    qt4.make()

    shelltools.cd("plugins")
    qt4.configure("plugins.pro")
    qt4.make()
Пример #23
0
def build():
    cmaketools.make()

    shelltools.cd("src/gui")
    qt4.make()
Пример #24
0
def build():
    qt4.make()
    shelltools.cd("doc")
    shelltools.system("doxygen Doxyfile.doxygen")
Пример #25
0
def build():
    qt4.make()

    shelltools.cd("plugins")
    qt4.configure("plugins.pro")
    qt4.make()
Пример #26
0
def build():
    qt4.make()
    autotools.make()
Пример #27
0
def build():
    qt4.make()
    shelltools.chmod("icon.png", 0644)
Пример #28
0
def build():
    #pisitools.dosed("Makefile", "-lqtermwidget", "-lqtermwidget4")
    qt4.make()
Пример #29
0
def build():
    qt4.make()
Пример #30
0
def build():
	shelltools.cd("SmillaEnlargerSrc")
	qt4.make()