- Bump copyright year, version information and minimum gtk+ version in various files
This commit is contained in:
parent
4d8e49b535
commit
d8c30ffddb
2
INSTALL
2
INSTALL
|
@ -89,7 +89,7 @@ Windows 2000/XP (Vista is untested)
|
||||||
Needed software for building gkrellm on win32 systems:
|
Needed software for building gkrellm on win32 systems:
|
||||||
- MinGW
|
- MinGW
|
||||||
- MSYS (gkrellm Makefiles are NOT compatible with cmd.exe)
|
- 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
|
- OpenSSL (optional), GnuTLS is not recommended on win32
|
||||||
|
|
||||||
Note: Installing gkrellm on windows needs INSTALLROOT set, the default path
|
Note: Installing gkrellm on windows needs INSTALLROOT set, the default path
|
||||||
|
|
4
README
4
README
|
@ -5,7 +5,7 @@ Author: Bill Wilson
|
||||||
Email: billw--at--gkrellm.net
|
Email: billw--at--gkrellm.net
|
||||||
Homepage: http://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.
|
which I release under the GNU General Public License.
|
||||||
Read the COPYRIGHT file for more info.
|
Read the COPYRIGHT file for more info.
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@ User Interface
|
||||||
Requirements
|
Requirements
|
||||||
============
|
============
|
||||||
To use or compile GKrellM, you need:
|
To use or compile GKrellM, you need:
|
||||||
* Gtk+-2.0
|
* Gtk+-2.6
|
||||||
To compile, you additionally need the development libs.
|
To compile, you additionally need the development libs.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ URL: http://gkrellm.net
|
||||||
Source: http://members.dslextreme.com/users/billw/gkrellm/%{name}-%{version}.tar.bz2
|
Source: http://members.dslextreme.com/users/billw/gkrellm/%{name}-%{version}.tar.bz2
|
||||||
Vendor: Bill Wilson <billw--at--gkrellm.net>
|
Vendor: Bill Wilson <billw--at--gkrellm.net>
|
||||||
Packager: 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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
#ifndef IDC_STATIC
|
#ifndef IDC_STATIC
|
||||||
#define IDC_STATIC (-1)
|
#define IDC_STATIC (-1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -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"
|
#include "windows.h"
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Version Information resources
|
// Version Information resources
|
||||||
//
|
//
|
||||||
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 2,3,1,0
|
FILEVERSION 2,3,2,0
|
||||||
PRODUCTVERSION 0,0,0,0
|
PRODUCTVERSION 0,0,0,0
|
||||||
FILEOS VOS__WINDOWS32
|
FILEOS VOS_NT_WINDOWS32
|
||||||
FILETYPE VFT_APP
|
FILETYPE VFT_APP
|
||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "StringFileInfo"
|
BLOCK "StringFileInfo"
|
||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "040904B0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
|
VALUE "CompanyName", "The GKrellM Developers"
|
||||||
VALUE "FileDescription", "GKrellM Daemon"
|
VALUE "FileDescription", "GKrellM Daemon"
|
||||||
VALUE "FileVersion", "2.3.1"
|
VALUE "FileVersion", "2.3.2"
|
||||||
VALUE "InternalName", "gkrellmd"
|
VALUE "InternalName", "gkrellmd"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 1999-2008 Bill Wilson"
|
VALUE "LegalCopyright", "Copyright (C) 1999-2008 Bill Wilson"
|
||||||
VALUE "OriginalFilename", "gkrellmd.exe"
|
VALUE "OriginalFilename", "gkrellmd.exe"
|
||||||
VALUE "ProductName", "GKrellM"
|
VALUE "ProductName", "GKrellM"
|
||||||
VALUE "ProductVersion", "2.3.1"
|
VALUE "ProductVersion", "2.3.2"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "Translation", 0x409, 1200
|
VALUE "Translation", 1033, 1200
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Manifest resources
|
// Manifest resources
|
||||||
//
|
//
|
||||||
1 RT_MANIFEST "win32-manifest.xml"
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
|
1 RT_MANIFEST "win32-manifest.xml"
|
||||||
|
|
|
@ -350,7 +350,7 @@ winops-win32.o: winops-win32.c $(GKRELLM_H)
|
||||||
win32-plugin.o: win32-plugin.c win32-plugin.h
|
win32-plugin.o: win32-plugin.c win32-plugin.h
|
||||||
win32-libgkrellm.o: win32-libgkrellm.c win32-plugin.h
|
win32-libgkrellm.o: win32-libgkrellm.c win32-plugin.h
|
||||||
win32-resource.o: win32-resource.rc win32-resource.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
|
libgkrellm.a: win32-libgkrellm.o
|
||||||
ar -cr libgkrellm.a win32-libgkrellm.o
|
ar -cr libgkrellm.a win32-libgkrellm.o
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
#define IDC_STATIC (-1)
|
#define IDC_STATIC (-1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define IDI_ICON3 105
|
#define IDI_ICON3 105
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Generated by ResEdit 1.3.6
|
// Generated by ResEdit 1.4.3
|
||||||
// Copyright (C) 2006-2007
|
// Copyright (C) 2006-2008
|
||||||
// http://www.resedit.net
|
// http://www.resedit.net
|
||||||
|
|
||||||
#include "win32-resource.h"
|
#include "win32-resource.h"
|
||||||
|
@ -9,34 +9,37 @@
|
||||||
//
|
//
|
||||||
// Icon resources
|
// Icon resources
|
||||||
//
|
//
|
||||||
IDI_ICON3 ICON "gkrellm.ico"
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
|
IDI_ICON3 ICON "gkrellm.ico"
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Version Information resources
|
// Version Information resources
|
||||||
//
|
//
|
||||||
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 2,3,1,0
|
FILEVERSION 2,3,2,0
|
||||||
PRODUCTVERSION 0,0,0,0
|
PRODUCTVERSION 0,0,0,0
|
||||||
FILEOS VOS__WINDOWS32
|
FILEOS VOS_NT_WINDOWS32
|
||||||
FILETYPE VFT_APP
|
FILETYPE VFT_APP
|
||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "StringFileInfo"
|
BLOCK "StringFileInfo"
|
||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "040904B0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
|
VALUE "CompanyName", "The GKrellM Developers"
|
||||||
VALUE "FileDescription", "GKrellM"
|
VALUE "FileDescription", "GKrellM"
|
||||||
VALUE "FileVersion", "2.3.1"
|
VALUE "FileVersion", "2.3.2"
|
||||||
VALUE "InternalName", "gkrellm"
|
VALUE "InternalName", "gkrellm"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 1999-2007 Bill Wilson"
|
VALUE "LegalCopyright", "Copyright (C) 1999-2008 Bill Wilson"
|
||||||
VALUE "OriginalFilename", "gkrellm.exe"
|
VALUE "OriginalFilename", "gkrellm.exe"
|
||||||
VALUE "ProductName", "GKrellM"
|
VALUE "ProductName", "GKrellM"
|
||||||
VALUE "ProductVersion", "2.3.1"
|
VALUE "ProductVersion", "2.3.2"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "Translation", 0x409, 1200
|
VALUE "Translation", 1033, 1200
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
||||||
|
@ -44,4 +47,5 @@ END
|
||||||
//
|
//
|
||||||
// Manifest resources
|
// Manifest resources
|
||||||
//
|
//
|
||||||
1 RT_MANIFEST "win32-manifest.xml"
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
|
1 RT_MANIFEST "win32-manifest.xml"
|
||||||
|
|
Loading…
Reference in New Issue