diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-29 11:52:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-29 11:52:46 +0000 |
commit | c3c9d0256348c0496db4e89302d44af85a28ea4e (patch) | |
tree | 2d2a1805bdff17ff025b384977b20ec778eac9fb | |
parent | e280fa4106c296e6f654b85ed02f917c91cc6542 (diff) | |
download | control-center-c3c9d0256348c0496db4e89302d44af85a28ea4e.tar control-center-c3c9d0256348c0496db4e89302d44af85a28ea4e.tar.gz control-center-c3c9d0256348c0496db4e89302d44af85a28ea4e.tar.bz2 control-center-c3c9d0256348c0496db4e89302d44af85a28ea4e.tar.xz control-center-c3c9d0256348c0496db4e89302d44af85a28ea4e.zip |
add Resolution and Monitor (needs the to-be-released drakxtools)
-rwxr-xr-x | control-center | 4 | ||||
-rw-r--r-- | drakconf.spec | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/control-center b/control-center index c6d3c824..92b54d9d 100755 --- a/control-center +++ b/control-center @@ -85,6 +85,8 @@ my $exec_hash = _("Boot Disk") => [ "drakfloppy", "$_sbindir/drakfloppy", 1], _("Boot Config") => [ "drakboot", "$_sbindir/drakboot", 1 ], _("Auto Install") => [ "drakautoinst", "$_sbindir/drakautoinst", 1 ], + _("Monitor") => [ "XFdrake", "$_sbindir/XFdrake monitor", 1 ], + _("Resolution") => [ "XFdrake", "$_sbindir/XFdrake resolution", 1 ], _("Display") => [ "XFdrake", "$_sbindir/XFdrake", 1 ], _("Hardware List") => [ "harddrake", "$_sbindir/harddrake2", 1 ], _("Mouse") => [ "mousedrake", "$_sbindir/mousedrake", 1 ], @@ -145,6 +147,8 @@ my @tree = [_("Hardware"), 'drakhard-mdk', [ [_("Hardware List"),'harddrake-mdk'], + [_("Monitor"),'XFdrake-mdk'], + [_("Resolution"),'XFdrake-mdk'], [_("Display"),'XFdrake-mdk'], [_("Keyboard"), 'keyboard-mdk'], [_("Mouse"), 'mousedrake-mdk'], diff --git a/drakconf.spec b/drakconf.spec index 2ba7b72c..2e07b270 100644 --- a/drakconf.spec +++ b/drakconf.spec @@ -2,7 +2,7 @@ # do not edit here, but in cvs/soft/control-center %define name drakconf %define version 8.3 -%define release 0.4 +%define release 0.5 Summary: The Mandrake Control Center Name: %{name} @@ -19,7 +19,7 @@ Group: System/Configuration/Other Url: http://www.mandrakelinux.com/en/cvs.php3 Obsoletes: DrakConf Provides: DrakConf -Requires: mandrake-release, drakxtools >= 1.1.8-4mdk, gtk+mdk >= 0.1.6-10mdk +Requires: mandrake-release, drakxtools >= 1.1.8-14mdk, gtk+mdk >= 0.1.6-10mdk Requires: menudrake >= 0.6.5-2mdk, harddrake >= 1.1.8-4mdk, harddrake-ui >= 1.1.8-4mdk Requires: perl-GTK, perl-GTK-GdkImlib, usermode Requires: popt >= 1.6.3-9mdk @@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT %_datadir/mcc/kde %changelog +* Mon Jul 29 2002 Pixel <pixel@mandrakesoft.com> 8.3-0.5mdk +- add Resolution and Monitor (needs the to-be-released drakxtools) + * Tue Jul 23 2002 Damien Chaumette <dchaumette@mandrakesoft.com> 8.3-0.4mdk - link /usr/bin/drakconf to /usr/sbin to allow simple user to run drakconf |