Gentoo Archives: gentoo-commits

From: Dennis Schridde <devurandom@×××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/libdbusmenu/files/
Date: Sun, 06 Feb 2011 23:07:00
Message-Id: 8afbdb7e5c916d250d814555ddaf8ef61ee03094.devurandom@gentoo
1 commit: 8afbdb7e5c916d250d814555ddaf8ef61ee03094
2 Author: Dennis Schridde <devurandom <AT> gmx <DOT> net>
3 AuthorDate: Sun Feb 6 23:06:42 2011 +0000
4 Commit: Dennis Schridde <devurandom <AT> gmx <DOT> net>
5 CommitDate: Sun Feb 6 23:06:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8afbdb7e
7
8 [dev-libs/libdbusmenu] Fixed tests for USE=-gtk
9
10 A Makefile target was executed that should only be run if --enable-dumper
11
12 (Portage version: 2.2.0_alpha20/git/Linux x86_64, signed Manifest commit with key 50ED256E)
13
14 ---
15 .../files/libdbusmenu-0.3.14-optional-dumper.patch | 27 ++++++++++++++++++++
16 1 files changed, 27 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-dumper.patch b/dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-dumper.patch
19 index 3a06262..644c799 100644
20 --- a/dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-dumper.patch
21 +++ b/dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-dumper.patch
22 @@ -39,3 +39,30 @@
23
24 libexec_SCRIPTS = dbusmenu-bench
25
26 +--- tests/Makefile.am.orig 2011-02-07 00:01:11.066461559 +0100
27 ++++ tests/Makefile.am 2011-02-07 00:02:33.487751202 +0100
28 +@@ -10,6 +10,10 @@
29 + test-glib-properties \
30 + test-glib-proxy \
31 + test-glib-simple-items \
32 +- test-glib-submenu \
33 ++ test-glib-submenu
34 ++
35 ++if WANT_DBUSMENUDUMPER
36 ++TESTS += \
37 + test-json
38 ++endif
39 +
40 +@@ -36,7 +40,11 @@
41 + test-glib-proxy-proxy \
42 + test-glib-submenu-client \
43 + test-glib-submenu-server \
44 +- test-glib-simple-items \
45 ++ test-glib-simple-items
46 ++
47 ++if WANT_DBUSMENUDUMPER
48 ++check_PROGRAMS += \
49 + test-json-client \
50 + test-json-server
51 ++endif
52 +