Esempio n. 1
0
def build():
    shelltools.cd("libpit")
    autotools.make()
    shelltools.cd("../heimdall")
    autotools.make()
    shelltools.cd("../heimdall-frontend")
    qt4.make()
Esempio n. 2
0
def build():
    shelltools.cd("libpit")
    autotools.make()
    shelltools.cd("../heimdall")
    autotools.make()
    shelltools.cd("../heimdall-frontend")
    qt4.make()
Esempio n. 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")
Esempio n. 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")
Esempio n. 5
0
def build():
    qt4.make("PREFIX=/usr")
Esempio n. 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()))
Esempio n. 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")
Esempio n. 8
0
def build():
    for dir in make_dirs:
        shelltools.cd("%s/%s/%s/src" % (get.workDIR(), WorkDir, dir))
        qt4.make()
Esempio n. 9
0
def build():
    qt4.make()
Esempio n. 10
0
def build():
    qt4.make()
    autotools.make()
Esempio n. 11
0
def build():
	for dir in make_dirs:
		shelltools.cd("%s/%s/%s/src"%(get.workDIR(),WorkDir,dir))
		qt4.make()
Esempio n. 12
0
def build():
	shelltools.cd("acetoneiso")
	qt4.make()
Esempio n. 13
0
def build():
    qt4.make()
    #autotools.make()
    pisitools.dosed("lib/libqoauth.prl", "^QMAKE_PRL_BUILD_DIR.*", "")
Esempio n. 14
0
def build():
    autotools.make()

    shelltools.cd("launcher")

    qt4.make()
Esempio n. 15
0
def build():
    qt4.make()
    shelltools.cd("doc")
    shelltools.system("doxygen Doxyfile.doxygen")
Esempio n. 16
0
def build():
    shelltools.cd("src")
    qt4.make()
Esempio n. 17
0
def build():
    pisitools.dosed("Makefile", "-lqtermwidget", "-lqtermwidget4")
    qt4.make()
Esempio n. 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()))
Esempio n. 19
0
def build():
    cmaketools.make()

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

    shelltools.cd("plugins")
    qt4.configure("plugins.pro")
    qt4.make()
Esempio n. 23
0
def build():
    cmaketools.make()

    shelltools.cd("src/gui")
    qt4.make()
Esempio n. 24
0
def build():
    qt4.make()
    shelltools.cd("doc")
    shelltools.system("doxygen Doxyfile.doxygen")
Esempio n. 25
0
def build():
    qt4.make()

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