commit:     6f0a828a18c1458a5abb84a20c04962f989f1e80
Author:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 19:43:12 2017 +0000
Commit:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 19:43:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0a828a

x11-wm/muffin: New upstream version 3.4.1

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 x11-wm/muffin/Manifest            |  1 +
 x11-wm/muffin/muffin-3.4.1.ebuild | 82 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 83 insertions(+)

diff --git a/x11-wm/muffin/Manifest b/x11-wm/muffin/Manifest
index d3586c9f48f..650783b8baf 100644
--- a/x11-wm/muffin/Manifest
+++ b/x11-wm/muffin/Manifest
@@ -2,3 +2,4 @@ DIST muffin-2.8.5.tar.gz 2715965 SHA256 
0ae19de74111f222b44f7bf8d159437a83c6ae2e
 DIST muffin-3.0.5.tar.gz 2717820 SHA256 
11c27abedad6952aaa446d37ad23e910c3c51dc0dd8d29298cfae2c3ad917e64 SHA512 
2d4d37099e33ee5b0817970f5f7e264d679752ef5a256916e54a7072419e8c75a67d8609c541238bd76c462a85c9841167e051b3ced968a557aa4a90f41b2d5c
 WHIRLPOOL 
e57f4ab9970cabae7039bdedeb3f02abfb1b4311824af39eb8022cff694f3c34d19183b133f81cc0663e195ea66b32602462e145f1ecb77c63d17d4ce2b065e7
 DIST muffin-3.2.0.tar.gz 2718913 SHA256 
061966c2c8520804e1338de0dd499672a7f054aa7ae32b2fd98e49e656ad9a21 SHA512 
f1c17fdaf4d8f32ae9e62a60811a24c120413ad2a1e824ee412527a2c3336c2523596cb06fcad01a2f1fbf1a09a78cc30a5769b1cb860ce26d96690a8c3c4043
 WHIRLPOOL 
14ca0f448f22cabde6aebde70438bba783c26f5b488b7691bf54c26cabd97eabdaf083cb5988f76f0a8bb13dd190d6ffd32214bc425e0234ec34eae40723e47e
 DIST muffin-3.4.0.tar.gz 2719701 SHA256 
bbfd8997ad0f03d029f804c4927f464e89276ce384aef5aa6787dddc04e6ef85 SHA512 
27c800dbd433f5eac19aa7db51994311acad347630f1f8b86f71846723f1b7d89929a1c900e6f8766b86ab078ed6b766554fe65dc12d81a61925e0396095e51d
 WHIRLPOOL 
18c0e77aa3766528ea93c2eb88812f4bdb9d4360015799edff12c8a1b6951f61ff31767e61ab7dabcd3b20ec3f8097cfb84726f70bd77600a96beae0c8af7992
+DIST muffin-3.4.1.tar.gz 2720297 SHA256 
f051c9bb1291381c9e32bf06ef829cb2ee894e8d6293a4d2738c8655d3643c26 SHA512 
896dcb9c51d4aee28dcf16fbf721c1b3f581bc2a0f5344eb360655339e78f34ee89120c7a9b4ee3ffe55243c7c300f20140b76bfff52a7a9a9f292de33b9488c
 WHIRLPOOL 
9e9e4e646d64d416f88baf5bd245c22768ce71267fb2e8fe7709d8377a495beb6ab3fcf59f9a282800c6251211bbde9844474ddb6e847e1b71df7e7205f736bc

diff --git a/x11-wm/muffin/muffin-3.4.1.ebuild 
b/x11-wm/muffin/muffin-3.4.1.ebuild
new file mode 100644
index 00000000000..54cfd8ecf95
--- /dev/null
+++ b/x11-wm/muffin/muffin-3.4.1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils gnome2
+
+DESCRIPTION="Compositing window manager forked from Mutter for use with 
Cinnamon"
+HOMEPAGE="http://cinnamon.linuxmint.com/";
+SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+introspection test xinerama"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+       >=x11-libs/pango-1.2[X,introspection?]
+       >=x11-libs/cairo-1.14:=[X]
+       x11-libs/gdk-pixbuf:2[introspection?]
+       >=x11-libs/gtk+-3.9.12:3[X,introspection?]
+       >=dev-libs/glib-2.37.3:2[dbus]
+       >=gnome-extra/cinnamon-desktop-2.4:0=[introspection?]
+       >=gnome-base/gsettings-desktop-schemas-3.3.0[introspection?]
+       >=media-libs/clutter-1.14.3:1.0=[X,introspection?]
+       >=media-libs/cogl-1.13.3:1.0=[introspection?]
+       >=media-libs/libcanberra-0.26[gtk3]
+       >=x11-libs/libXcomposite-0.3
+       >=x11-libs/startup-notification-0.7:=
+
+       x11-libs/libICE
+       x11-libs/libSM
+       x11-libs/libX11
+       x11-libs/libXcomposite
+       x11-libs/libXcursor
+       x11-libs/libXdamage
+       x11-libs/libXext
+       x11-libs/libXfixes
+       x11-libs/libXrandr
+       x11-libs/libXrender
+       virtual/opengl
+
+       gnome-extra/zenity
+
+       introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+       xinerama? ( x11-libs/libXinerama )
+"
+# needs gtk-doc, not just -am, for gtk-doc.make
+DEPEND="${COMMON_DEPEND}
+       ${PYTHON_DEPS}
+       >=app-text/gnome-doc-utils-0.8
+       sys-devel/gettext
+       dev-util/gtk-doc
+       dev-util/gtk-doc-am
+       >=dev-util/intltool-0.35
+       virtual/pkgconfig
+       test? ( app-text/docbook-xml-dtd:4.5 )
+       xinerama? ( x11-proto/xineramaproto )
+       x11-proto/xextproto
+       x11-proto/xproto
+"
+RDEPEND="${COMMON_DEPEND}
+       !x11-misc/expocity
+"
+
+src_prepare() {
+       eautoreconf
+       gnome2_src_prepare
+}
+
+src_configure() {
+       DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* *.txt 
doc/*.txt"
+       gnome2_src_configure \
+               --disable-static \
+               --enable-shape \
+               --enable-sm \
+               --enable-startup-notification \
+               --enable-xsync \
+               --enable-verbose-mode \
+               --with-libcanberra \
+               $(use_enable introspection) \
+               $(use_enable xinerama)
+}

Reply via email to