I have made the following changes intended for : CE:Apps:MTF / vumeter 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/5533 Thank You, wonko [This message was auto-generated] --- Request # 5533: Messages from BOSS: State: review at 2012-08-11T11:25:00 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:wonko:CE:Apps:MTF / vumeter -> CE:Apps:MTF / vumeter changes files: -------------- ++++++ new changes file: --- vumeter.changes +++ vumeter.changes @@ -0,0 +1,3 @@ +* Sat Aug 11 2012 Ruediger Gad <[email protected]> - 0.2.1 +- First try on getting a release for Nemo done. + new: ---- vumeter.changes vumeter.spec vumeter.yaml vumeter_0.2.1.tar.gz spec files: ----------- ++++++ new spec file: --- vumeter.spec +++ vumeter.spec @@ -0,0 +1,68 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: vumeter + +# >> macros +# << macros + +Summary: VUMeter -- A Simplistic VU-Meter +Version: 0.2.1 +Release: 1 +Group: Applications/Multimedia +License: GPLv2 +URL: http://vumeter.garage.maemo.org/ +Source0: %{name}_%{version}.tar.gz +Source100: vumeter.yaml +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: pkgconfig(qdeclarative-boostable) +BuildRequires: pkgconfig(libpulse) +BuildRequires: pkgconfig(libpulse-simple) +BuildRequires: desktop-file-utils + +%description +VUMeter is a fun-tool to display the sound level. VUMeter presents the current sound level using different views. + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + +%qmake + +make %{?jobs:-j%jobs} + +# >> build post +# << build post + +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%qmake_install + +# >> install post +# << install post + +desktop-file-install --delete-original \ + --dir %{buildroot}%{_datadir}/applications \ + %{buildroot}%{_datadir}/applications/*.desktop + +%files +%defattr(-,root,root,-) +%{_datadir}/applications/%{name}.desktop +/opt/%{name} +%{_datadir}/icons/hicolor/*/apps/%{name}.png +%{_datadir}/icons/hicolor/*/apps/%{name}.svg +# >> files +# << files other changes: -------------- ++++++ vumeter.yaml (new) --- vumeter.yaml +++ vumeter.yaml @@ -0,0 +1,26 @@ +Name: vumeter +Summary: VUMeter -- A Simplistic VU-Meter +Version: 0.2.1 +Release: 1 +Group: Applications/Multimedia +License: GPLv2 +URL: http://vumeter.garage.maemo.org/ +Sources: + - "%{name}_%{version}.tar.gz" +Description: + VUMeter is a fun-tool to display the sound level. VUMeter presents the current sound level using different views. + +PkgConfigBR: + - QtCore >= 4.7.0 + - QtGui + - QtOpenGL + - qdeclarative-boostable + - libpulse + - libpulse-simple +Configure: none +Builder: qmake +Files: + - "%{_datadir}/applications/%{name}.desktop" + - "/opt/%{name}" + - "%{_datadir}/icons/hicolor/*/apps/%{name}.png" + - "%{_datadir}/icons/hicolor/*/apps/%{name}.svg" ++++++ vumeter_0.2.1.tar.gz (new)
