I have made the following changes intended for : CE:UX:MTF / meegotouch-theme-darko
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/6855 Thank You, Marko Saukko [This message was auto-generated] --- Request # 6855: Messages from BOSS: State: review at 2012-10-02T07:12:47 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: Project:MTF:UX / meegotouch-theme-darko -> CE:UX:MTF / meegotouch-theme-darko changes files: -------------- --- meegotouch-theme-darko.changes +++ meegotouch-theme-darko.changes @@ -0,0 +1,4 @@ +* Mon Oct 01 2012 John Brooks <[email protected]> - 0.3.5 +- Merge blanco folder into darko at install time + This hack shouldn't be necessary anymore. + spec files: ----------- --- meegotouch-theme-darko.spec +++ meegotouch-theme-darko.spec @@ -1,11 +1,13 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.23 +# Generated by: spectacle version 0.25 # + +Name: meegotouch-theme-darko + # >> macros # << macros -Name: meegotouch-theme-darko Summary: Darko is a theme for MeeGo Handset/Nemo Version: 0.3.5 Release: 1 @@ -17,12 +19,10 @@ Source1: sounds-0.1.tar.bz2 Source100: meegotouch-theme-darko.yaml - %description Darko is a theme for MeeGo Handset/Nemo. - %prep %setup -q -n %{name}-%{version} @@ -39,6 +39,7 @@ # >> build post # << build post + %install rm -rf %{buildroot} # >> install pre @@ -49,6 +50,7 @@ install -m 644 index.theme %{buildroot}/usr/share/themes/darko/ mkdir -p %{buildroot}/usr/share/themes/darko/meegotouch/icons install -m 644 meegotouch/icons/* %{buildroot}/usr/share/themes/darko/meegotouch/icons/ +install -m 644 blanco/meegotouch/icons/* %{buildroot}/usr/share/themes/darko/meegotouch/icons/ mkdir -p %{buildroot}/usr/share/themes/darko/meegotouch/libmeegotouchviews/style/ install -m 644 meegotouch/libmeegotouchviews/style/* %{buildroot}/usr/share/themes/darko/meegotouch/libmeegotouchviews/style/ mkdir -p %{buildroot}/usr/share/themes/darko/meegotouch/images/ @@ -63,25 +65,15 @@ mkdir -p %{buildroot}/usr/share/themes/base/meegotouch/icons install -m 644 meegotouch/icons/icon-l-meegotouchtheme-darko.png %{buildroot}/usr/share/themes/base/meegotouch/icons/ -mkdir -p %{buildroot}/usr/share/themes/blanco/meegotouch/icons -install -m 644 blanco/meegotouch/icons/* %{buildroot}/usr/share/themes/blanco/meegotouch/icons/ - mkdir -p %{buildroot}/usr/share/sounds/darko/stereo install -m 644 sounds-0.1/darko/stereo/* %{buildroot}/usr/share/sounds/darko/stereo/ # << install post - - - - %files %defattr(-,root,root,-) # >> files %{_datadir}/themes/darko/* -%{_datadir}/themes/blanco/meegotouch/icons/* %{_datadir}/themes/base/meegotouch/icons/icon-l-meegotouchtheme-darko.png %{_datadir}/sounds/darko/stereo/* # << files - - other changes: --------------
