Reply
Thread Tools
www.rzr.online.fr's Avatar
Posts: 1,348 | Thanked: 1,863 times | Joined on Jan 2009 @ fr/35/rennes
#61
aPPs not apSS

http://apps.formeego.org/applications/
__________________
Current obsession:

https://purl.org/rzr/abandonware

Please help to list all maemo existing apps :

https://github.com/abandonware/aband...ment-578143760

https://wiki.maemo.org/Apps#

I am looking for " 4 inch TFT LCD display screen " for Nokia n950 HandSet

http://rzr.online.fr/q/lcd


Also, I need online storage to archive files :

http://db.tt/gn5Qffd6#

https://my.pcloud.com/#page=register...e=g8ikZmcfEJy#
 
HtheB's Avatar
Moderator | Posts: 3,718 | Thanked: 7,420 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#62
Originally Posted by www.rzr.online.fr View Post
aPPs not apSS

http://apps.formeego.org/applications/
You do realize that it was posted 5 months ago...
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 

The Following User Says Thank You to HtheB For This Useful Post:
ZogG's Avatar
Posts: 1,389 | Thanked: 1,857 times | Joined on Feb 2010 @ Israel
#63
t's nightmare. I did successfully created dsc and tar files but:
It wouldn't build in OBS as i was told because of
$(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/imgrup install
where it needs to be
$(MAKE) INSTALL_ROOT="/usr/src/packages/BUILD"/debian/imgrup install
what s not default by QtCreator and wouldn't build (i'll try to make this dir localy and give to my user permissions now and report later)

As well if i comment $(MAKE) clean it would leave .o files in tar.gz and if i uncomment back there would be no src files at all there.

And there are a lot of problems i met while trying, still no success. It might be possible, but for new developer who just learning and especially want to use QtCreator that is not an option as well as installing scratchbox just to built for OBS, than what si the point in «user-friendly» QtCreator?

I think either the way OBS compiles should be changed (maybe automatic way to change from QtCreator files if needed editing them before compiling and packaging) or plugin on QtCreator side should be done to integrate those things out-of-the-box, it's the main idea of QtCreator, isn't it? Otherwise we all could just use VIM =)


P.S. there were a lot of problems and misunderstandings and not orginized wiki on the way. i may be not pro and expert, but i thought the point of community repo and obs to make it simple so community could use it. otherwise real good devs could set their own repos and tools and they could upload their. It should be easier, otherwise no point in it =\
 

The Following 3 Users Say Thank You to ZogG For This Useful Post:
Elleo's Avatar
Posts: 266 | Thanked: 979 times | Joined on Jan 2010 @ London
#64
Originally Posted by ZogG View Post
It wouldn't build in OBS as i was told because of
$(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/imgrup install
where it needs to be
$(MAKE) INSTALL_ROOT="/usr/src/packages/BUILD"/debian/imgrup install
what s not default by QtCreator and wouldn't build (i'll try to make this dir localy and give to my user permissions now and report later)
I use "$(MAKE) INSTALL_ROOT=$(CURDIR)/debian/eyrie install" in my package rules file and OBS doesn't have any problem with it so I'm not sure why it'd cause issues for you, unless perhaps the $CURDIR variable isn't being populated for some reason (so it'd end up trying to install to /debian/imgrup)?

Originally Posted by ZogG View Post
As well if i comment $(MAKE) clean it would leave .o files in tar.gz and if i uncomment back there would be no src files at all there.
"make clean" shouldn't be deleting source files, it sounds like there's something wrong with your Makefile there (or with your .pro file which generates the Makefile if you're using qmake). But it also shouldn't be installing .o files into your install dir so they shouldn't end up in the package in first place regardless of whether you cleaned or not.

I'm not especially familiar with QtCreator so I'm not sure how exactly it sets everything up but I've be happy to take a look at your original source files if you'd like?
 

The Following User Says Thank You to Elleo For This Useful Post:
ZogG's Avatar
Posts: 1,389 | Thanked: 1,857 times | Joined on Feb 2010 @ Israel
#65
thanks for help, but as we saw on IRC it's always "there is something strange with setup", but i use default setting except changes according the wiki
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#66
Hi guys, I also have problem with uploading my app to OBS..
I opened this thread:
http://talk.maemo.org/showthread.php...52#post1216352
But no answer
For now i can see OBS created .deb file from my .dsc and tar.gz files in my repo
But still not visible in MeeGo:1.2:Harmattan:Apps:Testing repo..
Someone know how much time this might take?
 
ZogG's Avatar
Posts: 1,389 | Thanked: 1,857 times | Joined on Feb 2010 @ Israel
#67
Originally Posted by Schturman View Post
Hi guys, I also have problem with uploading my app to OBS..
I opened this thread:
http://talk.maemo.org/showthread.php...52#post1216352
But no answer
For now i can see OBS created .deb file from my .dsc and tar.gz files in my repo
But still not visible in MeeGo:1.2:Harmattan:Apps:Testing repo..
Someone know how much time this might take?
Try to request again, talked to X-Fade about it today.
 

The Following User Says Thank You to ZogG For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#68
Thanks
I tried now and I got this massage again:
Your package does not build against the proper repository in your home project. (check_has_valid_repo)
BOSS declined this request because:
Project home:schturman does not contain a repositorythat builds only against project MeeGo:1.2:Harmattan repository Maemo.org_MeeGo_1.2_Harmattan_standard for architectures armv7el
For solution, I needed delete my repo and create new one..
After this I saw again the OBS successfully created deb file in my repo and again it's not transfered to MeeGo:1.2:Harmattan:Apps:Testing repo...
Maybe I do something wrong or maybe i need to do something else ?
And what heppens when I will update my packages, i need delete previous .deb file ? Or it will changed automaticly to new version ?
Thanks
 
ZogG's Avatar
Posts: 1,389 | Thanked: 1,857 times | Joined on Feb 2010 @ Israel
#69
you need to add repo as described here — http://forum.meego.com/showpost.php?...5&postcount=29
 

The Following User Says Thank You to ZogG For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#70
Thank you very much ! Now it's worked !
But why it's not mentioned here in wiki: http://wiki.meego.com/MeeGo_Apps/Submit

And i have another question...
What I need to do for updating my package to new version ?
1. Delete .dsc, .tar.gz and .changes files from my project and reupload new ?
2. Same with screenshots, if I want to update them ?
3. Do I need submit package again or it will do this automaticaly ?
4. Do I need delete previous .deb file or new version automatically will override the previous one?

I want to create a little manual for dumb's like me
Thanks

Last edited by Schturman; 2012-06-07 at 08:39.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 03:50.