Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfwm4/
Date: Sun, 01 Nov 2020 21:13:50
Message-Id: 1604265149.dbcba5ed7efab639979286f9ed64f30c52a2ea9f.mgorny@gentoo
1 commit: dbcba5ed7efab639979286f9ed64f30c52a2ea9f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 21:12:29 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 21:12:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcba5ed
7
8 xfce-base/xfwm4: Bump to 4.15.3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/xfwm4/Manifest | 1 +
13 xfce-base/xfwm4/xfwm4-4.15.3.ebuild | 68 +++++++++++++++++++++++++++++++++++++
14 2 files changed, 69 insertions(+)
15
16 diff --git a/xfce-base/xfwm4/Manifest b/xfce-base/xfwm4/Manifest
17 index 70f67d03cf0..22a2ccf5912 100644
18 --- a/xfce-base/xfwm4/Manifest
19 +++ b/xfce-base/xfwm4/Manifest
20 @@ -3,3 +3,4 @@ DIST xfwm4-4.14.5.tar.bz2 1165140 BLAKE2B 3f598b5cb8ce58a8aa4a4c82e53a5b02a870e2
21 DIST xfwm4-4.14.6.tar.bz2 1167818 BLAKE2B 2315843da3684ea069d8361d1d787634052da5449d7aeb4ba6b219cd46ae4b7b6007becca316a5ab552fe4432baab3efa6a23793b68a00d06c9fbe3d1164080a SHA512 1e3cc3e976250e311607d12e1a51047132584d6e8cd8979e3d5a85a3cc49e420453e3812b2d8a8f6268f3d6f1b44f4df2b57b7e1395d02ec63ae82a55bb9d4ee
22 DIST xfwm4-4.15.1.tar.bz2 1179671 BLAKE2B c358f8050dd6fcc356c2d300dab959dbfb5f452484e0998b25755aa6c6dd1783ca117ba43f44e18a9555542a1794000a768765a5b98e1e381367260df1d503ba SHA512 ae4cea9da4bc852aa3ce19039b66cc05f7c7cabe07637837bf1a51c37b6c9536a46b6af85e9402c33578e8da305b28bac23792afa080076e625a7df9f769935c
23 DIST xfwm4-4.15.2.tar.bz2 1180556 BLAKE2B c7ec0e03ec7693e04ffe19a3f35b5c24d70ce5655f28177b48b5aaa68587d460480627f43cc2282c80cc0b296683a0ff75e796ac7abd1e08b5cb96ac53c77952 SHA512 710060aec978820d84275eb269bd9b803695458a411b5c17c2ab7a5900f63caa3613c5ed7fd956f4333926302666828b7849fedc53390f56053a7000eaf0100e
24 +DIST xfwm4-4.15.3.tar.bz2 1180308 BLAKE2B e76651e58bdb6b4c4b15c6dd49d5df16b40729fc41302d0eff336194d84a8b467c9b6b2f37094657b0555c25d87d92744991dfc00127638468b23eae31088475 SHA512 6ca7faba7fdd225d1c91e7c217200eebf271abc6058f3b9a46ce7bce8f31028c99e454412afa4ca441a5b30decb0d33a03ca5caeed7e4b20a29efa855af8328d
25
26 diff --git a/xfce-base/xfwm4/xfwm4-4.15.3.ebuild b/xfce-base/xfwm4/xfwm4-4.15.3.ebuild
27 new file mode 100644
28 index 00000000000..bf9677a0086
29 --- /dev/null
30 +++ b/xfce-base/xfwm4/xfwm4-4.15.3.ebuild
31 @@ -0,0 +1,68 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit xdg-utils
38 +
39 +DESCRIPTION="Window manager for the Xfce desktop environment"
40 +HOMEPAGE="https://www.xfce.org/projects/"
41 +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
42 +
43 +LICENSE="GPL-2+"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
46 +IUSE="opengl startup-notification +xcomposite +xpresent"
47 +
48 +RDEPEND=">=dev-libs/glib-2.20
49 + >=x11-libs/gtk+-3.20:3
50 + x11-libs/libX11
51 + x11-libs/libXext
52 + x11-libs/libXinerama
53 + x11-libs/libXrandr
54 + x11-libs/libXrender
55 + x11-libs/libXres
56 + x11-libs/pango
57 + >=x11-libs/libwnck-3.14:3
58 + >=xfce-base/libxfce4util-4.10:=
59 + >=xfce-base/libxfce4ui-4.12:=
60 + >=xfce-base/xfconf-4.13:=
61 + opengl? ( media-libs/libepoxy:=[X(+)] )
62 + startup-notification? ( x11-libs/startup-notification )
63 + xpresent? ( x11-libs/libXpresent )
64 + xcomposite? (
65 + x11-libs/libXcomposite
66 + x11-libs/libXdamage
67 + x11-libs/libXfixes
68 + )"
69 +# libICE/libSM: not really used anywhere but checked by configure
70 +# https://bugzilla.xfce.org/show_bug.cgi?id=11914
71 +DEPEND="${RDEPEND}
72 + dev-util/intltool
73 + sys-devel/gettext
74 + x11-libs/libICE
75 + x11-libs/libSM
76 + xfce-base/exo
77 + virtual/pkgconfig"
78 +
79 +src_configure() {
80 + local myconf=(
81 + $(use_enable opengl epoxy)
82 + $(use_enable startup-notification)
83 + --enable-xsync
84 + --enable-render
85 + --enable-randr
86 + $(use_enable xpresent)
87 + $(use_enable xcomposite compositor)
88 + )
89 +
90 + econf "${myconf[@]}"
91 +}
92 +
93 +pkg_postinst() {
94 + xdg_icon_cache_update
95 +}
96 +
97 +pkg_postrm() {
98 + xdg_icon_cache_update
99 +}