Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (89891df49b1cf6f428a34acfb89d5a671348d88b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (89891df49b1cf6f428a34acfb89d5a671348d88b)
  • Date: Mon, 25 Oct 2010 10:20:38 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

gnome2-libs/policykit-gnome/DETAILS | 5 +++--
gnome2-libs/policykit-gnome/HISTORY | 3 +++
gnome2-libs/policykit/DEPENDS | 1 -
gnome2-libs/policykit/DETAILS | 4 ++--
gnome2-libs/policykit/HISTORY | 4 ++++
x11-toolkits/wxgtk-new/DEPENDS | 4 +++-
x11-toolkits/wxgtk-new/DETAILS | 4 ++--
x11-toolkits/wxgtk-new/HISTORY | 4 ++++
8 files changed, 21 insertions(+), 8 deletions(-)

New commits:
commit 89891df49b1cf6f428a34acfb89d5a671348d88b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

policykit: => 0.99

commit 5b9afd26d9c207c24dbe48952d86f024ba016baf
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

policykit-gnome: => 0.99

commit c5d731f6fce3a5355b9c144f40dc6c984e9341c4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

wxgtk-new - pcre is optional, as it dows not provide the advanced features

commit 325ab640933d53b67bec7dc056984dcc986ca028
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

wxgtk-new: => 2.9.1

diff --git a/gnome2-libs/policykit-gnome/DETAILS
b/gnome2-libs/policykit-gnome/DETAILS
index 45311c6..be241bc 100755
--- a/gnome2-libs/policykit-gnome/DETAILS
+++ b/gnome2-libs/policykit-gnome/DETAILS
@@ -1,9 +1,10 @@
SPELL=policykit-gnome
- VERSION=0.96
+ VERSION=0.99
+
SOURCE_HASH=sha512:2dc76af5ebdb3a2c58f7a7b84dbeb42c66447925ab6109d6b339982622e8495cae0bde77c8b81aed6cddb11ee77db1278b243ab9920e7cc4484cad5f4bbe53da
SOURCE=polkit-gnome-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/polkit-gnome-$VERSION
SOURCE_URL[0]=http://hal.freedesktop.org/releases/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=LGPL
WEB_SITE=http://www.freedesktop.org/wiki/Software/PolicyKit
ENTERED=20080928
diff --git a/gnome2-libs/policykit-gnome/HISTORY
b/gnome2-libs/policykit-gnome/HISTORY
index cc9e2fd..661b0fd 100644
--- a/gnome2-libs/policykit-gnome/HISTORY
+++ b/gnome2-libs/policykit-gnome/HISTORY
@@ -1,3 +1,6 @@
+2010-10-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.99
+
2010-07-15 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: doesn't need gir-repository anymore

diff --git a/gnome2-libs/policykit/DEPENDS b/gnome2-libs/policykit/DEPENDS
index e11f95d..e91eebc 100755
--- a/gnome2-libs/policykit/DEPENDS
+++ b/gnome2-libs/policykit/DEPENDS
@@ -1,7 +1,6 @@
depends pkgconfig &&
depends dbus &&
depends dbus-glib &&
-depends eggdbus &&
depends expat &&
depends intltool &&

diff --git a/gnome2-libs/policykit/DETAILS b/gnome2-libs/policykit/DETAILS
index 86a6767..882c228 100755
--- a/gnome2-libs/policykit/DETAILS
+++ b/gnome2-libs/policykit/DETAILS
@@ -1,6 +1,6 @@
SPELL=policykit
- VERSION=0.96
-
SOURCE_HASH=sha512:b21c0531dc4b5663593bb4a9ba343f3ff3d174e2498a025f16da2357e2b643c7aa0ea3e1aca440f1d06eb4dead7d78b5dd7e9902cd2b48aa3f06509ed24c5fd0
+ VERSION=0.99
+
SOURCE_HASH=sha512:6e26f0d1a66f7c6b76496757897d27e092a761fb92e468fd81d8df94c5b049e1c03af835dd6efa0cdfb2ae553d4bcbbc5b0b24b39b7bcec08400d2dfd38feef7
SOURCE=polkit-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/polkit-$VERSION
SOURCE_URL[0]=http://hal.freedesktop.org/releases/$SOURCE
diff --git a/gnome2-libs/policykit/HISTORY b/gnome2-libs/policykit/HISTORY
index 546f45e..95de8ec 100644
--- a/gnome2-libs/policykit/HISTORY
+++ b/gnome2-libs/policykit/HISTORY
@@ -1,3 +1,7 @@
+2010-10-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.99
+ * DEPENDS: remove eggdbus
+
2010-03-10 Vasil Yonkov <spirtbrat AT sourcemage.org>
* PRE_SUB_DEPENDS, SUB_DEPENDS: created

diff --git a/x11-toolkits/wxgtk-new/DEPENDS b/x11-toolkits/wxgtk-new/DEPENDS
index a3be37a..1c15121 100755
--- a/x11-toolkits/wxgtk-new/DEPENDS
+++ b/x11-toolkits/wxgtk-new/DEPENDS
@@ -10,8 +10,10 @@ depends zlib '--with-zlib' &&
depends libpng '--with-libpng' &&
depends jpeg '--with-libjpeg' &&
depends tiff '--with-libtiff' &&
-depends pcre '--with-regex=sys' &&
depends pkgconfig &&
+optional_depends pcre '--with-regex=sys' \
+ '--with-regex=builtin' \
+ 'do not use pcre for advanced features' &&
optional_depends cairo \
'' \
'' \
diff --git a/x11-toolkits/wxgtk-new/DETAILS b/x11-toolkits/wxgtk-new/DETAILS
index 8123467..ef88142 100755
--- a/x11-toolkits/wxgtk-new/DETAILS
+++ b/x11-toolkits/wxgtk-new/DETAILS
@@ -1,8 +1,8 @@
SPELL=wxgtk-new
SPELLX=wxGTK
SPELLX=wxWidgets
- VERSION=2.9.0
-
SOURCE_HASH=sha512:22f0cfb8d0cb1a4addad9095cd7a93f7583b8b6702e446981c01ba485612c9f832d69959402082883e6c6929e68fd157d4db0ab925ed05bc5667ddd2b708c78f
+ VERSION=2.9.1
+
SOURCE_HASH=sha512:8d74714694bd0509f6ad6a82dc8d12358e725e926dc8f7fac0a86310765f095ee9466cb6b406a9165f88299e4f1755c89230d28f06e3dd83da18c5365272e61c
SOURCE=$SPELLX-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-${VERSION}
SOURCE_URL[0]=$SOURCEFORGE_URL/wxwindows/$SOURCE
diff --git a/x11-toolkits/wxgtk-new/HISTORY b/x11-toolkits/wxgtk-new/HISTORY
index 11fe8ce..fe5b2f9 100644
--- a/x11-toolkits/wxgtk-new/HISTORY
+++ b/x11-toolkits/wxgtk-new/HISTORY
@@ -1,3 +1,7 @@
+2010-10-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.9.1
+ * DEPENDS: pcre is optional, as it dows not provide the advanced
features
+
2010-08-06 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: fixed SOURCE_HASH and SHORT




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (89891df49b1cf6f428a34acfb89d5a671348d88b), Treeve Jelbert, 10/25/2010

Archive powered by MHonArc 2.6.24.

Top of Page