summaryrefslogtreecommitdiff
path: root/gpm
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2008-05-30 23:13:10 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2008-05-31 00:08:56 +1000
commitf7e4a52c5d746606cfa5345919a9a05c738afbe5 (patch)
tree011165ca2714b2cfccaa15896701509e60094177 /gpm
parent56cc8a58a4412b3e29fd7bdb3bbf1d496d330cd9 (diff)
downloadcontrib-f7e4a52c5d746606cfa5345919a9a05c738afbe5.tar.gz
contrib-f7e4a52c5d746606cfa5345919a9a05c738afbe5.tar.xz
gpm: 1.20.3 -> 1.20.4
Diffstat (limited to 'gpm')
-rw-r--r--gpm/.footprint5
-rw-r--r--gpm/.md5sum10
-rw-r--r--gpm/Pkgfile6
-rw-r--r--gpm/gpm-1.20.4-make-install-fixes.patch (renamed from gpm/gpm-1.20.3-make-install-fixes.patch)0
-rw-r--r--gpm/gpm-1.20.4-no-dumb-error-messages.patch (renamed from gpm/gpm-1.20.3-no-dumb-error-messages.patch)0
-rw-r--r--gpm/gpm-1.20.4-no-emacs-dir.patch (renamed from gpm/gpm-1.20.3-no-emacs-dir.patch)0
-rw-r--r--gpm/gpm-1.20.4-nodebug.patch (renamed from gpm/gpm-1.20.3-nodebug.patch)0
7 files changed, 12 insertions, 9 deletions
diff --git a/gpm/.footprint b/gpm/.footprint
index 13cb192f4..7eacecd9a 100644
--- a/gpm/.footprint
+++ b/gpm/.footprint
@@ -14,8 +14,9 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/gpm.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libgpm.a
-lrwxrwxrwx root/root usr/lib/libgpm.so -> libgpm.so.1.20.0
--rw-r--r-- root/root usr/lib/libgpm.so.1.20.0
+lrwxrwxrwx root/root usr/lib/libgpm.so -> libgpm.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libgpm.so.2 -> libgpm.so.2.0.0
+-rw-r--r-- root/root usr/lib/libgpm.so.2.0.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/gpm-root.1.gz
diff --git a/gpm/.md5sum b/gpm/.md5sum
index 664ab8ce0..30bda79ef 100644
--- a/gpm/.md5sum
+++ b/gpm/.md5sum
@@ -1,6 +1,6 @@
-35b2982a699fde759f77c0d96bd93036 gpm-1.20.3-make-install-fixes.patch
-d755c8a2f5a96c7380dbb5322c99322b gpm-1.20.3-no-dumb-error-messages.patch
-fde77ebb9594d9b1b66811850705214a gpm-1.20.3-no-emacs-dir.patch
-6dd8a9e02b59dc2721f694e2c72e028e gpm-1.20.3-nodebug.patch
-dd6054c488fc36fec327acc5b1f3e7d6 gpm-1.20.3.tar.bz2
+35b2982a699fde759f77c0d96bd93036 gpm-1.20.4-make-install-fixes.patch
+d755c8a2f5a96c7380dbb5322c99322b gpm-1.20.4-no-dumb-error-messages.patch
+fde77ebb9594d9b1b66811850705214a gpm-1.20.4-no-emacs-dir.patch
+6dd8a9e02b59dc2721f694e2c72e028e gpm-1.20.4-nodebug.patch
+c686ab7e852d1088cdd8b136dcbcd3aa gpm-1.20.4.tar.bz2
e8160a72365d3c79064ff76fbb7bfc70 gpm.rc
diff --git a/gpm/Pkgfile b/gpm/Pkgfile
index 423edacdd..4c5f4075b 100644
--- a/gpm/Pkgfile
+++ b/gpm/Pkgfile
@@ -4,7 +4,7 @@
# Packager: Han Boetes, han at mijncomputer dot nl
name=gpm
-version=1.20.3
+version=1.20.4
release=1
source=(http://unix.schottelius.org/gpm/archives/gpm-$version.tar.bz2 \
gpm-$version-no-emacs-dir.patch \
@@ -28,7 +28,9 @@ build() {
make -j 1
make ROOT=$PKG install
- install -m 0755 -D ../gpm.rc $PKG/etc/rc.d/gpm
+ ln -s libgpm.so.2.0.0 $PKG/usr/lib/libgpm.so
+ install -m 0755 -D $SRC/gpm.rc $PKG/etc/rc.d/gpm
+
rm -r $PKG/usr/share/info
rmdir $PKG/usr/etc
rmdir $PKG/usr/share
diff --git a/gpm/gpm-1.20.3-make-install-fixes.patch b/gpm/gpm-1.20.4-make-install-fixes.patch
index 803c6622f..803c6622f 100644
--- a/gpm/gpm-1.20.3-make-install-fixes.patch
+++ b/gpm/gpm-1.20.4-make-install-fixes.patch
diff --git a/gpm/gpm-1.20.3-no-dumb-error-messages.patch b/gpm/gpm-1.20.4-no-dumb-error-messages.patch
index 8b85a273d..8b85a273d 100644
--- a/gpm/gpm-1.20.3-no-dumb-error-messages.patch
+++ b/gpm/gpm-1.20.4-no-dumb-error-messages.patch
diff --git a/gpm/gpm-1.20.3-no-emacs-dir.patch b/gpm/gpm-1.20.4-no-emacs-dir.patch
index d3edf560d..d3edf560d 100644
--- a/gpm/gpm-1.20.3-no-emacs-dir.patch
+++ b/gpm/gpm-1.20.4-no-emacs-dir.patch
diff --git a/gpm/gpm-1.20.3-nodebug.patch b/gpm/gpm-1.20.4-nodebug.patch
index 282651925..282651925 100644
--- a/gpm/gpm-1.20.3-nodebug.patch
+++ b/gpm/gpm-1.20.4-nodebug.patch

Generated by cgit