[Lunar-commits] <moonbase> gpm, gpm-docs: version bumped to 1.20.6.
Florin Braescu
florin at lunar-linux.org
Wed Feb 11 23:43:06 CET 2009
commit 3029e0493ebe41a24a7504a60fc7cd5ce1156890
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Feb 12 00:43:06 2009 +0200
gpm, gpm-docs: version bumped to 1.20.6.
Some cleanups were made.
fcntl.h is included rather than unistd.h for open().
The gcc warning "control reaches end of non-void function" was fixed.
Building with libtool-2 was fixed.
---
utils/gpm-docs/BUILD | 8 +++-----
utils/gpm-docs/DETAILS | 11 +++++++----
utils/gpm/DETAILS | 6 +++---
3 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/utils/gpm-docs/BUILD b/utils/gpm-docs/BUILD
index c1a7b67..0155429 100644
--- a/utils/gpm-docs/BUILD
+++ b/utils/gpm-docs/BUILD
@@ -10,9 +10,7 @@
sedit "s/\/usr\/bin\/awk/\/bin\/awk/" doc/mktxt &&
# doc section
- cd doc &&
- make &&
- prepare_install &&
- make install
-
+ cd doc &&
+ default_make
+
) > $C_FIFO 2>&1
diff --git a/utils/gpm-docs/DETAILS b/utils/gpm-docs/DETAILS
index 12ead09..233d587 100644
--- a/utils/gpm-docs/DETAILS
+++ b/utils/gpm-docs/DETAILS
@@ -1,13 +1,16 @@
MODULE=gpm-docs
MODNAME=gpm
- VERSION=1.20.5
+ VERSION=1.20.6
SOURCE=$MODNAME-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODNAME-$VERSION
- SOURCE_URL[0]=ftp://arcana.linux.it/pub/$MODULE
+ SOURCE_URL[0]=http://linux.schottelius.org/gpm/archives
+ SOURCE_URL[1]=ftp://arcana.linux.it/pub/gpm
+ SOURCE_VFY=sha1:f3bb9272878b7934968381c8b25edab359114150
WEB_SITE=unknown
ENTERED=20020512
- UPDATED=20020512
- SHORT="mouse server for the console and xterm"
+ UPDATED=20090212
+ SHORT="Documentation for the mouse server"
+
cat << EOF
This is just the documentation and man pages for gpm. We build them
separately because the original author created a separate Makefile and
diff --git a/utils/gpm/DETAILS b/utils/gpm/DETAILS
index 7d2fa85..04eac21 100644
--- a/utils/gpm/DETAILS
+++ b/utils/gpm/DETAILS
@@ -1,12 +1,12 @@
MODULE=gpm
- VERSION=1.20.5
+ VERSION=1.20.6
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=http://linux.schottelius.org/gpm/archives
SOURCE_URL[1]=ftp://arcana.linux.it/pub/gpm
- SOURCE_VFY=sha1:4a8c2109167da8e60055c25dadc383d02ba32538
+ SOURCE_VFY=sha1:f3bb9272878b7934968381c8b25edab359114150
WEB_SITE=http://linux.schottelius.org/gpm
ENTERED=20011003
- UPDATED=20080617
+ UPDATED=20090212
PSAFE=no
SHORT="A mouse server for the console and xterm"
More information about the Lunar-commits
mailing list