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: Thu, 02 May 2019 21:56:51
Message-Id: 1556834196.566eb4b47f393c6c59b0f76b7ddc17af8f383935.mgorny@gentoo
1 commit: 566eb4b47f393c6c59b0f76b7ddc17af8f383935
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 21:54:13 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 21:56:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566eb4b4
7
8 xfce-base/xfwm4: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/xfwm4/xfwm4-4.13.1-r1.ebuild | 77 ----------------------------------
13 1 file changed, 77 deletions(-)
14
15 diff --git a/xfce-base/xfwm4/xfwm4-4.13.1-r1.ebuild b/xfce-base/xfwm4/xfwm4-4.13.1-r1.ebuild
16 deleted file mode 100644
17 index 45a8b26c189..00000000000
18 --- a/xfce-base/xfwm4/xfwm4-4.13.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,77 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit gnome2-utils
27 -
28 -DESCRIPTION="Window manager for the Xfce desktop environment"
29 -HOMEPAGE="https://www.xfce.org/projects/"
30 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2
31 - https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
36 -IUSE="opengl startup-notification +xcomposite +xpresent"
37 -
38 -RDEPEND="dev-libs/dbus-glib:=
39 - >=dev-libs/glib-2.20:=
40 - >=x11-libs/gtk+-3.20:3=
41 - x11-libs/libX11:=
42 - x11-libs/libXext:=
43 - x11-libs/libXinerama:=
44 - x11-libs/libXrandr:=
45 - x11-libs/libXrender:=
46 - x11-libs/pango:=
47 - >=x11-libs/libwnck-3.14:3=
48 - >=xfce-base/libxfce4util-4.10:=
49 - >=xfce-base/libxfce4ui-4.12:=
50 - >=xfce-base/xfconf-4.13:=
51 - opengl? ( media-libs/libepoxy:=[X(+)] )
52 - startup-notification? ( x11-libs/startup-notification:= )
53 - xpresent? ( x11-libs/libXpresent )
54 - xcomposite? (
55 - x11-libs/libXcomposite:=
56 - x11-libs/libXdamage:=
57 - x11-libs/libXfixes:=
58 - )"
59 -# libICE/libSM: not really used anywhere but checked by configure
60 -# https://bugzilla.xfce.org/show_bug.cgi?id=11914
61 -DEPEND="${RDEPEND}
62 - dev-util/intltool
63 - sys-devel/gettext
64 - x11-libs/libICE
65 - x11-libs/libSM
66 - xfce-base/exo
67 - virtual/pkgconfig"
68 -
69 -DOCS=( AUTHORS ChangeLog COMPOSITOR NEWS README TODO )
70 -
71 -PATCHES=(
72 - # set of patches to fix refresh issues
73 - # https://bugs.gentoo.org/614564
74 - "${WORKDIR}/${P}-patchset"
75 -)
76 -
77 -src_configure() {
78 - local myconf=(
79 - $(use_enable opengl epoxy)
80 - $(use_enable startup-notification)
81 - --enable-xsync
82 - --enable-render
83 - --enable-randr
84 - $(use_enable xpresent)
85 - $(use_enable xcomposite compositor)
86 - )
87 -
88 - econf "${myconf[@]}"
89 -}
90 -
91 -pkg_postinst() {
92 - gnome2_icon_cache_update
93 -}
94 -
95 -pkg_postrm() {
96 - gnome2_icon_cache_update
97 -}