Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/muffin/
Date: Sat, 25 Jun 2016 16:53:26
Message-Id: 1466871963.41eea6d10f96813a0dd9127b2643f2dd3380a6e8.pacho@gentoo
1 commit: 41eea6d10f96813a0dd9127b2643f2dd3380a6e8
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 14:54:24 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 16:26:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41eea6d1
7
8 x11-wm/muffin: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 x11-wm/muffin/Manifest | 1 +
13 x11-wm/muffin/muffin-3.0.5.ebuild | 83 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 84 insertions(+)
15
16 diff --git a/x11-wm/muffin/Manifest b/x11-wm/muffin/Manifest
17 index 4901e35..a8f1a6fe 100644
18 --- a/x11-wm/muffin/Manifest
19 +++ b/x11-wm/muffin/Manifest
20 @@ -1 +1,2 @@
21 DIST muffin-2.8.5.tar.gz 2715965 SHA256 0ae19de74111f222b44f7bf8d159437a83c6ae2e7ce70b327c0296365d69aba4 SHA512 a285e076f27e3a52ba4c6d813578e780f7f900e0ed3fa009951d908ffef3b0ded3678f6d298dd08f80b1cd61f20c90b0acd8607d53ad2accc27e16bf1bc14221 WHIRLPOOL 6493050ea667b354324511818a692cf0fca33ef83701dfee38f3bf4cec738276f885cfbdf65efa769e5bd0c0870b6359acb3fd6de583e9ab66ef09daaeeba8ff
22 +DIST muffin-3.0.5.tar.gz 2717820 SHA256 11c27abedad6952aaa446d37ad23e910c3c51dc0dd8d29298cfae2c3ad917e64 SHA512 2d4d37099e33ee5b0817970f5f7e264d679752ef5a256916e54a7072419e8c75a67d8609c541238bd76c462a85c9841167e051b3ced968a557aa4a90f41b2d5c WHIRLPOOL e57f4ab9970cabae7039bdedeb3f02abfb1b4311824af39eb8022cff694f3c34d19183b133f81cc0663e195ea66b32602462e145f1ecb77c63d17d4ce2b065e7
23
24 diff --git a/x11-wm/muffin/muffin-3.0.5.ebuild b/x11-wm/muffin/muffin-3.0.5.ebuild
25 new file mode 100644
26 index 0000000..3abdc51
27 --- /dev/null
28 +++ b/x11-wm/muffin/muffin-3.0.5.ebuild
29 @@ -0,0 +1,83 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +inherit autotools eutils gnome2
36 +
37 +DESCRIPTION="Compositing window manager forked from Mutter for use with Cinnamon"
38 +HOMEPAGE="http://cinnamon.linuxmint.com/"
39 +SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="GPL-2+"
42 +SLOT="0"
43 +IUSE="+introspection test xinerama"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +COMMON_DEPEND="
47 + >=x11-libs/pango-1.2[X,introspection?]
48 + >=x11-libs/cairo-1.14:=[X]
49 + x11-libs/gdk-pixbuf:2[introspection?]
50 + >=x11-libs/gtk+-3.9.12:3[X,introspection?]
51 + >=dev-libs/glib-2.37.3:2[dbus]
52 + >=gnome-extra/cinnamon-desktop-2.4:0=[introspection?]
53 + >=gnome-base/gsettings-desktop-schemas-3.3.0[introspection?]
54 + >=media-libs/clutter-1.14.3:1.0=[introspection?]
55 + >=media-libs/cogl-1.13.3:1.0=[introspection?]
56 + >=media-libs/libcanberra-0.26[gtk3]
57 + >=x11-libs/libXcomposite-0.3
58 + >=x11-libs/startup-notification-0.7:=
59 +
60 + x11-libs/libICE
61 + x11-libs/libSM
62 + x11-libs/libX11
63 + x11-libs/libXcomposite
64 + x11-libs/libXcursor
65 + x11-libs/libXdamage
66 + x11-libs/libXext
67 + x11-libs/libXfixes
68 + x11-libs/libXrandr
69 + x11-libs/libXrender
70 + virtual/opengl
71 +
72 + gnome-extra/zenity
73 +
74 + introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
75 + xinerama? ( x11-libs/libXinerama )
76 +"
77 +# needs gtk-doc, not just -am, for gtk-doc.make
78 +DEPEND="${COMMON_DEPEND}
79 + ${PYTHON_DEPS}
80 + >=app-text/gnome-doc-utils-0.8
81 + sys-devel/gettext
82 + dev-util/gtk-doc
83 + dev-util/gtk-doc-am
84 + >=dev-util/intltool-0.35
85 + virtual/pkgconfig
86 + test? ( app-text/docbook-xml-dtd:4.5 )
87 + xinerama? ( x11-proto/xineramaproto )
88 + x11-proto/xextproto
89 + x11-proto/xproto
90 +"
91 +RDEPEND="${COMMON_DEPEND}
92 + !x11-misc/expocity
93 +"
94 +
95 +src_prepare() {
96 + eautoreconf
97 + gnome2_src_prepare
98 +}
99 +
100 +src_configure() {
101 + DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* *.txt doc/*.txt"
102 + gnome2_src_configure \
103 + --disable-static \
104 + --enable-shape \
105 + --enable-sm \
106 + --enable-startup-notification \
107 + --enable-xsync \
108 + --enable-verbose-mode \
109 + --with-libcanberra \
110 + $(use_enable introspection) \
111 + $(use_enable xinerama)
112 +}