예제 #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
파일: actions.py 프로젝트: DeepakBachu/2013
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
파일: actions.py 프로젝트: mrust1/PisiLinux
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
파일: actions.py 프로젝트: DeepakBachu/2013
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
파일: actions.py 프로젝트: DeepakBachu/2013
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
파일: actions.py 프로젝트: DeepakBachu/2013
def build():
    qt4.make()
예제 #30
0
def build():
	shelltools.cd("SmillaEnlargerSrc")
	qt4.make()