From b32fd10dd6fc1292d78a3a6a6cb87e1ad904f142 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 28 Feb 2005 23:06:31 +0000 Subject: - remove ddcxinfos, replaced by monitor-edid (which is in a separate package) - add many resolutions (they are structured by aspect ratio for next move) - put the "Monitor preferred modeline" from EDID in xorg.conf - for this ModeLine must be exported from the monitor section - specifying a VendorName|ModelName in auto_inst is valid, don't overwrite it with edid probe - the strange /dev/zero needed (?) by ddcxinfos is no more needed - field {size} is now {diagonal_size}, and is no more "corrected" - add @CVT_ratios and @CVT_vfreqs (unused at the moment) - Getopt::Long is needed by monitor-parse-edid --- perl-install/drakxtools.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'perl-install/drakxtools.spec') diff --git a/perl-install/drakxtools.spec b/perl-install/drakxtools.spec index 1d06cc492..f5a8761a9 100644 --- a/perl-install/drakxtools.spec +++ b/perl-install/drakxtools.spec @@ -24,6 +24,7 @@ Summary: The drakxtools (XFdrake, diskdrake, keyboarddrake, mousedrake...) Group: System/Configuration/Other Requires: perl-base >= 2:5.8.6-1mdk, urpmi >= 4.6.13, modutils >= 2.3.11, usermode-consoleonly >= 1.44-4mdk, msec >= 0.38-5mdk Requires: %{name}-backend = %version-%release +Requires: monitor-edid Requires: netprofile Obsoletes: diskdrake kbdconfig mouseconfig printtool setuptool drakfloppy Provides: diskdrake, kbdconfig mouseconfig printtool setuptool, drakfloppy = %version-%release @@ -108,9 +109,6 @@ them work both under XFree (graphical environment) and in console adduserdrake: help you adding a user -ddcxinfos: get infos from the graphic card and print XF86Config -modlines - diskdrake: DiskDrake makes hard disk partitioning easier. It is graphical, simple and powerful. Different skill levels are available (newbie, advanced user, expert). It's written entirely in Perl and @@ -206,7 +204,7 @@ dirs1="usr/lib/libDrakX usr/share/libDrakX" perl -ni -e '/activefw\.pm|clock|drak(backup|bug|clock|floppy|font|log|net_monitor|perm|printer|sec|splash|TermServ)|gtk|icons|logdrake|net_applet|net_monitor|pixmaps|printer|xf86misc|\.png$/ ? print STDERR $_ : print' %{name}.list 2> %{name}-gtk.list perl -ni -e '/http/ ? print STDERR $_ : print' %{name}.list 2> %{name}-http.list -perl -ni -e 'm!lib/libDrakX|bootloader-config|fileshare|lsnetdrake|ddcxinfos|drakupdate_fstab|rpcinfo|serial_probe! && !/newt/i ? print STDERR $_ : print' %{name}.list 2> %{name}-backend.list +perl -ni -e 'm!lib/libDrakX|bootloader-config|fileshare|lsnetdrake|drakupdate_fstab|rpcinfo|serial_probe! && !/newt/i ? print STDERR $_ : print' %{name}.list 2> %{name}-backend.list #mdk menu entry mkdir -p $RPM_BUILD_ROOT/%_menudir -- cgit v1.2.1