Update of /cvsroot/fink/experimental/dmacks/finkinfo/gnome-2.26
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24414/experimental/dmacks/finkinfo/gnome-2.26

Added Files:
        zenity.info zenity.patch 
Log Message:
checkpoint


--- NEW FILE: zenity.info ---
Package: zenity
Version: 2.26.0
Revision: 1
Depends: <<
        atk1-shlibs (>= 1.26.0-1),
        cairo-shlibs (>= 1.8-1),
        fontconfig2-shlibs (>= 2.4.1-1),
        freetype219-shlibs (>= 2.3.8-2),
        glib2-shlibs (>= 2.20.0-1),
        gnome-icon-theme (>= 2.26.0-1),
        gtk+2-shlibs (>= 2.16.0-1),
        libgettext3-shlibs,
        libglade2-shlibs (>= 2.6.4-1),
        libxml2-shlibs (>= 2.6.30-1),
        pango1-xft2-ft219 (>= 1.22.4-3),
        rarian-compat,
        x11
<<
BuildDepends: <<
        atk1 (>= 1.26.0-1),
        autoconf,
        automake1.10,
        cairo (>= 1.8-1),
        expat1,
        fink (>= 0.24.12-1),
        fontconfig2-dev (>= 2.4.1-1),
        freetype219 (>= 2.3.8-2),
        gettext-bin,
        gettext-tools,
        glib2-dev (>= 2.20.0-1),
        glitz,
        gnome-common,
        gnome-doc-utils (>= 0.16.0-1),
        gtk-doc (>= 1.8-1),
        gtk+2-dev (>= 2.16.0-1),
        intltool40,
        libgettext3-dev,
        libglade2 (>= 2.6.4-1),
        libiconv-dev,
        libpng3,
        libtool2,
        libxml2 (>= 2.6.30-1),
        libxslt-bin (>= 1.1.22-1),
        pango1-xft2-ft219-dev (>= 1.22.4-3),
        pixman (>= 0.12.0-1),
        pkgconfig (>= 0.23),
        x11-dev,
        xft2-dev
<<
Source: mirror:gnome:sources/%n/2.26/%n-%v.tar.bz2
Source-MD5: 6660ce6dac0a6ca495a0e954cb6b40a2
PatchFile: %n.patch
PatchFile-MD5: 8bcd8580251db6834f28302895fa7af5
SetCFLAGS: -Os
ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man 
--disable-dependency-tracking --disable-scrollkeeper 
PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH" 
--disable-libnotify
CompileScript: <<
  autoreconf -f -i
  PERL=/usr/bin/perl ./configure %c
  make
<<
InstallScript: make install DESTDIR=%d
PostInstScript: <<
  if [ configure = "$1" ]; then
    scrollkeeper-update -q
  fi
<<
PostRmScript: <<
  . %p/bin/init.sh
  if [ update != "$1" ]; then
    scrollkeeper-update -q
  fi
<<
DocFiles: AUTHORS COPYING ChangeLog help/ChangeLog:ChangeLog.help 
po/ChangeLog:ChangeLog.po HACKING NEWS README THANKS TODO
Description: Scriptable GTK+2 dialog
DescDetail: <<
Like gdialog or Xdialog
<<
DescPort: <<
        Uses X11 symbols directly, so need to link to libX11. See:
        http://bugzilla.gnome.org/show_bug.cgi?id=559638

        Fix mis-use of pkg-config _CFLAGS variables.
<<
License: GPL
Maintainer: The Gnome Core Team <fink-gnome-c...@lists.sourceforge.net>
Homepage: http://www.gnome.org/

--- NEW FILE: zenity.patch ---
diff -Nurd -x'*~' zenity-2.26.0.orig/src/Makefile.am 
zenity-2.26.0/src/Makefile.am
--- zenity-2.26.0.orig/src/Makefile.am  2008-12-10 21:24:50.000000000 -0500
+++ zenity-2.26.0/src/Makefile.am       2009-06-01 15:21:43.000000000 -0400
@@ -21,14 +21,13 @@
        zenity.h
 
 zenity_CPPFLAGS = \
-       -I$(includedir)                                 \
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
        -DZENITY_DATADIR=\""$(pkgdatadir)"\"            \
+       $(ZENITY_CFLAGS)        \
+       $(LIBNOTIFY_CFLAGS)     \
        $(AM_CPPFLAGS)
 
 zenity_CFLAGS = \
-       $(ZENITY_CFLAGS)        \
-       $(LIBNOTIFY_CFLAGS)     \
        $(WARN_CFLAGS)          \
        $(AM_CFLAGS)
 
@@ -39,6 +38,7 @@
        $(ZENITY_LIBS)          \
        $(LIBNOTIFY_LIBS)       \
        $(X_LIBS)
+X_LIBS = -L/usr/X11R6/lib -L/usr/X11/lib -lX11
 
 gladedir = $(datadir)/zenity
 


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to