- update to gtksourceview-2.4.2
- change Giovanni's email with tweaks from and ok giovanni@ (maintainer)
This commit is contained in:
parent
2a0c0196ce
commit
7eef10366c
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2008/11/16 21:48:55 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2009/01/13 16:36:23 ajacoutot Exp $
|
||||
|
||||
COMMENT= text widget that extends GTK2's GtkTextView widget
|
||||
|
||||
MAJOR_VERSION= 2.0
|
||||
GNOME_PROJECT= gtksourceview
|
||||
GNOME_VERSION= 2.4.1
|
||||
GNOME_VERSION= 2.4.2
|
||||
SHARED_LIBS += gtksourceview-2.0 2.0 # .0.0
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -12,7 +12,7 @@ SUBST_VARS= MAJOR_VERSION
|
||||
|
||||
HOMEPAGE= http://gtksourceview.sourceforge.net/
|
||||
|
||||
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
|
||||
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
||||
|
||||
# GPLv2/LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -37,7 +37,6 @@ USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-build-tests \
|
||||
--disable-gtk-doc
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gtksourceview-2.4.1.tar.bz2) = e1kC4AqvxXPlbxusJEsmcw==
|
||||
RMD160 (gtksourceview-2.4.1.tar.bz2) = 2JNTjAyDzPvhtpOZMcoJMby2QhQ=
|
||||
SHA1 (gtksourceview-2.4.1.tar.bz2) = +xPxRlxYfcaQkC0M0/SAL7abHB8=
|
||||
SHA256 (gtksourceview-2.4.1.tar.bz2) = 2pVVFrQP+OnmyoVzGspalf5IFNTWgV7Hkk2/LZ1JN/c=
|
||||
SIZE (gtksourceview-2.4.1.tar.bz2) = 948426
|
||||
MD5 (gtksourceview-2.4.2.tar.bz2) = rs5dyx4ufKGFX5XrSPMEQw==
|
||||
RMD160 (gtksourceview-2.4.2.tar.bz2) = xOn06ts0zWUXU1GBMsv0xqqcs8k=
|
||||
SHA1 (gtksourceview-2.4.2.tar.bz2) = 7Rs3dTEcf5FKviyeQzvx2pr6LZs=
|
||||
SHA256 (gtksourceview-2.4.2.tar.bz2) = Sc1rG8SzqiDe4ERdWxp9S/QylBSpAlqEaB2wE5AXLL8=
|
||||
SIZE (gtksourceview-2.4.2.tar.bz2) = 923948
|
||||
|
@ -1,48 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.5 2008/11/16 21:48:55 jasper Exp $
|
||||
--- configure.orig Sat Nov 1 12:43:56 2008
|
||||
+++ configure Thu Nov 13 21:41:48 2008
|
||||
@@ -22975,7 +22975,7 @@ if test "${ac_cv_lib_intl_bindtextdomain+set}" = set;
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lintl $LIBS"
|
||||
+LIBS="-lintl -liconv $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -23037,7 +23037,7 @@ if test "${ac_cv_lib_intl_ngettext+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lintl $LIBS"
|
||||
+LIBS="-lintl -liconv $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -23099,7 +23099,7 @@ if test "${ac_cv_lib_intl_dgettext+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lintl $LIBS"
|
||||
+LIBS="-lintl -liconv $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -23311,7 +23311,7 @@ fi
|
||||
#
|
||||
if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
|
||||
glib_save_LIBS="$LIBS"
|
||||
- LIBS="$LIBS -lintl $libintl_extra_libs"
|
||||
+ LIBS="$LIBS -lintl -liconv$libintl_extra_libs"
|
||||
unset ac_cv_func_bind_textdomain_codeset
|
||||
|
||||
for ac_func in bind_textdomain_codeset
|
||||
@@ -23426,7 +23426,7 @@ done
|
||||
fi
|
||||
|
||||
if test "$gt_cv_func_dgettext_libintl" = "yes"; then
|
||||
- INTLLIBS="-lintl $libintl_extra_libs"
|
||||
+ INTLLIBS="-lintl -liconv $libintl_extra_libs"
|
||||
fi
|
||||
|
||||
if test "$gt_cv_have_gettext" = "yes"; then
|
Loading…
Reference in New Issue
Block a user