commit lxde-common for openSUSE:Factory

2017-06-20 Thread root
Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory 
checked in at 2017-06-20 09:40:58

Comparing /work/SRC/openSUSE:Factory/lxde-common (Old)
 and  /work/SRC/openSUSE:Factory/.lxde-common.new (New)


Package is "lxde-common"

Tue Jun 20 09:40:58 2017 rev:40 rq:504765 version:0.99.2

Changes:

--- /work/SRC/openSUSE:Factory/lxde-common/lxde-common.changes  2017-01-12 
15:57:13.607707918 +0100
+++ /work/SRC/openSUSE:Factory/.lxde-common.new/lxde-common.changes 
2017-06-20 09:40:58.711134787 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 14:08:26 UTC 2017 - fv...@suse.com
+
+- Use update-alternatives to create default.desktop xsession (boo#1030873)
+
+---



Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.wbchRC/_old  2017-06-20 09:40:59.423034413 +0200
+++ /var/tmp/diff_new_pack.wbchRC/_new  2017-06-20 09:40:59.427033850 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxde-common
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,8 @@
 Requires:   lxde-common-branding
 Provides:   lxde-settings-daemon >= %{version}
 Obsoletes:  lxde-settings-daemon < %{version}
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Recommends: gtk2-engines
@@ -74,13 +76,22 @@
 tar xjf %{SOURCE1}
 mv %{buildroot}/%{_datadir}/lxde/wallpapers/lxde-new-wallpapers/* 
%{buildroot}/%{_datadir}/lxde/wallpapers/
 rm -rf %{buildroot}/%{_datadir}/lxde/wallpapers/lxde-new-wallpapers
+
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+touch %{buildroot}%{_sysconfdir}/alternatives/default-xsession.desktop
+ln -s %{_sysconfdir}/alternatives/default-xsession.desktop 
%{buildroot}%{_datadir}/xsessions/default.desktop
+
 %fdupes -s %{buildroot}
 
 %post
 %desktop_database_post
+%{_sbindir}/update-alternatives --install 
%{_datadir}/xsessions/default.desktop \
+  default-xsession.desktop %{_datadir}/xsessions/lxde.desktop 20
 
 %postun
 %desktop_database_postun
+[ -f %{_datadir}/xsessions/lxde.desktop ] || %{_sbindir}/update-alternatives \
+  --remove default-xsession.desktop %{_datadir}/xsessions/lxde.desktop
 
 %files
 %defattr(-,root,root)
@@ -90,7 +101,8 @@
 %dir %{_datadir}/lxde/wallpapers
 %{_datadir}/lxde/wallpapers/*
 %{_mandir}/man1/*
-%{_datadir}/xsessions/lxde.desktop
+%ghost %{_sysconfdir}/alternatives/default-xsession.desktop
+%{_datadir}/xsessions/*.desktop
 %{_datadir}/applications/lxde-logout.desktop
 %{_datadir}/applications/lxde-screenlock.desktop
 




commit lxde-common for openSUSE:Factory

2014-10-29 Thread h_root
Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory 
checked in at 2014-10-29 21:09:36

Comparing /work/SRC/openSUSE:Factory/lxde-common (Old)
 and  /work/SRC/openSUSE:Factory/.lxde-common.new (New)


Package is lxde-common

Changes:

--- /work/SRC/openSUSE:Factory/lxde-common/lxde-common.changes  2012-12-19 
20:50:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.lxde-common.new/lxde-common.changes 
2014-10-29 21:09:46.0 +0100
@@ -1,0 +2,49 @@
+Thu Sep  4 09:53:40 UTC 2014 - t...@gmx.com
+
+- New upstream version 0.99.0
+  * Changes since previous release 0.5.6
++ Fixed missing install of lxde-logout.desktop file
++ Removed inappropriate text about lxde-settings from README
++ Fixed sort_by in the pcmanfm.conf, it should be 2, not 0
++ Added exporting XDG_CURRENT_DESKTOP in startlxde script
++ Disabled copying pcmanfm config file. The recent pcmanfm 
+  releases support profile selection on its own, so this code 
+  is no longer needed
++ Fixed lxpanel profile location
++ Added launching LXRandR when Fn+Screen (XF86Display key) is 
+  pressed
++ Correctly implemented translations for *.desktop files using 
+  intltool, now those can be properly translated
++ Added lxde-screenlock.desktop file to call lxlock (taken 
+  from Debian, with translations too)
++ Few new translations added, some were updated
++ Removed obsolete key Encoding from *.desktop files
+  * changes since previous release 0.5.5
++ The Fullscreen keybinding in Openbox rc.xml file changed 
+  from F11 to Alt+F11, Many applications already have this 
+  keybinding bound to own processing so let not interfere with 
+  them
++ Installation: added fix for invalid $sysconfdir in configure 
+  in case of $prefix is /usr
++ Fixed incorrect path to pcmanfm.conf file in startlxde 
+  script
++ Changed location of all configuration files placement from 
+  somewhere in system shared data directory to location under 
+  system config data directory
++ Added keybinding for 'lxpanelctl menu' on Alt+F1, the same 
+  as it is in GNOME and Lubuntu
++ Added keybinding to launch gnome-screenshot when PrintScreen 
+  is pressed
++ Installation: updated autogen.sh to support automake  1.11
++ Changed default distribution tarball format to xz instead of 
+  gzip
+- removed lxde-common-0.5.5-fix-default-pcmanfm.patch
+  * fixed upstream
+- disabled lxde-common-0.5.0-lxde.desktop.patch
+  * renamed the file directly to avoid failed build caused by 
+autoreconf
+- removed lxde-lock-screen.desktop
+  * it is now provided by upstream
+- spec file cleanup
+
+---

Old:

  lxde-common-0.5.0-lxde.desktop.patch
  lxde-common-0.5.5-fix-default-pcmanfm.patch
  lxde-common-0.5.5.tar.bz2
  lxde-lock-screen.desktop

New:

  lxde-common-0.99.0.tar.xz



Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.Jw9Itq/_old  2014-10-29 21:09:47.0 +0100
+++ /var/tmp/diff_new_pack.Jw9Itq/_new  2014-10-29 21:09:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lxde-common
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,33 +17,26 @@
 
 
 Name:   lxde-common
-Version:0.5.5
+Version:0.99.0
 Release:0
+Summary:This package provides a set of default configurations for LXDE
+License:GPL-2.0
+Group:  System/GUI/LXDE
 Url:http://www.lxde.org/
-Source0:%name-%version.tar.bz2
+Source0:%{name}-%{version}.tar.xz
 Source1:lxde-new-wallpapers.tar.bz2
-Source2:lxde-lock-screen.desktop
-Patch0: %name-0.5.0-lxde.desktop.patch
-Patch1: %name-0.5.5-fix-default-pcmanfm.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  docbook-utils
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libxslt
 BuildRequires:  update-desktop-files
-Summary:This package provides a set of default configurations for LXDE
-License:GPL-2.0
-Group:  System/GUI/LXDE
-BuildArch:  noarch
-Provides:   lxde-settings-daemon = %version
-Obsoletes:  lxde-settings-daemon  %version
 Requires:   lxde-common-branding
-%if 0%{?suse_version} = 1140
+Provides:  

commit lxde-common for openSUSE:Factory

2012-12-19 Thread h_root
Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory 
checked in at 2012-12-19 20:50:39

Comparing /work/SRC/openSUSE:Factory/lxde-common (Old)
 and  /work/SRC/openSUSE:Factory/.lxde-common.new (New)


Package is lxde-common, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/lxde-common/lxde-common.changes  2012-06-10 
21:51:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.lxde-common.new/lxde-common.changes 
2012-12-19 20:50:42.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 19 13:56:01 UTC 2012 - and...@opensuse.org
+
+- fixed build failures for suse = 12.1 
+
+---



Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.2X2VZt/_old  2012-12-19 20:50:43.0 +0100
+++ /var/tmp/diff_new_pack.2X2VZt/_new  2012-12-19 20:50:43.0 +0100
@@ -15,13 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   lxde-common
 Version:0.5.5
-Release:29
-License:GPL-2.0
+Release:0
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2
 Source1:lxde-new-wallpapers.tar.bz2
@@ -29,10 +26,17 @@
 Patch0: %name-0.5.0-lxde.desktop.patch
 Patch1: %name-0.5.5-fix-default-pcmanfm.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake intltool update-desktop-files
-BuildRequires:  docbook-utils docbook-xsl-stylesheets fdupes libxslt
-Group:  System/GUI/LXDE
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  docbook-utils
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  libxslt
+BuildRequires:  update-desktop-files
 Summary:This package provides a set of default configurations for LXDE
+License:GPL-2.0
+Group:  System/GUI/LXDE
 BuildArch:  noarch
 Provides:   lxde-settings-daemon = %version
 Obsoletes:  lxde-settings-daemon  %version
@@ -46,9 +50,8 @@
 It's an LXDE core package, since without it LXDE cannot run.
 
 %package   branding-upstream
-License:GPL-2.0
-Group:  System/GUI/LXDE
 Summary:Upstream branding
+Group:  System/GUI/LXDE
 Supplements:packageand(lxde-common:branding-upstream)
 Conflicts:  otherproviders(lxde-common-branding)
 Provides:   lxde-common-branding = %{version}
@@ -76,7 +79,9 @@
 %suse_update_desktop_file %buildroot/%_datadir/applications/lxde-logout.desktop
 %suse_update_desktop_file 
%buildroot/%_datadir/applications/lxde-lock-screen.desktop
 # someone decided to not use autoconf, so patch1 doesn't help here
+%if 0%{?suse_version} = 1220
 mv %buildroot/%_datadir/xsessions/{LXDE,lxde}.desktop
+%endif
 %suse_update_desktop_file %buildroot/%_datadir/xsessions/lxde.desktop
 cd %buildroot/%_datadir/lxde/wallpapers
 tar xjf %SOURCE1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lxde-common for openSUSE:Factory

2012-06-10 Thread h_root
Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory 
checked in at 2012-06-10 20:17:50

Comparing /work/SRC/openSUSE:Factory/lxde-common (Old)
 and  /work/SRC/openSUSE:Factory/.lxde-common.new (New)


Package is lxde-common, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/lxde-common/lxde-common.changes  2011-09-26 
17:04:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.lxde-common.new/lxde-common.changes 
2012-06-10 21:51:43.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun  6 16:07:51 UTC 2012 - pgaj...@suse.com
+
+- fixed build (mv LXDE.desktop lxde.desktop)
+
+---



Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.zbPiYb/_old  2012-06-10 21:51:45.0 +0200
+++ /var/tmp/diff_new_pack.zbPiYb/_new  2012-06-10 21:51:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxde-common
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -75,6 +75,8 @@
 install -c -m 644 %SOURCE2 %buildroot/%_datadir/applications/
 %suse_update_desktop_file %buildroot/%_datadir/applications/lxde-logout.desktop
 %suse_update_desktop_file 
%buildroot/%_datadir/applications/lxde-lock-screen.desktop
+# someone decided to not use autoconf, so patch1 doesn't help here
+mv %buildroot/%_datadir/xsessions/{LXDE,lxde}.desktop
 %suse_update_desktop_file %buildroot/%_datadir/xsessions/lxde.desktop
 cd %buildroot/%_datadir/lxde/wallpapers
 tar xjf %SOURCE1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lxde-common for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory 
checked in at 2011-12-06 18:27:27

Comparing /work/SRC/openSUSE:Factory/lxde-common (Old)
 and  /work/SRC/openSUSE:Factory/.lxde-common.new (New)


Package is lxde-common, Maintainer is 

Changes:




Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.AShhvo/_old  2011-12-06 18:49:43.0 +0100
+++ /var/tmp/diff_new_pack.AShhvo/_new  2011-12-06 18:49:43.0 +0100
@@ -21,7 +21,7 @@
 Name:   lxde-common
 Version:0.5.5
 Release:29
-License:GPLv2
+License:GPL-2.0
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2
 Source1:lxde-new-wallpapers.tar.bz2
@@ -46,7 +46,7 @@
 It's an LXDE core package, since without it LXDE cannot run.
 
 %package   branding-upstream
-License:GPLv2
+License:GPL-2.0
 Group:  System/GUI/LXDE
 Summary:Upstream branding
 Supplements:packageand(lxde-common:branding-upstream)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lxde-common for openSUSE:Factory

2011-09-26 Thread h_root

Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory
checked in at Mon Sep 26 17:04:47 CEST 2011.




--- lxde-common/lxde-common.changes 2011-07-30 17:26:29.0 +0200
+++ /mounts/work_src_done/STABLE/lxde-common/lxde-common.changes
2011-09-22 10:20:02.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 22 08:23:41 UTC 2011 - andrea.turr...@opensuse.org
+
+- fixed typos in lxde-common.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.IBDSVF/_old  2011-09-26 17:04:05.0 +0200
+++ /var/tmp/diff_new_pack.IBDSVF/_new  2011-09-26 17:04:05.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   lxde-common
 Version:0.5.5
-Release:1
+Release:29
 License:GPLv2
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2
@@ -32,7 +32,7 @@
 BuildRequires:  autoconf automake intltool update-desktop-files
 BuildRequires:  docbook-utils docbook-xsl-stylesheets fdupes libxslt
 Group:  System/GUI/LXDE
-Summary:This package provides a set of default configuration for LXDE
+Summary:This package provides a set of default configurations for LXDE
 BuildArch:  noarch
 Provides:   lxde-settings-daemon = %version
 Obsoletes:  lxde-settings-daemon  %version
@@ -42,8 +42,8 @@
 %endif
 
 %description
-Lxde-common package provides a set of default configuration for LXDE.
-It's an LXDE core package, since without it LXDE cannot run
+Lxde-common package provides a set of default configurations for LXDE.
+It's an LXDE core package, since without it LXDE cannot run.
 
 %package   branding-upstream
 License:GPLv2
@@ -57,7 +57,7 @@
 This branding-style package sets default applications in LXDE in openSUSE.
 This is a dumb package, which provides only upstream LXDE configurations as 
preferred defaults.
 You most probably don't want this package. You probably want to install 
distribution default
-lxde-common-branding and prefer openSUSE defaults settings.
+lxde-common-branding and prefer openSUSE default settings.
 
 %prep
 %setup -q -n %name-%version






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lxde-common for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory
checked in at Mon Aug 1 10:30:02 CEST 2011.




--- lxde-common/lxde-common.changes 2011-07-27 08:23:06.0 +0200
+++ /mounts/work_src_done/STABLE/lxde-common/lxde-common.changes
2011-07-30 17:26:29.0 +0200
@@ -1,0 +2,16 @@
+Sat Jul 30 10:37:12 UTC 2011 - and...@opensuse.org
+
+- added lxde-common-0.5.5-fix-default-pcmanfm.patch to fix
+  import of default pcmanfm config file now in a different folder 
+
+---
+Sat Jul 30 09:23:36 UTC 2011 - and...@opensuse.org
+
+- New upstream version 0.5.5
+  * full support to pcmanfm2
+  * bugfixes
+  * full support to LXDE profiles
+- removed lxde-common-0.5.0-pcmanfm2.patch and
+  lxde-common-startlxde.diff now into upstream code
+
+---

calling whatdependson for head-i586


Old:

  lxde-common-0.5.0-pcmanfm2.patch
  lxde-common-0.5.0.tar.bz2
  lxde-common-startlxde.diff

New:

  lxde-common-0.5.5-fix-default-pcmanfm.patch
  lxde-common-0.5.5.tar.bz2



Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.qTOJjh/_old  2011-08-01 10:28:15.0 +0200
+++ /var/tmp/diff_new_pack.qTOJjh/_new  2011-08-01 10:28:15.0 +0200
@@ -19,16 +19,15 @@
 
 
 Name:   lxde-common
-Version:0.5.0
-Release:27
+Version:0.5.5
+Release:1
 License:GPLv2
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2
 Source1:lxde-new-wallpapers.tar.bz2
 Source2:lxde-lock-screen.desktop
-Patch0: %name-startlxde.diff
-Patch1: %name-0.5.0-pcmanfm2.patch
-Patch2: %name-0.5.0-lxde.desktop.patch
+Patch0: %name-0.5.0-lxde.desktop.patch
+Patch1: %name-0.5.5-fix-default-pcmanfm.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf automake intltool update-desktop-files
 BuildRequires:  docbook-utils docbook-xsl-stylesheets fdupes libxslt
@@ -64,10 +63,8 @@
 %setup -q -n %name-%version
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
-autoreconf -fi
 %configure --enable-man
 %__make %{?jobs:-j%{jobs}}
 
@@ -112,8 +109,6 @@
 %files branding-upstream
 %defattr(-,root,root)
 %_bindir/lxde-logout
-%dir %_datadir/lxde/pcmanfm
-%_datadir/lxde/pcmanfm/pcmanfm.conf
 %dir %_datadir/lxde/openbox
 %_datadir/lxde/openbox/*.xml
 %dir %_datadir/lxpanel
@@ -126,8 +121,11 @@
 %_datadir/lxde/images/logout-banner.png
 %_datadir/lxde/images/lxde-icon.png
 %dir %_sysconfdir/xdg/lxsession
+%dir %_sysconfdir/xdg/pcmanfm
 %dir %_sysconfdir/xdg/lxsession/LXDE
+%dir %_sysconfdir/xdg/pcmanfm/LXDE
 %config %_sysconfdir/xdg/lxsession/LXDE/autostart
 %config %_sysconfdir/xdg/lxsession/LXDE/desktop.conf
+%config %_sysconfdir/xdg/pcmanfm/LXDE/pcmanfm.conf
 
 %changelog

++ lxde-common-0.5.5-fix-default-pcmanfm.patch ++
diff -uNr old-lxde-common-0.5.5//startlxde.in lxde-common-0.5.5/startlxde.in
--- old-lxde-common-0.5.5//startlxde.in 2011-07-29 16:04:03.0 +0200
+++ lxde-common-0.5.5/startlxde.in  2011-07-30 12:35:53.15851 +0200
@@ -8,7 +8,7 @@
 PCMANFM_CONF_DIR=$XDG_CONFIG_HOME/pcmanfm/LXDE
 if [ ! -f $PCMANFM_CONF_DIR/pcmanfm.conf ]; then
mkdir -p $PCMANFM_CONF_DIR
-   cp @prefix@/share/lxde/pcmanfm/pcmanfm.conf 
$PCMANFM_CONF_DIR/pcmanfm.conf
+   cp @sysconfdir@/xdg/pcmanfm/LXDE/pcmanfm.conf 
$PCMANFM_CONF_DIR/pcmanfm.conf
 fi
 
 # Ensure the existance of openbox config file
++ lxde-common-0.5.0.tar.bz2 - lxde-common-0.5.5.tar.bz2 ++
 2903 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxde-common-0.5.0/Makefile.am new/lxde-common-0.5.5/Makefile.am
--- old/lxde-common-0.5.0/Makefile.am   2009-12-08 14:32:41.0 +0100
+++ new/lxde-common-0.5.5/Makefile.am   2011-07-29 16:04:03.0 +0200
@@ -31,9 +31,9 @@
openbox/rc.xml \
openbox/menu.xml
 
-pcmanfmdir=$(datadir)/lxde/pcmanfm
+pcmanfmdir=$(sysconfdir)/xdg/pcmanfm/LXDE
 pcmanfm_DATA= \
-   pcmanfm/main.lxde
+   pcmanfm/pcmanfm.conf
 
 EXTRA_DIST = \
autostart \
@@ -45,7 +45,7 @@
openbox/rc.xml.in \
openbox/menu.xml \
openbox-lxde.in \
-   pcmanfm/main.lxde.in \
+   pcmanfm/pcmanfm.conf.in \
$(lxpanel_DATA) \
lxpanel/panel.in
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude 

commit lxde-common for openSUSE:Factory

2011-07-27 Thread h_root

Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory
checked in at Wed Jul 27 12:21:25 CEST 2011.




--- lxde-common/lxde-common.changes 2011-07-21 16:54:22.0 +0200
+++ /mounts/work_src_done/STABLE/lxde-common/lxde-common.changes
2011-07-27 08:23:06.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 27 06:22:01 UTC 2011 - and...@opensuse.org
+
+- fixed bug bnc#698167 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.TAm3DG/_old  2011-07-27 12:19:33.0 +0200
+++ /var/tmp/diff_new_pack.TAm3DG/_new  2011-07-27 12:19:33.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   lxde-common
 Version:0.5.0
-Release:25
+Release:27
 License:GPLv2
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2

++ lxde-common-startlxde.diff ++
--- /var/tmp/diff_new_pack.TAm3DG/_old  2011-07-27 12:19:33.0 +0200
+++ /var/tmp/diff_new_pack.TAm3DG/_new  2011-07-27 12:19:33.0 +0200
@@ -31,7 +31,7 @@
 +else
 +   XDG_DESKTOP_DIR=$HOME/Desktop
 +fi
-+mkdir -p $XDG_DESKTOP_DIR
++mkdir -p $XDG_DESKTOP_DIR
 +
  # Enable GTK+2 integration for OpenOffice.org, if available.
  export SAL_USE_VCLPLUGIN=gtk






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lxde-common for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory
checked in at Fri Jul 22 09:16:08 CEST 2011.




--- lxde-common/lxde-common.changes 2011-07-10 20:07:59.0 +0200
+++ /mounts/work_src_done/STABLE/lxde-common/lxde-common.changes
2011-07-21 16:54:22.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 14:54:19 UTC 2011 - and...@opensuse.org
+
+- fixed branding package dependency 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.QgxRzD/_old  2011-07-22 09:09:36.0 +0200
+++ /var/tmp/diff_new_pack.QgxRzD/_new  2011-07-22 09:09:36.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   lxde-common
 Version:0.5.0
-Release:23
+Release:25
 License:GPLv2
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2
@@ -37,7 +37,7 @@
 BuildArch:  noarch
 Provides:   lxde-settings-daemon = %version
 Obsoletes:  lxde-settings-daemon  %version
-Requires:   lxde-common-branding = %version
+Requires:   lxde-common-branding
 %if 0%{?suse_version} = 1140
 Recommends: gtk2-engines
 %endif






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lxde-common for openSUSE:Factory

2011-07-13 Thread h_root

Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory
checked in at Wed Jul 13 13:53:58 CEST 2011.




--- lxde-common/lxde-common.changes 2011-03-23 17:12:01.0 +0100
+++ /mounts/work_src_done/STABLE/lxde-common/lxde-common.changes
2011-07-10 20:07:59.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul 10 18:05:03 UTC 2011 - and...@opensuse.org
+
+- removed useless pkgconfig and gtk2-devel buildrequires 
+- added URL tag
+- fixed license tag
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.QE5zHp/_old  2011-07-13 13:52:08.0 +0200
+++ /var/tmp/diff_new_pack.QE5zHp/_new  2011-07-13 13:52:08.0 +0200
@@ -20,8 +20,9 @@
 
 Name:   lxde-common
 Version:0.5.0
-Release:21
-License:GPL
+Release:23
+License:GPLv2
+Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2
 Source1:lxde-new-wallpapers.tar.bz2
 Source2:lxde-lock-screen.desktop
@@ -29,14 +30,14 @@
 Patch1: %name-0.5.0-pcmanfm2.patch
 Patch2: %name-0.5.0-lxde.desktop.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake gtk2-devel intltool pkg-config 
update-desktop-files
+BuildRequires:  autoconf automake intltool update-desktop-files
 BuildRequires:  docbook-utils docbook-xsl-stylesheets fdupes libxslt
 Group:  System/GUI/LXDE
 Summary:This package provides a set of default configuration for LXDE
 BuildArch:  noarch
 Provides:   lxde-settings-daemon = %version
 Obsoletes:  lxde-settings-daemon  %version
-Requires:   lxde-common-branding
+Requires:   lxde-common-branding = %version
 %if 0%{?suse_version} = 1140
 Recommends: gtk2-engines
 %endif
@@ -46,7 +47,7 @@
 It's an LXDE core package, since without it LXDE cannot run
 
 %package   branding-upstream
-License:GPL
+License:GPLv2
 Group:  System/GUI/LXDE
 Summary:Upstream branding
 Supplements:packageand(lxde-common:branding-upstream)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lxde-common for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory
checked in at Mon May 2 18:09:38 CEST 2011.




--- lxde-common/lxde-common.changes 2011-02-02 13:34:49.0 +0100
+++ lxde-common/lxde-common.changes 2011-03-23 17:12:01.0 +0100
@@ -1,0 +2,10 @@
+Wed Mar 23 16:11:41 UTC 2011 - and...@opensuse.org
+
+- added gtk2-engines on suse 11.4 to fix ugly appereance 
+
+---
+Mon Mar 14 17:38:01 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.jzzc0s/_old  2011-05-02 18:09:10.0 +0200
+++ /var/tmp/diff_new_pack.jzzc0s/_new  2011-05-02 18:09:10.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   lxde-common
 Version:0.5.0
-Release:14
+Release:21
 License:GPL
 Source0:%name-%version.tar.bz2
 Source1:lxde-new-wallpapers.tar.bz2
@@ -37,6 +37,9 @@
 Provides:   lxde-settings-daemon = %version
 Obsoletes:  lxde-settings-daemon  %version
 Requires:   lxde-common-branding
+%if 0%{?suse_version} = 1140
+Recommends: gtk2-engines
+%endif
 
 %description
 Lxde-common package provides a set of default configuration for LXDE.
@@ -72,7 +75,6 @@
 mkdir -p %buildroot/usr/share/applications
 install -c -m 644 lxde-logout.desktop 
%buildroot/%_datadir/applications/lxde-logout.desktop
 install -c -m 644 %SOURCE2 %buildroot/%_datadir/applications/
-#%__cp %SOURCE1 %buildroot/%_datadir/lxde/images/
 %suse_update_desktop_file %buildroot/%_datadir/applications/lxde-logout.desktop
 %suse_update_desktop_file 
%buildroot/%_datadir/applications/lxde-lock-screen.desktop
 %suse_update_desktop_file %buildroot/%_datadir/xsessions/lxde.desktop
@@ -85,6 +87,15 @@
 %clean
 rm -rf %buildroot
 
+%if 0%{?suse_version} = 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files 
 %defattr(-,root,root)
 %_bindir/openbox-lxde






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org