File: default.apspec.in

package info (click to toggle)
alltray 0.71a-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,672 kB
  • ctags: 475
  • sloc: sh: 10,028; ansic: 5,543; makefile: 67
file content (45 lines) | stat: -rwxr-xr-x 1,248 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# -*-shell-script-*-

[Meta]
RootName: @alltray.sourceforge.net/alltray:$SOFTWAREVERSION
DisplayName: AllTray Docking Utility
ShortName: alltray
Maintainer: Jochen Baier <email@jochen-baier.de>
Packager: Jochen Baier <email@jochen-baier.de>
Summary: Alltray allows to dock any program.
URL: http://alltray.sourceforge.net
License: GNU General Public License, Version 2
SoftwareVersion: @VERSION@
AutopackageTarget: 1.0

[Description]
With AllTray you can dock any application with no native tray icon
(like Evolution, Thunderbird, Terminals) into the system tray.
A high-light feature is that a click on the "close" button
will minimize back to system tray. It works well with Gnome,
KDE, XFCE 4, Fluxbox and WindowMaker.

[BuildPrepare]
prepareBuild

[BuildUnprepare]
unprepareBuild

[Imports]
echo '*' | import

[Prepare]
# Dependency checking
require @gtk.org/gtk 2.2

[Install]
# Put your installation script here
installExe bin/alltray
copyFile lib/liballtray.so.0.0.0 "$PREFIX/lib/liballtray.so.0.0.0"
installMan 1 man/man1/alltray.1
installIcon share/pixmaps/alltray.png
installDesktop "Application/Utility" share/applications/alltray.desktop

[Uninstall]
# Usually just the following line is enough to uninstall everything
uninstallFromLog