Update to caribou-0.4.5.

This commit is contained in:
ajacoutot 2012-11-20 18:28:59 +00:00
parent 15afe8d391
commit 7e5e5430e8
5 changed files with 17 additions and 89 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2012/11/12 19:14:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.11 2012/11/20 18:28:59 ajacoutot Exp $
COMMENT= input assistive technology
GNOME_PROJECT= caribou
GNOME_VERSION= 0.4.4.2
GNOME_VERSION= 0.4.5
SHARED_LIBS += caribou 0.0 # 0.0
@ -19,29 +19,29 @@ WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xtst Xxf86vm
WANTLIB += atk-1.0 atk-bridge-2.0 atspi cairo cairo-gobject dbus-1
WANTLIB += drm expat ffi fontconfig freetype gdk-3 gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gee gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 gtk-3 gtk-x11-2.0 harfbuzz icudata icule
WANTLIB += icuuc m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread pthread-stubs stdc++ xcb xcb-render
WANTLIB += xcb-shm xkbfile xklavier xml2 z
WANTLIB += gdk_pixbuf-2.0 gee-0.8 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 gthread-2.0 gtk-3 gtk-x11-2.0 harfbuzz
WANTLIB += icudata icule icuuc m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs stdc++ xcb
WANTLIB += xcb-render xcb-shm xkbfile xklavier xml2 z
MODULES= devel/gettext \
devel/dconf \
lang/python \
x11/gnome
BUILD_DEPENDS= devel/py-gobject3
BUILD_DEPENDS= devel/py-gobject3 \
graphics/clutter/core \
lang/vala
# configure checks for it; but it isn't really used
BUILD_DEPENDS += graphics/clutter/core
RUN_DEPENDS= devel/py-gobject3>=3.2.2p0 \
RUN_DEPENDS= devel/py-gobject3 \
graphics/clutter/core \
x11/gnome/py-atspi
LIB_DEPENDS= devel/libgee06 \
LIB_DEPENDS= devel/libgee \
x11/gnome/libxklavier \
x11/gtk+3 \
x11/gtk+2
x11/gtk+2 \
x11/gtk+3
MODGNOME_DESKTOP_FILE= Yes

View File

@ -1,2 +1,2 @@
SHA256 (gnome/caribou-0.4.4.2.tar.xz) = IvumgbPmBBSUrE+kG4KGlXut4MxhWMEQ/o88mAr2kT0=
SIZE (gnome/caribou-0.4.4.2.tar.xz) = 360216
SHA256 (gnome/caribou-0.4.5.tar.xz) = YHtRaf41i1VV/TqdiQCNA9jOhisuE7pVqk3v/bAr4Cs=
SIZE (gnome/caribou-0.4.5.tar.xz) = 366576

View File

@ -1,24 +0,0 @@
$OpenBSD: patch-bin_antler-keyboard_in,v 1.2 2012/10/02 06:31:37 ajacoutot Exp $
From c80067412ed9aa434f4bbe2aabed88a21b8cf71f Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@gnome.org>
Date: Sun, 08 Jul 2012 08:32:44 +0000
Subject: portability: allow the use of /bin/sh instead of /bin/bash
--- bin/antler-keyboard.in.orig Fri Sep 16 04:48:56 2011
+++ bin/antler-keyboard.in Sun Jul 8 10:11:01 2012
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Antler - a Caribou keyboard implementation
#
@@ -18,7 +18,7 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-script_dir="$(dirname "$(readlink -f ${BASH_SOURCE[0]})")"
+script_dir="$(dirname "$(readlink -f ${0})")"
prefix=@prefix@
exec_prefix=@exec_prefix@

View File

@ -1,24 +0,0 @@
$OpenBSD: patch-bin_caribou-preferences_in,v 1.2 2012/10/02 06:31:37 ajacoutot Exp $
From c80067412ed9aa434f4bbe2aabed88a21b8cf71f Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@gnome.org>
Date: Sun, 08 Jul 2012 08:32:44 +0000
Subject: portability: allow the use of /bin/sh instead of /bin/bash
--- bin/caribou-preferences.in.orig Sat Sep 3 05:36:58 2011
+++ bin/caribou-preferences.in Sun Jul 8 10:11:06 2012
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Antler - a Caribou keyboard implementation
#
@@ -18,7 +18,7 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-script_dir="$(dirname "$(readlink -f ${BASH_SOURCE[0]})")"
+script_dir="$(dirname "$(readlink -f ${0})")"
prefix=@prefix@
exec_prefix=@exec_prefix@

View File

@ -1,24 +0,0 @@
$OpenBSD: patch-bin_caribou_in,v 1.2 2012/10/02 06:31:37 ajacoutot Exp $
From c80067412ed9aa434f4bbe2aabed88a21b8cf71f Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@gnome.org>
Date: Sun, 08 Jul 2012 08:32:44 +0000
Subject: portability: allow the use of /bin/sh instead of /bin/bash
--- bin/caribou.in.orig Sat Sep 3 05:36:58 2011
+++ bin/caribou.in Sun Jul 8 10:11:11 2012
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Caribou - text entry and UI navigation application
#
@@ -24,7 +24,7 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-script_dir="$(dirname "$(readlink -f ${BASH_SOURCE[0]})")"
+script_dir="$(dirname "$(readlink -f ${0})")"
prefix=@prefix@
exec_prefix=@exec_prefix@