- Bump copyright year, version information and minimum gtk+ version in various files

This commit is contained in:
Stefan Gehn 2008-09-30 17:37:03 +00:00
parent 4d8e49b535
commit d8c30ffddb
8 changed files with 39 additions and 25 deletions

View File

@ -89,7 +89,7 @@ Windows 2000/XP (Vista is untested)
Needed software for building gkrellm on win32 systems:
- MinGW
- MSYS (gkrellm Makefiles are NOT compatible with cmd.exe)
- GTK >= 2.4 Development files (see http://www.gimp.org/~tml/gimp/win32/)
- GTK >= 2.6 Development files (see http://www.gimp.org/~tml/gimp/win32/)
- OpenSSL (optional), GnuTLS is not recommended on win32
Note: Installing gkrellm on windows needs INSTALLROOT set, the default path

4
README
View File

@ -5,7 +5,7 @@ Author: Bill Wilson
Email: billw--at--gkrellm.net
Homepage: http://gkrellm.net
Copyright (c) 1999-2006 by Bill Wilson. This program is free software
Copyright (c) 1999-2008 by Bill Wilson. This program is free software
which I release under the GNU General Public License.
Read the COPYRIGHT file for more info.
@ -96,7 +96,7 @@ User Interface
Requirements
============
To use or compile GKrellM, you need:
* Gtk+-2.0
* Gtk+-2.6
To compile, you additionally need the development libs.

View File

@ -13,7 +13,7 @@ URL: http://gkrellm.net
Source: http://members.dslextreme.com/users/billw/gkrellm/%{name}-%{version}.tar.bz2
Vendor: Bill Wilson <billw--at--gkrellm.net>
Packager: Bill Wilson <billw--at--gkrellm.net>
Requires: gtk2 >= 2.0, glib2 >= 2.0
Requires: gtk2 >= 2.6, glib2 >= 2.0
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description

View File

@ -1,3 +1,4 @@
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif

View File

@ -1,35 +1,44 @@
//#include "win32-resource.h"
// Generated by ResEdit 1.4.3
// Copyright (C) 2006-2008
// http://www.resedit.net
#include "win32-resource.h"
#include "windows.h"
//
// Version Information resources
//
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
1 VERSIONINFO
FILEVERSION 2,3,1,0
FILEVERSION 2,3,2,0
PRODUCTVERSION 0,0,0,0
FILEOS VOS__WINDOWS32
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904B0"
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "The GKrellM Developers"
VALUE "FileDescription", "GKrellM Daemon"
VALUE "FileVersion", "2.3.1"
VALUE "FileVersion", "2.3.2"
VALUE "InternalName", "gkrellmd"
VALUE "LegalCopyright", "Copyright (C) 1999-2008 Bill Wilson"
VALUE "OriginalFilename", "gkrellmd.exe"
VALUE "ProductName", "GKrellM"
VALUE "ProductVersion", "2.3.1"
VALUE "ProductVersion", "2.3.2"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
VALUE "Translation", 1033, 1200
END
END
//
// Manifest resources
//
1 RT_MANIFEST "win32-manifest.xml"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
1 RT_MANIFEST "win32-manifest.xml"

View File

@ -350,7 +350,7 @@ winops-win32.o: winops-win32.c $(GKRELLM_H)
win32-plugin.o: win32-plugin.c win32-plugin.h
win32-libgkrellm.o: win32-libgkrellm.c win32-plugin.h
win32-resource.o: win32-resource.rc win32-resource.h
windres -I.. -o win32-resource.o win32-resource.rc
windres -o win32-resource.o win32-resource.rc
libgkrellm.a: win32-libgkrellm.o
ar -cr libgkrellm.a win32-libgkrellm.o

View File

@ -2,4 +2,4 @@
#define IDC_STATIC (-1)
#endif
#define IDI_ICON3 105
#define IDI_ICON3 105

View File

@ -1,5 +1,5 @@
// Generated by ResEdit 1.3.6
// Copyright (C) 2006-2007
// Generated by ResEdit 1.4.3
// Copyright (C) 2006-2008
// http://www.resedit.net
#include "win32-resource.h"
@ -9,34 +9,37 @@
//
// Icon resources
//
IDI_ICON3 ICON "gkrellm.ico"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDI_ICON3 ICON "gkrellm.ico"
//
// Version Information resources
//
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
1 VERSIONINFO
FILEVERSION 2,3,1,0
FILEVERSION 2,3,2,0
PRODUCTVERSION 0,0,0,0
FILEOS VOS__WINDOWS32
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904B0"
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "The GKrellM Developers"
VALUE "FileDescription", "GKrellM"
VALUE "FileVersion", "2.3.1"
VALUE "FileVersion", "2.3.2"
VALUE "InternalName", "gkrellm"
VALUE "LegalCopyright", "Copyright (C) 1999-2007 Bill Wilson"
VALUE "LegalCopyright", "Copyright (C) 1999-2008 Bill Wilson"
VALUE "OriginalFilename", "gkrellm.exe"
VALUE "ProductName", "GKrellM"
VALUE "ProductVersion", "2.3.1"
VALUE "ProductVersion", "2.3.2"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
VALUE "Translation", 1033, 1200
END
END
@ -44,4 +47,5 @@ END
//
// Manifest resources
//
1 RT_MANIFEST "win32-manifest.xml"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
1 RT_MANIFEST "win32-manifest.xml"