public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: www-client/dwb/
Date: Mon, 25 Jul 2011 08:32:41 +0000 (UTC)	[thread overview]
Message-ID: <c9ff05281f59f281373943d0f207203a5920e7f8.xmw@gentoo> (raw)

commit:     c9ff05281f59f281373943d0f207203a5920e7f8
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 08:31:52 2011 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 08:31:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=c9ff0528

www-client/dwb: Switch to gtk+:3 and webkit-gtk:3

(Portage version: 2.1.10.3/git/Linux x86_64, signed Manifest commit with key 62EEF090)

---
 www-client/dwb/ChangeLog       |    3 +++
 www-client/dwb/Manifest        |   10 +++++-----
 www-client/dwb/dwb-9999.ebuild |    8 ++++++--
 3 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/www-client/dwb/ChangeLog b/www-client/dwb/ChangeLog
index 4e343e4..bb034aa 100644
--- a/www-client/dwb/ChangeLog
+++ b/www-client/dwb/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jul 2011; Michael Weber <xmw@gentoo.org> dwb-9999.ebuild:
+  Switch to gtk+:3 and webkit-gtk:3
+
   12 Jun 2011; Michael Weber <xmw@gentoo.org> dwb-9999.ebuild:
   Adjusting keywords
 

diff --git a/www-client/dwb/Manifest b/www-client/dwb/Manifest
index e44ca1b..e8fb07d 100644
--- a/www-client/dwb/Manifest
+++ b/www-client/dwb/Manifest
@@ -1,13 +1,13 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD dwb-9999.ebuild 823 RMD160 4a2a514b899a0e32741a8b332762c14b25849483 SHA1 054513c036319c578f7db0eef315a578df46b05d SHA256 a2b7733396b96183a537e279b42e9ca289b6ca5e61ddfdc3a09d60f463a1c92b
-MISC ChangeLog 322 RMD160 043c4256e5e6e594084d4b1e9296922196b8a3b1 SHA1 44362266431dd74f0cd7af8070b12fe042184a90 SHA256 32479704a1dcd5b0c5199ed75aa40bcb79ec2c4fc9174c408265d89786849085
+EBUILD dwb-9999.ebuild 968 RMD160 fb5b2e20f2f3578ecf90183af65bc78b8aba2844 SHA1 6f45cc04c4e934a220ea1559ce40217c7b49094d SHA256 083590ac316acc22bb92aca6bce59fa015f4c803715235600a4ce2019e487113
+MISC ChangeLog 422 RMD160 2badc04dc1d345418d437b7379ec46345ff9b538 SHA1 540514d4815aaa701efd58b5e7310ef9ecf51a49 SHA256 46e7ec0c39c6604d6c724bd64db449a4f3fd4b487ee875e47459ce81635b8783
 MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk31IlEACgkQknrdDGLu8JDqjgD+JWV26ebdWm+9RySRBn1dkO+r
-gfgsRlvwSFJdqFVybR0BAIEcqrhX5NxdicLbE7S0qpEI2pdSrn7B2VGs6+Yr7OOE
-=VL/r
+iF4EAREIAAYFAk4tKfgACgkQknrdDGLu8JB0NwD+Pi0jq6m2clZWNNPh4Zn4vaOV
+mYdfjExkMQj+u/hcJCUA/jgDtCidMOgwSAiIH69DexGTQQKNwB+tAPmAK8Cbn7lU
+=SocF
 -----END PGP SIGNATURE-----

diff --git a/www-client/dwb/dwb-9999.ebuild b/www-client/dwb/dwb-9999.ebuild
index 02b2117..9188623 100644
--- a/www-client/dwb/dwb-9999.ebuild
+++ b/www-client/dwb/dwb-9999.ebuild
@@ -16,8 +16,8 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="net-libs/webkit-gtk:2
-	x11-libs/gtk+:2"
+RDEPEND="net-libs/webkit-gtk:3
+	x11-libs/gtk+:3"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
@@ -27,6 +27,10 @@ src_prepare() {
 		-i src/Makefile
 	sed -e '1iFLAGS=$(CFLAGS)' \
 		-e '/^FLAGS += -Wall/d' \
+		-e '/^LIBS  += gtk+-2.0$/d' \
+		-e '/^LIBS  += webkit-1.0$/d' \
+		-e '/^#LIBS  += gtk+-3.0$/s:#::' \
+		-e '/^#LIBS  += webkitgtk-3.0$/s:#::' \
 		-i config.mk
 }
 



             reply	other threads:[~2011-07-25  8:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-25  8:32 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-19  6:30 [gentoo-commits] dev/xmw:master commit in: www-client/dwb/ Michael Weber
2011-06-12 20:32 Michael Weber
2011-06-05  8:32 Michael Weber

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=c9ff05281f59f281373943d0f207203a5920e7f8.xmw@gentoo \
    --to=xmw@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