Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/wally/files: disable_popup.patch
Date: Sun, 29 Mar 2009 11:46:50
Message-Id: E1LntTU-0006zp-Nf@stork.gentoo.org
1 hwoarang 09/03/29 11:46:48
2
3 Added: disable_popup.patch
4 Log:
5 Version bump,remove kdialog popup (patch)
6 (Portage version: 2.2_rc28/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-gfx/wally/files/disable_popup.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/files/disable_popup.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/files/disable_popup.patch?rev=1.1&content-type=text/plain
13
14 Index: disable_popup.patch
15 ===================================================================
16 Index: wally-2.0.2/wallyplugin/CMakeLists.txt
17 ===================================================================
18 --- wally-2.0.2.orig/wallyplugin/CMakeLists.txt
19 +++ wally-2.0.2/wallyplugin/CMakeLists.txt
20 @@ -22,4 +22,3 @@ install(TARGETS plasma_wallpaper_wallypl
21
22 install(FILES plasma-wallpaper-wallyplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR})
23 install(FILES wallyplugin.png DESTINATION ${ICON_INSTALL_DIR}/oxygen/16x16/apps)
24 -install(CODE "execute_process(COMMAND \"kdialog\" \"--title\" \"WallyPlugin\" \"--msgbox\" \"Please restart Plasma in order to use WallyPlugin\")")