Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6c025d437b1a1d3d6520ec9c5d1414d80c429c95)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6c025d437b1a1d3d6520ec9c5d1414d80c429c95)
  • Date: Tue, 22 Sep 2009 09:12:22 -0500

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

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




Archive powered by MHonArc 2.6.24.

Top of Page