Gentoo Archives: gentoo-commits

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