From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgaminggear/
Date: Wed, 17 Jul 2019 13:10:50 +0000 (UTC) [thread overview]
Message-ID: <1563369035.2db02e8a6d83b74d1478ecabf1607a61d2747906.polynomial-c@gentoo> (raw)
commit: 2db02e8a6d83b74d1478ecabf1607a61d2747906
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 13:09:40 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 13:10:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db02e8a
dev-libs/libgaminggear: Bump to EAPI-7
Removed unused cmake variable and added missing BDEP.
Closes: https://bugs.gentoo.org/659162
Closes: https://bugs.gentoo.org/669602
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild b/dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild
index d746559f9a2..4e350d095d8 100644
--- a/dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild
+++ b/dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils gnome2-utils
+inherit cmake-utils xdg
DESCRIPTION="Provides functionality for gaming input devices"
@@ -27,6 +27,9 @@ RDEPEND="
DEPEND="
${RDEPEND}
virtual/libgudev
+"
+BDEPEND="
+ dev-util/glib-utils
doc? ( app-doc/doxygen )
"
@@ -34,10 +37,14 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.10.0-doc.patch
)
+# Required because xdg.eclass overrides src_prepare() from cmake-utils.eclass
+src_prepare() {
+ cmake-utils_src_prepare
+}
+
src_configure() {
mycmakeargs=(
-DCMAKE_INSTALL_PREFIX="${EPREFIX}"/usr
- -DDOCDIR=share/doc/${PF}
-DWITH_DOC="$(usex doc)"
)
cmake-utils_src_configure
@@ -48,13 +55,13 @@ src_install() {
}
pkg_preinst() {
- gnome2_icon_savelist
+ xdg_pkg_preinst
}
pkg_postinst() {
- gnome2_icon_cache_update
+ xdg_pkg_postinst
}
pkg_postrm() {
- gnome2_icon_cache_update
+ xdg_pkg_postrm
}
next reply other threads:[~2019-07-17 13:10 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-17 13:10 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-04 21:24 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgaminggear/ Andreas Sturmlechner
2020-02-08 17:06 David Seifert
2019-07-16 14:51 Michał Górny
2018-06-06 8:13 Andreas Sturmlechner
2017-07-17 9:08 Lars Wendler
2017-07-17 9:08 Lars Wendler
2016-07-03 22:57 Göktürk Yüksek
2016-03-24 11:35 Ian Delaney
2016-03-24 11:35 Ian Delaney
2015-09-16 13:06 Brian Evans
2015-09-15 20:40 Markos Chandras
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=1563369035.2db02e8a6d83b74d1478ecabf1607a61d2747906.polynomial-c@gentoo \
--to=polynomial-c@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