Re: m17n-{db,lib}? (really, emacs arabic)
Hanspeter Niederstrasser <[email protected]>
| Newsgroups | gmane.os.apple.fink.devel |
|---|---|
| Organization | Snaggled Works |
| Message-ID | <[email protected]> |
I've attached updated files for m17n-*. Then modify emacs24.info as necessary to activate m17n*. This file updates m17n-lib to the latest upstream, as well as adding some missing dependencies. You can put them in to /sw/fink/dists/local/main/finkinfo and Fink will see them. I've CC'd the Todai team since they're the named maintainers for the m17n packages if they'd like to weigh in. Hanspeter ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Fink-devel mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
m17n-db.info
(text/plain, 605 B)
Package: m17n-db Version: 1.7.0 Revision: 1 Source: http://download.savannah.gnu.org/releases/m17n/m17n-db-%v.tar.gz Source-MD5: 0a320d3cf955abba459e51161fc91236 Source2: mirror:gnu:glibc/glibc-2.9.tar.bz2 Source2-MD5: fc62e989cf31d015f31628609fc3757a ConfigureParams: --with-charmaps=../glibc-2.9/localedata/charmaps InstallScript: << make install DESTDIR=%d << DocFiles: AUTHORS COPYING NEWS README Description: Database for the m17n library DescPackaging: << Originally packaged by Etsushi Kato <[email protected]> << License: LGPL Maintainer: Todai Fink Team <[email protected]>
m17n-lib.info
(text/plain, 3.2 KB)
Package: m17n-lib
Version: 1.7.0
Revision: 1
BuildDepends: <<
anthy-dev,
fink-package-precedence,
fontconfig2-dev,
freetype219 (>= 2.5.5-1),
fribidi-dev (>= 0.19.2-2),
gd3,
ispell,
libiconv-dev,
libiconv-bin,
libgettext8-dev,
libjpeg9,
libotf,
libpng16,
libthai-dev,
libxml2,
pkgconfig,
x11-dev,
xft2-dev (>= 2.2.0-4)
<<
Depends: %N-shlibs
BuildDependsOnly: true
Source: http://download.savannah.gnu.org/releases/m17n/m17n-lib-%v.tar.gz
Source-MD5: 9769e12770483c203c6b304ce406495e
#PatchFile: %n.patch
#PatchFile-MD5: 87be57e59517b5893977cc8d93cbdae1
#PatchScript: sed 's|@PREFIX@|%p|' < %{PatchFile} | patch -p1
UseMaxBuildJobs: false
ConfigureParams: --enable-dependency-tracking
CompileScript: <<
%{default_script}
fink-package-precedence .
iconv -f euc-jp -t utf-8 example/M17NEdit.ja | sed 1s/euc-jp/utf-8/ > example/M17NEdit.ja.utf8
<<
InstallScript: <<
make install DESTDIR=%d
mkdir -p %i/share/%n/examples
install -m 644 example/HELLO* %i/share/%N/examples
mkdir -p %i/etc/app-defaults/ja_JP.eucJP %i/etc/app-defaults/ja_JP.UTF-8
install -m 644 example/M17NEdit.ja %i/etc/app-defaults/ja_JP.eucJP/M17NEdit
install -m 644 example/M17NEdit.ja.utf8 %i/etc/app-defaults/ja_JP.UTF-8/M17NEdit
# Before the anthy and wordcut packages are completed, don't include mimx
rm -f %i/lib/m17n/1.0/libmimx*
<<
SplitOff: <<
Package: %N-shlibs
Depends: <<
libiconv,
libthai-shlibs,
libxml2-shlibs,
m17n-db
<<
Files: lib/libm17n-core.*.dylib lib/libm17n.*.dylib lib/libm17n-flt.*.dylib
Shlibs: <<
%p/lib/libm17n-core.0.dylib 5.0.0 %n (>= 1.6.2-1)
%p/lib/libm17n.0.dylib 5.0.0 %n (>= 1.6.2-1)
%p/lib/libm17n-flt.0.dylib 5.0.0 %n (>= 1.6.2-1)
<<
DocFiles: AUTHORS COPYING NEWS README
<<
SplitOff2: <<
Package: %N-gui
Depends: %N-gui-shlibs
BuildDependsOnly: true
Files: lib/libm17n-gui.{dylib,a,la} lib/m17n/1.0/libm17n-{gd,X}.{a,la} lib/pkgconfig/m17n-gui.pc include/m17n-{gui,X}.h
DocFiles: AUTHORS COPYING NEWS README
<<
SplitOff3: <<
Package: %N-gui-shlibs
Depends: <<
%N-shlibs,
fontconfig2-shlibs,
freetype219-shlibs (>= 2.5.5-1),
fribidi-shlibs (>= 0.19.2-2),
gd3-shlibs,
libotf-shlibs, gd2-shlibs,
xft2-shlibs (>= 2.2.0-4),
x11-shlibs
<<
Files: lib/libm17n-gui.*.dylib lib/m17n/1.0/libm17n-*.so
Shlibs: <<
%p/lib/libm17n-gui.0.dylib 5.0.0 %n (>= 1.6.2-1)
<<
DocFiles: AUTHORS COPYING NEWS README
<<
SplitOff4: <<
Package: %N-examples
Depends: <<
%N-gui-shlibs,
app-defaults,
fontconfig2-shlibs,
freetype219-shlibs (>= 2.5.5-1),
fribidi-shlibs (>= 0.19.2-2),
gd3-shlibs,
libiconv,
libotf-shlibs,
libthai-shlibs,
libxml2-shlibs,
m17n-lib-gui-shlibs,
x11-shlibs
<<
Files: bin/m17n-conv bin/m17n-date bin/m17n-dump bin/m17n-edit bin/m17n-view share/%N etc
# add lib/libmimx* to Files later
DocFiles: AUTHORS COPYING NEWS README
<<
DocFiles: AUTHORS COPYING NEWS README
Description: Multilingual text processing library for C
DescPackaging: <<
TODO: anthy and wordcut support for -examples
Originally packaged by Etsushi Kato <[email protected]>
<<
License: LGPL
Maintainer: Todai Fink Team <[email protected]>
Homepage: http://www.nongnu.org/m17n/