From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
Date: Fri, 18 Feb 2011 06:10:08 +0000 (UTC) [thread overview]
Message-ID: <8f568011e3630b12b3e4c42a8013d04795212cf2.nirbheek@gentoo> (raw)
commit: 8f568011e3630b12b3e4c42a8013d04795212cf2
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 05:56:52 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 05:56:55 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8f568011
net-wireless/gnome-bluetooth: don't remove *all* la files
* One of them is needed by gnome-shell for generating introspection data
during compilation
---
...1.5.ebuild => gnome-bluetooth-2.91.5-r1.ebuild} | 10 +++++++++-
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 10 +++++++++-
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5-r1.ebuild
similarity index 87%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5-r1.ebuild
index a7870a2..947f409 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5-r1.ebuild
@@ -4,7 +4,8 @@
EAPI="3"
GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
+# libgnome-bluetooth-applet.la is needed by gnome-shell during compilation
+GNOME2_LA_PUNT="no"
inherit eutils gnome2 multilib
@@ -72,6 +73,13 @@ pkg_setup() {
src_install() {
gnome2_src_install
+ local la
+ for la in gnome-bluetooth/plugins/libgbtgeoclue.la \
+ control-center-1/panels/libbluetooth.la \
+ libgnome-bluetooth.la; do
+ rm -v "${ED}/usr/$(get_libdir)/${la}" || die
+ done
+
insinto /$(get_libdir)/udev/rules.d
doins "${FILESDIR}"/80-rfkill.rules || die "udev rules installation failed"
}
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index a7870a2..947f409 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -4,7 +4,8 @@
EAPI="3"
GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
+# libgnome-bluetooth-applet.la is needed by gnome-shell during compilation
+GNOME2_LA_PUNT="no"
inherit eutils gnome2 multilib
@@ -72,6 +73,13 @@ pkg_setup() {
src_install() {
gnome2_src_install
+ local la
+ for la in gnome-bluetooth/plugins/libgbtgeoclue.la \
+ control-center-1/panels/libbluetooth.la \
+ libgnome-bluetooth.la; do
+ rm -v "${ED}/usr/$(get_libdir)/${la}" || die
+ done
+
insinto /$(get_libdir)/udev/rules.d
doins "${FILESDIR}"/80-rfkill.rules || die "udev rules installation failed"
}
next reply other threads:[~2011-02-18 6:10 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-18 6:10 Nirbheek Chauhan [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-03-09 11:34 [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/ Nirbheek Chauhan
2011-03-23 5:20 Nirbheek Chauhan
2011-04-05 0:57 Nirbheek Chauhan
2011-04-08 10:52 Gilles Dartiguelongue
2011-05-09 22:38 Gilles Dartiguelongue
2011-05-14 16:32 Gilles Dartiguelongue
2011-06-02 14:43 Nirbheek Chauhan
2011-07-27 5:51 Alexandre Restovtsev
2011-10-01 23:56 Alexandre Restovtsev
2011-10-18 7:37 Alexandre Restovtsev
2012-04-06 19:51 Stephen Klimaszewski
2012-06-04 7:05 Alexandre Restovtsev
2012-09-09 0:39 Nirbheek Chauhan
2012-09-13 10:44 Alexandre Rostovtsev
2012-09-13 11:28 Alexandre Rostovtsev
2012-09-22 15:53 Nirbheek Chauhan
2012-09-27 20:24 Alexandre Rostovtsev
2012-12-25 8:15 Priit Laes
2012-12-29 6:21 Alexandre Rostovtsev
2013-12-08 21:46 Gilles Dartiguelongue
2013-12-08 21:46 Gilles Dartiguelongue
2014-02-12 23:48 Gilles Dartiguelongue
2014-04-21 14:40 Gilles Dartiguelongue
2014-04-21 14:40 Gilles Dartiguelongue
2014-10-06 23:06 Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2015-05-02 18:41 Gilles Dartiguelongue
2015-10-02 12:50 Ole Reifschneider
2018-01-12 14:44 Dennis Lamm
2018-09-10 21:33 Gilles Dartiguelongue
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=8f568011e3630b12b3e4c42a8013d04795212cf2.nirbheek@gentoo \
--to=nirbheek@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