It seems so. I'll bump BR to inputmethodengine >= 0.3.0 ________________________________________ From: [email protected] [[email protected]] On Behalf Of ext Luis Araujo [[email protected]] Sent: Sunday, November 28, 2010 3:17 PM To: [email protected] Subject: Re: [meego-packaging] [meego-commits] 10015: Changes to Trunk:Testing/meegotouch-inputmethodkeyboard
A new inputmethodengine should be available soon in devel:qt-mtf, so probably one more week and we could properly update them in Trunk:Testing? Regards, On 11/27/2010 11:29 PM, Zhu, Peter J wrote: > This build failed in Trunk:Testing while it's good in devel:qt-mtf. Looks > like a needed inputmethodengine is not in yet. > > Peter > > >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf Of Fathi Boudra >> Sent: Saturday, November 27, 2010 12:17 AM >> To: [email protected] >> Subject: [meego-commits] 10015: Changes to >> Trunk:Testing/meegotouch-inputmethodkeyboard >> >> Hi, >> I have made the following changes to meegotouch-inputmethodkeyboard in >> project Trunk:Testing. Please review and accept ASAP. >> >> Thank You, >> Fathi Boudra >> >> [This message was auto-generated] >> >> --- >> >> Request #10015: >> >> submit: devel:qt-mtf/meegotouch-inputmethodkeyboard(r21) -> >> Trunk:Testing/meegotouch-inputmethodkeyboard >> >> >> Message: >> * Thu Nov 26 2010 Luis Araujo<[email protected]> - 0.5.12 >> - Update to release tag 0.5.12-1 (BMC#10501) >> * Thu Nov 26 2010 Fathi Boudra<[email protected]> - 0.5.12 >> - Fix Url >> - Cleanup useless build requirements >> - Use qmake builder >> * Thu Nov 12 2010 Luis Araujo<[email protected]> - 0.5.9 >> - Update to release tag 0.5.9-1 >> - Fail to launch VKB fixed (BMC#8541) >> - The character "0" and another two symbols are not fully displayed in >> virtual >> keyboard in landscape mode fixed (BMC#6085) >> - Keyboard alpha/numeric toggle not consistent fixed (BMC#2915) >> - The virtual keyboard does not have a commit button fixed (BMC#7517) >> - Lack of VKB close button fixed (BMC#7665) >> >> State: new 2010-11-26T08:17:26 boudra >> Comment: None >> >> >> >> changes files: >> -------------- >> --- meegotouch-inputmethodkeyboard.changes >> +++ meegotouch-inputmethodkeyboard.changes >> @@ -0,0 +1,16 @@ >> +* Thu Nov 26 2010 Luis Araujo<[email protected]> - 0.5.12 >> +- Update to release tag 0.5.12-1 (BMC#10501) >> + >> +* Thu Nov 26 2010 Fathi Boudra<[email protected]> - 0.5.12 >> +- Fix Url >> +- Cleanup useless build requirements >> +- Use qmake builder >> + >> +* Thu Nov 12 2010 Luis Araujo<[email protected]> - 0.5.9 >> +- Update to release tag 0.5.9-1 >> +- Fail to launch VKB fixed (BMC#8541) >> +- The character "0" and another two symbols are not fully displayed in >> virtual >> keyboard in landscape mode fixed (BMC#6085) >> +- Keyboard alpha/numeric toggle not consistent fixed (BMC#2915) >> +- The virtual keyboard does not have a commit button fixed (BMC#7517) >> +- Lack of VKB close button fixed (BMC#7665) >> + >> @@ -11 +27 @@ >> -* Thu Jul 08 2010 Kaitlin Rupert<[email protected]> - 0.4.8 >> +* Thu Jul 8 2010 Kaitlin Rupert<[email protected]> - 0.4.8 >> @@ -26 +41,0 @@ >> - >> >> old: >> ---- >> meegotouch-inputmethodkeyboard-0.5.2.tar.bz2 >> >> new: >> ---- >> meegotouch-inputmethodkeyboard-0.5.12.tar.bz2 >> >> spec files: >> ----------- >> --- meegotouch-inputmethodkeyboard.spec >> +++ meegotouch-inputmethodkeyboard.spec >> @@ -7,28 +7,24 @@ >> >> Name: meegotouch-inputmethodkeyboard >> Summary: MeeGo Virtual Keyboard >> -Version: 0.5.2 >> +Version: 0.5.12 >> Release: 1 >> Group: System/GUI/Other >> -License: LGPL v2.1 >> -URL: http://www.meego.com >> +License: LGPLv2.1 >> +URL: >> http://meego.gitorious.org/meegotouch/meegotouch-inputmethodkeyboard >> Source0: %{name}-%{version}.tar.bz2 >> Source100: meegotouch-inputmethodkeyboard.yaml >> Requires(pre): GConf2 >> Requires(preun): GConf2 >> Requires(post): GConf2 >> -BuildRequires: pkgconfig(QtCore)>= 4.6.0 >> -BuildRequires: pkgconfig(QtDBus) >> -BuildRequires: pkgconfig(QtOpenGL) >> -BuildRequires: pkgconfig(QtNetwork) >> +BuildRequires: pkgconfig(MeegoImEngine) >> +BuildRequires: pkgconfig(MeegoImFramework) >> BuildRequires: pkgconfig(QtGui) >> BuildRequires: pkgconfig(meegotouch) >> -BuildRequires: pkgconfig(MeegoImFramework) >> -BuildRequires: pkgconfig(MeegoImEngine) >> BuildRequires: pkgconfig(meegotouch-feedbackreactionmaps) >> BuildRequires: pkgconfig(x11) >> -BuildRequires: pkgconfig(xproto) >> BuildRequires: pkgconfig(xkbfile) >> +BuildRequires: pkgconfig(xproto) >> Provides: duikeyboard>= 0.4.0 >> Provides: meegokeyboard> 0.4.2 >> Obsoletes: duikeyboard< 0.4.0 >> @@ -39,6 +35,7 @@ >> MeeGo Virtual Keyboard >> >> >> + >> %package devel >> Summary: MeegoTouch Input Method Keyboard header files >> Group: Development/Libraries >> @@ -55,7 +52,7 @@ >> Requires: %{name} = %{version}-%{release} >> >> %description tests >> -This package contains MeegoTouch Input Method Keyboard unit test suite >> +This package contains MeegoTouch Input Method Keyboard unit test suite. >> >> >> >> @@ -66,12 +63,12 @@ >> #<< setup >> >> %build >> -#>> build pre >> -export PATH=$PATH:/usr/lib/qt4/bin >> -qmake install_prefix=/usr -r DEFINES+=NOCONTROLPANEL >> unset LD_AS_NEEDED >> +#>> build pre >> #<< build pre >> >> +%qmake \ >> + DEFINES+=NOCONTROLPANEL >> >> make %{?jobs:-j%jobs} >> >> @@ -81,15 +78,10 @@ >> %install >> rm -rf %{buildroot} >> #>> install pre >> -#export INSTALL_ROOT=%{buildroot} install >> -make INSTALL_ROOT=%{buildroot} install >> #<< install pre >> -%make_install >> +%qmake_install >> >> #>> install post >> - >> -# Remove known zero-length files >> -#rm %{buildroot}/usr/share/meego-keyboard-tests/tests.xml >> #<< install post >> >> %pre >> >> other changes: >> -------------- >> >> ++++++ meegotouch-inputmethodkeyboard-0.5.2.tar.bz2 -> >> meegotouch-inputmethodkeyboard-0.5.12.tar.bz2 >> 36364 lines of diff (skipped) >> >> ++++++ meegotouch-inputmethodkeyboard.yaml >> --- meegotouch-inputmethodkeyboard.yaml >> +++ meegotouch-inputmethodkeyboard.yaml >> @@ -1,38 +1,34 @@ >> Name: meegotouch-inputmethodkeyboard >> Summary: MeeGo Virtual Keyboard >> -Version: 0.5.2 >> +Version: 0.5.12 >> Release: 1 >> -Group: System/GUI/Other >> -License: LGPL v2.1 >> -URL: http://www.meego.com >> +Group: System/GUI/Other >> +License: LGPLv2.1 >> +URL: >> http://meego.gitorious.org/meegotouch/meegotouch-inputmethodkeyboard >> Sources: >> - "%{name}-%{version}.tar.bz2" >> -Description: MeeGo Virtual Keyboard >> - >> +Description: | >> + MeeGo Virtual Keyboard >> PkgConfigBR: >> - - QtCore>= 4.6.0 >> - - QtDBus >> - - QtOpenGL >> - - QtNetwork >> - - QtGui >> - - meegotouch >> - - MeegoImFramework >> - MeegoImEngine >> + - MeegoImFramework >> + - QtGui >> + - meegotouch >> - meegotouch-feedbackreactionmaps >> - x11 >> - - xproto >> - xkbfile >> - >> + - xproto >> Provides: >> - duikeyboard>= 0.4.0 >> - meegokeyboard> 0.4.2 >> Obsoletes: >> - duikeyboard< 0.4.0 >> - meegokeyboard<= 0.4.2 >> - >> +UseAsNeeded: no >> Configure: none >> -Builder: make >> - >> +Builder: qmake >> +QMakeOptions: >> + - DEFINES+=NOCONTROLPANEL >> SubPackages: >> - Name: devel >> Summary: MeegoTouch Input Method Keyboard header files >> @@ -45,5 +41,4 @@ >> Group: Development/Libraries >> Summary: MeegoTouch Input Method Keyboard unit test suite >> Description: | >> - This package contains MeegoTouch Input Method Keyboard unit >> test suite >> - >> + This package contains MeegoTouch Input Method Keyboard unit >> test suite. >> >> _______________________________________________ >> MeeGo-commits mailing list >> [email protected] >> http://lists.meego.com/listinfo/meego-commits >> > _______________________________________________ > MeeGo-packaging mailing list > [email protected] > http://lists.meego.com/listinfo/meego-packaging > _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
