~ubuntu-branches/ubuntu/natty/cairo-dock/natty

« back to all changes in this revision

Viewing changes to src/cairo-dock-callbacks.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche, Matthieu Baerts (matttbe), Didier Roche
  • Date: 2009-08-26 17:13:42 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090826171342-62kxoo56muu8cu1o
Tags: 2.0.8.1-0ubuntu1
[ Matthieu Baerts (matttbe) ]
* New Upstream Version.
* debian/control:
 - Remove cairo-dock as depends for cairo-dock-data
* Update the man page
* Rename cairo-dock -> cairo-dock-core
* Add a new meta-package (cairo-dock) for cairo-dock-core and
  cairo-dock-plug-ins
* Add licences

[ Didier Roche ]
* Repackage to have a separated diff.gz (as debian/ directory is not in
  upstream bz2)
* debian/rules:
  - install manpage in cairo-dock-core
  - remove uneeded dh_desktop call
* debian/control:
  - add ${misc:Depends} to cairo-dock to fix lintian warning
  - fix typos and wrong description usage
  - bump Standard-Version to 3.8.3
* debian/cairo-dock.install: removed
* debian/cairo-dock-core.install: add destkop file there
* debian/debian/cairo-dock-data.install: add some missing files and
  renamed cairo-dock-package-theme.sh to cairo-dock-package-theme
* Add debian/cairo-dock-data.lintian-overrides as plugin config file
  uses a shebang (upstream warned)
* add debian/patches/01_rename_cairo-dock-package-theme.patch (upstream
  will apply it next time)
* debian/cairo-dock-dev.install: remove .la file 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
* Callbacks headers for Cairo-Dock
 
3
*
 
4
* Copyright : (C) 2009 by Fabrice Rey
 
5
* E-mail    : fabounet@users.berlios.de
 
6
*
 
7
* This program is free software; you can redistribute it and/or
 
8
* modify it under the terms of the GNU General Public License
 
9
* as published by the Free Software Foundation; either version 3
 
10
* of the License, or (at your option) any later version.
 
11
*
 
12
* This program is distributed in the hope that it will be useful,
 
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
* GNU General Public License for more details.
 
16
*   http://www.gnu.org/licenses/licenses.html#GPL
 
17
*/
1
18
 
2
19
#ifndef __CAIRO_DOCK_CALLBACKS__
3
20
#define  __CAIRO_DOCK_CALLBACKS__