Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/zim/files: zim-0.60-remove-ubuntu-theme.patch
Date: Fri, 31 May 2013 15:23:03
Message-Id: 20130531152258.294D12171E@flycatcher.gentoo.org
1 xmw 13/05/31 15:22:58
2
3 Added: zim-0.60-remove-ubuntu-theme.patch
4 Log:
5 Version bump (bug 459612, thanks Alastair Murray and poncho)
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.1 x11-misc/zim/files/zim-0.60-remove-ubuntu-theme.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/zim/files/zim-0.60-remove-ubuntu-theme.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/zim/files/zim-0.60-remove-ubuntu-theme.patch?rev=1.1&content-type=text/plain
14
15 Index: zim-0.60-remove-ubuntu-theme.patch
16 ===================================================================
17 # don't install /usr/share/icons/ubuntu-mono-{dark,light}
18 # it's only used in conjunction with appindicator
19 # and clutters the icon-themes menu in gnome
20 --- zim-0.60/setup.py
21 +++ zim-0.60/setup.py
22 @@ -94,12 +94,6 @@
23 files = [os.path.join(dir, f) for f in files]
24 data_files.append((target, files))
25
26 - # mono icons -> PREFIX/share/icons/ubuntu-mono-light | -dark
27 - for theme in ('ubuntu-mono-light', 'ubuntu-mono-dark'):
28 - file = os.path.join('icons', theme, 'zim-panel.svg')
29 - target = os.path.join('share', 'icons', theme, 'apps', '22')
30 - data_files.append((target, [file]))
31 -
32 # data -> PREFIX/share/zim
33 for dir, dirs, files in os.walk('data'):
34 if '.zim' in dirs: