annotate README @ 38:db09b66c3853

Add README file with build instructions and author information
author Guido Berhoerster <gber@opensuse.org>
date Fri, 07 Feb 2014 18:31:52 +0100
parents
children cf2421217491
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
1 pk-update-icon
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
2 ==============
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
3
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
4 Description
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
5 -----------
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
6
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
7 pk-update-icon displays notifications and an icon in the tray area of the panel
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
8 when package updates are available.
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
9
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
10 Build Instructions
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
11 ------------------
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
12
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
13 pk-update-icon requires GNU make, GNU gettext, GNU or BSD install, the
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
14 xsltproc tool from libxml2 and the following shared libraries to be installed:
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
15
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
16 - GLib version 2.30 or later
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
17 - GTK+ version 2.24 or later
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
18 - libunique
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
19 - libnotify
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
20 - PackageKit-glib2
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
21
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
22 Authors
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
23 -------
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
24
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
25 pk-update-icon was initially created by Pavol Rusnak and later rewritten by
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
26 Guido Berhoerster.
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
27
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
28 License
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
29 -------
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
30
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
31 Except otherwise noted, all files are Copyright (C) 2014 Guido Berhoerster and
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
32 distributed under the following license terms:
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
33
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
34 Copyright (C) 2014 Guido Berhoerster <gber@opensuse.org>
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
35
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
36 Licensed under the GNU General Public License Version 2
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
37
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
38 This program is free software; you can redistribute it and/or modify
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
39 it under the terms of the GNU General Public License as published by
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
40 the Free Software Foundation; either version 2 of the License, or
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
41 (at your option) any later version.
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
42
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
43 This program is distributed in the hope that it will be useful,
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
44 but WITHOUT ANY WARRANTY; without even the implied warranty of
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
45 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
46 GNU General Public License for more details.
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
47
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
48 You should have received a copy of the GNU General Public License
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
49 along with this program; if not, write to the Free Software
db09b66c3853 Add README file with build instructions and author information
Guido Berhoerster <gber@opensuse.org>
parents:
diff changeset
50 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.