public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdotool/
Date: Sat,  8 Apr 2017 09:50:47 +0000 (UTC)	[thread overview]
Message-ID: <1491644925.5c5db1a5dc6963ba41835219c7444570f2fc72be.jer@gentoo> (raw)

commit:     5c5db1a5dc6963ba41835219c7444570f2fc72be
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 09:48:45 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 09:48:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5db1a5

x11-misc/xdotool: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/xdotool/Manifest                    |  1 +
 x11-misc/xdotool/xdotool-3.20160805.1.ebuild | 58 ++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/x11-misc/xdotool/Manifest b/x11-misc/xdotool/Manifest
index 4965358bf80..58a27e956ef 100644
--- a/x11-misc/xdotool/Manifest
+++ b/x11-misc/xdotool/Manifest
@@ -1 +1,2 @@
 DIST xdotool-3.20150503.1.tar.gz 102125 SHA256 e8326883bd5e91bede7336cbee186e6e9143f40b3fb61c84afc9bb31b87e96d1 SHA512 d8eb411490d2f4936d63cd459e3319f76faf6dd415a3c2c68446b5a98d24290794dbffd22fbccfef5acc7d8aec6ce92b2135ecb3e1178607fc7d5b1e1767ede1 WHIRLPOOL 624b6fe82248ad31d4446dc5f42269c82d8d366e46d40313b77a78af18502cc57e8bf430fc7f175ed6d5474fe0c7de8643fd6cfba146ebc72e4f5545be48086c
+DIST xdotool-3.20160805.1.tar.gz 105388 SHA256 35be5ff6edf0c620a0e16f09ea5e101d5173280161772fca18657d83f20fcca8 SHA512 e27b1029ee954ea17643ed489a00a1856e5687b03772c0f10a8e50cde3c3c957b57a3ba9890005474a744a228ef4827a83770d6890479c37a1f98f4fd7b1ff6c WHIRLPOOL 507279ba24036ce763a84a589d4fac7cf1c8ca4c931b6f6cb9649caaa1534d14f5cd572338f11328631b9cc5fd04042b8d6d629c74d661e6638d246aaded454e

diff --git a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild
new file mode 100644
index 00000000000..08639af89e2
--- /dev/null
+++ b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs flag-o-matic multilib
+
+DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows"
+HOMEPAGE="http://www.semicomplete.com/projects/xdotool/"
+SRC_URI="https://github.com/jordansissel/xdotool/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="examples"
+
+RDEPEND="
+	x11-libs/libXtst
+	x11-libs/libX11
+	x11-libs/libXinerama
+	x11-libs/libxkbcommon
+"
+DEPEND="
+	${RDEPEND}
+	x11-proto/xineramaproto
+	x11-proto/xproto
+"
+
+# The test wants to manualy start Xvfb, wont use VirtualX and it tries
+# to run a full gnome-session. For such a tiny application i consider
+# it overkill to rewrite the test scripts to not use it's own X server
+# and add a full blown gnome just to run the tests.
+RESTRICT="test"
+
+src_prepare() {
+	default
+
+	sed -i \
+		-e "s/installheader post-install$/installheader/" \
+		-e 's:\<pkg-config\>:$(PKG_CONFIG):' \
+		Makefile || die
+}
+
+src_compile() {
+	tc-export CC LD PKG_CONFIG
+
+	emake PREFIX="/usr"
+}
+
+src_install() {
+	emake PREFIX="${D}usr" INSTALLMAN="${D}usr/share/man" INSTALLLIB="${D}usr/$(get_libdir)" install
+
+	dodoc CHANGELIST README
+	if use examples; then
+		insinto /usr/share/doc/${PF}/examples
+		doins examples/*
+	fi
+}


             reply	other threads:[~2017-04-08  9:50 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-08  9:50 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 15:01 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdotool/ Arthur Zamarin
2024-12-28 11:46 Arthur Zamarin
2023-09-26 15:59 WANG Xuerui
2022-12-08 20:08 Marek Szuba
2021-12-16 10:16 Marek Szuba
2021-12-15 23:55 Sam James
2021-12-15 17:33 Arthur Zamarin
2021-12-15 16:49 Arthur Zamarin
2021-12-15 14:46 Jakov Smolić
2021-12-15 13:40 Jakov Smolić
2021-11-11 20:15 Marek Szuba
2021-10-10 22:14 Marek Szuba
2021-10-04 12:03 Marek Szuba
2021-10-02 15:43 Sam James
2021-09-30 18:18 Sam James
2021-09-21 16:35 Sam James
2021-09-21  6:37 Agostino Sarubbo
2021-09-20 18:26 Sam James
2021-09-20  9:41 Marek Szuba
2021-09-20  9:31 Marek Szuba
2021-09-09 11:20 Marek Szuba
2020-12-04 18:37 Sergei Trofimovich
2020-11-29 23:31 Marek Szuba
2020-11-29 22:52 Marek Szuba
2020-11-29 22:52 Marek Szuba
2020-02-02 19:37 Jeroen Roovers
2019-06-13  4:45 Markus Meier
2019-05-19 15:48 Thomas Deutschmann
2019-04-25  3:36 Aaron Bauman
2019-04-23 22:08 Aaron Bauman
2019-04-19 18:23 Aaron Bauman
2018-09-21 20:53 Matt Turner
2018-03-31 18:41 Mart Raudsepp
2018-03-12  6:09 Benda XU
2017-04-08  9:50 Jeroen Roovers
2017-03-26 17:10 Michael Orlitzky
2017-03-22  7:30 Michael Weber
2017-03-21 14:34 Agostino Sarubbo
2017-03-21 10:08 Michael Weber
2017-03-20 11:04 Agostino Sarubbo
2017-02-06 10:12 Michael Palimaka
2016-07-07 19:48 Austin English
2016-06-11 20:39 Pacho Ramos
2016-03-20 21:21 Michael Weber
2016-02-09  0:12 Jason Donenfeld
2015-09-13 18:49 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1491644925.5c5db1a5dc6963ba41835219c7444570f2fc72be.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox