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.1.ebuild
Date: Fri, 28 Sep 2012 08:13:17
Message-Id: 20120928081306.D495F21600@flycatcher.gentoo.org
1 tetromino 12/09/28 08:13:06
2
3 Modified: ChangeLog
4 Added: muffin-1.1.1.ebuild
5 Log:
6 Version bump for cinnamon-1.6.x. Compatible with cog-1.12 and clutter-1.12.
7
8 (Portage version: 2.2.0_alpha132/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 x11-wm/muffin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/muffin/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/muffin/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/muffin/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-wm/muffin/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 9 Sep 2012 00:31:41 -0000 1.8
24 +++ ChangeLog 28 Sep 2012 08:13:06 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-wm/muffin
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/ChangeLog,v 1.8 2012/09/09 00:31:41 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/ChangeLog,v 1.9 2012/09/28 08:13:06 tetromino Exp $
30 +
31 +*muffin-1.1.1 (28 Sep 2012)
32 +
33 + 28 Sep 2012; Alexandre Rostovtsev <tetromino@g.o>
34 + +muffin-1.1.1.ebuild:
35 + Version bump for cinnamon-1.6.x. Compatible with cog-1.12 and clutter-1.12.
36
37 *muffin-1.0.3_p2 (09 Sep 2012)
38
39
40
41
42 1.1 x11-wm/muffin/muffin-1.1.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/muffin/muffin-1.1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/muffin/muffin-1.1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: muffin-1.1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/muffin-1.1.1.ebuild,v 1.1 2012/09/28 08:13:06 tetromino Exp $
52
53 EAPI="4"
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit autotools gnome2
58
59 DESCRIPTION="Compositing window manager forked from Mutter for use with Cinnamon"
60 HOMEPAGE="http://cinnamon.linuxmint.com/"
61
62 MY_PV="${PV/_p/-UP}"
63 MY_P="${PN}-${MY_PV}"
64
65 SRC_URI="https://github.com/linuxmint/muffin/tarball/${MY_PV} -> ${MY_P}.tar.gz"
66
67 LICENSE="GPL-2"
68 SLOT="0"
69 IUSE="+introspection test xinerama"
70 KEYWORDS="~amd64 ~x86"
71
72 COMMON_DEPEND=">=x11-libs/pango-1.2[X,introspection?]
73 >=x11-libs/cairo-1.10[X]
74 x11-libs/gdk-pixbuf:2[introspection?]
75 >=x11-libs/gtk+-3.3.7:3[introspection?]
76 >=dev-libs/glib-2.25.10:2
77 >=media-libs/clutter-1.9.10: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
93 gnome-extra/zenity
94
95 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
96 xinerama? ( x11-libs/libXinerama )
97 "
98 DEPEND="${COMMON_DEPEND}
99 >=app-text/gnome-doc-utils-0.8
100 sys-devel/gettext
101 >=dev-util/intltool-0.35
102 virtual/pkgconfig
103 test? ( app-text/docbook-xml-dtd:4.5 )
104 xinerama? ( x11-proto/xineramaproto )
105 x11-proto/xextproto
106 x11-proto/xproto"
107 RDEPEND="${COMMON_DEPEND}
108 !x11-misc/expocity"
109
110 S="${WORKDIR}/linuxmint-muffin-392f000"
111
112 pkg_setup() {
113 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* *.txt doc/*.txt"
114 G2CONF="${G2CONF}
115 --disable-static
116 --enable-shape
117 --enable-sm
118 --enable-startup-notification
119 --enable-xsync
120 --enable-verbose-mode
121 --enable-compile-warnings=maximum
122 --with-libcanberra
123 $(use_enable introspection)
124 $(use_enable xinerama)"
125 }
126
127 src_prepare() {
128 # Regenerate obsolete Makefile.in
129 eautoreconf
130 gnome2_src_prepare
131 }