Hello community, here is the log from the commit of package lxdm for openSUSE:Factory checked in at Mon Aug 1 14:05:11 CEST 2011.
-------- --- lxdm/lxdm.changes 2011-07-30 00:32:22.000000000 +0200 +++ /mounts/work_src_done/STABLE/lxdm/lxdm.changes 2011-08-01 12:32:29.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Aug 1 10:31:15 UTC 2011 - [email protected] + +- added desktop file for lxdm-config + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- config-users.png lxdm-config.desktop ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxdm.spec ++++++ --- /var/tmp/diff_new_pack.8NmL6k/_old 2011-08-01 14:03:17.000000000 +0200 +++ /var/tmp/diff_new_pack.8NmL6k/_new 2011-08-01 14:03:17.000000000 +0200 @@ -21,13 +21,15 @@ Name: lxdm Summary: LXDE Display Manager Version: 0.4.1 -Release: 1 +Release: 5 License: GPLv2 and LGPLv2 Group: System/GUI/LXDE Url: http://lxde.org/ Source0: %name-%version.tar.bz2 Source1: README.SUSE Source2: %{name}.pamd +Source3: lxdm-config.desktop +Source4: config-users.png Patch0: %{name}-0.4.0-background.patch # PATCH-FEATURE-OPENSUSE lxdm-0.4.0-use-sysconfig.patch [email protected] # this patch allow lxdm to read system settings from /etc/sysconfig @@ -41,6 +43,7 @@ BuildRequires: autoconf automake gcc gettext-tools make BuildRequires: ConsoleKit-devel gettext-runtime gtk2-devel intltool BuildRequires: fdupes iso-codes-devel pam-devel pkg-config +BuildRequires: update-desktop-files Requires: desktop-data-openSUSE Requires: pam Provides: lxdm-conf = %version @@ -68,6 +71,13 @@ %install %makeinstall %__mkdir_p %buildroot/%_bindir +%__mkdir_p %buildroot/%_datadir/applications +install %SOURCE3 %buildroot/%_datadir/applications/ +#need by post checks +%__mkdir_p %buildroot/%_datadir/pixmaps +install %SOURCE4 %buildroot/%_datadir/pixmaps + +%suse_update_desktop_file lxdm-config %__rm %buildroot/%_sbindir/%name %__rm -rf %buildroot/%_sysconfdir/pam.d/%name install %SOURCE2 %buildroot/%_sysconfdir/pam.d/%name @@ -99,6 +109,7 @@ %defattr (-,root,root,-) %doc AUTHORS README COPYING README.SUSE %dir %{_datadir}/%{name}/ +%{_datadir}/applications/lxdm-config.desktop %{_datadir}/%{name}/* %dir %{_sysconfdir}/%{name}/ %{_bindir}/%{name} @@ -118,5 +129,6 @@ %config(noreplace) %{_sysconfdir}/pam.d/%{name} %attr(750,lxdm,lxdm) %dir %{_localstatedir}/lib/%{name} %ghost %{_localstatedir}/run/%{name}.pid +%exclude /%_datadir/pixmaps %changelog ++++++ lxdm-config.desktop ++++++ [Desktop Entry] Version=1.0 Type=Application Terminal=false Exec=xdg-su -c "lxdm-config" Name=lxdm-config GenericName=lxdm-config Comment=LXDM configurator Icon=config-users Categories=GTK;Settings;HardwareSettings; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
