Hello community,

here is the log from the commit of package lxde-common-branding-openSUSE for 
openSUSE:Factory checked in at 2014-06-19 13:19:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxde-common-branding-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.lxde-common-branding-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxde-common-branding-openSUSE"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/lxde-common-branding-openSUSE/lxde-common-branding-openSUSE.changes
      2011-10-11 17:59:03.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.lxde-common-branding-openSUSE.new/lxde-common-branding-openSUSE.changes
 2014-06-19 13:19:42.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Jun 15 07:31:17 UTC 2014 - [email protected]
+
+- applied spec-cleaner
+- removed checks and patches for discontinued versions
+  * removed lxde-common-0.5.5-pcmanfm-default-11.4.patch
+- change from Clearlooks to Adwaita as default theme and cursor theme
+  * added lxde-common-0.5.5-use-Adwaita-as-default-theme.patch
+
+-------------------------------------------------------------------

Old:
----
  lxde-common-0.5.5-pcmanfm-default-11.4.patch

New:
----
  lxde-common-0.5.5-use-Adwaita-as-default-theme.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lxde-common-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.XfZm7V/_old  2014-06-19 13:19:43.000000000 +0200
+++ /var/tmp/diff_new_pack.XfZm7V/_new  2014-06-19 13:19:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxde-common-branding-openSUSE
 #
-# Copyright (c) 2011 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
@@ -15,40 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define        upstream_ver 0.5.5
-
 Name:           lxde-common-branding-openSUSE
 Version:        12.1
-Release:        19
+Release:        0
+Summary:        openSUSE branding for LXDE
 License:        GPL-2.0
+Group:          System/GUI/LXDE
+Url:            http://www.opensuse.org
 Source0:        lxde-common-%{upstream_ver}.tar.bz2
 Source1:        suse.png
 Source2:        suse-logout.png
-%if 0%{?suse_version} < 1200
-Patch0:         lxde-common-0.5.5-pcmanfm-default-11.4.patch
-%else
 Patch0:         lxde-common-0.5.5-pcmanfm-default.patch
-%endif
 Patch1:         lxde-common-0.5.5-openbox-menu.patch
 Patch2:         lxde-common-0.5.5-lxpanel.patch
 Patch3:         lxde-common-0.5.5-lxde-logout.patch
 Patch4:         lxde-common-0.5.5-openbox-shortcut.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake intltool update-desktop-files
+Patch5:                        
lxde-common-0.5.5-use-Adwaita-as-default-theme.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  fdupes
-Group:          System/GUI/LXDE
-Url:            http://www.opensuse.org
-Summary:        openSUSE branding for LXDE
-BuildArch:      noarch
-Provides:       lxde-common-branding = %{version}
-Conflicts:      otherproviders(lxde-common-branding)
-Supplements:    packageand(lxde-common:branding-openSUSE)
+BuildRequires:  intltool
+BuildRequires:  update-desktop-files
 Requires:       desktop-data-openSUSE
-%if 0%{?suse_version} > 1200
 Requires:       wallpaper-branding-openSUSE
-%endif
+Requires:              gtk2-metatheme-adwaita
+Requires:              gtk3-metatheme-adwaita
+Supplements:    packageand(lxde-common:branding-openSUSE)
+Provides:       lxde-common-branding = %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
+Conflicts:      otherproviders(lxde-common-branding)
+
 
 %description
 This branding-style package sets openSUSE style improvements into LXDE.
@@ -61,52 +60,50 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 # keep enable-man even if not needed or make will fail
 %configure --enable-man
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-%__cp %SOURCE1 %buildroot/%_datadir/lxde/images/
-%__cp %SOURCE2 %buildroot/%_datadir/lxde/images/
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+cp %{SOURCE1} %{buildroot}/%{_datadir}/lxde/images/
+cp %{SOURCE2} %{buildroot}/%{_datadir}/lxde/images/
 
 #delete not branding files
-%__rm -rf %buildroot/%_datadir/xsessions
-%__rm -rf %buildroot/%_bindir/openbox-lxde
-%__rm -rf %buildroot/%_bindir/startlxde
-%__rm -rf %buildroot/%_datadir/lxde/wallpapers
-%__rm -rf %buildroot/%_mandir
+rm -rf %{buildroot}/%{_datadir}/xsessions
+rm -rf %{buildroot}/%{_bindir}/openbox-lxde
+rm -rf %{buildroot}/%{_bindir}/startlxde
+rm -rf %{buildroot}/%{_datadir}/lxde/wallpapers
+rm -rf %{buildroot}/%{_mandir}
 
 %fdupes -s %{buildroot}
 
-%clean
-rm -rf %buildroot
-
 %files 
 %defattr(-,root,root)
-%_bindir/lxde-logout
-%dir %_datadir/lxpanel
-%dir %_datadir/lxpanel/profile
-%dir %_datadir/lxpanel/profile/LXDE
-%_datadir/lxpanel/profile/LXDE/config
-%dir %_datadir/lxpanel/profile/LXDE/panels
-%_datadir/lxpanel/profile/LXDE/panels/panel
-%dir %_datadir/lxde
-%dir %_datadir/lxde/images
-%dir %_datadir/lxde/openbox
-%_datadir/lxde/openbox/*.xml
-%_datadir/lxde/images/logout-banner.png
-%_datadir/lxde/images/lxde-icon.png
-%_datadir/lxde/images/suse-logout.png
-%_datadir/lxde/images/suse.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
+%{_bindir}/lxde-logout
+%dir %{_datadir}/lxpanel
+%dir %{_datadir}/lxpanel/profile
+%dir %{_datadir}/lxpanel/profile/LXDE
+%{_datadir}/lxpanel/profile/LXDE/config
+%dir %{_datadir}/lxpanel/profile/LXDE/panels
+%{_datadir}/lxpanel/profile/LXDE/panels/panel
+%dir %{_datadir}/lxde
+%dir %{_datadir}/lxde/images
+%dir %{_datadir}/lxde/openbox
+%{_datadir}/lxde/openbox/*.xml
+%{_datadir}/lxde/images/logout-banner.png
+%{_datadir}/lxde/images/lxde-icon.png
+%{_datadir}/lxde/images/suse-logout.png
+%{_datadir}/lxde/images/suse.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-use-Adwaita-as-default-theme.patch ++++++
--- lxde-common-0.5.5-old/desktop.conf  2011-07-29 16:04:03.000000000 +0200
+++ lxde-common-0.5.5/desktop.conf      2014-06-15 09:21:36.843059505 +0200
@@ -2,7 +2,8 @@
 window_manager=openbox-lxde
 
 [GTK]
-sNet/ThemeName=Clearlooks
+sNet/ThemeName=Adwaita
+sGtk/CursorThemeName=Adwaita
 sNet/IconThemeName=nuoveXT2
 sGtk/FontName=Sans 10
 iGtk/ToolbarStyle=3


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to