- update to gnome-scan-0.6.1

This commit is contained in:
ajacoutot 2009-01-03 15:00:24 +00:00
parent 7267db29e4
commit 61e44c845e
6 changed files with 18 additions and 44 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2008/11/19 14:18:51 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2009/01/03 15:00:24 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,11 +6,11 @@ COMMENT-main= easy-to-use scanning application for GNOME
COMMENT-gimp= flegita GIMP plugin for gnome-scan
GNOME_PROJECT= gnome-scan
GNOME_VERSION= 0.6
GNOME_VERSION= 0.6.1
CATEGORIES= graphics
PKGNAME-main= ${DISTNAME}p4
PKGNAME-gimp= ${GNOME_PROJECT}-gimp-${GNOME_VERSION}p2
PKGNAME-main= ${DISTNAME}
PKGNAME-gimp= ${GNOME_PROJECT}-gimp-${GNOME_VERSION}
SHARED_LIBS= gnomescan 0.0 # .0.0
@ -26,8 +26,6 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${GNOME_PROJECT}/${GNOME_VERSION}/}
WANTLIB= ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 babl-0.0 c \
cairo expat fontconfig freetype gdk-x11-2.0 \
@ -47,7 +45,7 @@ LIB_DEPENDS-main= ${LIB_DEPENDS} \
gegl-0.0::graphics/gegl \
gconf-2.>=6::devel/gconf2
WANTLIB-gimp= ${WANTLIB} gegl-0.0
WANTLIB-gimp= ${WANTLIB} gconf-2 gegl-0.0
LIB_DEPENDS-gimp= ${LIB_DEPENDS} \
gnomescan::${BUILD_PKGPATH},-main \
gimp-2.0.>=245,gimpbase-2.0,gimpcolor-2.0,gimpconfig-2.0,gimpmath-2.0,gimpmodule-2.0,gimpui-2.0,gimpwidgets-2.0::graphics/gimp/stable

View File

@ -1,5 +1,5 @@
MD5 (gnome/gnome-scan-0.6.tar.gz) = su7prEYw1iA3ptDoCyrADg==
RMD160 (gnome/gnome-scan-0.6.tar.gz) = JxCb6Lh5TAaxoDaN9xcB8Ro7vg4=
SHA1 (gnome/gnome-scan-0.6.tar.gz) = GxkcHKBK0uBpNUbicWj6YloMVAs=
SHA256 (gnome/gnome-scan-0.6.tar.gz) = CwF3PslKujX83i966lagr6CGgbaobqRZW7nqQbIjBOU=
SIZE (gnome/gnome-scan-0.6.tar.gz) = 674176
MD5 (gnome/gnome-scan-0.6.1.tar.gz) = t8XGFz0WE9P+XIhSn26C4g==
RMD160 (gnome/gnome-scan-0.6.1.tar.gz) = jDhb8SzP2S680Bn5a9RQod6ViKA=
SHA1 (gnome/gnome-scan-0.6.1.tar.gz) = xPm5XnyZOiLA8yVspL++6c7JvyU=
SHA256 (gnome/gnome-scan-0.6.1.tar.gz) = VbG1cb9XvxavPHdqtksjE2xS0Uq2IvwY8VXPskpHeug=
SIZE (gnome/gnome-scan-0.6.1.tar.gz) = 621452

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.1.1.1 2008/04/14 12:38:02 ajacoutot Exp $
--- configure.orig Thu Apr 10 16:02:18 2008
+++ configure Thu Apr 10 16:02:39 2008
@@ -22018,7 +22018,7 @@ fi
$OpenBSD: patch-configure,v 1.2 2009/01/03 15:00:24 ajacoutot Exp $
--- configure.orig Sat Dec 6 14:48:55 2008
+++ configure Sat Jan 3 13:55:09 2009
@@ -13754,7 +13754,7 @@ fi
MODULE_DIR=${libdir}/${PACKAGE_NAME}-${API_VERSION}

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-doc_ref_Makefile_in,v 1.1.1.1 2008/04/14 12:38:02 ajacoutot Exp $
--- doc/ref/Makefile.in.orig Thu Apr 10 16:05:08 2008
+++ doc/ref/Makefile.in Thu Apr 10 16:05:40 2008
@@ -232,7 +232,7 @@ AUTOMAKE_OPTIONS = 1.9
$OpenBSD: patch-doc_ref_Makefile_in,v 1.2 2009/01/03 15:00:24 ajacoutot Exp $
--- doc/ref/Makefile.in.orig Sat Dec 6 15:22:08 2008
+++ doc/ref/Makefile.in Sat Jan 3 13:55:10 2009
@@ -230,7 +230,7 @@ AUTOMAKE_OPTIONS = 1.9
# of using the various options.
# The name of the module, e.g. 'glib'.

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-lib_gnome-scan-dialog_c,v 1.1.1.1 2008/04/14 12:38:02 ajacoutot Exp $
--- lib/gnome-scan-dialog.c.orig Sat Apr 12 13:28:47 2008
+++ lib/gnome-scan-dialog.c Sat Apr 12 13:29:14 2008
@@ -893,7 +893,7 @@ gsd_probe_done (GnomeScanBackend *backend, GnomeScanDi
}
if (priv->probe_done) {
- arrow_cursor = gdk_cursor_new(GDK_ARROW);
+ arrow_cursor = gdk_cursor_new(GDK_LEFT_PTR);
gdk_window_set_cursor (GTK_WIDGET(dialog)->window,
arrow_cursor);
gdk_cursor_unref (arrow_cursor);

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-lib_gnome-scan-preview-plugin-area_c,v 1.1.1.1 2008/04/14 12:38:02 ajacoutot Exp $
--- lib/gnome-scan-preview-plugin-area.c.orig Sat Apr 12 13:27:58 2008
+++ lib/gnome-scan-preview-plugin-area.c Sat Apr 12 13:28:25 2008
@@ -174,7 +174,7 @@ gsppa_get_cursor_for_anchor (GtkAnchorType at)
ct = GDK_CROSSHAIR;
break;
default:
- ct = GDK_ARROW;
+ ct = GDK_LEFT_PTR;
break;
}