From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
Date: Wed, 14 Feb 2018 13:35:01 +0000 (UTC) [thread overview]
Message-ID: <1518615289.6148eed3c4b32dcd390edee97b461b6908c352bb.mgorny@gentoo> (raw)
commit: 6148eed3c4b32dcd390edee97b461b6908c352bb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 12:52:25 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 13:34:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6148eed3
dev-libs/keybinder: Bump to 0.3.2 (3.0 branch only)
dev-libs/keybinder/Manifest | 1 +
dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 40 ++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-libs/keybinder/Manifest b/dev-libs/keybinder/Manifest
index 44d544be975..1d4a0ca5fe3 100644
--- a/dev-libs/keybinder/Manifest
+++ b/dev-libs/keybinder/Manifest
@@ -1,2 +1,3 @@
DIST keybinder-0.3.1.tar.gz 391730 BLAKE2B ea286ab5bbd864709a1290ffd8d7d45468b1d525b4fdb8967159bbcf32ca8dc3d057ba39ad35dc19f5f68f67160fc48d805e107fcaea22f81fdd8bd1125db908 SHA512 aec4070b3d3b6c00900c3cb814e4b6a98beea09817eba3c3f7e6d5ce1ff68c091d183583f09b475e3e56bac67c94c1d912ebbe079dcece8195ac0ed9379d5f82
DIST keybinder-3.0-0.3.1.tar.gz 358650 BLAKE2B 541ce7cf5bdb9fc8c0cb6d7f1f6326d47c0cb32f71b517a8bfe8aeecc74658cf17bbaff93854bd57aa898e1f22bff1269c20422bab347df6c1e2ca1d8eac13de SHA512 af65ce02707ed2712c70470c9151bffee87e6d5b3b97218b653d3061b74001a7f3ac59e15b71362e4466e7ac16573bdb6331dc00ebccd906ce08ca8176b6770f
+DIST keybinder-3.0-0.3.2.tar.gz 378942 BLAKE2B f998430a14e881b5b1802747ec15967d60bedf8e076e5ace886a665ad168eb297679f30289b6cae835f4b291a0744c12331e420dcafbfca7e63cc5e807e9cd46 SHA512 14171875e03ade88165f28c7267b66cf9efe34259d7a3072a786ba49dacf8f8d6d84753b1aeedec5dfb0a24028be86bceeebee2f6b1bf5ef2eb79ee45f909b11
diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
new file mode 100644
index 00000000000..a62c8c1c0c7
--- /dev/null
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils
+
+MY_P=${PN}-3.0-${PV}
+
+DESCRIPTION="A library for registering global keyboard shortcuts"
+HOMEPAGE="https://github.com/engla/keybinder"
+SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="+introspection"
+
+RDEPEND="x11-libs/gtk+:3
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXrender
+ introspection? ( dev-libs/gobject-introspection )"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+DOCS="AUTHORS NEWS README"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+ econf \
+ $(use_enable introspection) \
+ --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
+}
+
+src_install() {
+ default
+ prune_libtool_files --all
+ dosym /usr/share/doc/${PF}/html/${PN}-3.0 /usr/share/gtk-doc/html/${PN}-3.0
+}
next reply other threads:[~2018-02-14 16:40 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-14 13:35 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-28 13:26 [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/ Arthur Zamarin
2024-12-28 10:49 Arthur Zamarin
2024-08-25 15:24 Andreas K. Hüttel
2022-08-28 6:49 WANG Xuerui
2021-07-21 14:49 Yixun Lan
2021-05-15 18:27 Andreas Sturmlechner
2021-04-12 23:33 Sam James
2021-03-05 22:20 Sam James
2021-01-16 19:03 Michał Górny
2020-12-21 17:05 Marek Szuba
2020-06-11 22:08 Mart Raudsepp
2020-02-04 4:50 Michał Górny
2019-12-26 11:05 Michał Górny
2019-12-08 11:11 Michał Górny
2018-05-28 5:27 Michał Górny
2018-05-27 20:56 Mikle Kolyada
2018-05-27 20:56 Mikle Kolyada
2018-04-19 21:08 Mikle Kolyada
2018-04-18 21:04 Sergei Trofimovich
2018-04-18 21:04 Sergei Trofimovich
2018-04-08 17:28 Aaron Bauman
2018-02-14 13:35 Michał Górny
2018-02-14 13:35 Michał Górny
2018-02-14 13:35 Michał Górny
2018-02-14 13:35 Michał Górny
2017-07-12 21:34 Sergei Trofimovich
2017-07-12 21:34 Sergei Trofimovich
2017-01-15 10:33 Pacho Ramos
2017-01-01 16:05 Jason Zaman
2016-10-18 19:26 Pacho Ramos
2016-10-01 8:45 Pacho Ramos
2016-10-01 8:03 Markus Meier
2016-10-01 8:02 Markus Meier
2016-07-03 19:45 Zac Medico
2015-12-31 16:23 Sven Wegener
2015-12-31 16:23 Sven Wegener
2015-09-20 15:07 Tobias Klausmann
2015-09-16 19:24 Tobias Klausmann
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=1518615289.6148eed3c4b32dcd390edee97b461b6908c352bb.mgorny@gentoo \
--to=mgorny@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