public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgaminggear/
Date: Tue, 15 Sep 2015 20:40:54 +0000 (UTC)	[thread overview]
Message-ID: <1442348941.a21411140a64ca2e06e341985312b61fcbfecd2c.hwoarang@gentoo> (raw)

commit:     a21411140a64ca2e06e341985312b61fcbfecd2c
Author:     blackraven <dpisklov <AT> gmail <DOT> com>
AuthorDate: Tue Sep 15 15:38:17 2015 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 20:29:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2141114

dev-libs/libgaminggear: version bump

 dev-libs/libgaminggear/libgaminggear-0.11.1.ebuild | 56 ++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/dev-libs/libgaminggear/libgaminggear-0.11.1.ebuild b/dev-libs/libgaminggear/libgaminggear-0.11.1.ebuild
new file mode 100644
index 0000000..e2cdc0d
--- /dev/null
+++ b/dev-libs/libgaminggear/libgaminggear-0.11.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Provides functionality for gaming input devices"
+
+HOMEPAGE="http://sourceforge.net/projects/libgaminggear/"
+SRC_URI="mirror://sourceforge/libgaminggear/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+	x11-libs/gtk+:2
+	x11-libs/libnotify
+	media-libs/libcanberra
+	virtual/libusb:1
+	dev-libs/dbus-glib
+"
+
+DEPEND="${RDEPEND}
+	doc? ( app-doc/doxygen )"
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-0.10.0-doc.patch
+}
+
+src_configure() {
+	mycmakeargs=(
+		-DCMAKE_INSTALL_PREFIX="${EPREFIX}"/usr
+		-DDOCDIR=share/doc/${PF}
+		$(cmake-utils_use_with doc DOC)
+	)
+	cmake-utils_src_configure
+}
+
+src_install() {
+	cmake-utils_src_install
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2015-09-15 20:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-15 20:40 Markos Chandras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-16 13:06 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgaminggear/ Brian Evans
2016-03-24 11:35 Ian Delaney
2016-03-24 11:35 Ian Delaney
2016-07-03 22:57 Göktürk Yüksek
2017-07-17  9:08 Lars Wendler
2017-07-17  9:08 Lars Wendler
2018-06-06  8:13 Andreas Sturmlechner
2019-07-16 14:51 Michał Górny
2019-07-17 13:10 Lars Wendler
2020-02-08 17:06 David Seifert
2023-09-04 21:24 Andreas Sturmlechner

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=1442348941.a21411140a64ca2e06e341985312b61fcbfecd2c.hwoarang@gentoo \
    --to=hwoarang@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