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

« back to all changes in this revision

Viewing changes to src/hufo_smoke.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=hufo_smoke
 
4
Icon=preferences-desktop-screensaver
 
5
X-KDE-ServiceTypes=ScreenSaver
 
6
X-KDE-Category=OpenGL Screen Savers
 
7
X-KDE-Type=OpenGL
 
8
Type=Service
 
9
Actions=Setup;InWindow;Root
 
10
Name=Hufo's Smoke (GL)
 
11
 
 
12
[Desktop Action Setup]
 
13
Exec=kxsconfig hufo_smoke
 
14
Name=Setup...
 
15
 
 
16
[Desktop Action InWindow]
 
17
Exec=kxsrun hufo_smoke -- -window-id %w
 
18
Name=Display in specified window
 
19
NoDisplay=true
 
20
 
 
21
[Desktop Action Root]
 
22
Exec=kxsrun hufo_smoke -- --root
 
23
Name=Display in root window
 
24
NoDisplay=true