The Following User Says Thank You to Jaffa For This Useful Post: | ||
|
2010-01-08
, 13:37
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#42
|
Build-Depends needs to be on in the first part of the file (the "source" bit, rather than the "package" bit).
Source: countdowntimer Section: user/other Priority: extra Maintainer: Sascha Makela <sascha.makela@gmail.com> Build-Depends: debhelper (>= 5), libqt4-phonon Standards-Version: 3.7.3 Homepage: <insert the upstream URL, if relevant> Package: countdowntimer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A simple countdown timer <insert long description, indented with spaces>
|
2010-01-08
, 13:53
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#43
|
This is what I did now:
Here is the latest package, but it still gives an error:Code:Source: countdowntimer Section: user/other Priority: extra Maintainer: Sascha Makela <sascha.makela@gmail.com> Build-Depends: debhelper (>= 5), libqt4-phonon Standards-Version: 3.7.3 Homepage: <insert the upstream URL, if relevant> Package: countdowntimer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A simple countdown timer <insert long description, indented with spaces>
|
2010-01-08
, 13:57
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#44
|
apt-get install libqt4-phonon
The Following User Says Thank You to Jaffa For This Useful Post: | ||
|
2010-01-08
, 14:16
|
Posts: 31 |
Thanked: 18 times |
Joined on Oct 2009
@ Helsinki
|
#45
|
The Following User Says Thank You to juxxxer For This Useful Post: | ||
|
2010-01-08
, 14:29
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#46
|
Hi,
I did the apt-get install libqa4.phonon and installation was successful after that. But it doesn't show the logo/icon in applications/More... folder or Application manager - only the default blue-square one.
But otherwise it looks working ok.
If it works for you can I deliver some information which could help you to solve this... my countdowntimer version is 0.3-1.
|
2010-01-08
, 14:33
|
Posts: 31 |
Thanked: 18 times |
Joined on Oct 2009
@ Helsinki
|
#47
|
The Following User Says Thank You to juxxxer For This Useful Post: | ||
|
2010-01-08
, 14:38
|
Posts: 31 |
Thanked: 18 times |
Joined on Oct 2009
@ Helsinki
|
#48
|
Try to restart your N900, it should show it after that. This is a known bug with icons. At least, this is what I understood.
The Following User Says Thank You to juxxxer For This Useful Post: | ||
|
2010-01-08
, 14:40
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#49
|
QT += phonon TARGET = countdowntimer TEMPLATE = app SOURCES += qtmain.cpp \ settings.cpp \ form.cpp HEADERS += settings.h \ form.h FORMS += settings.ui \ form.ui PREFIX = ../debian/countdowntimer/usr unix { BINDIR = $$PREFIX/opt/maemo DATADIR =$$PREFIX/share DEFINES += DATADIR=\"$$DATADIR\" PKGDATADIR=\"$$PKGDATADIR\" #MAKE INSTALL INSTALLS += target desktop icon64 target.path =$$BINDIR desktop.path = $$DATADIR/applications/hildon desktop.files += countdowntimer.desktop icon64.path = $$DATADIR/icons/hicolor/64x64/apps icon64.files += ../data/64x64/countdowntimer.png }
[Desktop Entry] Encoding=UTF-8 Version=0.3 Type=Application Name=Countdown Timer Exec=/usr/opt/maemo/countdowntimer Icon=countdowntimer X-HildonDesk-ShowInToolbar=true X-Osso-Type=application/x-executable
/bin/sh: countdowntimer: not found
|
2010-01-08
, 14:43
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#50
|
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org