Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv28748
Modified Files:
Tag: pangocairo-branch
gnome-python2-desktop-py.info gnome-python2-desktop-py.patch
Log Message:
enable some more modules; force-disalbe the others (!= crash if found)
Index: gnome-python2-desktop-py.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/Attic/gnome-python2-desktop-py.info,v
retrieving revision 1.1.2.23
retrieving revision 1.1.2.24
diff -u -d -r1.1.2.23 -r1.1.2.24
--- gnome-python2-desktop-py.info 29 Feb 2008 06:51:01 -0000 1.1.2.23
+++ gnome-python2-desktop-py.info 5 Mar 2008 07:22:54 -0000 1.1.2.24
@@ -1,7 +1,7 @@
Info2: <<
Package: gnome-python2-desktop-py%type_pkg[python]
Version: 2.20.0
-Revision: 2
+Revision: 3
Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
Source:
mirror:gnome:sources/gnome-python-desktop/2.20/gnome-python-desktop-%v.tar.bz2
Source-MD5: 02b177f488091d27bf0648ec4660d8f7
@@ -26,6 +26,7 @@
gnome-python2-py%type_pkg[python] (>= 2.17.92-1),
gnome-vfs2-unified (>= 1:2.20.0-1),
gtk+2-shlibs (>= 2.12.0-1),
+ gtksourceview-shlibs (>= 1.8.5-1),
libart2-shlibs,
libavahi-client3-shlibs,
libavahi-common3-shlibs,
@@ -41,6 +42,7 @@
libgnomeprintui2.2-shlibs (>= 2.18.1-1),
libgnomeui2-shlibs (>= 2.20.0-1),
libgsf1.114-shlibs (>= 1.14.7-2),
+ libgtop2.0.7-shlibs,
libiconv,
libjpeg-shlibs,
libpng3-shlibs,
@@ -77,6 +79,7 @@
gnome-python2-py%type_pkg[python]-dev (>= 2.17.92-1),
gnome-vfs2-unified-dev (>= 1:2.20.0-1),
gtk+2-dev (>= 2.12.0-1),
+ gtksourceview-dev (>= 1.8.5-1),
libart2,
libavahi-glib1-dev,
libbonobo2-dev (>= 2.20.0-1),
@@ -90,6 +93,7 @@
libgnomeprintui2.2-dev (>= 2.18.1-1),
libgnomeui2-dev (>= 2.20.0-1),
libgsf1.114-dev (>= 1.14.7-2),
+ libgtop2.0.7-dev,
libiconv-dev,
libjpeg,
libpng3,
@@ -110,11 +114,11 @@
<<
Suggests: gnome-python2-extras-py%type_pkg[python]
PatchFile: %{Ni}.patch
-PatchFile-MD5: 82b038acb12b048b141298eee9c62aec
+PatchFile-MD5: e84350fd1f4edbcb51d36f37385255ae
SetCPPFLAGS: -fno-common
ConfigureParams: --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
CompileScript: <<
- PYTHON='%p/bin/python%type_raw[python]' ./configure %c
+ PYTHON='%p/bin/python%type_raw[python]' ac_cv_path_BUG_BUDDY=false
./configure %c
make
<<
InstallScript: make -j1 install DESTDIR="%d"
@@ -140,10 +144,14 @@
This package contains other useful desktop-related bindings for gnome-python.
<<
DescPackaging: <<
- Crash configure if set of modules being built is not what we
- expected and had coded in the deps. Not ideal...should force
- all to be built or force-disable those we don't want instead
- of relying on dependencies to be unmet.
+ Patch configure to disable the modules we don't expect and/or
+ haven't even tested building/dependencies:
+ totem.plparse # long dep chain, pkg is completely untested
+ nautilusburn # not available (missing HAL dep)
+ mediaprofiles # freaky-long dep chain
+ metacity # interface-compatibility isn't stable
+ bugbuddy # want to stay out of section:crypto
+ Crash if expected ones' deps aren't found.
<<
Homepage: http://www.pygtk.org
License: LGPL
Index: gnome-python2-desktop-py.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/Attic/gnome-python2-desktop-py.patch,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- gnome-python2-desktop-py.patch 29 Feb 2008 06:51:02 -0000 1.1.2.1
+++ gnome-python2-desktop-py.patch 5 Mar 2008 07:22:54 -0000 1.1.2.2
@@ -1,7 +1,43 @@
diff -Nurd -x'*~' gnome-python-desktop-2.20.0.orig/configure
gnome-python-desktop-2.20.0/configure
---- gnome-python-desktop-2.20.0.orig/configure 2008-02-29 01:22:32.000000000
-0500
-+++ gnome-python-desktop-2.20.0/configure 2008-02-29 01:24:12.000000000
-0500
-@@ -24377,20 +24377,20 @@
+--- gnome-python-desktop-2.20.0.orig/configure 2007-09-16 08:36:05.000000000
-0400
++++ gnome-python-desktop-2.20.0/configure 2008-03-05 02:03:21.000000000
-0500
+@@ -21793,7 +21793,7 @@
+ else
+ pkg_failed=untried
+ fi
+-if test -n "$PKG_CONFIG"; then
++if false; then
+ if test -n "$TOTEM_PLPARSER_LIBS"; then
+ pkg_cv_TOTEM_PLPARSER_LIBS="$TOTEM_PLPARSER_LIBS"
+ else
+@@ -21943,7 +21943,7 @@
+ { echo "$as_me:$LINENO: checking for NAUTILUSBURN" >&5
+ echo $ECHO_N "checking for NAUTILUSBURN... $ECHO_C" >&6; }
+
+-if test -n "$PKG_CONFIG"; then
++if false; then
+ if test -n "$NAUTILUSBURN_CFLAGS"; then
+ pkg_cv_NAUTILUSBURN_CFLAGS="$NAUTILUSBURN_CFLAGS"
+ else
+@@ -22036,7 +22036,7 @@
+ { echo "$as_me:$LINENO: checking for MEDIAPROFILES" >&5
+ echo $ECHO_N "checking for MEDIAPROFILES... $ECHO_C" >&6; }
+
+-if test -n "$PKG_CONFIG"; then
++if false; then
+ if test -n "$MEDIAPROFILES_CFLAGS"; then
+ pkg_cv_MEDIAPROFILES_CFLAGS="$MEDIAPROFILES_CFLAGS"
+ else
+@@ -22244,7 +22244,7 @@
+ { echo "$as_me:$LINENO: checking for METACITY" >&5
+ echo $ECHO_N "checking for METACITY... $ECHO_C" >&6; }
+
+-if test -n "$PKG_CONFIG"; then
++if false; then
+ if test -n "$METACITY_CFLAGS"; then
+ pkg_cv_METACITY_CFLAGS="$METACITY_CFLAGS"
+ else
+@@ -24377,19 +24377,19 @@
echo
echo "The following modules will be built:"
echo
@@ -10,29 +46,22 @@
-$build_gnomeprintui && echo gnomeprint.ui
-$build_gtksourceview && echo gtksourceview
-$build_wnck && echo wnck
--$build_totem_plparser && echo totem.plparser
--$build_gtop && echo gtop
--$build_nautilusburn && echo nautilusburn
--$build_mediaprofiles && echo mediaprofiles
--$build_metacity && echo metacity
--$build_rsvg && echo rsvg
--$build_gnomekeyring && echo gnomekeyring
--$build_gnomedesktop && echo gnomedesktop
--$build_bugbuddy && echo bugbuddy
+$build_applet && $have_pyorbit && echo gnomeapplet || exit 1
+$build_gnomeprint && echo gnomeprint || exit 1
+$build_gnomeprintui && echo gnomeprint.ui || exit 1
-+$build_gtksourceview && echo gtksourceview && echo "unexpected!" &&
exit 1
++$build_gtksourceview && echo gtksourceview || exit 1
+$build_wnck && echo wnck || exit 1
-+$build_totem_plparser && echo totem.plparser && echo "unexpected!" &&
exit 1
-+$build_gtop && echo gtop && echo "unexpected!" && exit 1
-+$build_nautilusburn && echo nautilusburn && echo "unexpected!" &&
exit 1
-+$build_mediaprofiles && echo mediaprofiles && echo "unexpected!" &&
exit 1
-+$build_metacity && echo metacity && echo "unexpected!" && exit 1
+ $build_totem_plparser && echo totem.plparser
+ $build_gtop && echo gtop
+ $build_nautilusburn && echo nautilusburn
+ $build_mediaprofiles && echo mediaprofiles
+ $build_metacity && echo metacity
+-$build_rsvg && echo rsvg
+-$build_gnomekeyring && echo gnomekeyring
+-$build_gnomedesktop && echo gnomedesktop
+$build_rsvg && echo rsvg || exit 1
+$build_gnomekeyring && echo gnomekeyring || exit 1
+$build_gnomedesktop && echo gnomedesktop || exit 1
-+$build_bugbuddy && echo bugbuddy && echo "unexpected!" && exit 1
+ $build_bugbuddy && echo bugbuddy
echo
- echo "The following modules will NOT be built:"
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs