summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/drakxtools.spec13
-rw-r--r--perl-install/harddrake/TODO6
-rw-r--r--perl-install/harddrake/ui.pmbin9572 -> 9581 bytes
3 files changed, 12 insertions, 7 deletions
diff --git a/perl-install/drakxtools.spec b/perl-install/drakxtools.spec
index 96cb4eb83..5b848b396 100644
--- a/perl-install/drakxtools.spec
+++ b/perl-install/drakxtools.spec
@@ -1,14 +1,13 @@
Summary: The drakxtools (XFdrake, diskdrake, keyboarddrake, mousedrake...)
Name: drakxtools
Version: 1.1.9
-Release: 14mdk
+Release: 15mdk
Url: http://www.linux-mandrake.com/en/drakx.php3
Source0: %name-%version.tar.bz2
License: GPL
Group: System/Configuration/Other
Requires: %{name}-newt = %version-%release, perl-GTK >= 0.6123, perl-GTK-GdkImlib, XFree86-100dpi-fonts, XFree86-75dpi-fonts, /usr/X11R6/bin/xtest, font-tools, usermode >= 1.44-4mdk, perl-MDK-Common >= 1.0.3-12mdk
Conflicts: drakconf < 0.96-10mdk
-BuildRequires: e2fsprogs-devel
BuildRequires: gcc
BuildRequires: gettext
BuildRequires: gtk+-devel
@@ -86,6 +85,8 @@ drakgw: internet connection sharing
drakproxy: proxies configuration
+draksound: sound card configuration
+
draksplash: bootsplash themes creation
drakTermServ: mandrake terminal server configurator
@@ -261,6 +262,12 @@ file /etc/sysconfig/harddrake2/previous_hw | fgrep -q perl && \
%config(noreplace) %_sysconfdir/logrotate.d/drakxtools-http
%changelog
+* Wed Aug 21 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1.9-15mdk
+- add draksound
+- mousedrake: default usbmouse link to input/mice rather than
+ input/mouse0, thus giving support for multiple mouse, wacom tables,
+ ...
+
* Wed Aug 21 2002 Pixel <pixel@mandrakesoft.com> 1.1.9-14mdk
- fix dangling waiting watch mousecursor (well, please test!)
- adding draksplash (nathan)
@@ -1020,7 +1027,7 @@ file /etc/sysconfig/harddrake2/previous_hw | fgrep -q perl && \
* Mon Apr 9 2001 Yves Duret <yduret@mandrakesoft.com> 1.1.5-82mdk
- snap as always
-* Mon Apr 9 2001 Yves Duret <yduret@mandraksoft.com> 1.1.5-81mdk
+* Mon Apr 9 2001 Yves Duret <yduret@mandrakesoft.com> 1.1.5-81mdk
- snaphshot again and again
* Mon Apr 9 2001 dam's <damien@mandrakesoft.com> 1.1.5-80mdk
diff --git a/perl-install/harddrake/TODO b/perl-install/harddrake/TODO
index 23c9a0319..6a6bf545f 100644
--- a/perl-install/harddrake/TODO
+++ b/perl-install/harddrake/TODO
@@ -7,10 +7,8 @@
*** add updfstab as in kudzu
*** enable the user to force a module (isa, isapnp, ...)
*** timeout on dialogs in service
-*** text:
-**** bold fields name
-**** red unknown modules
-*** pci freeze
+*** usb mouse in unknown
+*** pci freeze (fseek ?)
*** 2detect/look 4
**** pcmcia devices
**** isapnp devices
diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm
index d314de59f..f640017d2 100644
--- a/perl-install/harddrake/ui.pm
+++ b/perl-install/harddrake/ui.pm
Binary files differ