Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/muffin: muffin-1.8.2-r1.ebuild ChangeLog muffin-1.8.2.ebuild
Date: Sat, 27 Jul 2013 13:11:27
Message-Id: 20130727131122.21A4D2171C@flycatcher.gentoo.org
1 pacho 13/07/27 13:11:22
2
3 Modified: ChangeLog
4 Added: muffin-1.8.2-r1.ebuild
5 Removed: muffin-1.8.2.ebuild
6 Log:
7 Fix maximized windows jumping to a different monitor (#470248#c37 by kisak42)
8
9 (Portage version: 2.1.13.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.13 x11-wm/muffin/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/muffin/ChangeLog?rev=1.13&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/muffin/ChangeLog?rev=1.13&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/muffin/ChangeLog?r1=1.12&r2=1.13
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-wm/muffin/ChangeLog,v
21 retrieving revision 1.12
22 retrieving revision 1.13
23 diff -u -r1.12 -r1.13
24 --- ChangeLog 27 Jul 2013 09:52:56 -0000 1.12
25 +++ ChangeLog 27 Jul 2013 13:11:21 -0000 1.13
26 @@ -1,6 +1,13 @@
27 # ChangeLog for x11-wm/muffin
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/ChangeLog,v 1.12 2013/07/27 09:52:56 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/ChangeLog,v 1.13 2013/07/27 13:11:21 pacho Exp $
31 +
32 +*muffin-1.8.2-r1 (27 Jul 2013)
33 +
34 + 27 Jul 2013; Pacho Ramos <pacho@g.o>
35 + +files/muffin-1.8.2-maximized-jump.patch, +muffin-1.8.2-r1.ebuild,
36 + -muffin-1.8.2.ebuild:
37 + Fix maximized windows jumping to a different monitor (#470248#c37 by kisak42)
38
39 *muffin-1.8.2 (27 Jul 2013)
40
41
42
43
44 1.1 x11-wm/muffin/muffin-1.8.2-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/muffin/muffin-1.8.2-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/muffin/muffin-1.8.2-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: muffin-1.8.2-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/muffin-1.8.2-r1.ebuild,v 1.1 2013/07/27 13:11:21 pacho Exp $
54
55 EAPI="5"
56 GCONF_DEBUG="no"
57
58 inherit autotools eutils gnome2
59
60 DESCRIPTION="Compositing window manager forked from Mutter for use with Cinnamon"
61 HOMEPAGE="http://cinnamon.linuxmint.com/"
62
63 SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> ${P}.tar.gz"
64
65 LICENSE="GPL-2+"
66 SLOT="0"
67 IUSE="+introspection test xinerama"
68 KEYWORDS="~amd64 ~x86"
69
70 COMMON_DEPEND="
71 >=x11-libs/pango-1.2[X,introspection?]
72 >=x11-libs/cairo-1.10:=[X]
73 x11-libs/gdk-pixbuf:2[introspection?]
74 >=x11-libs/gtk+-3.3.7:3[X,introspection?]
75 >=dev-libs/glib-2.25.10:2
76 >=media-libs/clutter-1.9.10:1.0=[introspection?]
77 media-libs/cogl:1.0=[introspection?]
78 >=media-libs/libcanberra-0.26[gtk3]
79 >=x11-libs/startup-notification-0.7:=
80 >=x11-libs/libXcomposite-0.2
81 >=gnome-base/gsettings-desktop-schemas-3.3.0[introspection?]
82
83 x11-libs/libICE
84 x11-libs/libSM
85 x11-libs/libX11
86 x11-libs/libXcursor
87 x11-libs/libXdamage
88 x11-libs/libXext
89 x11-libs/libXfixes
90 x11-libs/libXrandr
91 x11-libs/libXrender
92 virtual/opengl
93
94 gnome-extra/zenity
95
96 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
97 xinerama? ( x11-libs/libXinerama )
98 "
99 DEPEND="${COMMON_DEPEND}
100 >=app-text/gnome-doc-utils-0.8
101 sys-devel/gettext
102 >=dev-util/intltool-0.35
103 virtual/pkgconfig
104 test? ( app-text/docbook-xml-dtd:4.5 )
105 xinerama? ( x11-proto/xineramaproto )
106 x11-proto/xextproto
107 x11-proto/xproto
108 "
109 RDEPEND="${COMMON_DEPEND}
110 !x11-misc/expocity
111 "
112
113 src_prepare() {
114 # Fix maximized windows jumping to a different monitor
115 epatch "${FILESDIR}/${PN}-1.8.2-maximized-jump.patch"
116
117 # Regenerate obsolete Makefile.in
118 eautoreconf
119 gnome2_src_prepare
120 }
121
122 src_configure() {
123 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* *.txt doc/*.txt"
124 gnome2_src_configure \
125 --disable-static \
126 --enable-shape \
127 --enable-sm \
128 --enable-startup-notification \
129 --enable-xsync \
130 --enable-verbose-mode \
131 --with-libcanberra \
132 $(use_enable introspection) \
133 $(use_enable xinerama)
134 }