From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D3FB71381F3 for ; Mon, 24 Jun 2013 14:41:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4EC7E09C9; Mon, 24 Jun 2013 14:41:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27794E09C9 for ; Mon, 24 Jun 2013 14:41:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E4E133E14B for ; Mon, 24 Jun 2013 14:41:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D6CA9E468F for ; Mon, 24 Jun 2013 14:41:04 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1372084880.c7e19ab2942fd47e3ca871498563034eaa40267d.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: net-im/jitsi/, net-im/jitsi/files/ X-VCS-Repository: proj/betagarden X-VCS-Files: net-im/jitsi/files/jitsi-2.2-gtk-laf.patch net-im/jitsi/jitsi-2.2-r1.ebuild net-im/jitsi/jitsi-2.2.ebuild X-VCS-Directories: net-im/jitsi/ net-im/jitsi/files/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: c7e19ab2942fd47e3ca871498563034eaa40267d X-VCS-Branch: master Date: Mon, 24 Jun 2013 14:41:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 48ec9f3b-fb40-4572-9069-f14a5ba0813c X-Archives-Hash: 17a2f022addce722f04be1e0cc25e3c6 commit: c7e19ab2942fd47e3ca871498563034eaa40267d Author: Sebastian Pipping pipping org> AuthorDate: Mon Jun 24 14:41:20 2013 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Jun 24 14:41:20 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=c7e19ab2 net-im/jitsi: 2.2-r1 (with GTK+ look and feel patch) --- net-im/jitsi/files/jitsi-2.2-gtk-laf.patch | 37 ++++++++++++++++++++++ .../{jitsi-2.2.ebuild => jitsi-2.2-r1.ebuild} | 2 ++ 2 files changed, 39 insertions(+) diff --git a/net-im/jitsi/files/jitsi-2.2-gtk-laf.patch b/net-im/jitsi/files/jitsi-2.2-gtk-laf.patch new file mode 100644 index 0000000..1a23ca8 --- /dev/null +++ b/net-im/jitsi/files/jitsi-2.2-gtk-laf.patch @@ -0,0 +1,37 @@ +From 177783e194c6db40cc6dece9fc7ad848a54d85b7 Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping +Date: Mon, 24 Jun 2013 15:59:14 +0200 +Subject: [PATCH] Prefer GTK+ over Metal in non-KDE Linux/BSD environment (e.g. + XFCE), too + +--- + src/net/java/sip/communicator/impl/gui/UIServiceImpl.java | 6 ------ + 1 file changed, 6 deletions(-) + +diff --git a/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java b/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java +index 33fa243..a3abe47 100644 +--- a/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java ++++ b/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java +@@ -895,11 +895,6 @@ public class UIServiceImpl + { + try + { +- String kdeFullSession = System.getenv("KDE_FULL_SESSION"); +- +- if ((kdeFullSession != null) +- && (kdeFullSession.length() != 0)) +- { + for (LookAndFeelInfo lafi + : UIManager.getInstalledLookAndFeels()) + { +@@ -909,7 +904,6 @@ public class UIServiceImpl + break; + } + } +- } + } + catch (Throwable t) + { +-- +1.8.2.1 + diff --git a/net-im/jitsi/jitsi-2.2.ebuild b/net-im/jitsi/jitsi-2.2-r1.ebuild similarity index 98% rename from net-im/jitsi/jitsi-2.2.ebuild rename to net-im/jitsi/jitsi-2.2-r1.ebuild index d4000ab..14f263b 100644 --- a/net-im/jitsi/jitsi-2.2.ebuild +++ b/net-im/jitsi/jitsi-2.2-r1.ebuild @@ -24,6 +24,8 @@ RESTRICT="strip" QA_PREBUILT="usr/share/jitsi/lib/native/*" src_prepare() { + epatch "${FILESDIR}"/${P}-gtk-laf.patch + # Leave linux and mac .jars only (without mac we get build errors from src/net/java/sip/communicator/...) rm -R lib/os-specific/{freebsd,solaris,windows}/ || die