public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: x11-misc/tinynotify-send/
Date: Sun, 21 Aug 2011 11:21:38 +0000 (UTC)	[thread overview]
Message-ID: <e5a8e6b4fd4087c67d5cf5b95f0a5cf835d5c2e3.mgorny@gentoo> (raw)

commit:     e5a8e6b4fd4087c67d5cf5b95f0a5cf835d5c2e3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 11:21:53 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 11:21:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=e5a8e6b4

x11-misc/tinynotify-send: Update to disable building of system-wide variant.

(Portage version: 2.2.0_alpha51_p4/git/Linux x86_64, signed Manifest commit with key 42B9401D)

---
 x11-misc/tinynotify-send/Manifest                  |   12 ++++++------
 .../tinynotify-send/tinynotify-send-9999.ebuild    |   13 ++++++++++++-
 2 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/x11-misc/tinynotify-send/Manifest b/x11-misc/tinynotify-send/Manifest
index 083886a..f756685 100644
--- a/x11-misc/tinynotify-send/Manifest
+++ b/x11-misc/tinynotify-send/Manifest
@@ -1,14 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD tinynotify-send-9999.ebuild 847 RMD160 3e00857d2eefbb22bea0e617545681fbbee141c9 SHA1 4ee7dbacf08feff79fdcfa230748fd8ea9f75981 SHA256 71e97fdb95d028c1aacbac72d9ee1129981d7f5c9862395aee485aa2c445d7e2
+EBUILD tinynotify-send-9999.ebuild 1047 RMD160 89a366659e2fc4852ce2ef91bb6fb5b493d530f6 SHA1 7e84a146a24625073c6d100eaa77af5a876f7977 SHA256 31ebd4ed563c2df4b07a2329060f1edb768ca6e60483c99b0b9514113c128330
 MISC metadata.xml 631 RMD160 7649d0735014759d7dc8d8aa3ab1018243b6424d SHA1 c587cdcea4981c68e718cafd92f4f2cb91c1a9d2 SHA256 bab9224bd72784736c7801b20b694bf7e0d1d54d581cb63e9ac4904beee31c92
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.18 (GNU/Linux)
 
-iJwEAQEIAAYFAk5Q3AUACgkQfXuS5UK5QB0y0AP/bfnGTN6U4ZI6c7D9w5JUt2z3
-LrtUq27p9rFI88uIWaByt6BzGrf1mDfHhc2W7qFwR4nCoxIo1EzcQhgn/vi3Zrkf
-EpGYugyKBjqxBUmXjfbCeqeEW4UZyyMFiD4g9ELWmxecVvkuo2CbJ2SwRj0MybrI
-E2+KnXQfsBeoUgSGhQw=
-=fSxE
+iJwEAQEIAAYFAk5Q6lEACgkQfXuS5UK5QB2d0wQApAfT8PQDzdQzlZGxPIX01UBe
+aF8PKQumgaRSjzeROGhqKY0pYTn1qCMbUtcY33U9ZgmbzZxAJwzXwt8fyX56Qugs
+8rcZ9Apmr47WWor0+zKLF1tEUQ54vEqaQPziYrO46zgWr7tppZ/TbsGbilrQtgZv
+VxyG+PbwcD2HflkqPfk=
+=UQP9
 -----END PGP SIGNATURE-----

diff --git a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
index ccb5609..bf43601 100644
--- a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
+++ b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
@@ -20,7 +20,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="symlink"
 
-RDEPEND="x11-libs/libtinynotify-cli
+RDEPEND="x11-libs/libtinynotify
+	x11-libs/libtinynotify-cli
 	symlink? ( !x11-libs/libnotify )"
 DEPEND="${RDEPEND}"
 
@@ -36,6 +37,16 @@ src_prepare() {
 }
 #endif
 
+src_configure() {
+	myeconfargs=(
+		--enable-regular
+		--disable-system-wide
+		--with-system-wide-exec="${EPREFIX}"/usr/bin/sw-notify-send
+	)
+
+	autotools-utils_src_configure
+}
+
 src_install() {
 	autotools-utils_src_install
 



             reply	other threads:[~2011-08-21 11:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-21 11:21 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-31  9:15 [gentoo-commits] dev/mgorny:master commit in: x11-misc/tinynotify-send/ Michał Górny
2011-08-29 22:14 Michał Górny
2011-08-29 16:32 Michał Górny
2011-08-23 15:29 Michał Górny
2011-08-21 21:21 Michał Górny
2011-08-21 10:19 Michał Górny

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=e5a8e6b4fd4087c67d5cf5b95f0a5cf835d5c2e3.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