[SM-Commit] GIT changes to master grimoire by Sukneet Basuta (405f901a2cdf3995fd99154dc899b666992e7e7c)

Sukneet Basuta scm at sourcemage.org
Tue Mar 23 00:54:40 EDT 2010


GIT changes to master grimoire by Sukneet Basuta <sukneet at sourcemage.org>:

 gnome2-libs/glib2/DEPENDS                 |   15 +++++++++++++++
 gnome2-libs/glib2/DETAILS                 |    3 +--
 gnome2-libs/glib2/HISTORY                 |    5 +++++
 gnome2-libs/glib2/PRE_BUILD               |    6 ------
 gnome2-libs/glib2/glib-2.23.6.tar.bz2.sig |binary
 5 files changed, 21 insertions(+), 8 deletions(-)

New commits:
commit 405f901a2cdf3995fd99154dc899b666992e7e7c
Author: Sukneet Basuta <sukneet at sourcemage.org>
Commit: Sukneet Basuta <sukneet at sourcemage.org>

    glib2: devel => 2.23.6
    added optional depends on FAM, pcre, and libselinux
    removed PRE_BUILD, it was not being used for anything, just libiconv which seems to be depreciated

diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index 94b3bcf..8381e8f 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -11,6 +11,21 @@ optional_depends gettext                            \
                  "--with-libiconv=no"               \
                  "Build with gettext?"              &&
 
+optional_depends FAM                                \
+                 "--enable-fam"                     \
+                 "--disable-fam"                    \
+                 "Build with file system monitoring" &&
+
+optional_depends pcre                               \
+                 "--with-pcre=system"               \
+                 "--with-pcre=internal"             \
+                 "Use system supplied PCRE. Otherwise, the internal PCRE library will be used" &&
+
+optional_depends libselinux                         \
+                 "--enable-selinux"                 \
+                 "--disable-selinux"                \
+                 "Build with selinux support"       &&
+
 optional_depends gtk-doc                            \
                  "--enable-gtk-doc"                 \
                  "--disable-gtk-doc"                \
diff --git a/gnome2-libs/glib2/DETAILS b/gnome2-libs/glib2/DETAILS
index 1360483..1fb5341 100755
--- a/gnome2-libs/glib2/DETAILS
+++ b/gnome2-libs/glib2/DETAILS
@@ -1,7 +1,6 @@
            SPELL=glib2 
 if [[ $GLIB_VER == devel ]];then
-         VERSION=2.22.5
-#     SOURCE_HASH=sha512:1dae2011390fdc708dee5a79d04c1e799c0ac8a209c98bad47f12f314496180a1af46e24392c6971ed95d69a3ada2d0806b2af5e9ef40f1cdb0b6f6419900cdb
+         VERSION=2.23.6
           SOURCE=glib-$VERSION.tar.bz2
       SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
 else
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index a168d24..a0d5c7a 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,8 @@
+2010-03-23 Sukneet Basuta <sukneet at sourcemage.org>
+	* DETAILS: updated devel to 2.23.6
+	* DEPENDS: added opt depends on FAM, libselinux, pcre
+	* PRE_BUILD: removed, no longer needed, was used for libiconv
+
 2010-03-16 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 2.22.5
 
diff --git a/gnome2-libs/glib2/PRE_BUILD b/gnome2-libs/glib2/PRE_BUILD
deleted file mode 100755
index 4aae7ae..0000000
--- a/gnome2-libs/glib2/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-if list_find "$OPTS" "--with-libiconv=no"; then
-   sedit 's/test "$gt_cv_have_gettext" != "yes"/false/' configure
-fi 
diff --git a/gnome2-libs/glib2/glib-2.23.6.tar.bz2.sig b/gnome2-libs/glib2/glib-2.23.6.tar.bz2.sig
new file mode 100644
index 0000000..0ec4971
Binary files /dev/null and b/gnome2-libs/glib2/glib-2.23.6.tar.bz2.sig differ



More information about the SM-Commit mailing list