diff options
author | David Phillips <write2david@gmail.com> | 2012-06-28 00:38:49 -0500 |
---|---|---|
committer | David Phillips <write2david@gmail.com> | 2012-06-28 00:38:49 -0500 |
commit | a7a065411217e229803af104a95db47296b66873 (patch) | |
tree | 3b7fe2a74a6b2d8e84a3b35891e7785cc2859f6a /x11-misc/easystroke/easystroke-0.5.5.1.ebuild | |
parent | Back to working again (diff) | |
download | write2David-a7a065411217e229803af104a95db47296b66873.tar.gz write2David-a7a065411217e229803af104a95db47296b66873.tar.bz2 write2David-a7a065411217e229803af104a95db47296b66873.zip |
New easystroke-0.5.5.1.ebuild WRT 253783
Diffstat (limited to 'x11-misc/easystroke/easystroke-0.5.5.1.ebuild')
-rw-r--r-- | x11-misc/easystroke/easystroke-0.5.5.1.ebuild | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/x11-misc/easystroke/easystroke-0.5.5.1.ebuild b/x11-misc/easystroke/easystroke-0.5.5.1.ebuild new file mode 100644 index 0000000..d3cbb71 --- /dev/null +++ b/x11-misc/easystroke/easystroke-0.5.5.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +DESCRIPTION="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="" + +COMMON_DEPEND="dev-cpp/glibmm:2 + dev-cpp/gtkmm:2.4 + dev-cpp/cairomm + dev-libs/boost + dev-libs/dbus-glib + dev-libs/libsigc++:2 + x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXtst" +DEPEND="${COMMON_DEPEND} + dev-util/intltool + sys-apps/help2man + x11-libs/libXfixes" +RDEPEND="${COMMON_DEPEND} + x11-misc/xdg-utils" + +src_prepare() { + sed -i -e 's/install -Ds/install -D/' \ + -e 's/^LDFLAGS/#LDFLAGS/' \ + Makefile || die + sed -i -e \ + "s:^Icon=${PN}:Icon=${EPREFIX}/usr/share/icons/hicolor/scalable/apps/${PN}.svg:" \ + ${PN}.desktop.in || die +} + +src_compile() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr/" + emake man +} + +src_install() { + doman ${PN}.1 + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install +}
\ No newline at end of file |