Active Topics

 


Reply
Thread Tools
Posts: 401 | Thanked: 724 times | Joined on May 2010 @ Italy
#101
I need extra space to add buttons for smile and new words so no, I don't have enough space for add a "donate" button in ui.

And like towhatend said it could be annoying for peolpe that already donate...

If someone see MohammedAG say that I need her help for package this

EDIT: Other people that are familiar with packages (of non QT-app) are also welcome

Last edited by realsportcars; 2011-01-24 at 23:47.
 

The Following 3 Users Say Thank You to realsportcars For This Useful Post:
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#102
His*, I'm a he lol

PM/email me the source and I'll get it packaged up asap.

Thanks for going FOSS
 

The Following 2 Users Say Thank You to MohammadAG For This Useful Post:
Posts: 401 | Thanked: 724 times | Joined on May 2010 @ Italy
#103
Originally Posted by MohammadAG View Post
His*, I'm a he lol

PM/email me the source and I'll get it packaged up asap.

Thanks for going FOSS
Can I ask how to do alone? I like to understand how it works...

This is tree of relevant files:

fastsmsevo-0.1
|-- Makefile
|-- debian
| |-- changelog
| |-- compat
| |-- control
| |-- copyright
| |-- dirs
| |-- docs
| |-- fastsmsevo.dirs
| |-- fastsmsevo.install
| |-- files
| |-- postinst
| |-- postrm
| `-- rules
`-- src
|-- Makefile
|-- conn.c
|-- conn.h
|-- interface.h
`-- plugin.c


control,copyright,compat, changelog are already ok (or quite, but I will ask later for this).

First makefile (fastsmsevo/makefile) only contains

Code:
SUBDIRS = src
second one (fastsmsevo/src/makefile) build fastsms_plugin.so that is the "vkb"

Code:
ALL : fastsms_plugin.so

conn.o : conn.c conn.h interface.h
	gcc -c conn.c -o conn.o `pkg-config --libs --cflags glib-2.0 gtk+-2.0 gconf-2.0`

plugin.o : plugin.c
	gcc -c plugin.c -o plugin.o `pkg-config --cflags hildon-input-method-framework-3.0 hildon-input-method-ui-3.0 glib-2.0 gtk+-2.0 gconf-2.0`

fastsms_plugin.so : plugin.o conn.o
	gcc plugin.o conn.o -shared -o fastsms_plugin.so `pkg-config --libs hildon-input-method-framework-3.0 hildon-input-method-ui-3.0 glib-2.0 gtk+-2.0 gconf-2.0`

clean :
	rm -f *.o
	rm -f interface.h
	rm -f *.so
I can build the package but installation directory are wrong and package doens't contains fastsms_plugin.so

EDIT: thank to you for your help!
EDIT AGAIN: Sorry for his/her

Last edited by realsportcars; 2011-01-25 at 00:23.
 

The Following 2 Users Say Thank You to realsportcars For This Useful Post:
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#104
Just make sure the binaries you want copied are in fastsmsevo.install.
Code:
fastsms_plugin.so              /usr/lib
Just as an example ^

(And indeed, learning it would be better )

I also have some weird-ish tutorial for packaging, it's how I understood it a year ago I guess.
http://wiki.maemo.org/User:Mohammad7410/Packaging

You're most welcome
 

The Following 5 Users Say Thank You to MohammadAG For This Useful Post:
Posts: 650 | Thanked: 619 times | Joined on Nov 2009
#105
Where to donate?
 

The Following 2 Users Say Thank You to sony123 For This Useful Post:
Posts: 401 | Thanked: 724 times | Joined on May 2010 @ Italy
#106
Originally Posted by sony123 View Post
Where to donate?


Here: LINK

PS: thank you!
 

The Following 5 Users Say Thank You to realsportcars For This Useful Post:
Posts: 304 | Thanked: 235 times | Joined on May 2010 @ Manila
#107
glad to donate usd5
 

The Following User Says Thank You to kent_autistic For This Useful Post:
Posts: 401 | Thanked: 724 times | Joined on May 2010 @ Italy
#108
Originally Posted by kent_autistic View Post
glad to donate usd5
Thank you to you too

@MohammedAG: I did it, really simple following your tutorial! thank you again

Two question:
* in postrm do I have to remove the plugin or it is performed automatically?

* this is my control file

Code:
Source: fastsmsevo
Section: communication
Priority: extra
Maintainer: Davide Aimone <realsportcars@hotmail.com>
Build-Depends: debhelper (>= 5), fastsms (>=0.5)
Standards-Version: 3.8.1
Homepage: <TODO>

Package: fastsmsevo
Architecture: any
Section: user/utilities
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: This plugin allows you to use fastsms as a system keyboard.
 You need FastSMS-0.5 or above to use it. Please go to homepage for help.
XB-Maemo-Display-Name: FastSMSEvo
XSBC-Bugtracker: <TODO>
XB-Maemo-Icon-26: ...
what about "section" in first and second parts? I saw that you used x11 for hildon-input-method-plugins-example but perhaps it is good only for first section

EDIT: in postrm I use
Code:
gconftool --type string -s /apps/osso/inputmethod/default-plugins/finger hildon_western_fkb
but:
* Is it necessary?
* If yes, is hildon_western_fkb ok for worldwide N900 users?

Last edited by realsportcars; 2011-01-25 at 01:02.
 

The Following User Says Thank You to realsportcars For This Useful Post:
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#109
All files in the .install file will be removed automatically.
Basically, any file in the deb will be removed, except those in /etc/ (they're removed with purge afaik) unless you're adding more files the wrong way (in postinst)
 

The Following 3 Users Say Thank You to MohammadAG For This Useful Post:
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#110
Originally Posted by realsportcars View Post


Here: LINK

PS: thank you!

you should put a DONATE link in your signiture mate!
 

The Following User Says Thank You to F2thaK For This Useful Post:
Reply

Tags
great keyboard!, portrait, portrait vkb, realsportcars, thank you, thanks wikiwide, _keyboards want, _to be free


 
Forum Jump


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