Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv26630/10.4-pangocairo/unstable/main/finkinfo/sci

Modified Files:
      Tag: pangocairo-branch
        easychem.info 
Added Files:
      Tag: pangocairo-branch
        easychem.patch 
Log Message:
propagate into branch, SWAGging the deps


Index: easychem.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/easychem.info,v
retrieving revision 1.4.2.6
retrieving revision 1.4.2.7
diff -u -d -r1.4.2.6 -r1.4.2.7
--- easychem.info       8 Feb 2007 19:03:18 -0000       1.4.2.6
+++ easychem.info       13 Feb 2007 05:38:04 -0000      1.4.2.7
@@ -1,14 +1,45 @@
 Package: easychem
-Version: 0.5
-Revision: 1004
-BuildDepends: glitz, expat1, libpng3, cairo (>= 1.2-1), fontconfig2-dev (>= 
2.3.2-13), freetype219, xft2-dev, gtk+2-dev (>= 2.10.0-1), pkgconfig (>= 
0.21-1), atk1 (>= 1.12.3-1), glib2-dev (>= 2.12.0-1), pango1-xft2-ft219-dev (>= 
1.14.9-1), libgettext3-dev, libiconv-dev, pstoedit (>= 3.40-1002), x11-dev
-Depends: gtk+2-shlibs (>= 2.10.0-1), ghostscript, pstoedit-bin (>= 3.40-1002)
+Version: 0.6
+Revision: 2
+BuildDepends: <<
+       atk1 (>= 1.12.3-1),
+       cairo (>= 1.2-1),
+       expat1,
+       fontconfig2-dev (>= 2.3.2-13),
+       freetype219,
+       gettext-tools,
+       glib2-dev (>= 2.12.0-1),
+       glitz,
+       gtk+2 (>= 2.10.0-1),
+       gtk+2-dev (>= 2.10.0-1),
+       libgettext3-dev,
+       libiconv-dev,
+       libpng3,
+       pango1-xft2-ft219-dev (>= 1.14.9-1),
+       pkgconfig (>= 0.21-1),
+       x11-dev,
+       xft2-dev
+<<
+Depends: <<
+       atk1-shlibs (>= 1.12.3-1),
+       ghostscript,
+       glib2-shlibs (>= 2.12.0-1),
+       gtk+2-shlibs (>= 2.10.0-1),
+       libgettext3-shlibs,
+       libiconv,
+       pstoedit-bin,
+       x11-shlibs
+<<
 Source: mirror:sourceforge:easychem/%n-%v.tar.gz
-Source-MD5: 4ed44df5fe8602b577961f937988df2a
-CompileScript: make -f Makefile.linux 
PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+Source-MD5: e3c9a7fb7807b6abc592a3472a65d969
+Patch: %n.patch
+CompileScript: make -f Makefile.linux PREFIX=%p
 InstallScript: <<
- mkdir -p %i/bin
- cp easychem %i/bin
+       mkdir -p %i/bin
+       cp easychem %i/bin
+
+       mkdir -p %i/share/locale/fr/LC_MESSAGES
+       cp po/fr.mo %i/share/locale/fr/LC_MESSAGES/easychem.mo
 <<
 DocFiles: COPYING TODO
 License: GPL
@@ -21,5 +52,14 @@
 Drawing very easily ornaments (non-bonding electron pairs, ...)
 EPS exporting with LaTeX fonts (Computer Modern)
 <<
-Maintainer: Andrew Rohl <[EMAIL PROTECTED]>
+DescPackaging: <<
+       Maintainer: Andrew Rohl <[EMAIL PROTECTED]> (through version 0.5)
+
+       Hack Makefile to fix mangling of variables (circular and
+       mis-ordered definitions, ignoring standard ones, syntax errors
+       for paths passed into .c code)
+
+       No install target, so gotta do it manually
+<<
+Maintainer: Daniel Macks <[EMAIL PROTECTED]>
 Homepage: http://easychem.sourceforge.net

--- NEW FILE: easychem.patch ---
diff -Nurd -x'*~' easychem-0.6.orig/Makefile.linux easychem-0.6/Makefile.linux
--- easychem-0.6.orig/Makefile.linux    2005-05-04 04:10:07.000000000 -0400
+++ easychem-0.6/Makefile.linux 2007-02-13 00:08:41.000000000 -0500
@@ -1,21 +1,21 @@
 # The C compiler
 CC=gcc
 
-# The following line must be uncommented if you want to specify a place
-# where the 'gs' (or 'pstoedit') program is.
-
-#C_FLAGS="$(C_FLAGS) -DGS_PATH=/opt/bin"
-#C_FLAGS="$(C_FLAGS) -DPSTOEDIT_PATH=/opt/bin"
-
 # Here we define the prefix where EasyChem will be installed
 PREFIX=/usr/local
 
 # Optimisation and warning flags
 C_FLAGS=-Wall -W -Wpointer-arith -O2 -pedantic -std=c99 -DUNIX -DI18N 
-DPREFIX=\"$(PREFIX)\"
 
+# The following line must be uncommented if you want to specify a place
+# where the 'gs' (or 'pstoedit') program is.
+
+C_FLAGS+=-DGS_PATH=\"$(PREFIX)/bin\"
+C_FLAGS+=-DPSTOEDIT_PATH=\"$(PREFIX)/bin\"
+
 # GTK flags and librairies
-GTK_FLAGS=`pkg-config --cflags gtk+-2.0`
-GTK_LIBS=`pkg-config --libs gtk+-2.0`
+GTK_FLAGS=`pkg-config --cflags gtk+-2.0` $(CPPFLAGS)
+GTK_LIBS=`pkg-config --libs gtk+-2.0` $(LDFLAGS)
 
 
 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to