~ubuntu-branches/ubuntu/precise/kdegames/precise

« back to all changes in this revision

Viewing changes to palapeli/src/main.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-11-23 23:46:48 UTC
  • mfrom: (1.3.13) (2.2.9 sid)
  • Revision ID: package-import@ubuntu.com-20111123234648-v9hpomxnuq5xvgci
Tags: 4:4.7.3-0ubuntu1
* New upstream release
* Merge from Debian unstable, remaining changes:
  - Don't build-dep on libopenal-dev, in universe
  - Split kdegames-card-data into kdegames-card-data and
    kdegames-card-data-extra to save space on the CD.
  - Make palapeli suggest instead of recommend qhull-bin (not in main).
  - Don't build-dep on libqt4-opengl-dev and libglu1-mesa-dev on armel to
    fix FTBFS due to attempt to use GL instead of GLES (LP: #707794)
    + Build ksudoko and kubrick only on i386 amd64 powerpc
    + Include ksudoko and kubrick in the kdegrams metapackage only on i386
      amd64 powerpc
    + Switch kdegames to architecture any due to the need for architecture
      specific dependencies
  - Drop Granatier, libopenal is in universe
  - Bump klickety breaks/replaces on ksame to 4:4.6.80 to catch
    Natty 4.6.5 packages.
* Add usr/share/kde4/apps/kdegames/pics/star.png to libkdegames5a.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        options.add("", ki18n("If the -i/--import option is specified, the main window will not be shown after importing the given puzzle."));
39
39
        KCmdLineArgs::addCmdLineOptions(options);
40
40
 
41
 
#ifdef Q_WS_X11
42
 
        QApplication::setGraphicsSystem("raster");
43
 
#endif
44
41
        KApplication app;
45
42
 
46
43
        KCmdLineArgs* args = KCmdLineArgs::parsedArgs();