Add vala support (it's only a build dep).
Regen patches while here. ok jasper@
This commit is contained in:
parent
f2fd55e4f3
commit
c1d9b0ce4d
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2011/04/07 19:23:05 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2011/04/08 07:37:24 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = intelligent input bus framework
|
||||
|
||||
DISTNAME = ibus-1.3.9
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
SHARED_LIBS = ibus 1.0 # 2.0
|
||||
|
||||
@ -36,7 +36,8 @@ MODULES = devel/gconf2 \
|
||||
|
||||
BUILD_DEPENDS = devel/gobject-introspection \
|
||||
devel/iso-codes \
|
||||
x11/dbus-python
|
||||
x11/dbus-python \
|
||||
lang/vala
|
||||
RUN_DEPENDS = devel/iso-codes \
|
||||
devel/desktop-file-utils \
|
||||
devel/py-notify \
|
||||
@ -53,7 +54,7 @@ LIBTOOL_FLAGS = --tag=disable-static
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS = --disable-silent-rules \
|
||||
--disable-vala \
|
||||
--enable-vala \
|
||||
--enable-introspection \
|
||||
--enable-gtk-doc-html=no
|
||||
CONFIGURE_ENV = CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2010/08/19 18:56:14 fgsch Exp $
|
||||
--- src/Makefile.in.orig Mon Aug 16 15:41:20 2010
|
||||
+++ src/Makefile.in Mon Aug 16 15:41:22 2010
|
||||
@@ -574,7 +574,7 @@ libibus_la_LIBADD = \
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.2 2011/04/08 07:37:24 ajacoutot Exp $
|
||||
--- src/Makefile.in.orig Thu Nov 25 03:25:46 2010
|
||||
+++ src/Makefile.in Fri Apr 8 07:42:52 2011
|
||||
@@ -577,7 +577,7 @@ libibus_la_LIBADD = \
|
||||
|
||||
libibus_la_LDFLAGS = \
|
||||
-export-symbols-regex "ibus_.*" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2011/04/07 19:23:05 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2011/04/08 07:37:24 ajacoutot Exp $
|
||||
@bin bin/ibus-daemon
|
||||
bin/ibus-setup
|
||||
include/ibus-1.0/
|
||||
@ -323,6 +323,9 @@ share/locale/vi/LC_MESSAGES/ibus.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ibus.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/ibus.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ibus.mo
|
||||
share/vala/
|
||||
share/vala/vapi/
|
||||
share/vala/vapi/ibus-1.0.vapi
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||
${SCHEMAS_INSTDIR}/
|
||||
${SCHEMAS_INSTDIR}/ibus.schemas
|
||||
|
Loading…
Reference in New Issue
Block a user