Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/files/, x11-wm/enlightenment/
Date: Sat, 08 Feb 2020 07:58:18
Message-Id: 1581148679.e8f1af2f8ab98e239bae864ef8c407bc423a8416.juippis@gentoo
1 commit: e8f1af2f8ab98e239bae864ef8c407bc423a8416
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 07:43:33 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 07:57:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f1af2f
7
8 x11-wm/enlightenment: remove old
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-wm/enlightenment/Manifest | 1 -
13 .../enlightenment/enlightenment-0.22.4-r1.ebuild | 102 ---------------------
14 .../enlightenment-0.22.4-efl-1.22-wayland.patch | 65 -------------
15 3 files changed, 168 deletions(-)
16
17 diff --git a/x11-wm/enlightenment/Manifest b/x11-wm/enlightenment/Manifest
18 index 096c125b9c4..1b3e26fd213 100644
19 --- a/x11-wm/enlightenment/Manifest
20 +++ b/x11-wm/enlightenment/Manifest
21 @@ -1,2 +1 @@
22 -DIST enlightenment-0.22.4.tar.xz 25656972 BLAKE2B 5e24e226e5f9295d27658656aefaf39cc80ad3634ba1937ef1a3c8e1adeba8cf3cbab2c43cb9e80ac298107a7a64e248ff252084b19c26a974ffff9eb9e6c3fa SHA512 9f4366bfed4d65e7baaeffd4f5b8ba6febf6f9888e6156dd3e100c9fca42c377f76f156f3dd1f6ab97745ffcb69e1e8d320937e41333797580624a9b74d298ba
23 DIST enlightenment-0.23.1.tar.xz 26426096 BLAKE2B d781dc951ad8eddd90f633b29a6b1180be63e6052a56e60644b4f738f4c0d42617aeb4f7326cf3284d0b331dd87d605fa0625ea6435f4e36b8f5b3ccce82ca53 SHA512 b5b8a34f6abe47d9b23dbcaf09d2f61f74b3f8d5a97b30a9666916b4bd307a45cb2ad874288419ab40ef06fa57c3b7dc15377dd9acaeb6eb71cd8c0c24fc42cb
24
25 diff --git a/x11-wm/enlightenment/enlightenment-0.22.4-r1.ebuild b/x11-wm/enlightenment/enlightenment-0.22.4-r1.ebuild
26 deleted file mode 100644
27 index f94da2d87cb..00000000000
28 --- a/x11-wm/enlightenment/enlightenment-0.22.4-r1.ebuild
29 +++ /dev/null
30 @@ -1,102 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit meson xdg-utils
37 -
38 -DESCRIPTION="Enlightenment window manager"
39 -HOMEPAGE="https://www.enlightenment.org"
40 -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
41 -
42 -LICENSE="BSD-2"
43 -SLOT="0.17/${PV%%_*}"
44 -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
45 -IUSE="acpi bluetooth connman doc geolocation nls packagekit pam systemd udisks wayland wifi xwayland"
46 -
47 -REQUIRED_USE="xwayland? ( wayland )"
48 -
49 -RDEPEND="
50 - >=dev-libs/efl-1.20.5[eet,X]
51 - virtual/udev
52 - x11-libs/libXext
53 - x11-libs/libxcb
54 - x11-libs/xcb-util-keysyms
55 - x11-misc/xkeyboard-config
56 - acpi? ( sys-power/acpid )
57 - bluetooth? ( net-wireless/bluez )
58 - connman? ( dev-libs/efl[connman] )
59 - geolocation? ( app-misc/geoclue:2.0 )
60 - packagekit? ( app-admin/packagekit-base )
61 - pam? ( sys-libs/pam )
62 - systemd? ( sys-apps/systemd )
63 - udisks? ( sys-fs/udisks:2 )
64 - wayland? (
65 - >=dev-libs/efl-1.22.0[drm,wayland]
66 - dev-libs/wayland
67 - x11-libs/libxkbcommon
68 - x11-libs/pixman
69 - )
70 - xwayland? (
71 - dev-libs/efl[X,wayland]
72 - x11-base/xorg-server[wayland]
73 - )
74 -"
75 -BDEPEND="
76 - virtual/pkgconfig
77 - nls? ( sys-devel/gettext )
78 -"
79 -DEPEND="${RDEPEND}"
80 -
81 -PATCHES=( "${FILESDIR}/${P}-efl-1.22-wayland.patch" )
82 -
83 -src_configure() {
84 - local emesonargs=(
85 - -D device-udev=true
86 - -D install-sysactions=false
87 -
88 - $(meson_use udisks mount-udisks)
89 - $(meson_use bluetooth bluez4)
90 - $(meson_use connman)
91 - $(meson_use geolocation)
92 - $(meson_use nls)
93 - $(meson_use packagekit)
94 - $(meson_use pam)
95 - $(meson_use systemd)
96 - $(meson_use wayland)
97 - $(meson_use wifi wireless)
98 - $(meson_use xwayland)
99 - )
100 -
101 - if ! use wayland; then
102 - emesonargs+=(
103 - -D wl-buffer=false
104 - -D wl-desktop-shell=false
105 - -D wl-drm=false
106 - -D wl-text-input=false
107 - -D wl-weekeyboard=false
108 - -D wl-wl=false
109 - -D wl-x11=false
110 - )
111 - fi
112 -
113 - meson_src_configure
114 -}
115 -
116 -src_install() {
117 - insinto /etc/enlightenment
118 - newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf
119 -
120 - use doc && local HTML_DOCS=( doc/. )
121 - meson_src_install
122 -}
123 -
124 -pkg_postinst() {
125 - xdg_desktop_database_update
126 - xdg_mimeinfo_database_update
127 -}
128 -
129 -pkg_postrm() {
130 - xdg_desktop_database_update
131 - xdg_mimeinfo_database_update
132 -}
133
134 diff --git a/x11-wm/enlightenment/files/enlightenment-0.22.4-efl-1.22-wayland.patch b/x11-wm/enlightenment/files/enlightenment-0.22.4-efl-1.22-wayland.patch
135 deleted file mode 100644
136 index 3321390cf62..00000000000
137 --- a/x11-wm/enlightenment/files/enlightenment-0.22.4-efl-1.22-wayland.patch
138 +++ /dev/null
139 @@ -1,65 +0,0 @@
140 -From ea3f6ed68f948cea4b64432a6cdb72fca85e6987 Mon Sep 17 00:00:00 2001
141 -From: "Carsten Haitzler (Rasterman)" <raster@×××××××××.com>
142 -Date: Fri, 22 Feb 2019 11:12:00 +0000
143 -Subject: e - unbreak build due to efl changes
144 -
145 ----
146 - src/bin/e.h | 1 +
147 - src/bin/e_comp_wl.c | 8 ++++----
148 - 2 files changed, 5 insertions(+), 4 deletions(-)
149 -
150 -diff --git a/src/bin/e.h b/src/bin/e.h
151 -index 7d00d819e..abe5ed731 100644
152 ---- a/src/bin/e.h
153 -+++ b/src/bin/e.h
154 -@@ -17,6 +17,7 @@
155 - # endif
156 -
157 - #ifdef HAVE_WAYLAND
158 -+# define EFL_EO_API_SUPPORT
159 - # define EFL_BETA_API_SUPPORT
160 - #endif
161 -
162 -diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
163 -index a9adad104..e56e4e6f8 100644
164 ---- a/src/bin/e_comp_wl.c
165 -+++ b/src/bin/e_comp_wl.c
166 -@@ -2188,7 +2188,7 @@ _cb_early_frame_cb(void *data, const Efl_Event *event EINA_UNUSED)
167 - if (ec->comp_data->early_frame++ > 15)
168 - {
169 - ec->comp_data->early_frame = 0;
170 -- efl_event_callback_del(e_comp->evas, EFL_EVENT_ANIMATOR_TICK,
171 -+ efl_event_callback_del(e_comp->evas, EFL_CANVAS_OBJECT_EVENT_ANIMATOR_TICK,
172 - _cb_early_frame_cb, data);
173 - }
174 - }
175 -@@ -2198,14 +2198,14 @@ _e_comp_wl_surface_early_frame(E_Client *ec)
176 - {
177 - if (e_comp_object_damage_exists(ec->frame))
178 - {
179 -- efl_event_callback_del(e_comp->evas, EFL_EVENT_ANIMATOR_TICK,
180 -+ efl_event_callback_del(e_comp->evas, EFL_CANVAS_OBJECT_EVENT_ANIMATOR_TICK,
181 - _cb_early_frame_cb, ec);
182 - ec->comp_data->early_frame = 0;
183 - return;
184 - }
185 - if (ec->on_post_updates) return;
186 - if (!ec->comp_data->early_frame)
187 -- efl_event_callback_add(e_comp->evas, EFL_EVENT_ANIMATOR_TICK,
188 -+ efl_event_callback_add(e_comp->evas, EFL_CANVAS_OBJECT_EVENT_ANIMATOR_TICK,
189 - _cb_early_frame_cb, ec);
190 - ec->comp_data->early_frame = 1;
191 - }
192 -@@ -2582,7 +2582,7 @@ _e_comp_wl_client_cb_del(void *data EINA_UNUSED, E_Client *ec)
193 - /* make sure this is a wayland client */
194 - if (e_pixmap_type_get(ec->pixmap) != E_PIXMAP_TYPE_WL) return;
195 -
196 -- efl_event_callback_del(e_comp->evas, EFL_EVENT_ANIMATOR_TICK,
197 -+ efl_event_callback_del(e_comp->evas, EFL_CANVAS_OBJECT_EVENT_ANIMATOR_TICK,
198 - _cb_early_frame_cb, ec);
199 - ec->comp_data->early_frame = 0;
200 -
201 ---
202 -cgit v1.2.1
203 -
204 -