From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PmDh6-0003kk-Eb for garchives@archives.gentoo.org; Sun, 06 Feb 2011 23:07:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C10ABE0A8A; Sun, 6 Feb 2011 23:06:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 84875E0A8A for ; Sun, 6 Feb 2011 23:06:52 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECCEF1B4192 for ; Sun, 6 Feb 2011 23:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 569CC8006A for ; Sun, 6 Feb 2011 23:06:51 +0000 (UTC) From: "Dennis Schridde" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dennis Schridde" Message-ID: <8afbdb7e5c916d250d814555ddaf8ef61ee03094.devurandom@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/libdbusmenu/files/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-dumper.patch X-VCS-Directories: dev-libs/libdbusmenu/files/ X-VCS-Committer: devurandom X-VCS-Committer-Name: Dennis Schridde X-VCS-Revision: 8afbdb7e5c916d250d814555ddaf8ef61ee03094 Date: Sun, 6 Feb 2011 23:06:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 228942e597a151a0a3a6b1f9f4a512fb commit: 8afbdb7e5c916d250d814555ddaf8ef61ee03094 Author: Dennis Schridde gmx net> AuthorDate: Sun Feb 6 23:06:42 2011 +0000 Commit: Dennis Schridde gmx net> CommitDate: Sun Feb 6 23:06:42 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D8afbdb7e [dev-libs/libdbusmenu] Fixed tests for USE=3D-gtk A Makefile target was executed that should only be run if --enable-dumper (Portage version: 2.2.0_alpha20/git/Linux x86_64, signed Manifest commit = with key 50ED256E) --- .../files/libdbusmenu-0.3.14-optional-dumper.patch | 27 ++++++++++++++= ++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-dumpe= r.patch b/dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-dumper.p= atch index 3a06262..644c799 100644 --- a/dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-dumper.patch +++ b/dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-dumper.patch @@ -39,3 +39,30 @@ =20 libexec_SCRIPTS =3D dbusmenu-bench =20 +--- tests/Makefile.am.orig 2011-02-07 00:01:11.066461559 +0100 ++++ tests/Makefile.am 2011-02-07 00:02:33.487751202 +0100 +@@ -10,6 +10,10 @@ + test-glib-properties \ + test-glib-proxy \ + test-glib-simple-items \ +- test-glib-submenu \ ++ test-glib-submenu ++ ++if WANT_DBUSMENUDUMPER ++TESTS +=3D \ + test-json ++endif +=20 +@@ -36,7 +40,11 @@ + test-glib-proxy-proxy \ + test-glib-submenu-client \ + test-glib-submenu-server \ +- test-glib-simple-items \ ++ test-glib-simple-items ++ ++if WANT_DBUSMENUDUMPER ++check_PROGRAMS +=3D \ + test-json-client \ + test-json-server ++endif +=20