Skip to Content.
Please activate JavaScript in your web browser
List archive
Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6c025d437b1a1d3d6520ec9c5d1414d80c429c95)
Chronological
Thread
<
Chronological
>
<
Thread
>
From
: Treeve Jelbert <treeve AT scarlet.be>
To
: sm-commit AT lists.ibiblio.org
Subject
: Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6c025d437b1a1d3d6520ec9c5d1414d80c429c95)
Date
: Thu, 24 Sep 2009 09:00:41 +0200
On Tuesday 22 September 2009 16:12:22 Ladislav Hagara wrote:
>
GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:
>
>
dev/null |binary
>
gnome2-libs/policykit/DEPENDS | 2 ++
>
gnome2-libs/policykit/DETAILS | 6 +++---
>
gnome2-libs/policykit/HISTORY | 5 +++++
>
gnome2-libs/policykit/PRE_BUILD | 5 -----
>
gnome2-libs/policykit/PolicyKit-0.9.tar.gz.sig | 0
>
gnome2-libs/policykit/bugs.freedesktop.org-16131.patch | 12 ------------
>
gnome2-libs/policykit/polkit-0.94.tar.gz.sig |binary
>
8 files changed, 10 insertions(+), 20 deletions(-)
>
>
New commits:
>
commit a2f3709fd24d5e4b56957d0f60fd7ae7796a2ec6
>
Author: Ladislav Hagara <hgr AT vabo.cz>
>
Commit: Ladislav Hagara <hgr AT vabo.cz>
>
>
policykit 0.94
>
this version of policykit will not build without PAM, regardless of the what
configure says.
There was some discussion on the polkit mailing list about someone preparing
a
patch to add proper shadow support, but nothing has appeared yet.
>
diff --git a/gnome2-libs/policykit/DEPENDS b/gnome2-libs/policykit/DEPENDS
>
index 2631bb0..c9a0a72 100755
>
--- a/gnome2-libs/policykit/DEPENDS
>
+++ b/gnome2-libs/policykit/DEPENDS
>
@@ -1,8 +1,10 @@
>
depends pkgconfig &&
>
depends dbus &&
>
depends dbus-glib &&
>
+depends eggdbus &&
>
depends expat &&
>
depends intltool &&
>
+depends gobject-introspection &&
>
>
if [[ "$POLICYKIT_AFW" != "none" ]]; then
>
depends $POLICYKIT_AFW
>
diff --git a/gnome2-libs/policykit/DETAILS b/gnome2-libs/policykit/DETAILS
>
index 4e8b7c0..7e11a02 100755
>
--- a/gnome2-libs/policykit/DETAILS
>
+++ b/gnome2-libs/policykit/DETAILS
>
@@ -1,7 +1,7 @@
>
SPELL=policykit
>
- VERSION=0.9
>
- SOURCE=PolicyKit-$VERSION.tar.gz
>
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/PolicyKit-$VERSION
>
+ VERSION=0.94
>
+ SOURCE=polkit-$VERSION.tar.gz
>
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/polkit-$VERSION
>
SOURCE_URL[0]=
http://hal.freedesktop.org/releases/$SOURCE
>
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
>
LICENSE[0]=LGPL
>
diff --git a/gnome2-libs/policykit/HISTORY b/gnome2-libs/policykit/HISTORY
>
index 67506cf..9c4113a 100644
>
--- a/gnome2-libs/policykit/HISTORY
>
+++ b/gnome2-libs/policykit/HISTORY
>
@@ -1,3 +1,8 @@
>
+2009-09-22 Laidslav Hagara <hgr AT vabo.cz>
>
+ * DETAILS: 0.94, PolicyKit -> polkit
>
+ * DEPENDS: added eggdbus and gobject-introspection
>
+ * PRE_BUILD, bugs.freedesktop.org-16131.patch: removed
>
+
>
2009-07-30 Arjan Bouter <abouter AT sourcemage.org>
>
* DEPENDS: removed libxslt, that belongs to gtk-doc
>
* PRE_BUILD: move the bash-completion script to
>
diff --git a/gnome2-libs/policykit/PRE_BUILD
>
b/gnome2-libs/policykit/PRE_BUILD deleted file mode 100755
>
index 362f5e8..0000000
>
--- a/gnome2-libs/policykit/PRE_BUILD
>
+++ /dev/null
>
@@ -1,5 +0,0 @@
>
-default_pre_build &&
>
-cd $SOURCE_DIRECTORY &&
>
-patch -p1 < $SPELL_DIRECTORY/bugs.freedesktop.org-16131.patch &&
>
-sedit 's#^profiledir .*#profiledir = $(sysconfdir)/bash_completion.d#'
>
tools/Makefile.am && -sedit 's#^profiledir .*#profiledir =
>
$(sysconfdir)/bash_completion.d#' tools/Makefile.in diff --git
>
a/gnome2-libs/policykit/PolicyKit-0.9.tar.gz.sig
>
b/gnome2-libs/policykit/PolicyKit-0.9.tar.gz.sig deleted file mode 100644
>
index 607958c..0000000
>
Binary files a/gnome2-libs/policykit/PolicyKit-0.9.tar.gz.sig and /dev/null
>
differ diff --git a/gnome2-libs/policykit/bugs.freedesktop.org-16131.patch
>
b/gnome2-libs/policykit/bugs.freedesktop.org-16131.patch deleted file mode
>
100644
>
index dbb94e7..0000000
>
--- a/gnome2-libs/policykit/bugs.freedesktop.org-16131.patch
>
+++ /dev/null
>
@@ -1,12 +0,0 @@
>
-diff --git a/src/polkit-dbus/polkit-resolve-exe-helper.c
>
b/src/polkit-dbus/polkit-resolve-exe-helper.c -index c56b2f5..5992b67
>
100644
>
---- a/src/polkit-dbus/polkit-resolve-exe-helper.c
>
-+++ b/src/polkit-dbus/polkit-resolve-exe-helper.c
>
-@@ -43,7 +43,6 @@
>
- #ifdef HAVE_FREEBSD
>
- #include <sys/param.h>
>
- #endif
>
--#include <security/pam_appl.h>
>
- #include <grp.h>
>
- #include <pwd.h>
>
- #include <syslog.h>
>
diff --git a/gnome2-libs/policykit/polkit-0.94.tar.gz.sig
>
b/gnome2-libs/policykit/polkit-0.94.tar.gz.sig new file mode 100644
>
index 0000000..3bc48ff
>
Binary files /dev/null and b/gnome2-libs/policykit/polkit-0.94.tar.gz.sig
>
differ _______________________________________________
>
SM-Commit mailing list
>
SM-Commit AT lists.ibiblio.org
>
http://lists.ibiblio.org/mailman/listinfo/sm-commit
>
--
Regards, Treeve
[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6c025d437b1a1d3d6520ec9c5d1414d80c429c95)
,
Ladislav Hagara, 09/22/2009
Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6c025d437b1a1d3d6520ec9c5d1414d80c429c95)
,
Treeve Jelbert, 09/24/2009
Archive powered by
MHonArc 2.6.24
.