Reply
Thread Tools
Posts: 72 | Thanked: 35 times | Joined on Jul 2010
#1
i was create some application and need some application (unzip)

Code:
apt-get install unzip
i want the user does'nt need download that app (unzip) again, i want that application include into my install (my deb file).

can i include it ?


thanks
 
Posts: 662 | Thanked: 653 times | Joined on Feb 2010
#2
I think your best bet is to add it as a dependancy.
 
Posts: 72 | Thanked: 35 times | Joined on Jul 2010
#3
if i add to dependancy, so i need make subproject? so i need the sourcecode of unzip? that is true?
 
Posts: 662 | Thanked: 653 times | Joined on Feb 2010
#4
By adding it as a dependency, "unzip" will be automatically downloaded and installed when your application is installed.

The user likely will not notice that much.
 

The Following User Says Thank You to Reffyyyy For This Useful Post:
Posts: 72 | Thanked: 35 times | Joined on Jul 2010
#5
i want add this packed :

http://maemo.org/packages/view/unzip/

that on extra-devel ?

if i put my app on OVI Store, on newbie user of N900 will not have a Catalog of Extra-Devel. is user still can download it?
 
Posts: 662 | Thanked: 653 times | Joined on Feb 2010
#6
I don't think the Ovi Store allows the dependency of applications/libs from extras devel. So no, the user can't download it (I believe).

This also means that your application is not viable for the store.
 
Posts: 72 | Thanked: 35 times | Joined on Jul 2010
#7
is possible i can make silent install?

Code:
QString cmdcpy="";
cmdcpy=cmdcpy.append("dpkd -i /opt/ArtronTrans-Maemo/bin/unzip_5.52-14-maemo6_i386.deb");
system(cmdcpy.toLatin1());
you have idea ? command dpkg for silent install ?

Last edited by artron; 2011-07-03 at 03:36.
 
Posts: 662 | Thanked: 653 times | Joined on Feb 2010
#8
Originally Posted by artron View Post
is possible i can make silent install?

Code:
QString cmdcpy="";
cmdcpy=cmdcpy.append("dpkd -i /opt/ArtronTrans-Maemo/bin/unzip_5.52-14-maemo6_i386.deb").append(pathdb);
system(cmdcpy.toLatin1());
you have idea ? command dpkg for silent install ?
You need to ensure that unzip doesn't depend on libraries from devel. I'm sorry but I don't think there is a silent install option (or am not aware).

Also, I'm not certain if that would be allowed on the store. Some verification would be helpful.
 
Posts: 72 | Thanked: 35 times | Joined on Jul 2010
#9
i was try put the unzip application on my app bin folder, the output is error :P

Code:
d:\nokiaqtsdk\maemo\4.6.2\madbin\dpkg-shlibdeps: failure: couldn't find library libc.so.6 needed by debian/artrontrans-maemo/opt/ArtronTrans-Maemo/bin/unzip (its RPATH is '').
 
Posts: 72 | Thanked: 35 times | Joined on Jul 2010
#10
Originally Posted by Reffyyyy View Post
I think your best bet is to add it as a dependancy.
how i can add "unzip" to dependencies, there are not button at project>dependencies
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:49.