Hello community, here is the log from the commit of package kconfigeditor checked in at Mon Feb 26 19:03:22 CET 2007. -------- --- KDE/kconfigeditor/kconfigeditor.changes 2006-09-05 09:07:16.000000000 +0200 +++ /mounts/work_src_done/STABLE/kconfigeditor/kconfigeditor.changes 2007-02-26 16:02:33.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 26 16:02:18 CET 2007 - stbinner@suse.de + +- fix build by including application icon into package + +------------------------------------------------------------------- New: ---- kconfigeditor.png ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kconfigeditor.spec ++++++ --- /var/tmp/diff_new_pack.z23847/_old 2007-02-26 19:03:14.000000000 +0100 +++ /var/tmp/diff_new_pack.z23847/_new 2007-02-26 19:03:14.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kconfigeditor (Version 0.9.5) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -11,17 +11,18 @@ # norootforbuild Name: kconfigeditor -BuildRequires: desktop-data-SuSE gconf2-devel gtk2-devel kdelibs3-devel +BuildRequires: gconf2-devel gtk2-devel kdelibs3-devel %if %suse_version < 1000 BuildRequires: popt-devel %endif -License: LGPL +License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: System/GUI/KDE Summary: KDE Configuration Editor for Administrators Version: 0.9.5 -Release: 33 +Release: 75 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %name-%version.tar.bz2 +Source1: kconfigeditor.png Patch0: kconfigeditor.diff Patch1: kde32.diff Patch2: FIXME.diff @@ -56,6 +57,8 @@ %install . /etc/opt/kde3/common_options make DESTDIR=${RPM_BUILD_ROOT} install +mkdir -p $RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/32x32/apps +install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/32x32/apps/ %if %suse_version < 1010 %suse_update_desktop_file %name System SystemSetup %else @@ -70,9 +73,12 @@ %doc README /opt/kde3/bin/kconfigeditor /opt/kde3/share/applications/kde/kconfigeditor.desktop +/opt/kde3/share/icons/hicolor/32x32/apps/kconfigeditor.png /opt/kde3/share/apps/kconfigeditor -%changelog -n kconfigeditor +%changelog +* Mon Feb 26 2007 - stbinner@suse.de +- fix build by including application icon into package * Tue Sep 05 2006 - aj@suse.de - Cleanup BuildRequires. * Thu Jun 01 2006 - stbinner@suse.de ++++++ kconfigeditor.diff ++++++ --- /var/tmp/diff_new_pack.z23847/_old 2007-02-26 19:03:14.000000000 +0100 +++ /var/tmp/diff_new_pack.z23847/_new 2007-02-26 19:03:14.000000000 +0100 @@ -8,7 +8,7 @@ +Type=Application +GenericName=Configuration editor for KDE and Gnome +Terminal=0 -+Icon=package_settings ++Icon=kconfigeditor +X-DCOP-ServiceType=Multi +Categories=Qt;KDE;System;DesktopSettings + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de