gnome-about stable port information

Package: gnome-about
Version: 2.28.2
Revision: 5
Depends: <<
gnome-desktop2.11-shlibs (>= %v-1),
gnome-python2-py27 (>= 2.28.0-1),
pycairo-py27 (>= 1.8.8-3),
pygobject2-py27 (>= 2.20.0-1),
pygtk2-gtk-py27 (>= 2.16.0-1),
python27
<<
BuildDepends: <<
fink (>= 0.24.12-1),
gettext-bin,
gettext-tools,
gnome-doc-utils (>= 0.18.1-1),
gtk-doc (>= 1.13-5),
intltool40,
libgettext8-dev
<<
Replaces: <<
control-center (<< 2.4.0-1),
gnome-desktop (<< 2.28.2-4)
<<
Source: mirror:gnome:sources/gnome-desktop/2.28/gnome-desktop-%v.tar.bz2
Source-MD5: 036423159a3240a258cc3892573f0e0f
PatchFile: %n.patch
PatchFile-MD5: 4731d315bdd2005ceaaa5cf5e7ea82ae
PatchScript: <<
%{default_script}
perl -pi -e 's/^SUBDIRS/SUBDIRS=gnome-about\nSUBDIRS_OLD/g' Makefile.in
<<
ConfigureParams: --mandir=%p/share/man --enable-dependency-tracking --disable-scrollkeeper --with-gnome-distributor=fink --disable-static --disable-gtk-doc --disable-date-in-gnome-version --disable-silent-rules
CompileScript: <<
PYTHON=%p/bin/python2.7 ./configure %c
make
<<
InstallScript: <<
make -j1 install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING* HACKING MAINTAINERS NEWS README ChangeLog
Description: "About Gnome" dialog box
DescPackaging: <<
Fix gettext catalog name (lib-version). NB: catalog is shared
by runtime programs and dylib.

Split this python script and its dedicated support files out
of gnome-desktop as of 2.28.2-3. Hack build to do just this
part we care about without the rest of the libgnomedesktop
stuff.
<<
License: GPL/LGPL/GFDL
Maintainer: The Gnome Core Team
Homepage: http://www.gnome.org/

gnome-about stable port .patch

diff -Nurd -x'*~' gnome-desktop-2.28.2.orig/configure gnome-desktop-2.28.2/configure
--- gnome-desktop-2.28.2.orig/configure 2009-12-17 06:22:33.000000000 -0500
+++ gnome-desktop-2.28.2/configure 2010-09-30 03:32:20.000000000 -0400
@@ -13622,6 +13622,7 @@



+if false; then
GDK_PIXBUF_REQUIRED=2.4.0
GTK_REQUIRED=2.14.0
GLIB_REQUIRED=2.19.1
@@ -16370,6 +16371,7 @@



+fi
# Find any Python interpreter.
if test -z "$PYTHON"; then
for ac_prog in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
@@ -16621,7 +16623,7 @@



-GETTEXT_PACKAGE=gnome-desktop-2.0
+GETTEXT_PACKAGE=gnome-desktop-2.11

cat >>confdefs.h <<_ACEOF
#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"

gnome-about _unstable_ port .patch