Beispiel #1
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed("admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5", "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    # the java test is problematic (see kde bug 100729) and
    # useless. All that's needed for java applets to work is
    # to have the 'java' executable in PATH.
    shelltools.export("DO_NOT_COMPILE", "kpersonalizer")
    kde.configure("--with-dpms \
                   --enable-dnssd \
                   --with-libaudit=yes \
                   --with-hal \
                   --with-ldap \
                   --with-cups \
                   --with-gl \
                   --with-ssl \
                   --with-samba \
                   --with-libusb \
                   --with-openexr \
                   --with-libraw1394 \
                   --with-hal \
                   --with-pam=yes \
                   --with-sudo-kdesu-backend \
                   --with-krb5auth \
                   --without-sensors \
                   --without-java")
Beispiel #2
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed(
        "admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5",
        "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    kde.configure('--with-distribution="Pardus" \
                   --enable-inotify \
                   --enable-cups \
                   --enable-dnssd \
                   --enable-gcc-hidden-visibility \
                   --with-libart \
                   --with-libidn \
                   --with-utempter \
                   --with-alsa \
                   --with-ssl \
                   --with-tiff \
                   --with-gssapi \
                   --with-openexr \
                   --with-jasper \
                   --with-aspell \
                   --with-acl \
                   --disable-libfam \
                   --without-lua \
                   --without-hspell')
Beispiel #3
0
def setup():
    pisitools.dosed("kugar/kudesigner/kudesigner.desktop", "^Icon=kudesigner",
                    "Icon=kugar")
    pisitools.dosed("tools/kthesaurus/KThesaurus.desktop", "^Icon=kthesaurus",
                    "Icon=kdict")

    kde.configure()
Beispiel #4
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed("admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5", "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    kde.configure('--with-distribution="Pardus" \
                   --enable-inotify \
                   --enable-cups \
                   --enable-dnssd \
                   --enable-gcc-hidden-visibility \
                   --with-libart \
                   --with-libidn \
                   --with-utempter \
                   --with-alsa \
                   --with-ssl \
                   --with-tiff \
                   --with-gssapi \
                   --with-openexr \
                   --with-jasper \
                   --with-aspell \
                   --with-acl \
                   --disable-libfam \
                   --without-lua \
                   --without-hspell')
Beispiel #5
0
def setup():
    shelltools.export("DO_NOT_COMPILE","umbrello")

    kde.configure("--with-subversion \
                   --with-berkeley-db \
                   --with-db-name=db-4.2 \
                   --with-db-include-dir=/usr/include/db4.2")
Beispiel #6
0
def setup():
    kde.configure("--with-lame \
                   --with-vorbis \
                   --with-faad \
                   --with-flac \
                   --with-ffmpeg \
                   --without-mp4v2")
Beispiel #7
0
def setup():
    # Update the admin dir used in KDE template projects.
    for i in shelltools.ls("admin/*"):
        shelltools.copy(i, "parts/appwizard/common/admin/")

    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed(
        "admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5",
        "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    kde.configure(
        "--with-kdelibsdoxy-dir=%s/share/doc/HTML/en/kdelibs-apidocs \
                   --enable-java \
                   --enable-python \
                   --enable-ruby \
                   --enable-ada \
                   --enable-fortran \
                   --enable-haskell \
                   --enable-pascal \
                   --enable-perl \
                   --enable-php \
                   --enable-sql \
                   --enable-antproject \
                   --enable-subversion" % get.kdeDIR())
Beispiel #8
0
def setup():
    kde.configure(
        "--with-dpms \
                   --with-libart \
                   --with-opengl \
                   --with-xscreensaver"
    )
Beispiel #9
0
def setup():
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed("admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5", "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    shelltools.export("LC_ALL", "C")
    kde.make("-f admin/Makefile.common")
    shelltools.system("cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in")
    shelltools.system("cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh")
    kde.configure('--with-distribution="Pardus" \
                   --enable-inotify \
                   --enable-cups \
                   --enable-dnssd \
                   --enable-gcc-hidden-visibility \
                   --with-libart \
                   --with-libidn \
                   --with-utempter \
                   --with-alsa \
                   --with-ssl \
                   --with-tiff \
                   --with-gssapi \
                   --with-openexr \
                   --with-jasper \
                   --with-aspell \
                   --with-acl \
                   --disable-libfam \
                   --without-lua \
                   --without-hspell \
                   --with-qt-dir=/usr/qt/3 \
                   --with-qt-includes=/usr/qt/3/include \
                   --with-qt-libraries=/usr/qt/3/lib \
                   --without-arts')

    """
Beispiel #10
0
def setup():
    # Update the admin dir used in KDE template projects.
    for i in shelltools.ls("admin/*"):
        shelltools.copy(i, "parts/appwizard/common/admin/")

    # copy system's ltmain.sh over old one
    shelltools.copy("/usr/share/libtool/ltmain.sh",
                    "parts/appwizard/common/admin/")
    shelltools.copy("/usr/share/libtool/ltmain.sh",
                    "parts/appwizard/common/incadmin/")

    kde.make("-f admin/Makefile.common")

    kde.configure(
        "--with-kdelibsdoxy-dir=%s/share/doc/HTML/en/kdelibs-apidocs \
                   --enable-java \
                   --enable-python \
                   --enable-ruby \
                   --enable-ada \
                   --enable-fortran \
                   --enable-haskell \
                   --enable-pascal \
                   --enable-perl \
                   --enable-php \
                   --enable-sql \
                   --enable-antproject \
                   --enable-subversion" % get.kdeDIR())
Beispiel #11
0
def setup():
    shelltools.export("DO_NOT_COMPILE", "umbrello")

    kde.configure("--with-subversion \
                   --with-berkeley-db \
                   --with-db-name=db-4.2 \
                   --with-db-include-dir=/usr/include/db4.2")
Beispiel #12
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed("admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5", "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])

    kde.make("-f admin/Makefile.common")
    kde.configure()
Beispiel #13
0
def setup():
    # 4 ÇOMAR (-lcomar)
    kde.make("-f admin/Makefile.common")

    # the java test is problematic (see kde bug 100729) and
    # useless. All that's needed for java applets to work is
    # to have the 'java' executable in PATH.
    shelltools.export("DO_NOT_COMPILE", "kpersonalizer")
    kde.configure("--with-dpms \
                   --with-arts \
                   --enable-dnssd \
                   --with-hal \
                   --with-ldap \
                   --with-cups \
                   --with-gl \
                   --with-ssl \
                   --with-samba \
                   --without-sensors \
                   --with-libusb \
                   --with-openexr \
                   --with-libraw1394 \
                   --with-hal \
                   --with-pam=yes \
                   --with-sudo-kdesu-backend \
                   --with-krb5auth \
                   --without-java")
Beispiel #14
0
def setup():
    # Update the admin dir used in KDE template projects.
    for i in shelltools.ls("admin/*"):
        shelltools.copy(i, "parts/appwizard/common/admin/")

    # copy system's ltmain.sh over old one
    shelltools.copy("/usr/share/libtool/ltmain.sh", "parts/appwizard/common/admin/")
    shelltools.copy("/usr/share/libtool/ltmain.sh", "parts/appwizard/common/incadmin/")

    kde.make("-f admin/Makefile.common")

    kde.configure(
        "--with-kdelibsdoxy-dir=%s/share/doc/HTML/en/kdelibs-apidocs \
                   --enable-java \
                   --enable-python \
                   --enable-ruby \
                   --enable-ada \
                   --enable-fortran \
                   --enable-haskell \
                   --enable-pascal \
                   --enable-perl \
                   --enable-php \
                   --enable-sql \
                   --enable-antproject \
                   --enable-subversion"
        % get.kdeDIR()
    )
Beispiel #15
0
def setup():
    # needed by networkstatus.patch
    kde.make("-f admin/Makefile.common")

    #fix conflicting headers (connections_manager.h)
    pisitools.dosed("konversation/src/Makefile.in", 'DEFAULT_INCLUDES = -I\.@am__isrc@', "DEFAULT_INCLUDES = ")
    kde.configure("--disable-final")
Beispiel #16
0
def setup():
    # 4 ÇOMAR (-lcomar)
    kde.make("-f admin/Makefile.common")

    # the java test is problematic (see kde bug 100729) and
    # useless. All that's needed for java applets to work is
    # to have the 'java' executable in PATH.
    shelltools.export("DO_NOT_COMPILE", "kpersonalizer")
    kde.configure(
        "--with-dpms \
                   --with-arts \
                   --enable-dnssd \
                   --with-hal \
                   --with-ldap \
                   --with-cups \
                   --with-gl \
                   --with-ssl \
                   --with-samba \
                   --without-sensors \
                   --with-libusb \
                   --with-openexr \
                   --with-libraw1394 \
                   --with-hal \
                   --with-pam=yes \
                   --with-sudo-kdesu-backend \
                   --with-krb5auth \
                   --without-java"
    )
Beispiel #17
0
def setup():
    kde.configure("--with-aa-fonts \
                   --with-big-channels \
                   --with-pizza \
                   --with-ix86-asm \
                   --with-optimisation=-o2 \
                   --mandir=/%s" % get.manDIR())
Beispiel #18
0
def setup():
    # For world domination and the rest...
    shelltools.export("DO_NOT_COMPILE",
                      "kpovmodeler kmrml kview kuickshow ksvg")

    kde.configure("--with-poppler \
                   --with-kamera")
Beispiel #19
0
def setup():
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed(
        "admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5",
        "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    shelltools.export("LC_ALL", "C")
    kde.make("-f admin/Makefile.common")
    shelltools.system(
        "cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in")
    shelltools.system(
        "cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh")
    kde.configure('--with-distribution="Pardus" \
                   --enable-inotify \
                   --enable-cups \
                   --enable-dnssd \
                   --enable-gcc-hidden-visibility \
                   --with-libart \
                   --with-libidn \
                   --with-utempter \
                   --with-alsa \
                   --with-ssl \
                   --with-tiff \
                   --with-gssapi \
                   --with-openexr \
                   --with-jasper \
                   --with-aspell \
                   --with-acl \
                   --disable-libfam \
                   --without-lua \
                   --without-hspell \
                   --with-qt-dir=/usr/qt/3 \
                   --with-qt-includes=/usr/qt/3/include \
                   --with-qt-libraries=/usr/qt/3/lib \
                   --without-arts')
    """
Beispiel #20
0
def setup():
    # needed by networkstatus.patch
    kde.make("-f admin/Makefile.common")

    #fix conflicting headers (connections_manager.h)
    pisitools.dosed("konversation/src/Makefile.in",
                    'DEFAULT_INCLUDES = -I\.@am__isrc@', "DEFAULT_INCLUDES = ")
    kde.configure("--disable-final")
Beispiel #21
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed("admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5", "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    shelltools.export("DO_NOT_COMPILE", "atlantik kasteroids kolf")    # kasteroids and kolf don't compile without arts
    kde.configure("--disable-setgid")
Beispiel #22
0
def setup():
    shelltools.export("DO_NOT_COMPILE", "ksirc wifi lanbrowsing")

    kde.configure("--with-slp \
                   --with-wifi \
                   --disable-sametime-plugin \
                   --without-xmms \
                   --without-external-libgadu")
Beispiel #23
0
def setup():
    shelltools.export("MAKE_PO", "bg ca br da de cs cy el es et fi ga fr gl hu is it lt nb mt nl pa pl pt ro ru rw ta sr sv tr en_GB pt_BR zh_CN sr@Latn")
    shelltools.export("MAKE_DOC", "da et fr it nl pt ru sv")

    pisitools.dosed("po/Makefile.in", "^SUBDIRS =.*", "SUBDIRS = %s" % get.ENV("MAKE_PO"))
    pisitools.dosed("doc/Makefile.in", "^SUBDIRS =.*", "SUBDIRS = . %s kdetv" % get.ENV("MAKE_DOC"))

    kde.configure("--enable-arts")
Beispiel #24
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed("admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5", "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    shelltools.export("DO_NOT_COMPILE", "kvoctrain blinken")
    kde.configure("--enable-closure")
Beispiel #25
0
def setup():
    # For world domination and the rest...
    shelltools.export("DO_NOT_COMPILE", "kpovmodeler kmrml kview kuickshow")

    kde.configure("--with-poppler \
                   --with-kamera \
                   --with-imlib \
                   --without-openexr")
Beispiel #26
0
def setup():
    shelltools.export("DO_NOT_COMPILE", "atlantikdesigner noatun-plugins ksig")

    kde.configure("--with-sdl \
                   --without-xmms \
                   --with-berkeley-db \
                   --with-db-lib=db_cxx-4.2 \
                   --with-extra-includes=/usr/include/db4.2")
Beispiel #27
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed(
        "admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5",
        "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])

    kde.configure()
Beispiel #28
0
def setup():
    kde.configure(
        "--with-kde \
                   --sysconfdir=/usr/kde/3.5/share/config \
                   --with-pic \
                   --enable-pch \
                   --with-arts"
    )
Beispiel #29
0
def setup():
    shelltools.export("DO_NOT_COMPILE", "ksirc")

    kde.configure("--with-slp \
                   --with-wifi \
                   --disable-sametime-plugin \
                   --without-xmms \
                   --without-external-libgadu")
Beispiel #30
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed("admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5", "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    shelltools.export("DO_NOT_COMPILE", "kvoctrain blinken")
    kde.configure()
Beispiel #31
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed("admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5", "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    shelltools.export("DO_NOT_COMPILE", "kandy korn networkstatus")
    kde.configure("--with-sasl")
Beispiel #32
0
def setup():
    shelltools.export("DO_NOT_COMPILE", "atlantikdesigner noatun-plugins ksig")

    kde.configure("--with-sdl \
                   --without-xmms \
                   --with-berkeley-db \
                   --with-db-lib=db_cxx-4.2 \
                   --with-extra-includes=/usr/include/db4.2")
Beispiel #33
0
def setup():
    kde.configure("--with-kde \
                   --sysconfdir=/usr/kde/3.5/share/config \
                   --with-pic \
                   --with-glut \
                   --enable-pch \
                   --enable-theora \
                   --without-arts \
                   --without-lua")
Beispiel #34
0
def setup():
    kde.configure("--with-libsamplerate \
                   --with-alsa \
                   --without-jack \
                   --with-flac \
                   --with-libmad \
                   --with-vorbis \
                   --with-speex \
                   --without-polypaudio")
Beispiel #35
0
def setup():
    kde.configure("--enable-alsa \
                   --enable-vorbis \
                   --enable-libmad \
                   --with-audiofile \
                   --with-nas \
                   --without-jack \
                   --without-esd \
                   --without-mas")
Beispiel #36
0
def setup():
    kde.configure("--enable-alsa \
                   --enable-vorbis \
                   --enable-libmad \
                   --with-audiofile \
                   --without-nas \
                   --without-jack \
                   --without-esd \
                   --without-mas")
Beispiel #37
0
def setup():
    kde.configure("--with-libsamplerate \
                   --with-alsa \
                   --without-jack \
                   --with-flac \
                   --with-libmad \
                   --with-vorbis \
                   --with-speex \
                   --without-polypaudio")
Beispiel #38
0
def setup():
    kde.configure("--with-kde \
                   --sysconfdir=/usr/kde/3.5/share/config \
                   --with-pic \
                   --with-glut \
                   --enable-pch \
                   --enable-theora \
                   --without-arts \
                   --without-lua")
Beispiel #39
0
def setup():
    shelltools.export("LDFLAGS", "%s -Wl,-z,now" % get.LDFLAGS())
    kde.configure("--disable-dependency-tracking \
                   --enable-maintainer-mode \
                   --disable-pinentry-gtk \
                   --disable-pinentry-gtk2 \
                   --enable-pinentry-qt \
                   --disable-pinentry-curses \
                   --disable-fallback-curses")
Beispiel #40
0
def setup():
    shelltools.export("DO_NOT_COMPILE", "ksirc wifi lanbrowsing")

    autotools.make("-f Makefile.cvs")
    kde.configure("--with-slp \
                   --with-wifi \
                   --disable-sametime-plugin \
                   --without-xmms \
                   --without-external-libgadu")
Beispiel #41
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed("admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5", "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    shelltools.export("DO_NOT_COMPILE", "dcoppython python")
    kde.configure("--with-java=/opt/sun-jdk \
                   --with-python-dir=/usr/lib/%s" % get.curPYTHON())
Beispiel #42
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed(
        "admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5",
        "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    kde.configure("--with-subversion \
                   --with-berkeley-db")
Beispiel #43
0
def setup():
    kde.configure("--with-xine \
                   --with-libgpod \
                   --with-opengl \
                   --with-mp4v2 \
                   --with-libnjb \
                   --with-libmtp \
                   --without-gstreamer \
                   --without-xmms \
                   --disable-debug")
Beispiel #44
0
def setup():
    kde.configure("--with-xine \
                   --with-libgpod \
                   --with-opengl \
                   --with-mp4v2 \
                   --with-libnjb \
                   --with-libmtp \
                   --without-gstreamer \
                   --without-xmms \
                   --disable-debug")
Beispiel #45
0
def setup():
    #kde.make("-f admin/Makefile.common")
    kde.configure("--with-xine \
                   --with-ifp \
                   --with-libgpod \
                   --with-opengl \
                   --with-libnjb \
                   --with-libmtp \
                   --with-mp4v2 \
                   --without-gstreamer \
                   --without-xmms")
Beispiel #46
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed(
        "admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5",
        "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    shelltools.export("DO_NOT_COMPILE", "dcoppython python")
    kde.configure("--with-java=/opt/sun-jdk \
                   --with-python-dir=/usr/lib/%s" % get.curPYTHON())
Beispiel #47
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed("admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5", "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    shelltools.export("DO_NOT_COMPILE", "atlantikdesigner noatun-plugins ksig")

    kde.configure("--with-sdl \
                   --without-xmms \
                   --with-berkeley-db")
Beispiel #48
0
def setup():
    kde.configure("--enable-libsuffix= \
                   --with-external-libsamplerate \
                   --without-resmgr \
                   --with-musicbrainz \
                   --with-hal \
                   --with-lame \
                   --with-flac \
                   --with-oggvorbis \
                   --with-libmad \
                   --without-k3bsetup")
Beispiel #49
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed("admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5", "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    shelltools.export("DO_NOT_COMPILE", "kpovmodeler kmrml kview")
    kde.configure("--with-poppler \
                   --with-kamera \
                   --enable-closure \
                   ")
Beispiel #50
0
def setup():
    kde.configure("--enable-libsuffix= \
                   --with-external-libsamplerate \
                   --without-resmgr \
                   --with-musicbrainz \
                   --with-hal \
                   --with-lame \
                   --with-flac \
                   --with-oggvorbis \
                   --with-libmad \
                   --without-k3bsetup")
Beispiel #51
0
def setup():
    #kde.make("-f admin/Makefile.common")
    kde.configure("--with-xine \
                   --with-ifp \
                   --with-libgpod \
                   --with-opengl \
                   --with-libnjb \
                   --with-libmtp \
                   --with-mp4v2 \
                   --without-gstreamer \
                   --without-xmms")
Beispiel #52
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed(
        "admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5",
        "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    shelltools.export("DO_NOT_COMPILE", "kandy korn networkstatus")
    kde.configure(" --with-sasl \
                    --enable-closure \
                    ")
Beispiel #53
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed(
        "admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5",
        "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    kde.configure("--with-dpms \
                   --with-libart \
                   --with-opengl \
                   --with-xscreensaver")
Beispiel #54
0
def setup():
    # Fix automake and python detection
    pisitools.dosed("admin/cvs.sh", "automake\*1\.10\*", "automake*1.1[0-5]*")
    pisitools.dosed("admin/acinclude.m4.in", "KDE_CHECK_PYTHON_INTERN\(\"2.5", "KDE_CHECK_PYTHON_INTERN(\"%s" % get.curPYTHON().split("python")[1])
    kde.make("-f admin/Makefile.common")

    kde.configure("--with-dpms \
                   --with-libart \
                   --with-opengl \
                   --with-xscreensaver \
                   --enable-closure \
                   ")
Beispiel #55
0
def setup():
    # Fix ffmpeg build error
    shelltools.export("CXXFLAGS", "%s -D__STDC_CONSTANT_MACROS" % get.CXXFLAGS())

    kde.configure("--with-libsamplerate \
                   --with-alsa \
                   --with-flac \
                   --with-libmad \
                   --with-vorbis \
                   --with-speex \
                   --without-jack \
                   --without-polypaudio")
Beispiel #56
0
def setup():
    shelltools.export("LDFLAGS", "%s -Wl,-z,now" % get.LDFLAGS())

    shelltools.system("./autogen.sh")
    kde.configure("--disable-dependency-tracking \
                   --enable-maintainer-mode \
                   --disable-pinentry-gtk \
                   --disable-pinentry-gtk2 \
                   --enable-pinentry-qt \
                   --enable-pinentry-curses \
                   --enable-fallback-curses \
                   --infodir=/usr/share/info")
Beispiel #57
0
def setup():
    shelltools.export(
        "MAKE_PO",
        "bg ca br da de cs cy el es et fi ga fr gl hu is it lt nb mt nl pa pl pt ro ru rw ta sr sv tr en_GB pt_BR zh_CN sr@Latn"
    )
    shelltools.export("MAKE_DOC", "da et fr it nl pt ru sv")

    pisitools.dosed("po/Makefile.in", "^SUBDIRS =.*",
                    "SUBDIRS = %s" % get.ENV("MAKE_PO"))
    pisitools.dosed("doc/Makefile.in", "^SUBDIRS =.*",
                    "SUBDIRS = . %s kdetv" % get.ENV("MAKE_DOC"))

    kde.configure("--enable-arts")