congruity-0.15

Published: 10.05.2011

Linux GUI client for programming the Logitech Harmony universal remote

Project homepage: Congruity

Congruity is a free and open source Linux GUI client for programing Logitech Harmony Remotes.

This ebuild is taken from this bug report. The only change I made was adding x86 arch to keywords. I tested and confirmed that this ebuild and the Congurity utility is working on x86 computers. I also renamed the ebuild to match the latest available version of the software.

Using this tool I was able to program my Logitech Harmony 650 Remote control on Linux Box. Current version of the software is supporting most of currently available Logitech Harmony Remote Controllers. Visit the Concordance project page to see the current list of supported devices.

To use this ebuild run following commands in terminal:

echo "=apps-misc/congruity-0.15" >> /etc/portage/package.keywords
emerge -av =apps-misc/congruity-0.15

View the source of the ebuild
  1. # Copyright 1999-2011 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: $
  4.  
  5. DESCRIPTION="Linux GUI client for programming the Logitech Harmony universal remote"
  6. HOMEPAGE="http://sourceforge.net/projects/congruity/"
  7. SRC_URI="mirror://sourceforge/congruity/${P}.tar.bz2"
  8.  
  9. LICENSE="GPL"
  10. SLOT="0"
  11. KEYWORDS="~x86 ~amd64"
  12. IUSE=""
  13.  
  14. DEPEND="dev-libs/libconcord dev-lang/python"
  15. RDEPEND="${DEPEND}"
  16.  
  17. src_compile() {
  18. sed -i "s/\/usr\/local/\/usr/g" ${S}/Makefile
  19. }
  20.  
  21. src_install() {
  22. emake DESTDIR=${D} UPDATE_DESKTOP_DB="" install || die "install failed"
  23. }

Here is the list of all the congruity ebuild versions that are available in my overlay:



Comments

If you have found something wrong with the information provided above or maybe you just want to speak your mind about it, feel free to leave a comment.
All comments will show up on page after being approved. Sorry for such policy but I want to make sure that my site will be free of abusive or vulgar content. I don't mind being criticized just do it using right words.

Leave a comment