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

    shelltools.cd("launcher")

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

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

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

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

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