public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/easystroke: easystroke-0.6.0-r1.ebuild ChangeLog
@ 2014-06-04 17:37 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2014-06-04 17:37 UTC (permalink / raw
  To: gentoo-commits

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 <jer@gentoo.org> +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
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/easystroke: easystroke-0.6.0-r1.ebuild ChangeLog
@ 2015-02-01 11:01 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2015-02-01 11:01 UTC (permalink / raw
  To: gentoo-commits

jer         15/02/01 11:01:36

  Modified:             easystroke-0.6.0-r1.ebuild ChangeLog
  Log:
  Add x11-base/xorg-server dependency required for xorg/xserver-properties.h (bug #538386 by Toralf Förster).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild?r1=1.2&r2=1.3

Index: easystroke-0.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- easystroke-0.6.0-r1.ebuild	5 Jun 2014 21:29:36 -0000	1.2
+++ easystroke-0.6.0-r1.ebuild	1 Feb 2015 11:01:36 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.2 2014/06/05 21:29:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild,v 1.3 2015/02/01 11:01:36 jer Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -12,13 +12,13 @@
 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-base/xorg-server
 	x11-libs/libX11
 	x11-libs/libXext
 	x11-libs/libXfixes



1.4                  x11-misc/easystroke/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/easystroke/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	5 Jun 2014 21:29:36 -0000	1.3
+++ ChangeLog	1 Feb 2015 11:01:36 -0000	1.4
@@ -1,6 +1,10 @@
 # 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.3 2014/06/05 21:29:36 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/easystroke/ChangeLog,v 1.4 2015/02/01 11:01:36 jer Exp $
+
+  01 Feb 2015; Jeroen Roovers <jer@gentoo.org> easystroke-0.6.0-r1.ebuild:
+  Add x11-base/xorg-server dependency required for xorg/xserver-properties.h
+  (bug #538386 by Toralf Förster).
 
   05 Jun 2014; Jeroen Roovers <jer@gentoo.org> easystroke-0.6.0-r1.ebuild:
   Install all linguas when LINGUAS is unset.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-01 11:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-01 11:01 [gentoo-commits] gentoo-x86 commit in x11-misc/easystroke: easystroke-0.6.0-r1.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-04 17:37 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox