View | Details | Raw Unified | Return to bug 52012
Collapse All | Expand All

(-)gnomekiss/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	gnomekiss
8
PORTNAME=	gnomekiss
9
PORTVERSION=	1.4
9
PORTVERSION=	1.6
10
PORTREVISION=	1
11
CATEGORIES=	games gnome
10
CATEGORIES=	games gnome
12
MASTER_SITES=	http://www.ecs.soton.ac.uk/~njl98r/code/kiss/
11
MASTER_SITES=	http://www.ecs.soton.ac.uk/~njl98r/code/kiss/
13
12
(-)gnomekiss/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gnomekiss-1.4.tar.gz) = f5fe0eda4306e4cd0895dfb4081f9503
1
MD5 (gnomekiss-1.6.tar.gz) = 1b25fdb9c9e2959cd9f31c7550a8b0fa
(-)gnomekiss/files/patch-aa (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	Mon Jan 21 00:14:10 2002
2
+++ configure	Sat Jan 26 20:37:38 2002
3
@@ -4007,7 +4007,7 @@
4
 PACKAGE_PIXMAPS_DIR="`gnome-config --datadir`/pixmaps/${PACKAGE}"
5
 
6
 
7
-GNOME_DESKTOP_DIR="`gnome-config --datadir`/gnome/apps"
8
+GNOME_DESKTOP_DIR="`gnome-config --datadir`/apps"
9
 
10
 
11
 trap '' 1 2 15
(-)gnomekiss/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	Mon Jan 21 00:14:10 2002
2
+++ configure	Sat Jan 26 20:37:38 2002
3
@@ -4007,7 +4007,7 @@
4
 PACKAGE_PIXMAPS_DIR="`gnome-config --datadir`/pixmaps/${PACKAGE}"
5
 
6
 
7
-GNOME_DESKTOP_DIR="`gnome-config --datadir`/gnome/apps"
8
+GNOME_DESKTOP_DIR="`gnome-config --datadir`/apps"
9
 
10
 
11
 trap '' 1 2 15
(-)gnomekiss/files/patch-src::event.c (+10 lines)
Line 0 Link Here
1
--- src/event.c.orig	Sat May 10 07:14:55 2003
2
+++ src/event.c	Sat May 10 11:05:13 2003
3
@@ -21,6 +21,7 @@
4
 #endif
5
 
6
 #include <sys/types.h>
7
+#include <signal.h>
8
 #include <sys/wait.h>
9
 #include <unistd.h>
10
 #include <gnome.h>
(-)gnomekiss/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/gnomekiss
1
bin/gnomekiss
2
share/gnome/pixmaps/gnomekiss/besito_sinfondo.png
2
share/gnome/pixmaps/gnomekiss/gnome-kiss.png
3
share/gnome/pixmaps/gnomekiss/gnome-kiss.png
3
share/gnome/apps/Games/gnomekiss.desktop
4
share/gnome/apps/Games/gnomekiss.desktop
4
share/locale/en_GB/LC_MESSAGES/gnomekiss.mo
5
share/locale/en_GB/LC_MESSAGES/gnomekiss.mo

Return to bug 52012