Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (85645575ef1105eddf8bd5dacd258199df1f70ee)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (85645575ef1105eddf8bd5dacd258199df1f70ee)
  • Date: Fri, 19 Aug 2011 08:01:54 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

audio-creation/gtkpod/DEPENDS | 20 ++++++++++----------
audio-creation/gtkpod/HISTORY | 3 +++
xorg-data/xkeyboard-config/BUILD | 2 +-
xorg-data/xkeyboard-config/HISTORY | 3 +++
xorg-driver/xf86-input-keyboard/BUILD | 3 ---
xorg-driver/xf86-input-keyboard/CONFIGURE | 5 -----
xorg-driver/xf86-input-keyboard/HISTORY | 3 +++
7 files changed, 20 insertions(+), 19 deletions(-)

New commits:
commit 85645575ef1105eddf8bd5dacd258199df1f70ee
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

xkeyboard-config: commented unrecognized option (issue #30)

commit 459f4e7c5556f3a3297acf17db0afa84a44bdeef
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

gtkpod: fixed unrecognized options (issue #30)

commit 1eedacb8b32152489afaae6c485c6681e4918d71
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

xf86-input-keyboard: removed BUILD and CONFIGURE, it only contained
unrecognized options (issue #30)

diff --git a/audio-creation/gtkpod/DEPENDS b/audio-creation/gtkpod/DEPENDS
index 28086cc..cdd10bf 100755
--- a/audio-creation/gtkpod/DEPENDS
+++ b/audio-creation/gtkpod/DEPENDS
@@ -13,19 +13,19 @@ optional_depends "curl" \
"--without-curl" \
"Coverart download support" &&

-optional_depends "gnome-vfs2" \
- "--with-gnome-vfs" \
- "--without-gnome-vfs" \
- "VFS device autodetection support" &&
+#optional_depends "gnome-vfs2" \
+# "--with-gnome-vfs" \
+# "--without-gnome-vfs" \
+# "VFS device autodetection support" &&

-optional_depends "hal" \
- "--with-hal" \
- "--without-hal" \
- "HAL device autodetection support" &&
+#optional_depends "hal" \
+# "--with-hal" \
+# "--without-hal" \
+# "HAL device autodetection support" &&

optional_depends "mp4v2" \
- "--with-mp4v2" \
- "--without-mp4v2" \
+ "" \
+ "" \
"MP4/AAC support" &&

optional_depends "libvorbis" \
diff --git a/audio-creation/gtkpod/HISTORY b/audio-creation/gtkpod/HISTORY
index fffa2bf..8f9aa60 100644
--- a/audio-creation/gtkpod/HISTORY
+++ b/audio-creation/gtkpod/HISTORY
@@ -1,3 +1,6 @@
+2011-08-19 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: fixed unrecognized options (issue #30)
+
2010-10-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.0.0

diff --git a/xorg-data/xkeyboard-config/BUILD
b/xorg-data/xkeyboard-config/BUILD
index 01fada7..ef901bd 100755
--- a/xorg-data/xkeyboard-config/BUILD
+++ b/xorg-data/xkeyboard-config/BUILD
@@ -1,4 +1,4 @@
-OPTS="$OPTS --enable-xkbcomp-symlink" &&
+#OPTS="$OPTS --enable-xkbcomp-symlink" &&
OPTS="$OPTS --enable-compat-rules" &&
OPTS="$OPTS --with-xkb-base=/usr/share/X11/xkb" &&
OPTS="$OPTS --with-xkb-rules-symlink=xorg,xfree86" &&
diff --git a/xorg-data/xkeyboard-config/HISTORY
b/xorg-data/xkeyboard-config/HISTORY
index d433b33..91b7634 100644
--- a/xorg-data/xkeyboard-config/HISTORY
+++ b/xorg-data/xkeyboard-config/HISTORY
@@ -1,3 +1,6 @@
+2011-08-19 Bor Kraljič <pyrobor AT ver.si>
+ * BUILD: commented unrecognized option (issue #30)
+
2010-11-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0

diff --git a/xorg-driver/xf86-input-keyboard/BUILD
b/xorg-driver/xf86-input-keyboard/BUILD
deleted file mode 100755
index bc188cb..0000000
--- a/xorg-driver/xf86-input-keyboard/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-OPTS="$XF86_INPUT_KEYBOARD_OPTS $OPTS" &&
-
-default_build
diff --git a/xorg-driver/xf86-input-keyboard/CONFIGURE
b/xorg-driver/xf86-input-keyboard/CONFIGURE
deleted file mode 100755
index 28db57b..0000000
--- a/xorg-driver/xf86-input-keyboard/CONFIGURE
+++ /dev/null
@@ -1,5 +0,0 @@
-config_query_option XF86_INPUT_KEYBOARD_OPTS
\
- "Use ${WARNING_COLOR}DEPRECATED${DEFAULT_COLOR} keyboard driver?"
\
- n
\
- '--enable-depkbd'
\
- '--disable-depkbd'
diff --git a/xorg-driver/xf86-input-keyboard/HISTORY
b/xorg-driver/xf86-input-keyboard/HISTORY
index 6a4701d..9112933 100644
--- a/xorg-driver/xf86-input-keyboard/HISTORY
+++ b/xorg-driver/xf86-input-keyboard/HISTORY
@@ -1,3 +1,6 @@
+2011-08-19 Bor Kraljič <pyrobor AT ver.si>
+ * BUILD,CONFIGURE: removed, it only contained unrecognized options
(issue #30)
+
2011-03-09 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.6.0
SOURCE matches upstream posted SHA1



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (85645575ef1105eddf8bd5dacd258199df1f70ee), Bor Kraljič, 08/19/2011

Archive powered by MHonArc 2.6.24.

Top of Page