I have made the following changes intended for : CE:Apps:MTF / FingerTerm
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/5353 Thank You, wonko [This message was auto-generated] --- Request # 5353: Messages from BOSS: State: review at 2012-07-31T07:52:56 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 / FingerTerm -> CE:Apps:MTF / FingerTerm changes files: -------------- ++++++ new changes file: --- fingerterm.changes +++ fingerterm.changes @@ -0,0 +1,3 @@ +* Tue Jul 31 2012 Ruediger Gad <[email protected]> - 1.0.2 +- First try on creating a package for Nemo. + new: ---- fingerterm.changes fingerterm.spec fingerterm.yaml fingerterm_1.0.2.tar.gz spec files: ----------- ++++++ new spec file: --- fingerterm.spec +++ fingerterm.spec @@ -0,0 +1,66 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: fingerterm + +# >> macros +# << macros + +Summary: A terminal emulator with a custom virtual keyboard. +Version: 1.0.2 +Release: 1 +Group: Applications/Productivity +License: GPLv3 +URL: http://hqh.unlink.org/harmattan/ +Source0: %{name}_%{version}.tar.gz +Source100: fingerterm.yaml +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(QtDBus) +BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: pkgconfig(meegotouch) +BuildRequires: desktop-file-utils + +%description +A terminal emulator for Harmattan (Nokia N9/N950) with a custom virtual keyboard and usability-enhancing features such as URL grabber, pan gestures and customizable shortcut menu. Designed especially to be used with screen and irssi. + + +%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,-) +/usr/share/applications/%{name}.desktop +/opt/%{name} +/usr/share/icons/hicolor/*/apps/%{name}.png +# >> files +# << files other changes: -------------- ++++++ fingerterm.yaml (new) --- fingerterm.yaml +++ fingerterm.yaml @@ -0,0 +1,24 @@ +Name: fingerterm +Summary: A terminal emulator with a custom virtual keyboard. +Version: 1.0.2 +Release: 1 +Group: Applications/Productivity +License: GPLv3 +URL: http://hqh.unlink.org/harmattan/ +Sources: + - "%{name}_%{version}.tar.gz" +Description: + A terminal emulator for Harmattan (Nokia N9/N950) with a custom virtual keyboard and usability-enhancing features such as URL grabber, pan gestures and customizable shortcut menu. Designed especially to be used with screen and irssi. + +PkgConfigBR: + - QtCore >= 4.7.0 + - QtGui + - QtDBus + - QtOpenGL + - meegotouch +Configure: none +Builder: qmake +Files: + - "/usr/share/applications/%{name}.desktop" + - "/opt/%{name}" + - "/usr/share/icons/hicolor/*/apps/%{name}.png" ++++++ fingerterm_1.0.2.tar.gz (new)
