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

    shelltools.cd("launcher")

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

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

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

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

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