[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (975267d1301b3cb06acbebae709bd217bb7759ec)

Pol Vinogradov scm at sourcemage.org
Mon Oct 11 12:26:33 EDT 2010


GIT changes to master grimoire by Pol Vinogradov <vin.public at gmail.com>:

 gnome2-apps/gxneur/DEPENDS |    3 ++-
 gnome2-apps/gxneur/DETAILS |    4 ++--
 gnome2-apps/gxneur/HISTORY |    6 +++++-
 x11/xneur/BUILD            |    3 ---
 x11/xneur/CONFIGURE        |    3 +--
 x11/xneur/DEPENDS          |   11 +++++------
 x11/xneur/DETAILS          |    4 ++--
 x11/xneur/HISTORY          |    7 ++++++-
 8 files changed, 23 insertions(+), 18 deletions(-)

New commits:
commit 975267d1301b3cb06acbebae709bd217bb7759ec
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    gnome2-apps/gxneur: updated to 0.10.0

commit 491302017030b80c5d09741cc20524a21168c481
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    x11/xneur: updated to 0.10.0

diff --git a/gnome2-apps/gxneur/DEPENDS b/gnome2-apps/gxneur/DEPENDS
index a9ae38f..11eae45 100755
--- a/gnome2-apps/gxneur/DEPENDS
+++ b/gnome2-apps/gxneur/DEPENDS
@@ -1,3 +1,4 @@
 depends libglade2 &&
 depends xneur &&
-depends gtk+2 
+depends gtk+2 &&
+depends gconf2
diff --git a/gnome2-apps/gxneur/DETAILS b/gnome2-apps/gxneur/DETAILS
index 2038990..7ff553d 100755
--- a/gnome2-apps/gxneur/DETAILS
+++ b/gnome2-apps/gxneur/DETAILS
@@ -1,8 +1,8 @@
            SPELL=gxneur
-         VERSION=0.9.8
+         VERSION=0.10.0
           SOURCE=${SPELL}-${VERSION}.tar.bz2
    SOURCE_URL[0]=http://dists.xneur.ru/release-${VERSION}/tgz/${SOURCE}
-     SOURCE_HASH=sha512:f2f6e38ea1b6d249e630eb396108ee540e30aea72fd9d9168a60334d67667efd92b56cd1b8c0ba9caebf59546da9d4fe34deacc9cf39340044f3317121596003
+     SOURCE_HASH=sha512:664690d5879065a7ebafbe9069ef090df26bfabf08519fb13bf5bd0d762772978aa9fe082d4ebd60c1e05516c63c18884f6d6c39e4531d7938a3c20826383520
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
         WEB_SITE=http://xneur.ru/
       LICENSE[0]=GPL
diff --git a/gnome2-apps/gxneur/HISTORY b/gnome2-apps/gxneur/HISTORY
index 55c58ab..8786a04 100644
--- a/gnome2-apps/gxneur/HISTORY
+++ b/gnome2-apps/gxneur/HISTORY
@@ -1,3 +1,7 @@
+2010-10-11 Pol Vinogradov <vin.public at gmail.com>
+	* DETAILS: updated spell to 0.10.0
+	* DEPENDS: added gconf2
+
 2010-03-19 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS: updated spell to 0.9.8
 
@@ -21,7 +25,7 @@
 	* DETAILS: updated to 0.6.0
 
 2007-03-11 Pol Vinogradov <vin.public at gmail.com>
-	* DETAILS: updated to 0.5.0, some cosmetic cleanups     
+	* DETAILS: updated to 0.5.0, some cosmetic cleanups
 
 2007-01-24 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS, DEPENDS: created spell
diff --git a/x11/xneur/BUILD b/x11/xneur/BUILD
index 2c1420a..8e3401b 100755
--- a/x11/xneur/BUILD
+++ b/x11/xneur/BUILD
@@ -1,7 +1,4 @@
 if list_find "$XNEUR_SOUND" "none"; then
   OPTS="$OPTS --with-sound=no"
 fi  &&
-if list_find "$XNEUR_IMAGE" "none"; then
-  OPTS="$OPTS --with-image=no"
-fi  &&
 default_build
diff --git a/x11/xneur/CONFIGURE b/x11/xneur/CONFIGURE
index c364b1d..f9a297f 100755
--- a/x11/xneur/CONFIGURE
+++ b/x11/xneur/CONFIGURE
@@ -1,2 +1 @@
-config_query_list XNEUR_SOUND "Which sound system do you prefer?" none gstreamer openal aplay &&
-config_query_list XNEUR_IMAGE "Which image library to use for flags rendering?" none imlib2 xpm
+config_query_list XNEUR_SOUND "Which sound system do you prefer?" none gstreamer openal aplay
diff --git a/x11/xneur/DEPENDS b/x11/xneur/DEPENDS
index 5ff43cd..3f0a420 100755
--- a/x11/xneur/DEPENDS
+++ b/x11/xneur/DEPENDS
@@ -8,17 +8,16 @@ elif list_find "$XNEUR_SOUND" "aplay"; then
   depends alsa-utils "--with-sound=$XNEUR_SOUND"
 fi  &&
 
-case $XNEUR_IMAGE in
-  imlib2) depends $XNEUR_IMAGE "--with-image=$XNEUR_IMAGE" ;;
-  xpm) depends libxpm "--with-image=$XNEUR_IMAGE" ;;
-  *) true ;;
-esac  &&
-
 optional_depends  aspell                \
                   "--with-aspell"       \
                   "--without-aspell"    \
                   "for aspell support"  &&
 
+optional_depends  libnotify                    \
+                  "--with-libnotify"           \
+                  "--without-libnotify"        \
+                  "for notifications support"  &&
+
 optional_depends  pcre                               \
                   "--with-pcre"                      \
                   "--without-pcre"                   \
diff --git a/x11/xneur/DETAILS b/x11/xneur/DETAILS
index b5bd368..4672e40 100755
--- a/x11/xneur/DETAILS
+++ b/x11/xneur/DETAILS
@@ -1,8 +1,8 @@
            SPELL=xneur
-         VERSION=0.9.8
+         VERSION=0.10.0
           SOURCE=${SPELL}-${VERSION}.tar.bz2
    SOURCE_URL[0]=http://dists.${SPELL}.ru/release-${VERSION}/tgz/${SOURCE}
-     SOURCE_HASH=sha512:0c94d2537867e8765251a0b6ac16702de5762156c79bb16791275e354c25e7d0907325c0f3059cebe732bb51121e1a227ba50274ff195de55c84b864294f501c
+     SOURCE_HASH=sha512:615b3cd8660968e840588b48e3fb0662c381a0dcb0d859b782d793775afb12aec4f18907ab234cfa4105e4937c82f9418b418ea81338861a5625d1d26f9d4499
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
         WEB_SITE=http://xneur.ru/
       LICENSE[0]=GPL
diff --git a/x11/xneur/HISTORY b/x11/xneur/HISTORY
index f0d2f3c..c400f17 100644
--- a/x11/xneur/HISTORY
+++ b/x11/xneur/HISTORY
@@ -1,3 +1,8 @@
+2010-10-11 Pol Vinogradov <vin.public at gmail.com>
+	* DETAILS: updated spell to 0.10.0
+	* BUILD, CONFIGURE, DEPENDS: removed image option, libnotify was added
+	  as optional dependency
+
 2010-03-19 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS: updated spell to 0.9.8
 
@@ -33,7 +38,7 @@
 
 2007-03-11 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS: updated to 0.5.0, now supports belarussian language, some
-	  cosmetic cleanups	
+	  cosmetic cleanupsh
 	* PRE_BUILD, xneur-no-home-install.patch: removed, not needed anymore
 
 2007-01-24 Pol Vinogradov <vin.public at gmail.com>



More information about the SM-Commit mailing list