jer         14/06/04 17:37:08

  Modified:             ChangeLog
  Added:                easystroke-0.6.0-r1.ebuild
  Log:
  Add upstream patches for bug #512428 by Small Penguin.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.2                  x11-misc/easystroke/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/easystroke/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/easystroke/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/easystroke/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/easystroke/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   4 Jun 2014 03:14:31 -0000       1.1
+++ ChangeLog   4 Jun 2014 17:37:08 -0000       1.2
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/easystroke
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/easystroke/ChangeLog,v 1.1 
2014/06/04 03:14:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/easystroke/ChangeLog,v 1.2 
2014/06/04 17:37:08 jer Exp $
+
+*easystroke-0.6.0-r1 (04 Jun 2014)
+
+  04 Jun 2014; Jeroen Roovers <[email protected]> +easystroke-0.6.0-r1.ebuild,
+  +files/easystroke-0.6.0-buttons-scroll-send.patch,
+  +files/easystroke-0.6.0-reinstate-signal-handlers.patch:
+  Add upstream patches for bug #512428 by Small Penguin.
 
 *easystroke-0.6.0 (04 Jun 2014)
 



1.1                  x11-misc/easystroke/easystroke-0.6.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: easystroke-0.6.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild,v 1.1 
2014/06/04 17:37:08 jer Exp $

EAPI=5
inherit eutils toolchain-funcs

DESCRIPTION="a gesture-recognition application for X11"
HOMEPAGE="http://sourceforge.net/apps/trac/easystroke/";
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="
        dev-cpp/gtkmm:3.0
        dev-libs/boost
        dev-libs/dbus-glib
        dev-libs/glib:2
        x11-libs/libX11
        x11-libs/libXext
        x11-libs/libXfixes
        x11-libs/libXi
        x11-libs/libXtst
"
DEPEND="
        ${RDEPEND}
        dev-util/intltool
        sys-devel/gettext
"

src_prepare() {
        epatch "${FILESDIR}"/${P}-cellrendertextish.patch
        epatch "${FILESDIR}"/${P}-desktop.patch
        epatch "${FILESDIR}"/${P}-gentoo.patch
        epatch "${FILESDIR}"/${P}-reinstate-signal-handlers.patch
        epatch "${FILESDIR}"/${P}-buttons-scroll-send.patch

        tc-export CC CXX PKG_CONFIG

        strip-linguas -i po/

        local es_lingua lang
        for es_lingua in $( printf "%s\n" po/*.po ); do
                lang=${es_lingua/po\/}
                has ${lang/.po/} ${LINGUAS} || rm ${es_lingua}
        done
}

src_compile() {
        emake \
                AOFLAGS='' \
                LDFLAGS="${LDFLAGS}" \
                PREFIX=/usr
}

src_install() {
        emake DESTDIR="${D}" PREFIX=/usr install
}




Reply via email to