Gentoo Archives: gentoo-commits

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