Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28021

Modified Files:
        synaptic.info synaptic.patch 
Log Message:
fix build


Index: synaptic.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/synaptic.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- synaptic.patch      7 Feb 2006 15:51:33 -0000       1.1
+++ synaptic.patch      15 Jan 2010 15:55:22 -0000      1.2
@@ -1,3 +1,15 @@
+diff -Nurd -x'*~' synaptic-0.57.2.orig/gtk/Makefile.in 
synaptic-0.57.2/gtk/Makefile.in
+--- synaptic-0.57.2.orig/gtk/Makefile.in       2005-07-04 08:56:03.000000000 
-0400
++++ synaptic-0.57.2/gtk/Makefile.in    2010-01-15 10:39:35.000000000 -0500
+@@ -190,7 +190,7 @@
+       ${top_builddir}/common/libsynaptic.a\
+       -lapt-pkg @RPM_LIBS@ @DEB_LIBS@ \
+       @PACKAGE_LIBS@ @VTE_LIBS@ \
+-      -lpthread $(LIBTAGCOLL_LIBS) 
++      -lpthread $(LIBTAGCOLL_LIBS) $(INTLLIBS) -L/usr/X11R6/lib -lX11
+ 
+ 
+ glade_DATA = \
 diff -Naur synaptic-0.57.2/gtk/rgmisc.cc synaptic-new/gtk/rgmisc.cc
 --- synaptic-0.57.2/gtk/rgmisc.cc      2005-05-20 14:24:35.000000000 -0400
 +++ synaptic-new/gtk/rgmisc.cc 2005-07-27 18:51:09.000000000 -0400

Index: synaptic.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/synaptic.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- synaptic.info       15 Jan 2010 07:19:38 -0000      1.4
+++ synaptic.info       15 Jan 2010 15:55:22 -0000      1.5
@@ -1,6 +1,6 @@
 Package: synaptic
 Version: 0.57.2
-Revision: 2015
+Revision: 2016
 Distribution: 10.4, 10.5
 #
 GCC: 4.0
@@ -25,13 +25,15 @@
 Source-MD5: dd753e953caa053279d342e3bc269128
 #
 PatchFile: %n.patch
-PatchFile-MD5: d669df15632484abae262b5de573c68e
+PatchFile-MD5: bbecef75949398d57d769680e5e5dc5c
 PatchScript: <<
        %{default_script}
        find . -name Makefile.in | xargs perl -i -pe 
's/^\s+-scrollkeeper-update/#$&/g'
 <<
 ConfigureParams: --mandir=%p/share/man --with-vte --with-pkg-hold 
--disable-dependency-tracking 
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
 #
+InstallScript: make install DESTDIR=%d
+#
 PostInstScript: <<
        if [ configure = "$1" ]; then
                scrollkeeper-update
@@ -54,6 +56,8 @@
        have a RPM package again, this will need re-examination.
        - Our apt doesn't support --with-apt-authentication.
        - Our apt doesn't support --nice-dpkg-status either.
+
+       Add all sorts of missing (formerly inherited) lib links.
 <<
 #
 License: GPL


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to