Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (443f4c18cbea9c1748f64fe993271f9a603afd45)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vasil Yonkov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (443f4c18cbea9c1748f64fe993271f9a603afd45)
  • Date: Sun, 29 Nov 2009 05:20:27 -0600

GIT changes to master grimoire by Vasil Yonkov <spirtbrat AT sourcemage.org>:

gnome2-apps/gedit-plugins/DEPENDS | 1 -
gnome2-apps/gedit-plugins/HISTORY | 3 +++
gnome2-libs/gnome-system-monitor/DEPENDS | 8 ++++++--
gnome2-libs/gnome-system-monitor/HISTORY | 3 +++
xorg-driver/xf86-video-ati/HISTORY | 3 +++
xorg-driver/xf86-video-ati/PREPARE | 5 ++++-
6 files changed, 19 insertions(+), 4 deletions(-)

New commits:
commit 443f4c18cbea9c1748f64fe993271f9a603afd45
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

gnome-system-monitor: made rarian optional

commit 57e4864d416977a4aa85e7bd0d044d53a371192c
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

gedit-plugins: no longer depends on rarian

commit 634bde13983f0a753f6cf848175332070e6489b3
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

xf86-video-ati: fixed query

diff --git a/gnome2-apps/gedit-plugins/DEPENDS
b/gnome2-apps/gedit-plugins/DEPENDS
index 7121d0b..c30eccc 100755
--- a/gnome2-apps/gedit-plugins/DEPENDS
+++ b/gnome2-apps/gedit-plugins/DEPENDS
@@ -1,5 +1,4 @@
depends gedit &&
-depends rarian &&

optional_depends python \
"--enable-python" \
diff --git a/gnome2-apps/gedit-plugins/HISTORY
b/gnome2-apps/gedit-plugins/HISTORY
index 186836a..6e32801 100644
--- a/gnome2-apps/gedit-plugins/HISTORY
+++ b/gnome2-apps/gedit-plugins/HISTORY
@@ -1,3 +1,6 @@
+2009-11-29 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS: removed rarian
+
2009-09-26 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.28.0

diff --git a/gnome2-libs/gnome-system-monitor/DEPENDS
b/gnome2-libs/gnome-system-monitor/DEPENDS
index e3c1e65..8affa79 100755
--- a/gnome2-libs/gnome-system-monitor/DEPENDS
+++ b/gnome2-libs/gnome-system-monitor/DEPENDS
@@ -9,9 +9,13 @@ depends librsvg2 &&
depends gnome-icon-theme &&
depends glibmm &&
depends gtkmm2 &&
-depends rarian &&

optional_depends libselinux \
"--enable-selinux" \
"--disable-selinux" \
- "Enable SELinux support?"
+ "Enable SELinux support?" &&
+
+optional_depends rarian \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "Register with rarian?"
diff --git a/gnome2-libs/gnome-system-monitor/HISTORY
b/gnome2-libs/gnome-system-monitor/HISTORY
index 77140ef..820ae11 100644
--- a/gnome2-libs/gnome-system-monitor/HISTORY
+++ b/gnome2-libs/gnome-system-monitor/HISTORY
@@ -1,3 +1,6 @@
+2009-11-29 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: made rarian optional
+
2009-09-22 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.28.0

diff --git a/xorg-driver/xf86-video-ati/HISTORY
b/xorg-driver/xf86-video-ati/HISTORY
index 702adc3..633107e 100644
--- a/xorg-driver/xf86-video-ati/HISTORY
+++ b/xorg-driver/xf86-video-ati/HISTORY
@@ -1,3 +1,6 @@
+2009-11-29 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * PREPARE: fixed query
+
2009-09-15 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: New version depends on xineramaproto

diff --git a/xorg-driver/xf86-video-ati/PREPARE
b/xorg-driver/xf86-video-ati/PREPARE
index 34ff9aa..52b01af 100755
--- a/xorg-driver/xf86-video-ati/PREPARE
+++ b/xorg-driver/xf86-video-ati/PREPARE
@@ -1,2 +1,5 @@
config_query ATI_SCM "Do you want SCM version" n &&
-config_query ATI_AUTO "Automaticaly update the spell on sorcery
queue/system-update?" n
+if [[ $ATI_SCM == y ]]; then
+ config_query ATI_AUTO \
+ "Automaticaly update the spell on sorcery queue/system-update?"
n
+fi



  • [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (443f4c18cbea9c1748f64fe993271f9a603afd45), Vasil Yonkov, 11/29/2009

Archive powered by MHonArc 2.6.24.

Top of Page