I have made the following changes intended for : CE:MW:Shared / nemo-theme-default
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/7044 Thank You, zalevski [This message was auto-generated] --- Request # 7044: Messages from BOSS: State: review at 2012-10-17T06:07:15 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:zalevski:branches:CE:MW:Shared / nemo-theme-default -> CE:MW:Shared / nemo-theme-default changes files: -------------- ++++++ new changes file: --- nemo-theme-default.changes +++ nemo-theme-default.changes @@ -0,0 +1,37 @@ +* Thu Oct 04 2012 Denis Zalevskiy <[email protected]> - 1.0.3 +- Migrated to github, forking from LGPLv21 version (sic!) +- Renamed to nemo-theme-default +- Added Nemo mobile control panel power applet icons +- Obsoletes meegotouch-theme-graphics and meegotouch-theme-ce + +* Fri Aug 10 2012 Simonas Leleiva <[email protected]> - 1.0.2+git11 +- Added status menu poweroff button SVG + Complements fixing the NEMO#74: Add poweroff dialog to systemui + +* Mon Jan 16 2012 Marko Saukko <[email protected]> - 1.0.2+git11 +- Took rest of the fixes from upstream (6abd7383) to tarball. + +* Mon Oct 11 2011 Miroslav Safr <[email protected]> - 1.0.2+git3 +- BMC#18617 - [CE] Highlighting text causes UI corruptions +-- them copy/paste menu looks almost perfect now (removed integrated patch BMC_18617_BMC_20186_temp_graphics.patch) +- Fixes: BMC#23174 - [CE] Settings navigation bar disappears. +- added missing duicontrolpanel icons + +* Mon Oct 11 2011 Miroslav Safr <[email protected]> - 1.0.2+git2 +- id for dialog close buttons + +* Mon Oct 10 2011 Miroslav Safr <[email protected]> - 1.0.2+git +- upgrade - waiting for tag + +* Tue Sep 27 2011 Miroslav Safr <[email protected]> - 1.0.2 +- NB#277732 - Missing referenced graphics in base theme + +* Tue Sep 27 2011 Miroslav Safr <[email protected]> - 1.0.1 +- BMC#23435 - qt-components-base-icons-0.3 messes up the base theme graphics +- added provides qt-components-base-icons + +* Tue Sep 20 2011 Miroslav Safr <[email protected]> - 1.0.1 +- upgrade + +* Mon Aug 15 2011 Miroslav Safr <[email protected]> - 1.0.0 +- initial dividing new: ---- nemo-theme-default-1.0.3.tar.bz2 nemo-theme-default.changes nemo-theme-default.spec spec files: ----------- ++++++ new spec file: --- nemo-theme-default.spec +++ nemo-theme-default.spec @@ -0,0 +1,53 @@ +Name: nemo-theme-default +Summary: Nemo mobile default theme +Version: 1.0.3 +Release: 3 +Group: System/GUI/Other +License: LGPLv2.1 +BuildArch: noarch +URL: https://github.com/nemomobile/nemo-theme-default +Source0: %{name}-%{version}.tar.bz2 +BuildRequires: fdupes +Provides: qt-components-base-icons +Provides: nemo-theme-graphics +Provides: meegotouch-theme-graphics = 1.0.3 +Obsoletes: meegotouch-theme-graphics <= 1.0.2.1 +Obsoletes: meegotouch-theme-ce <= 0.1.26 +Provides: meegotouch-theme-ce = 0.1.26.1 + +%description +This package contains default theme graphic files. +This theme is derivative of LGPL version of the +meegotouch-theme-graphics. + +%define theme_name base +%define theme_dir %{buildroot}%{_datadir}/themes/%{theme_name} +%define graphic_dir %{theme_dir}/meegotouch + +%define files_dir %{_datadir}/themes/%{theme_name} +%define graphic_files_dir %{files_dir}/meegotouch + + +%prep +%setup -q -n %{name}-%{version} + +%build + +%install +rm -rf %{buildroot} + +mkdir -p %{graphic_dir} +cp index.theme %{theme_dir}/ +cp -a ./icons %{graphic_dir}/ +cp -a ./images %{graphic_dir}/ +cp -a ./svg %{graphic_dir}/ + +%fdupes %{buildroot}%{_datadir} + +%files +%defattr(-,root,root,-) +%{files_dir}/index.theme +%{graphic_files_dir}/icons +%{graphic_files_dir}/svg +%{graphic_files_dir}/images + other changes: -------------- ++++++ nemo-theme-default-1.0.3.tar.bz2 (new)
