Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv30298

Added Files:
        gnome-settings-daemon.info 
Log Message:
works as well as it did in 10.6

--- NEW FILE: gnome-settings-daemon.info ---
Package: gnome-settings-daemon
Version: 2.28.1
Revision: 2
Depends: <<
        atk1-shlibs (>= 1.28.0-1),
        cairo-shlibs (>= 1.8.8-3),
        dbus (>= 1.2.1-1),
        dbus-glib1.2-shlibs,
        dbus1.3-shlibs,
        dpkg-base-files,
        fontconfig2-shlibs (>= 2.8.0-4),
        freetype219-shlibs (>= 2.3.12-1),
        gconf2 (>= 2.28.0-1),
        gconf2-shlibs (>= 2.28.0-1),
        glib2-shlibs (>= 2.22.0-1),
        gnome-desktop2.11-shlibs (>= 2.28.0-1),
        gtk+2-shlibs (>= 2.18.0-1),
        libgettext8-shlibs,
        libgnomekbd2-4-shlibs,
        libxklavier16-shlibs,
        libxml2-shlibs (>= 2.6.30-1),
        pango1-xft2-ft219-shlibs (>= 1.24.5-4),
        startup-notification-shlibs (>= 0.9-1),
        x11,
        xdg-base
<<

BuildDepends: <<
        atk1 (>= 1.28.0-1),
        cairo (>= 1.8.8-3),
        dbus-glib1.2-dev,
        dbus1.3-dev,
        fink (>= 0.24.12-1),
        fink-package-precedence,
        fontconfig2-dev (>= 2.8.0-4),
        freetype219 (>= 2.3.12-1),
        gconf2-dev (>= 2.28.0-1),
        gettext-bin,
        gettext-tools,
        glib2-dev (>= 2.22.0-1),
        glitz,
        gnome-desktop2.11-dev (>= 2.28.0-1),
        gtk+2-dev (>= 2.18.0-1),
        intltool40,
        libgettext8-dev,
        libgnomekbd2-4-dev,
        libxklavier16,
        libxml2 (>= 2.6.30-1),
        pkgconfig (>= 0.23),
        pango1-xft2-ft219-dev (>= 1.24.5-4),
        pixman (>= 0.16.0-1),
        startup-notification-dev (>= 0.9-1),
        x11-dev
<<
Replaces: control-center
Source: mirror:gnome:sources/%n/2.28/%n-%v.tar.bz2
Source-MD5: cadb2e161846c4df76fec45679db1f50
PatchFile: %n.patch
PatchFile-MD5: bd18c76aa5bac8ff9da890717fcec284
PatchScript: <<
        %{default_script}
        perl -pi -e 's,xrandr,,' plugins/Makefile.in
        perl -pi -e 's,(XListInputDevices),${1}_FORCE_NONDETECT,' configure
        perl -pi -e 's/(glib-2.0) (>= \$GLIB_REQUIRED_VERSION)/\1 \2 
gthread-2.0 \2/g' configure
<<
SetCPPFLAGS: -I%p/lib/fontconfig2/include
SetLDFLAGS: -L%p/lib/fontconfig2/lib
SetCFLAGS: -Os -pipe
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: --enable-dependency-tracking --libexecdir=%p/lib/%n 
--disable-static --disable-schemas-install 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
 --without-libnotify
CompileScript: <<
        ./configure %c
        make
        fink-package-precedence --prohibit-bdep %n-dev .
<<
InstallScript: <<
        ac_cv_lib_Xrandr_XRRUpdateConfiguration=no make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING ChangeLog po/ChangeLog:ChangeLog.po MAINTAINERS NEWS 
README

ConfFiles: <<
        %p/etc/gconf/schemas/apps_gnome_settings_daemon_housekeeping.schemas 
        %p/etc/gconf/schemas/apps_gnome_settings_daemon_keybindings.schemas
        %p/etc/gconf/schemas/apps_gnome_settings_daemon_xrandr.schemas 
        %p/etc/gconf/schemas/desktop_gnome_font_rendering.schemas
        %p/etc/gconf/schemas/desktop_gnome_keybindings.schemas
        %p/etc/gconf/schemas/desktop_gnome_peripherals_touchpad.schemas 
        %p/etc/gconf/schemas/gnome-settings-daemon.schemas
<<
PostInstScript: <<
        if [ configure = "$1" ]; then
                export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
                for s in \
                        apps_gnome_settings_daemon_housekeeping \
                        apps_gnome_settings_daemon_keybindings \
                        apps_gnome_settings_daemon_xrandr \
                        desktop_gnome_font_rendering \
                        desktop_gnome_keybindings \
                        desktop_gnome_peripherals_touchpad \
                        gnome-settings-daemon \
                ; do
                        gconftool-2 --makefile-install-rule 
%p/etc/gconf/schemas/$s.schemas >/dev/null
                done
        fi
<<
SplitOff: <<
        Package: %N-dev
        Depends: <<
                %N (>= %v-%r)
        <<
        Replaces: control-center2-dev, control-center
        BuildDependsOnly: true
        Files: <<
                include
                lib/pkgconfig
        <<
        DocFiles: AUTHORS COPYING ChangeLog po/ChangeLog:ChangeLog.po 
MAINTAINERS NEWS README
<<
DescPort: <<
          Add missing libX11 link to plugins. See:
          http://bugzilla.gnome.org/show_bug.cgi?id=585311

          Disable detection of XInput because it's too old. See:
          http://bugzilla.gnome.org/show_bug.cgi?id=585315

        And make sure not to try to use xinput. See:
        https://bugzilla.gnome.org/show_bug.cgi?id=611670

        Recent glib doesn't publish -lintl, so pass it directly.

        Uses gthread directly, so must link it directly. See:
        https://bugzilla.gnome.org/show_bug.cgi?id=608217

        Update to new libxklavier API. Patch from:
        
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=70c902628f7d9e757b88445b1bfb3841e88ff2f9
<<
DescPackaging: <<
        This is a separate package as of 2.21ish, spawned from the
        control-center suite.

        Ignore libnotify to avoid notification-daemon and its
        gstreamer dep tree

        Disable xrandr because it's disabled in the dependent
        gnome-desktop pkg.

        Doesn't have shared-lib, but does allow building of compiled
        plugins and client-apps using public .pc and .h, so putting
        them in a -dev pkg.

        Not fixing autostart issue pending upstream response. See:
        http://bugzilla.gnome.org/show_bug.cgi?id=590055
<<
Description: Preferences & settings management
DescUsage: <<
You may need to start the daemon manually first before your gnome
theme and other settings will be used. Run:

  %p/lib/gnome-settings-daemon/gnome-settings-daemon

from a shell prompt or add it to your .xinitrc or x11 window-manager
startup items.

You can ignore warnings about missing X extensions (they are not
available in some x11 server versions).

You can ignore "upable to open" xmodmap errors (really only a warning
that gnome-applets did not install an expected data file because the
file is broken and would not provide known improvements over the
defaults).

Some touchpad features are disabled.
<<
License: GPL
Maintainer: The Gnome Core Team <[email protected]>
Homepage: http://www.gnome.org/


------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to