summaryrefslogtreecommitdiffstats
path: root/drakconf.spec
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-12-19 15:06:57 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-12-19 15:06:57 +0000
commite1290f3d98e40ad41347e904f7eb6b39e0f75d9d (patch)
tree282d894ba034372f154659d54e869013a8da2e49 /drakconf.spec
parentba909141e1eeb16ea2c1517fc39dfc4ce73f83a4 (diff)
downloadcontrol-center-e1290f3d98e40ad41347e904f7eb6b39e0f75d9d.tar
control-center-e1290f3d98e40ad41347e904f7eb6b39e0f75d9d.tar.gz
control-center-e1290f3d98e40ad41347e904f7eb6b39e0f75d9d.tar.bz2
control-center-e1290f3d98e40ad41347e904f7eb6b39e0f75d9d.tar.xz
control-center-e1290f3d98e40ad41347e904f7eb6b39e0f75d9d.zip
enhancements:
- perl_checker fixes - ui is a lot faster to refresh - quite a lot less hardcoded values, giving more control on icons size - gtk+2 port - anti aliased fonts - reorganize source in a cleaner way - better icon/text alignment - comment - internal logic has been *much* improved - simplify code by reusing MDK::Common - dialog window are now modal - enhanced topic descriptions - new topic design (2 columns) - splash screen - ... bug fixes: - mcc is now resistant to missing icons - mcc will fall back on default icons if a theme is missing some - a left button isn't any more highlighted if one has put the cursor on its position *before* it's drawn the first time - transparent icons can be arbitrary placed in right part of mcc : there's not anymore any alignment problems with background, so one can use non horizontally hachured background for right part know bugs / limitations: - resizing the main window should resizing the right icons table which should resize description texts - gtk+ engines are know to dramatically slow down *first* display of right icons - there should be some spacing between right icons and their description - descriptions are not yet written ("dummy description") - gtk+-2 support for embedding is broken for now
Diffstat (limited to 'drakconf.spec')
-rw-r--r--drakconf.spec51
1 files changed, 27 insertions, 24 deletions
diff --git a/drakconf.spec b/drakconf.spec
index 2ad9e5cb..a9347530 100644
--- a/drakconf.spec
+++ b/drakconf.spec
@@ -1,39 +1,38 @@
# Changed by Makefile of cvs.
# do not edit here, but in cvs/soft/control-center
-Summary: The Mandrake Control Center
-Name: drakconf
-Version: 9.1
-Release: 0.3mdk
+Summary: The Mandrake Control Center
+Name: drakconf
+Version: 9.1
+Release: 0.4mdk
# get the source from our cvs repository (see
# http://www.linuxmandrake.com/en/cvs.php3)
-Source0: %name-%version.tar.bz2
-Source1: drakconf16.png.bz2
-Source2: drakconf32.png.bz2
-Source3: drakconf48.png.bz2
-License: GPL
-Group: System/Configuration/Other
-Url: http://www.mandrakelinux.com/en/cvs.php3
-Obsoletes: DrakConf
-Provides: DrakConf
+Source0: %name-%version.tar.bz2
+Source1: drakconf16.png.bz2
+Source2: drakconf32.png.bz2
+Source3: drakconf48.png.bz2
+License: GPL
+Group: System/Configuration/Other
+Url: http://www.mandrakelinux.com/en/cvs.php3
+Obsoletes: DrakConf
+Provides: DrakConf
BuildRequires: gettext
-Requires: mandrake-release, drakxtools >= 1.1.12-2mdk, gtk+mdk >= 0.1.6-10mdk
-Requires: menudrake >= 0.6.5-2mdk, harddrake-ui >= 1.1.8-16mdk
-Requires: perl-GTK, perl-GTK-GdkImlib, usermode
-Requires: popt >= 1.6.3-9mdk
-Requires: XFree86-100dpi-fonts
-Requires: rxvt, drakcronat >= 0.1.2-9mdk, draksec >= 0.1-4mdk, perl-GTK-GdkPixbuf, userdrake
-BuildRoot: %_tmppath/%name-%version-buildroot
+Requires: mandrake-release, drakxtools >= 9.1-0.4mdk
+#gtk+mdk >= 0.1.6-10mdk
+Requires: harddrake-ui >= 9.1-0.4mdk, popt >= 1.6.3-9mdk, usermode
+Requires: perl-GTK2, gtk-engines2, XFree86-100dpi-fonts
+Requires: drakcronat >= 0.1.2-9mdk, draksec >= 0.1-4mdk, menudrake >= 0.6.5-2mdk, rxvt, userdrake
+BuildRoot: %_tmppath/%name-%version-buildroot
%description
drakconf includes the Mandrake Control Center which is an interface to
multiple utilities from DrakXtools.
%package themes
-Summary: Mandrake Control Center Themes
-Release: %{release}plf
-Requires: drakconf >= %version
-Group: System/Configuration/Other
+Summary: Mandrake Control Center Themes
+Release: %{release}plf
+Requires: drakconf >= %version
+Group: System/Configuration/Other
%description themes
This package contains fancy themes for the standard Mandrake Control
@@ -109,6 +108,10 @@ rm -rf $RPM_BUILD_ROOT
%_datadir/mcc/themes/kde
%changelog
+* Thu Dec 19 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 9.1-0.4mdk
+- gtk+2 port
+- lot of cleaning
+
* Wed Nov 27 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 9.1-0.3mdk
- fix bad side effect of c-z by using a wrapper
- make mcc more robust against embeded prog crashes