~ubuntu-branches/ubuntu/precise/rss-glx/precise

« back to all changes in this revision

Viewing changes to reallyslick/c_src/lattice.desktop

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-06-03 18:41:32 UTC
  • mfrom: (1.1.5 upstream) (2.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090603184132-znjy66pq9xom7hac
Tags: 0.9.0-2ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop dependency on openal. It is not enabled by default anyway, and
    allows openal to migrate to universe.
  - src/skyrocket.{cpp,xml}: Disable sound by default.
  - Add --disable-sound configure flag to debian/rules, as we don't keep 
    the dependencies on openal nor freeglut (both universe packages).
* Dropped changes, merged upstream:
  - other_src/Makefile.am: fix the upstream build rules to actually use
    the ImageMagick CFLAGS returned by pkg-config.
  - Move the unconditional ImageMagick check up in configure.in so that
    our first PKG_CHECK_MODULES() call isn't hidden behind a shell
    conditional.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[Desktop Entry]
2
 
Encoding=UTF-8
3
 
Exec=lattice
4
 
Icon=kscreensaver
5
 
Type=Application
6
 
Actions=InWindow;Root
7
 
Name=Lattice (GL)
8
 
 
9
 
[Desktop Action Setup]
10
 
Exec=kxsconfig lattice
11
 
Name=Setup...
12
 
 
13
 
[Desktop Action InWindow]
14
 
Exec=kxsrun lattice -- -window-id %w
15
 
Name=Display in specified window
16
 
NoDisplay=true
17
 
 
18
 
[Desktop Action Root]
19
 
Exec=kxsrun lattice -- --root
20
 
Name=Display in root window
21
 
NoDisplay=true