Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/x11
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19963/dists/10.4-transitional/stable/main/finkinfo/x11

Modified Files:
        mlterm.info mlterm.patch 
Added Files:
        xinitrc.info 
Log Message:
sync with unstable

Index: mlterm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mlterm.info 27 Apr 2005 03:50:42 -0000      1.1
+++ mlterm.info 25 Mar 2006 19:18:41 -0000      1.2
@@ -1,32 +1,42 @@
 Package: mlterm
-Version: 2.8.0
-Revision: 18
+Version: 2.9.2
+Revision: 6
 License: BSD
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Description: Multilingual terminal emulator on X11
-BuildDepends: fribidi-dev, imlib, libjpeg, libpng3, libtiff, giflib, 
gettext-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, freetype2, 
xft2-dev, gtk+, glib, pkgconfig, autoconf2.5, libtool14, automake1.6
-Depends: fribidi-shlibs, imlib-shlibs, libjpeg-shlibs, libpng3-shlibs, 
libtiff-shlibs, giflib-shlibs, x11-shlibs, freetype2-shlibs, xft2-shlibs, 
gtk+-shlibs, gettext, libiconv, glib-shlibs
+BuildDepends: <<
+  fribidi-dev, libjpeg, libpng3, libtiff, giflib,
+  x11-dev, fontconfig1-dev, xft2-dev,
+  gtk+2-dev, atk1 (>= 1.6.0-1), glib2-dev (>= 2.4.0-1), pango1-xft2-dev (>= 
1.4.0-1),
+  gettext-dev, gettext-tools, libiconv-dev,
+  pkgconfig, autoconf2.5, libtool14, automake1.6
+<<
+Depends: <<
+  fribidi-shlibs, libjpeg-shlibs, libpng3-shlibs, libtiff-shlibs, 
giflib-shlibs,
+  x11-shlibs, fontconfig1-shlibs, xft2-shlibs,
+  gtk+2, atk1-shlibs (>= 1.6.0-1), glib2 (>= 2.4.0-1), pango1-xft2 (>= 
1.4.0-1),
+  gettext, libiconv
+<<
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 69b38c6909ba8cd2e81edd18fc612b1f
-Source2: mirror:sourceforge:%n/%n-%vpl1.tar.gz
-Source2-MD5: 66a0d3b21e6bfcc7919b579794f70479
+Source-MD5: be561bfe646a112ce7400b9d0db41e82
+Source2: mirror:sourceforge:fink/gettext-0.14.5.tar.gz
+Source2-MD5: e2f6581626a22a0de66dce1d81d00de3
 PatchScript: <<
 #!/bin/sh
-set -e
-set -x
-patch -p0 < ../%n-%vpl1/%n-%vpl1.patch
+set -ex
 patch -p1 < %a/%n.patch
+gettext='%b/../gettext-0.14.5'
 for dir in . mkf kiklib; do (
     cd $dir
-    %p/bin/libtoolize --force
+    %p/bin/libtoolize --copy --force
     rm -f aclocal.m4
-    %p/bin/aclocal-1.6
-    %p/bin/autoconf
-    )
+    %p/bin/aclocal -I "$gettext/gettext-runtime/m4" -I 
"$gettext/autoconf-lib-link/m4"
+    %p/bin/autoconf -I "$gettext/gettext-runtime/m4" -I 
"$gettext/autoconf-lib-link/m4"
+    ) || exit $?
 done
 <<
 # Don't remove --config-cache to workaround libtool.m4's(?) bug
-ConfigureParams: --config-cache --enable-shared --with-imagelib=imlib 
--enable-fribidi --enable-ind --prefix=%p --libexecdir=%p/lib/mlterm 
--infodir=%p/share/info --mandir=%p/share/man --with-libiconv-prefix=%p 
--with-libintl-prefix=%p --enable-anti-alias
+ConfigureParams: --enable-shared --with-imagelib=gdk-pixbuf --enable-fribidi 
--enable-ind --prefix=%p --libexecdir=%p/lib/mlterm --infodir=%p/share/info 
--mandir=%p/share/man --with-libiconv-prefix=%p --with-libintl-prefix=%p 
--enable-anti-alias
 InstallScript: <<
   make install DESTDIR=%d
   install -d -m 755 %i/share/doc
@@ -48,5 +58,20 @@
 %p/etc/mlterm/tfont
 %p/etc/mlterm/vfont
 <<
-DocFiles: ChangeLog README LICENCE ABOUT-NLS
+DocFiles: README LICENCE ABOUT-NLS
+DescPort: <<
+  This package depends on the freetype and fontconfig contained in
+  the installed X11 indirectly due to xft2. It means, for example,
+  the binary built with Apple's X11 might not run where xorg is installed.
+
+  In contrast, it is generally safe to link the mlterm against another
+  version of the freetype or fontconfig is generally safe as long as
+  twolevel_namespace is used. It may happen if the m17n-lib support is
+  enabled in future. If it happens, don't forget to add the appropreate
+  libraries to BuildDepends and help the configure to find them.
+
+  This package uses the *.m4 of gettext 0.14 due to autoconf and
+  makefiles, but still uses gettext 0.10 at the run time just because
+  there is no need to migrate to the 0.14 now.
+<<
 Homepage: http://mlterm.sourceforge.net/

--- NEW FILE: xinitrc.info ---
# Id: xinitrc.info.in,v 1.7 2005/03/30 01:26:29 shinra Exp
Package: xinitrc
Version: 1.0
# Revision is always 1
Revision: 1
Description: Alternative X11 initialization script
Source: http://www.j10n.org/files/%n-%v.tar.gz
Source-MD5: aa5492a6db62da241b9e89ff495ce98e
#Type: nosource
#Patch: %n.patch
License: Public Domain
Maintainer: AIDA Shinra <[EMAIL PROTECTED]>
Depends: x11
CompileScript: sh ./build.sh prefix=%p build
InstallScript: sh ./build.sh prefix=%p destdir=%d install
PostInstScript: update-sys-xinitrc postinst

Index: mlterm.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/x11/mlterm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mlterm.patch        27 Apr 2005 03:50:42 -0000      1.1
+++ mlterm.patch        25 Mar 2006 19:18:41 -0000      1.2
@@ -1,29 +1,13 @@
-diff -Nru mlterm-2.8.0.orig+pl1/mkf/lib/Makefile.in 
mlterm-2.8.0/mkf/lib/Makefile.in
---- mlterm-2.8.0.orig+pl1/mkf/lib/Makefile.in  Sun Oct  5 22:10:15 2003
-+++ mlterm-2.8.0/mkf/lib/Makefile.in   Thu Apr 29 22:41:08 2004
-@@ -18,7 +18,7 @@
- 
- CFLAGS = $(CFLAGS_LOCAL) @DEB_CFLAGS@ @KIK_CFLAGS@ @TABLE_CFLAGS@ @CFLAGS@ 
@CPPFLAGS@ -I/usr/local/include
- LIBS = $(LIBS_LOCAL)
--LDFLAGS = @LDFLAGS@ -L${top_builddir}/kiklib/src/.libs 
${top_builddir}/kiklib/src/libkik.la
-+LDFLAGS = @LDFLAGS@ ${top_builddir}/kiklib/src/libkik.la
+diff -Nru mlterm-2.9.2.orig/tool/mlconfig/po/Makefile.in.in 
mlterm-2.9.2/tool/mlconfig/po/Makefile.in.in
+--- mlterm-2.9.2.orig/tool/mlconfig/po/Makefile.in.in  Sun Jan 12 19:08:51 2003
++++ mlterm-2.9.2/tool/mlconfig/po/Makefile.in.in       Sun Apr  3 02:29:55 2005
+@@ -26,8 +26,7 @@
  
- PARSER_OBJ = mkf_parser.o mkf_iso2022_parser.o mkf_iso8859_parser.o 
mkf_xct_parser.o \
-       mkf_eucjp_parser.o mkf_euckr_parser.o mkf_euccn_parser.o 
mkf_iso2022jp_parser.o \
-diff -Nru mlterm-2.8.0.orig+pl1/tool/mlconfig/po/Makefile.in.in 
mlterm-2.8.0/tool/mlconfig/po/Makefile.in.in
---- mlterm-2.8.0.orig+pl1/tool/mlconfig/po/Makefile.in.in      Sun Oct  5 
22:10:06 2003
-+++ mlterm-2.8.0/tool/mlconfig/po/Makefile.in.in       Thu Apr 29 22:39:15 2004
-@@ -18,6 +18,13 @@
- top_srcdir = @top_srcdir@
- VPATH = @srcdir@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+-MKINSTALLDIRS = @MKINSTALLDIRS@
+-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo 
"$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
++mkinstalldirs = @MKINSTALLDIRS@
  
-+DOMAIN = $(PACKAGE)
-+subdir = tool/mlconfig/po
-+top_builddir = @top_builddir@
-+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
-+COPYRIGHT_HOLDER = Free Software Foundation, Inc.
-+EXTRA_LOCALE_CATEGORIES =
-+
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- datadir = @datadir@
+ GMSGFMT = @GMSGFMT@
+ MSGFMT = @MSGFMT@



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to