diff options
Diffstat (limited to 'scripts/kdesvn-buildrc-sample')
-rw-r--r-- | scripts/kdesvn-buildrc-sample | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/scripts/kdesvn-buildrc-sample b/scripts/kdesvn-buildrc-sample index 4e2a2c30..2d8b9bac 100644 --- a/scripts/kdesvn-buildrc-sample +++ b/scripts/kdesvn-buildrc-sample @@ -1,6 +1,6 @@ -# Sample configuration file for kdesvn-build. (Applies to KDE 3.5) +# Sample configuration file for tdesvn-build. (Applies to KDE 3.5) # -# To use this sample configuration file, copy it to ~/.kdesvn-buildrc, and then +# To use this sample configuration file, copy it to ~/.tdesvn-buildrc, and then # edit it to suit your desires. # Global settings go in this section. They apply to every module unless @@ -15,11 +15,11 @@ global # This is the directory that your KDE sources are downloaded to. This # directory also holds the build and log directories by default. -# source-dir ~/kdesvn +# source-dir ~/tdesvn # This is the Qt installation to use to build KDE. The default is qt-copy # from Subversion. - qtdir ~/kdesvn/build/qt-copy + qtdir ~/tdesvn/build/qt-copy # You might want to use your system's built-in Qt already (3.3 or greater, not # 4.x). If so, assign the qtdir option appropriately. @@ -109,8 +109,8 @@ end module module tdesupport end module -# kdelibs are the base KDE libraries needed by all KDE applications. -module kdelibs +# tdelibs are the base KDE libraries needed by all KDE applications. +module tdelibs configure-flags --enable-sendfile --enable-mitshm # If you're a programmer you may want to build the API docs. Note that @@ -118,40 +118,40 @@ module kdelibs # apidox true end module -# kdebase contains useful general-purpose programs, normally people would +# tdebase contains useful general-purpose programs, normally people would # expect a usable desktop to have these. -module kdebase +module tdebase configure-flags --with-pam --with-shadow end module -# kdemultimedia contains JuK, noatun, Kaboodle, and other KDE multimedia +# tdemultimedia contains JuK, noatun, Kaboodle, and other KDE multimedia # applications. It does not include amarok, which is in extragear/multimedia -module kdemultimedia +module tdemultimedia end module -# kdesdk is a useful module for software developers. It is where kdesvn-build +# tdesdk is a useful module for software developers. It is where tdesvn-build # is developed. -module kdesdk +module tdesdk end module -# kdenetwork has Kopete and other useful applications for the Internet and +# tdenetwork has Kopete and other useful applications for the Internet and # other networks. -module kdenetwork +module tdenetwork end module -# kdeadmin has system administration tools for your computer. -module kdeadmin +# tdeadmin has system administration tools for your computer. +module tdeadmin configure-flags --with-shadow --with-pam=yes end module -# kdebindings is useful for software developers, and for those who wish to run +# tdebindings is useful for software developers, and for those who wish to run # some KDE programs that don't use C++. The python bindings are not included # by default as they never build for me. If you'd like to build all the # bindings, comment out the checkout-only option below. -module kdebindings +module tdebindings checkout-only admin dcopc kalyptus smoke qtruby korundum kjsembed dcoppython -# kdebindings will probably need to use the following option to install +# tdebindings will probably need to use the following option to install # successfully. You must configure the sudo program first to allow for # passwordless operation. # make-install-prefix sudo @@ -164,21 +164,21 @@ module tdepim configure-flags --disable-exchange end module -# kdeutils has miscellaneous programs which can be useful. You probably won't +# tdeutils has miscellaneous programs which can be useful. You probably won't # die if you remove this from the config file though. -module kdeutils +module tdeutils end module -# kdegraphics contains various programs useful for graphics editing. It +# tdegraphics contains various programs useful for graphics editing. It # doesn't include Krita, which is part of KOffice, but it is worth it just for # KolourPaint. -module kdegraphics +module tdegraphics end module -# kdeaddons are nifty additions to some programs in other KDE modules. For +# tdeaddons are nifty additions to some programs in other KDE modules. For # example, there are addons for Konqueror, extra Kicker applets, and Noatun # plugins. -module kdeaddons +module tdeaddons end module # ... Well, they're games. ;) @@ -187,12 +187,12 @@ module tdegames end module # Contains nifty diversions of time, which generally aren't games. -module kdetoys +module tdetoys end module # Educational programs. Some are actually quite fun even if you're not trying # to learn anything. -module kdeedu +module tdeedu end module # The KDE Office Suite. Includes a pretty expansive collection of programs. @@ -205,12 +205,12 @@ end module # The KDevelop IDE, useful for developing all kinds of programs. If you don't # plan on being a software developer you can save time by removing this from # your configuration. -module kdevelop +module tdevelop use-unsermake false end module # Includes Quanta Plus and other web design tools. -module kdewebdev +module tdewebdev end module # Modules in extragear and playground can also be added. @@ -221,7 +221,7 @@ end module # Includes various libraries needed by other applications in extragear. module extragear/libs -# If you don't like the default name that kdesvn-build gives modules on-disk, +# If you don't like the default name that tdesvn-build gives modules on-disk, # you can use dest-dir to change it. # dest-dir extragear-libs end module |