Mercurial > projects > pk-update-icon
changeset 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 | 7e44a0a8dc2c |
children | f6edbee6441f |
files | AUTHORS README |
diffstat | 2 files changed, 50 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/AUTHORS Fri Feb 07 18:10:41 2014 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -Pavol Rusnak <stick@gk2.sk> -Guido Berhoerster <gber@opensuse.org>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Fri Feb 07 18:31:52 2014 +0100 @@ -0,0 +1,50 @@ +pk-update-icon +============== + +Description +----------- + +pk-update-icon displays notifications and an icon in the tray area of the panel +when package updates are available. + +Build Instructions +------------------ + +pk-update-icon requires GNU make, GNU gettext, GNU or BSD install, the +xsltproc tool from libxml2 and the following shared libraries to be installed: + +- GLib version 2.30 or later +- GTK+ version 2.24 or later +- libunique +- libnotify +- PackageKit-glib2 + +Authors +------- + +pk-update-icon was initially created by Pavol Rusnak and later rewritten by +Guido Berhoerster. + +License +------- + +Except otherwise noted, all files are Copyright (C) 2014 Guido Berhoerster and +distributed under the following license terms: + +Copyright (C) 2014 Guido Berhoerster <gber@opensuse.org> + +Licensed under the GNU General Public License Version 2 + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.