update to leafpad-0.8.8; from maintainer Antoine Jacoutot

This commit is contained in:
pvalchev 2006-04-09 17:16:11 +00:00
parent cb64de1a0a
commit 0c869f33c5
4 changed files with 6 additions and 31 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2006/04/07 07:02:36 steven Exp $
# $OpenBSD: Makefile,v 1.3 2006/04/09 17:16:11 pvalchev Exp $
COMMENT= "simple GTK+ text editor"
DISTNAME= leafpad-0.8.7
PKGNAME= ${DISTNAME}p0
DISTNAME= leafpad-0.8.8
CATEGORIES= editors x11
HOMEPAGE= http://tarot.freeshell.org/leafpad/

View File

@ -1,4 +1,4 @@
MD5 (leafpad-0.8.7.tar.gz) = 6dd5a0882a289a5351b08618883427a1
RMD160 (leafpad-0.8.7.tar.gz) = 6bc07f837e528e65546b30d0036cbe1296200e9b
SHA1 (leafpad-0.8.7.tar.gz) = e405e5cc0e73da71281d5148fe8dd4301dfbd276
SIZE (leafpad-0.8.7.tar.gz) = 246464
MD5 (leafpad-0.8.8.tar.gz) = 06d05c42230591f90e9f4dcc356784b2
RMD160 (leafpad-0.8.8.tar.gz) = 5d093956a8e3add93067d7cf9c60d6cf3f4d6b98
SHA1 (leafpad-0.8.8.tar.gz) = ec72dfdff616f7c707fb5ac3ee7657e97053580c
SIZE (leafpad-0.8.8.tar.gz) = 245876

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_file_c,v 1.1 2006/04/07 07:02:36 steven Exp $
--- src/file.c.orig Thu Apr 6 17:53:25 2006
+++ src/file.c Thu Apr 6 17:53:37 2006
@@ -185,7 +185,7 @@ gint file_save_real(GtkWidget *view, Fil
FILE *fp;
GtkTextIter start, end;
gchar *str;
- gint rbytes, wbytes;
+ gsize rbytes, wbytes;
GError *err = NULL;
GtkTextBuffer *buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(view));

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_print_c,v 1.1 2006/04/07 07:02:36 steven Exp $
--- src/print.c.orig Thu Apr 6 17:53:59 2006
+++ src/print.c Thu Apr 6 17:54:08 2006
@@ -41,7 +41,7 @@ static gint write_tmp(gint fd)
FILE *fp;
GtkTextIter start, end;
gchar *str;
- gint rbytes, wbytes;
+ gsize rbytes, wbytes;
GError *error = NULL;
GtkTextBuffer *buffer = pub->mw->buffer;