From 4e0efe7f8017fb3a0a858029c5a9e72843ce2599 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 10 Mar 2011 23:52:55 -0600 Subject: Adding easystroke --- x11-misc/easystroke/Manifest | 3 +++ x11-misc/easystroke/easystroke-0.5.4.ebuild | 36 +++++++++++++++++++++++++++++ x11-misc/easystroke/metadata.xml | 10 ++++++++ 3 files changed, 49 insertions(+) create mode 100644 x11-misc/easystroke/Manifest create mode 100644 x11-misc/easystroke/easystroke-0.5.4.ebuild create mode 100644 x11-misc/easystroke/metadata.xml diff --git a/x11-misc/easystroke/Manifest b/x11-misc/easystroke/Manifest new file mode 100644 index 0000000..8a946a7 --- /dev/null +++ b/x11-misc/easystroke/Manifest @@ -0,0 +1,3 @@ +DIST easystroke-0.5.4.tar.gz 103111 RMD160 55aadba296577f599588cdd792a970914b34b0b5 SHA1 25ac617f4b8a2b804738a8749e96e379c95ea691 SHA256 b18cd209248b1a6bcaa8bba42fe85b82e117cdb78d1b57ba3f5e2308cb3a5f64 +EBUILD easystroke-0.5.4.ebuild 1053 RMD160 87c840d4fe7f9c134cc440ea597da63939a08598 SHA1 4d7840f51cf49d593308f448e24e0eb5a5afd06e SHA256 5101a7eb491d4a4fa3e684ce2bfbd3c3a6463cd15d0232f4c68c11ca1910c727 +MISC metadata.xml 318 RMD160 1a77829ca0a3de9847cded7f27e1a6949951c1e7 SHA1 c12224d9f577f7dbb2a63f84a1ba4909a14a1f42 SHA256 7993a8933dc735a5fe2ba03d0ed83c1128489f0961da0ebf5e05b6e3725d013f diff --git a/x11-misc/easystroke/easystroke-0.5.4.ebuild b/x11-misc/easystroke/easystroke-0.5.4.ebuild new file mode 100644 index 0000000..b4be3f2 --- /dev/null +++ b/x11-misc/easystroke/easystroke-0.5.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# Temporarily adding to write2David overlay until someone official can put it in +# the sunrise or Portage tree. Bug #253783. + +inherit eutils + +DESCRIPTION="Easystroke is a gesture-recognition application for X11." +HOMEPAGE="http://easystroke.wiki.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="dev-cpp/gtkmm + x11-libs/libXrandr + x11-apps/xinput + x11-libs/libXtst + dev-libs/boost + dev-libs/dbus-glib + dev-util/intltool" +RDEPEND="${DEPEND}" + +src_compile() { + sed -i "s/^LDFLAGS/#LDFLAGS/" Makefile || die "sed Makefile failed!" + sed -i "s!^Icon=easystroke!Icon=/usr/share/icons/hicolor/scalable/apps/easystroke.svg!" easystroke.desktop.in || die "sed easystroke.desktop.in failed!" + emake DESTDIR="${D}" PREFIX="/usr/" || die "emake failed!" +} + +src_install() { + emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed!" +} diff --git a/x11-misc/easystroke/metadata.xml b/x11-misc/easystroke/metadata.xml new file mode 100644 index 0000000..669ceec --- /dev/null +++ b/x11-misc/easystroke/metadata.xml @@ -0,0 +1,10 @@ + + + +no-herd + + none + + + Easystroke is a gesture-recognition application for X11. + -- cgit v1.2.3-65-gdbad