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