Update of /cvsroot/fink/experimental/dmacks/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11816
Added Files:
consolekit.info consolekit.patch
Log Message:
It's a start, but no darwin back-end implemented:/
--- NEW FILE: consolekit.patch ---
diff -Nurd -x'*~' ConsoleKit-0.3.0.orig/configure.ac
ConsoleKit-0.3.0/configure.ac
--- ConsoleKit-0.3.0.orig/configure.ac 2008-07-30 20:35:53.000000000 -0400
+++ ConsoleKit-0.3.0/configure.ac 2008-12-03 01:51:42.000000000 -0500
@@ -69,10 +69,25 @@
dbus-1 >= $DBUS_REQUIRED_VERSION
)
PKG_CHECK_MODULES(TOOLS,
- x11 >= $X11_REQUIRED_VERSION
glib-2.0 >= $GLIB_REQUIRED_VERSION
)
+PKG_CHECK_MODULES(X11,
+ x11 >= $X11_REQUIRED_VERSION
+,
+[
+ TOOLS_CFLAGS="$TOOLS_CFLAGS $X11_CFLAGS"
+ TOOLS_LIBS="$TOOLS_LIBS $X11_LIBS"
+],
+[
+ AC_PATH_XTRA
+ if test "$have_x" != yes; then
+ AC_MSG_ERROR([Could not find X11])
+ fi
+ TOOLS_CFLAGS="$TOOLS_CFLAGS $X_CFLAGS"
+ TOOLS_LIBS="$TOOLS_LIBS $X_LIBS -lX11"
+])
+
PKG_CHECK_MODULES(HISTORY,
glib-2.0 >= $GLIB_REQUIRED_VERSION
)
@@ -190,6 +205,9 @@
*-*-solaris*)
CK_BACKEND="solaris"
;;
+ *)
+ AC_MSG_ERROR([No sysdeps back-end implemented for host $host])
+ ;;
esac
AC_SUBST(KVM_LIBS)
--- NEW FILE: consolekit.info ---
Package: consolekit
Version: 0.3.0
Revision: 1
Source: http://people.freedesktop.org/~mccann/dist/ConsoleKit-%v.tar.bz2
Source-MD5: 43b02a52212330b54cfb34c4044d9ce0
BuildDepends: <<
autoconf,
automake1.10,
dbus-dev (>= 1.2.1-1),
glib2-dev (>= 2.18.0-1),
libgettext3-dev,
libtool14,
pkgconfig (>= 0.23),
x11-dev
<<
PatchScript: <<
perl -pi -e 's,(POLKIT_REQUIRED_VERSION=).*,${1}99999.FORCE.NONDETECT,'
configure
<<
ConfigureParams: --disable-pam-module --enable-more-warnings
Compilescript: <<
autoreconf -fi
./configure %c
make
<<
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog HACKING NEWS README TODO
DescPackaging: <<
Fink doesn't have polkit right now, force nondetection for
consistent results if/when fink gets it.
Disable pam until we know how/if it works for this
Which back-end to use? We have libkvm, o maybe *bsd?
<<
DescPort: <<
Don't always have x11.pc, so use hardocded flags instead. See:
https://bugs.freedesktop.org/show_bug.cgi?id=18859
No back-end available for darwin. See:
https://bugs.freedesktop.org/show_bug.cgi?id=18860
<<
Description: User/session/seat system manager
License: GPL
Homepage: http://www.freedesktop.org/wiki/Software/ConsoleKit
Maintainer: Daniel Macks <[EMAIL PROTECTED]>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs