jay823001 / autokey

Automatically exported from code.google.com/p/autokey
GNU General Public License v3.0
0 stars 0 forks source link

Req: Compilable version for distro's other than debian or rpm package. #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can you provide a version that can be compiled or installed on Opensuse?  A rpm 
would probably be generic enough to work on both fedora and opensuse.  The 
program "alien" may be able to do the conversion.   I downloaded the source and 
couldn't make heads or tails on how to install it since the docs all assume you 
are running debian.

Thank you for your time.

Rudi Pittman

Original issue reported on code.google.com by rvpitt...@gmail.com on 2 Aug 2010 at 6:06

GoogleCodeExporter commented 9 years ago
Try the attached RPMs

Original comment by cdekter on 2 Aug 2010 at 6:21

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by cdekter on 2 Aug 2010 at 6:22

GoogleCodeExporter commented 9 years ago
i530:/workarea/work/autokey # rpm -Uvh *.rpm
Preparing...                ########################################### [100%]
   1:autokey-gtk            ########################################### [100%]
i530:/workarea/work/autokey # whereis autokey
autokey:
i530:/workarea/work/autokey # rpm -Uvh autokey-common-0.71.0-1.noarch.rpm 
Preparing...                ########################################### [100%]
   1:autokey-common         ########################################### [100%]
/var/tmp/rpm-tmp.QmjjbZ: line 26: update-rc.d: command not found
/var/tmp/rpm-tmp.QmjjbZ: line 26: init_failure: command not found
warning: %post(autokey-common-0.71.0-1.noarch) scriptlet failed, exit status 127

famewolf@i530:~> /usr/bin/autokey-gtk
Traceback (most recent call last):
  File "/usr/bin/autokey-gtk", line 5, in <module>
    from autokey.gtkapp import Application
ImportError: No module named autokey.gtkapp

---

x86_64 machine running Opensuse 11.3

Original comment by rvpitt...@gmail.com on 2 Aug 2010 at 7:14

GoogleCodeExporter commented 9 years ago
Ah yes, I didn't really think that would work. Worth a shot though. I don't 
know enough about RPM to properly package this, but if you can find a packager 
who is willing I am happy to work with them. However I don't have the time to 
study how to package RPMs at this point myself.

Original comment by cdekter on 2 Aug 2010 at 7:19

GoogleCodeExporter commented 9 years ago
Thanks for taking a stab at it....ended up using the mywords firefox extension. 

Original comment by rvpitt...@gmail.com on 2 Aug 2010 at 7:24

GoogleCodeExporter commented 9 years ago
If you are really keen, there is a thread on the AutoKey group on getting it 
working on Mandriva, which should be applicable to Opensuse AFAIK

http://groups.google.com/group/autokey-users/browse_thread/thread/d1ed135558a102
6f/f948dd4d66a5d40b?lnk=gst&q=mandriva#f948dd4d66a5d40b

Original comment by cdekter on 2 Aug 2010 at 7:26

GoogleCodeExporter commented 9 years ago
Thank you.  Following the mandriva instructions with some minor changes (use 
zypper instead of urpmi,   the name of the autokey init file has changed etc)  
I was able to get it installed and the gtk icon into the systray.

Original comment by rvpitt...@gmail.com on 2 Aug 2010 at 8:16

GoogleCodeExporter commented 9 years ago
Here's an RPM SPEC file that I created against 0.71.3, on my Fedora 15 
desktop... might work on other distros/versions, but probably will need changes 
in the "Requires".  You end up with 3 rpms: autokey (common files and event 
daemon), autokey-gtk (gtk gui) and autokey-qt (kde gui).

The only real glitch I have is the status icon... but I'm pretty sure it just 
needs updates for gnome-shell tray/status, and has nothing to do with packaging.

Original comment by perl...@gmail.com on 4 Jul 2011 at 10:14

Attachments: