View | Details | Raw Unified | Return to bug 245596 | Differences between
and this patch

Collapse All | Expand All

(-)x11-wm/enlightenment/Makefile (-10 / +9 lines)
Lines 1-9 Link Here
1
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
1
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
2
# $FreeBSD: head/x11-wm/enlightenment/Makefile 517000 2019-11-07 18:36:55Z zeising $
2
# $FreeBSD$
3
3
4
PORTNAME=	enlightenment
4
PORTNAME=	enlightenment
5
PORTVERSION=	0.22.4
5
PORTVERSION=	0.23.1
6
PORTREVISION=	1
6
PORTREVISION=	0
7
PORTEPOCH=	2
7
PORTEPOCH=	2
8
CATEGORIES=	x11-wm enlightenment
8
CATEGORIES=	x11-wm enlightenment
9
MASTER_SITES=	http://download.enlightenment.org/rel/apps/${PORTNAME}/
9
MASTER_SITES=	http://download.enlightenment.org/rel/apps/${PORTNAME}/
Lines 19-35 Link Here
19
19
20
BROKEN_sparc64=		Does not install on sparc64: signal 10
20
BROKEN_sparc64=		Does not install on sparc64: signal 10
21
21
22
GNU_CONFIGURE=	yes
22
USES=		alias compiler:c11 desktop-file-utils gettext-tools \
23
USES=		alias autoreconf compiler:c11 desktop-file-utils gettext-tools \
23
		iconv libtool meson pathfix pkgconfig tar:xz xorg
24
		gmake iconv libtool pathfix pkgconfig tar:xz xorg
25
USE_XORG=	xcb
24
USE_XORG=	xcb
26
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
27
INSTALL_TARGET=	install-strip
26
INSTALL_TARGET=	install-strip
28
SUB_FILES=	pkg-message
27
SUB_FILES=	pkg-message
29
28
30
CONFIGURE_ARGS=	--with-profile=MEDIUM_PC \
29
MESON_ARGS=	-Dsystemd=false -Dbluez5=false -Dbluez4=false \
31
		--disable-connman --disable-bluez4 \
30
		-Dmount-eeze=false -Deeze=false \
32
		--disable-device-udev --disable-mount-udisks
31
		-Ddevice-udev=false -Dlibmount=false
32
LDFLAGS+=	-L${LOCALBASE}/lib -lintl
33
33
34
.include "Makefile.plist"
34
.include "Makefile.plist"
35
35
Lines 40-46 Link Here
40
OPTIONS_SUB=		yes
40
OPTIONS_SUB=		yes
41
41
42
NLS_USES=		gettext-runtime
42
NLS_USES=		gettext-runtime
43
NLS_CONFIGURE_ENABLE=	nls
44
43
45
ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
44
ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
46
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
45
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
(-)x11-wm/enlightenment/Makefile.plist (-1 / +1 lines)
Lines 1-2 Link Here
1
ENLIGHTENMENT_ARCH=	${OPSYS:tl}${OSREL}-${ARCH}-0.22
1
ENLIGHTENMENT_ARCH=	${OPSYS:tl}${OSREL}-${ARCH}-0.23
2
PLIST_SUB=		ENLIGHTENMENT_ARCH=${ENLIGHTENMENT_ARCH}
2
PLIST_SUB=		ENLIGHTENMENT_ARCH=${ENLIGHTENMENT_ARCH}
(-)x11-wm/enlightenment/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1535472845
1
TIMESTAMP = 1581563919
2
SHA256 (enlightenment/enlightenment-0.22.4.tar.xz) = 59f4997c8b59457142870e40f137bc08c9735c84368d32213dacf09c4342fe79
2
SHA256 (enlightenment/enlightenment-0.23.1.tar.xz) = e530590c09b560679621f4531d55c242cfafe8523309e0ae88fb267e00f52c34
3
SIZE (enlightenment/enlightenment-0.22.4.tar.xz) = 25656972
3
SIZE (enlightenment/enlightenment-0.23.1.tar.xz) = 26426096
(-)x11-wm/enlightenment/pkg-descr (-2 / +13 lines)
Lines 1-4 Link Here
1
A very artistic X window manager.  Among other attributes,
1
Enlightenment is classed as a "desktop shell" as it provides everything you
2
Enlightenment makes for quite impressive screen shots.
2
need to operate your desktop or laptop, but it is not a full application
3
suite. This covers functionality including launching applications, managing
4
their windows and performing system tasks like suspending, rebooting,
5
managing files and so on.
6
The Enlightenment Project is moving towards using Wayland as the base display
7
system, while Enlightenment itself is to become a full Wayland compositor
8
in its own right. This takes time, and there have been some bumps along the
9
road, but the goal is that support for X11 will be eventually be discontinued.
10
Enlightenment is built on top of the Enlightenment Foundation Libraries (EFL),
11
using the libraries written for the user interface as well as those for the
12
Compositor itself. This means that any improvements made to EFL are included
13
in the Enlightenment Compositor.
3
14
4
WWW: https://www.enlightenment.org/
15
WWW: https://www.enlightenment.org/
(-)x11-wm/enlightenment/pkg-plist (-125 / +147 lines)
Lines 8-13 Link Here
8
bin/enlightenment_start
8
bin/enlightenment_start
9
%%ETCDIR%%/sysactions.conf
9
%%ETCDIR%%/sysactions.conf
10
etc/xdg/menus/e-applications.menu
10
etc/xdg/menus/e-applications.menu
11
include/enlightenment/config.h
11
include/enlightenment/e.h
12
include/enlightenment/e.h
12
include/enlightenment/e_Efx.h
13
include/enlightenment/e_Efx.h
13
include/enlightenment/e_about.h
14
include/enlightenment/e_about.h
Lines 173-350 Link Here
173
include/enlightenment/e_zoomap.h
174
include/enlightenment/e_zoomap.h
174
include/enlightenment/evry_api.h
175
include/enlightenment/evry_api.h
175
include/enlightenment/evry_types.h
176
include/enlightenment/evry_types.h
177
lib/data/pkgconfig/enlightenment.pc
178
lib/data/pkgconfig/everything.pc
176
lib/enlightenment/modules/appmenu/e-module-appmenu.edj
179
lib/enlightenment/modules/appmenu/e-module-appmenu.edj
177
lib/enlightenment/modules/appmenu/%%ENLIGHTENMENT_ARCH%%/module.so
180
lib/enlightenment/modules/appmenu/freebsd-x86_64-0.23.1/module.so
178
lib/enlightenment/modules/appmenu/module.desktop
181
lib/enlightenment/modules/appmenu/module.desktop
179
lib/enlightenment/modules/backlight/e-module-backlight.edj
182
lib/enlightenment/modules/backlight/e-module-backlight.edj
180
lib/enlightenment/modules/backlight/%%ENLIGHTENMENT_ARCH%%/module.so
183
lib/enlightenment/modules/backlight/freebsd-x86_64-0.23.1/module.so
181
lib/enlightenment/modules/backlight/module.desktop
184
lib/enlightenment/modules/backlight/module.desktop
182
lib/enlightenment/modules/battery/e-module-battery.edj
185
lib/enlightenment/modules/battery/e-module-battery.edj
183
lib/enlightenment/modules/battery/%%ENLIGHTENMENT_ARCH%%/batget
186
lib/enlightenment/modules/battery/freebsd-x86_64-0.23.1/batget
184
lib/enlightenment/modules/battery/%%ENLIGHTENMENT_ARCH%%/module.so
187
lib/enlightenment/modules/battery/freebsd-x86_64-0.23.1/module.so
185
lib/enlightenment/modules/battery/module.desktop
188
lib/enlightenment/modules/battery/module.desktop
186
lib/enlightenment/modules/clock/e-module-clock.edj
189
lib/enlightenment/modules/clock/e-module-clock.edj
187
lib/enlightenment/modules/clock/%%ENLIGHTENMENT_ARCH%%/module.so
190
lib/enlightenment/modules/clock/freebsd-x86_64-0.23.1/module.so
188
lib/enlightenment/modules/clock/module.desktop
191
lib/enlightenment/modules/clock/module.desktop
189
lib/enlightenment/modules/conf/e-module-conf.edj
192
lib/enlightenment/modules/conf/e-module-conf.edj
190
lib/enlightenment/modules/conf/%%ENLIGHTENMENT_ARCH%%/module.so
193
lib/enlightenment/modules/conf/freebsd-x86_64-0.23.1/module.so
191
lib/enlightenment/modules/conf/module.desktop
194
lib/enlightenment/modules/conf/module.desktop
192
lib/enlightenment/modules/conf_applications/e-module-conf_applications.edj
195
lib/enlightenment/modules/conf_applications/e-module-conf_applications.edj
193
lib/enlightenment/modules/conf_applications/%%ENLIGHTENMENT_ARCH%%/module.so
196
lib/enlightenment/modules/conf_applications/freebsd-x86_64-0.23.1/module.so
194
lib/enlightenment/modules/conf_applications/module.desktop
197
lib/enlightenment/modules/conf_applications/module.desktop
195
lib/enlightenment/modules/conf_bindings/%%ENLIGHTENMENT_ARCH%%/module.so
198
lib/enlightenment/modules/conf_bindings/freebsd-x86_64-0.23.1/module.so
196
lib/enlightenment/modules/conf_bindings/module.desktop
199
lib/enlightenment/modules/conf_bindings/module.desktop
197
lib/enlightenment/modules/conf_dialogs/e-module-conf_dialogs.edj
200
lib/enlightenment/modules/conf_dialogs/e-module-conf_dialogs.edj
198
lib/enlightenment/modules/conf_dialogs/%%ENLIGHTENMENT_ARCH%%/module.so
201
lib/enlightenment/modules/conf_dialogs/freebsd-x86_64-0.23.1/module.so
199
lib/enlightenment/modules/conf_dialogs/module.desktop
202
lib/enlightenment/modules/conf_dialogs/module.desktop
200
lib/enlightenment/modules/conf_display/%%ENLIGHTENMENT_ARCH%%/module.so
203
lib/enlightenment/modules/conf_display/freebsd-x86_64-0.23.1/module.so
201
lib/enlightenment/modules/conf_display/module.desktop
204
lib/enlightenment/modules/conf_display/module.desktop
202
lib/enlightenment/modules/conf_interaction/e-module-conf_interaction.edj
205
lib/enlightenment/modules/conf_interaction/e-module-conf_interaction.edj
203
lib/enlightenment/modules/conf_interaction/%%ENLIGHTENMENT_ARCH%%/module.so
206
lib/enlightenment/modules/conf_interaction/freebsd-x86_64-0.23.1/module.so
204
lib/enlightenment/modules/conf_interaction/module.desktop
207
lib/enlightenment/modules/conf_interaction/module.desktop
205
lib/enlightenment/modules/conf_intl/%%ENLIGHTENMENT_ARCH%%/module.so
208
lib/enlightenment/modules/conf_intl/freebsd-x86_64-0.23.1/module.so
206
lib/enlightenment/modules/conf_intl/module.desktop
209
lib/enlightenment/modules/conf_intl/module.desktop
207
lib/enlightenment/modules/conf_menus/e-module-conf_menus.edj
210
lib/enlightenment/modules/conf_menus/e-module-conf_menus.edj
208
lib/enlightenment/modules/conf_menus/%%ENLIGHTENMENT_ARCH%%/module.so
211
lib/enlightenment/modules/conf_menus/freebsd-x86_64-0.23.1/module.so
209
lib/enlightenment/modules/conf_menus/module.desktop
212
lib/enlightenment/modules/conf_menus/module.desktop
210
lib/enlightenment/modules/conf_paths/e-module-conf_paths.edj
213
lib/enlightenment/modules/conf_paths/e-module-conf_paths.edj
211
lib/enlightenment/modules/conf_paths/%%ENLIGHTENMENT_ARCH%%/module.so
214
lib/enlightenment/modules/conf_paths/freebsd-x86_64-0.23.1/module.so
212
lib/enlightenment/modules/conf_paths/module.desktop
215
lib/enlightenment/modules/conf_paths/module.desktop
213
lib/enlightenment/modules/conf_performance/e-module-conf_performance.edj
216
lib/enlightenment/modules/conf_performance/e-module-conf_performance.edj
214
lib/enlightenment/modules/conf_performance/%%ENLIGHTENMENT_ARCH%%/module.so
217
lib/enlightenment/modules/conf_performance/freebsd-x86_64-0.23.1/module.so
215
lib/enlightenment/modules/conf_performance/module.desktop
218
lib/enlightenment/modules/conf_performance/module.desktop
216
lib/enlightenment/modules/conf_randr/e-module-conf_randr.edj
219
lib/enlightenment/modules/conf_randr/e-module-conf_randr.edj
217
lib/enlightenment/modules/conf_randr/%%ENLIGHTENMENT_ARCH%%/module.so
220
lib/enlightenment/modules/conf_randr/freebsd-x86_64-0.23.1/module.so
218
lib/enlightenment/modules/conf_randr/module.desktop
221
lib/enlightenment/modules/conf_randr/module.desktop
219
lib/enlightenment/modules/conf_shelves/e-module-conf_shelves.edj
222
lib/enlightenment/modules/conf_shelves/e-module-conf_shelves.edj
220
lib/enlightenment/modules/conf_shelves/%%ENLIGHTENMENT_ARCH%%/module.so
223
lib/enlightenment/modules/conf_shelves/freebsd-x86_64-0.23.1/module.so
221
lib/enlightenment/modules/conf_shelves/module.desktop
224
lib/enlightenment/modules/conf_shelves/module.desktop
222
lib/enlightenment/modules/conf_theme/%%ENLIGHTENMENT_ARCH%%/module.so
225
lib/enlightenment/modules/conf_theme/freebsd-x86_64-0.23.1/module.so
223
lib/enlightenment/modules/conf_theme/module.desktop
226
lib/enlightenment/modules/conf_theme/module.desktop
224
lib/enlightenment/modules/conf_window_manipulation/%%ENLIGHTENMENT_ARCH%%/module.so
227
lib/enlightenment/modules/conf_window_manipulation/e-module-conf_window_manipulation.edj
228
lib/enlightenment/modules/conf_window_manipulation/freebsd-x86_64-0.23.1/module.so
225
lib/enlightenment/modules/conf_window_manipulation/module.desktop
229
lib/enlightenment/modules/conf_window_manipulation/module.desktop
226
lib/enlightenment/modules/conf_window_remembers/e-module-conf_window_remembers.edj
230
lib/enlightenment/modules/conf_window_remembers/e-module-conf_window_remembers.edj
227
lib/enlightenment/modules/conf_window_remembers/%%ENLIGHTENMENT_ARCH%%/module.so
231
lib/enlightenment/modules/conf_window_remembers/freebsd-x86_64-0.23.1/module.so
228
lib/enlightenment/modules/conf_window_remembers/module.desktop
232
lib/enlightenment/modules/conf_window_remembers/module.desktop
233
lib/enlightenment/modules/connman/e-module-connman.edj
234
lib/enlightenment/modules/connman/freebsd-x86_64-0.23.1/module.so
235
lib/enlightenment/modules/connman/module.desktop
229
lib/enlightenment/modules/cpufreq/e-module-cpufreq.edj
236
lib/enlightenment/modules/cpufreq/e-module-cpufreq.edj
230
lib/enlightenment/modules/cpufreq/%%ENLIGHTENMENT_ARCH%%/freqset
237
lib/enlightenment/modules/cpufreq/freebsd-x86_64-0.23.1/freqset
231
lib/enlightenment/modules/cpufreq/%%ENLIGHTENMENT_ARCH%%/module.so
238
lib/enlightenment/modules/cpufreq/freebsd-x86_64-0.23.1/module.so
232
lib/enlightenment/modules/cpufreq/module.desktop
239
lib/enlightenment/modules/cpufreq/module.desktop
233
lib/enlightenment/modules/everything/e-module-everything-start.edj
240
lib/enlightenment/modules/everything/e-module-everything-start.edj
234
lib/enlightenment/modules/everything/e-module-everything.edj
241
lib/enlightenment/modules/everything/e-module-everything.edj
235
lib/enlightenment/modules/everything/%%ENLIGHTENMENT_ARCH%%/module.so
242
lib/enlightenment/modules/everything/freebsd-x86_64-0.23.1/module.so
236
lib/enlightenment/modules/everything/module.desktop
243
lib/enlightenment/modules/everything/module.desktop
237
lib/enlightenment/modules/fileman/e-module-fileman.edj
244
lib/enlightenment/modules/fileman/e-module-fileman.edj
238
lib/enlightenment/modules/fileman/%%ENLIGHTENMENT_ARCH%%/module.so
245
lib/enlightenment/modules/fileman/freebsd-x86_64-0.23.1/module.so
239
lib/enlightenment/modules/fileman/module.desktop
246
lib/enlightenment/modules/fileman/module.desktop
240
lib/enlightenment/modules/fileman_opinfo/e-module-fileman_opinfo.edj
247
lib/enlightenment/modules/fileman_opinfo/e-module-fileman_opinfo.edj
241
lib/enlightenment/modules/fileman_opinfo/%%ENLIGHTENMENT_ARCH%%/module.so
248
lib/enlightenment/modules/fileman_opinfo/freebsd-x86_64-0.23.1/module.so
242
lib/enlightenment/modules/fileman_opinfo/module.desktop
249
lib/enlightenment/modules/fileman_opinfo/module.desktop
243
lib/enlightenment/modules/gadman/e-module-gadman.edj
250
lib/enlightenment/modules/gadman/e-module-gadman.edj
244
lib/enlightenment/modules/gadman/%%ENLIGHTENMENT_ARCH%%/module.so
251
lib/enlightenment/modules/gadman/freebsd-x86_64-0.23.1/module.so
245
lib/enlightenment/modules/gadman/module.desktop
252
lib/enlightenment/modules/gadman/module.desktop
246
lib/enlightenment/modules/geolocation/e-module-geolocation.edj
253
lib/enlightenment/modules/geolocation/e-module-geolocation.edj
247
lib/enlightenment/modules/geolocation/%%ENLIGHTENMENT_ARCH%%/module.so
254
lib/enlightenment/modules/geolocation/freebsd-x86_64-0.23.1/module.so
248
lib/enlightenment/modules/geolocation/module.desktop
255
lib/enlightenment/modules/geolocation/module.desktop
249
lib/enlightenment/modules/ibar/e-module-ibar.edj
256
lib/enlightenment/modules/ibar/e-module-ibar.edj
250
lib/enlightenment/modules/ibar/%%ENLIGHTENMENT_ARCH%%/module.so
257
lib/enlightenment/modules/ibar/freebsd-x86_64-0.23.1/module.so
251
lib/enlightenment/modules/ibar/module.desktop
258
lib/enlightenment/modules/ibar/module.desktop
252
lib/enlightenment/modules/ibox/e-module-ibox.edj
259
lib/enlightenment/modules/ibox/e-module-ibox.edj
253
lib/enlightenment/modules/ibox/%%ENLIGHTENMENT_ARCH%%/module.so
260
lib/enlightenment/modules/ibox/freebsd-x86_64-0.23.1/module.so
254
lib/enlightenment/modules/ibox/module.desktop
261
lib/enlightenment/modules/ibox/module.desktop
255
lib/enlightenment/modules/lokker/%%ENLIGHTENMENT_ARCH%%/module.so
262
lib/enlightenment/modules/lokker/freebsd-x86_64-0.23.1/module.so
256
lib/enlightenment/modules/luncher/e-module-luncher.edj
263
lib/enlightenment/modules/luncher/e-module-luncher.edj
257
lib/enlightenment/modules/luncher/%%ENLIGHTENMENT_ARCH%%/module.so
264
lib/enlightenment/modules/luncher/freebsd-x86_64-0.23.1/module.so
258
lib/enlightenment/modules/luncher/module.desktop
265
lib/enlightenment/modules/luncher/module.desktop
259
lib/enlightenment/modules/mixer/e-module-mixer.edj
266
lib/enlightenment/modules/mixer/e-module-mixer.edj
260
lib/enlightenment/modules/mixer/%%ENLIGHTENMENT_ARCH%%/module.so
267
lib/enlightenment/modules/mixer/freebsd-x86_64-0.23.1/module.so
261
lib/enlightenment/modules/mixer/module.desktop
268
lib/enlightenment/modules/mixer/module.desktop
262
lib/enlightenment/modules/msgbus/e-module-msgbus.edj
269
lib/enlightenment/modules/msgbus/e-module-msgbus.edj
263
lib/enlightenment/modules/msgbus/%%ENLIGHTENMENT_ARCH%%/module.so
270
lib/enlightenment/modules/msgbus/freebsd-x86_64-0.23.1/module.so
264
lib/enlightenment/modules/msgbus/module.desktop
271
lib/enlightenment/modules/msgbus/module.desktop
265
lib/enlightenment/modules/music-control/e-module-music-control.edj
272
lib/enlightenment/modules/music-control/e-module-music-control.edj
266
lib/enlightenment/modules/music-control/%%ENLIGHTENMENT_ARCH%%/module.so
273
lib/enlightenment/modules/music-control/freebsd-x86_64-0.23.1/module.so
267
lib/enlightenment/modules/music-control/module.desktop
274
lib/enlightenment/modules/music-control/module.desktop
268
lib/enlightenment/modules/notification/e-module-notification.edj
275
lib/enlightenment/modules/notification/e-module-notification.edj
269
lib/enlightenment/modules/notification/%%ENLIGHTENMENT_ARCH%%/module.so
276
lib/enlightenment/modules/notification/freebsd-x86_64-0.23.1/module.so
270
lib/enlightenment/modules/notification/module.desktop
277
lib/enlightenment/modules/notification/module.desktop
271
lib/enlightenment/modules/packagekit/e-module-packagekit.edj
278
lib/enlightenment/modules/packagekit/e-module-packagekit.edj
272
lib/enlightenment/modules/packagekit/%%ENLIGHTENMENT_ARCH%%/module.so
279
lib/enlightenment/modules/packagekit/freebsd-x86_64-0.23.1/module.so
273
lib/enlightenment/modules/packagekit/module.desktop
280
lib/enlightenment/modules/packagekit/module.desktop
274
lib/enlightenment/modules/pager/e-module-pager.edj
281
lib/enlightenment/modules/pager/e-module-pager.edj
275
lib/enlightenment/modules/pager/%%ENLIGHTENMENT_ARCH%%/module.so
282
lib/enlightenment/modules/pager/freebsd-x86_64-0.23.1/module.so
276
lib/enlightenment/modules/pager/module.desktop
283
lib/enlightenment/modules/pager/module.desktop
277
lib/enlightenment/modules/pager_plain/e-module-pager_plain.edj
284
lib/enlightenment/modules/pager_plain/e-module-pager_plain.edj
278
lib/enlightenment/modules/pager_plain/%%ENLIGHTENMENT_ARCH%%/module.so
285
lib/enlightenment/modules/pager_plain/freebsd-x86_64-0.23.1/module.so
279
lib/enlightenment/modules/pager_plain/module.desktop
286
lib/enlightenment/modules/pager_plain/module.desktop
280
lib/enlightenment/modules/quickaccess/e-module-quickaccess.edj
287
lib/enlightenment/modules/quickaccess/e-module-quickaccess.edj
281
lib/enlightenment/modules/quickaccess/%%ENLIGHTENMENT_ARCH%%/module.so
288
lib/enlightenment/modules/quickaccess/freebsd-x86_64-0.23.1/module.so
282
lib/enlightenment/modules/quickaccess/module.desktop
289
lib/enlightenment/modules/quickaccess/module.desktop
283
lib/enlightenment/modules/shot/e-module-shot.edj
290
lib/enlightenment/modules/shot/e-module-shot.edj
284
lib/enlightenment/modules/shot/%%ENLIGHTENMENT_ARCH%%/module.so
291
lib/enlightenment/modules/shot/freebsd-x86_64-0.23.1/module.so
285
lib/enlightenment/modules/shot/module.desktop
292
lib/enlightenment/modules/shot/module.desktop
286
lib/enlightenment/modules/start/e-module-start.edj
293
lib/enlightenment/modules/start/e-module-start.edj
287
lib/enlightenment/modules/start/%%ENLIGHTENMENT_ARCH%%/module.so
294
lib/enlightenment/modules/start/freebsd-x86_64-0.23.1/module.so
288
lib/enlightenment/modules/start/module.desktop
295
lib/enlightenment/modules/start/module.desktop
289
lib/enlightenment/modules/syscon/e-module-syscon.edj
296
lib/enlightenment/modules/syscon/e-module-syscon.edj
290
lib/enlightenment/modules/syscon/%%ENLIGHTENMENT_ARCH%%/module.so
297
lib/enlightenment/modules/syscon/freebsd-x86_64-0.23.1/module.so
291
lib/enlightenment/modules/syscon/module.desktop
298
lib/enlightenment/modules/syscon/module.desktop
292
lib/enlightenment/modules/sysinfo/e-module-sysinfo.edj
299
lib/enlightenment/modules/sysinfo/e-module-sysinfo.edj
293
lib/enlightenment/modules/sysinfo/%%ENLIGHTENMENT_ARCH%%/cpuclock_sysfs
300
lib/enlightenment/modules/sysinfo/freebsd-x86_64-0.23.1/cpuclock_sysctl
294
lib/enlightenment/modules/sysinfo/%%ENLIGHTENMENT_ARCH%%/module.so
301
lib/enlightenment/modules/sysinfo/freebsd-x86_64-0.23.1/cpuclock_sysfs
302
lib/enlightenment/modules/sysinfo/freebsd-x86_64-0.23.1/module.so
295
lib/enlightenment/modules/sysinfo/module.desktop
303
lib/enlightenment/modules/sysinfo/module.desktop
296
lib/enlightenment/modules/systray/e-module-systray.edj
304
lib/enlightenment/modules/systray/e-module-systray.edj
297
lib/enlightenment/modules/systray/%%ENLIGHTENMENT_ARCH%%/module.so
305
lib/enlightenment/modules/systray/freebsd-x86_64-0.23.1/module.so
298
lib/enlightenment/modules/systray/module.desktop
306
lib/enlightenment/modules/systray/module.desktop
299
lib/enlightenment/modules/tasks/e-module-tasks.edj
307
lib/enlightenment/modules/tasks/e-module-tasks.edj
300
lib/enlightenment/modules/tasks/%%ENLIGHTENMENT_ARCH%%/module.so
308
lib/enlightenment/modules/tasks/freebsd-x86_64-0.23.1/module.so
301
lib/enlightenment/modules/tasks/module.desktop
309
lib/enlightenment/modules/tasks/module.desktop
302
lib/enlightenment/modules/teamwork/e-module-teamwork.edj
310
lib/enlightenment/modules/teamwork/e-module-teamwork.edj
303
lib/enlightenment/modules/teamwork/%%ENLIGHTENMENT_ARCH%%/module.so
311
lib/enlightenment/modules/teamwork/freebsd-x86_64-0.23.1/module.so
304
lib/enlightenment/modules/teamwork/module.desktop
312
lib/enlightenment/modules/teamwork/module.desktop
305
lib/enlightenment/modules/temperature/e-module-temperature.edj
313
lib/enlightenment/modules/temperature/e-module-temperature.edj
306
lib/enlightenment/modules/temperature/%%ENLIGHTENMENT_ARCH%%/module.so
314
lib/enlightenment/modules/temperature/freebsd-x86_64-0.23.1/module.so
307
lib/enlightenment/modules/temperature/module.desktop
315
lib/enlightenment/modules/temperature/module.desktop
308
lib/enlightenment/modules/tiling/e-module-tiling.edj
316
lib/enlightenment/modules/tiling/e-module-tiling.edj
309
lib/enlightenment/modules/tiling/%%ENLIGHTENMENT_ARCH%%/module.so
317
lib/enlightenment/modules/tiling/freebsd-x86_64-0.23.1/module.so
310
lib/enlightenment/modules/tiling/module.desktop
318
lib/enlightenment/modules/tiling/module.desktop
311
lib/enlightenment/modules/time/e-module-time.edj
319
lib/enlightenment/modules/time/e-module-time.edj
312
lib/enlightenment/modules/time/%%ENLIGHTENMENT_ARCH%%/module.so
320
lib/enlightenment/modules/time/freebsd-x86_64-0.23.1/module.so
313
lib/enlightenment/modules/time/module.desktop
321
lib/enlightenment/modules/time/module.desktop
322
lib/enlightenment/modules/vkbd/dicts/English_US.dic
323
lib/enlightenment/modules/vkbd/dicts/English_US_Small.dic
324
lib/enlightenment/modules/vkbd/e-module-vkbd.edj
325
lib/enlightenment/modules/vkbd/freebsd-x86_64-0.23.1/module.so
326
lib/enlightenment/modules/vkbd/keyboards/Default.kbd
327
lib/enlightenment/modules/vkbd/keyboards/Numbers.kbd
328
lib/enlightenment/modules/vkbd/keyboards/Terminal.kbd
329
lib/enlightenment/modules/vkbd/keyboards/alpha.png
330
lib/enlightenment/modules/vkbd/keyboards/backspace.png
331
lib/enlightenment/modules/vkbd/keyboards/down.png
332
lib/enlightenment/modules/vkbd/keyboards/enter.png
333
lib/enlightenment/modules/vkbd/keyboards/left.png
334
lib/enlightenment/modules/vkbd/keyboards/numeric.png
335
lib/enlightenment/modules/vkbd/keyboards/qwerty.png
336
lib/enlightenment/modules/vkbd/keyboards/right.png
337
lib/enlightenment/modules/vkbd/keyboards/shift.png
338
lib/enlightenment/modules/vkbd/keyboards/spanner.png
339
lib/enlightenment/modules/vkbd/keyboards/tab.png
340
lib/enlightenment/modules/vkbd/keyboards/up.png
341
lib/enlightenment/modules/vkbd/module.desktop
342
lib/enlightenment/modules/vkbd/theme.edj
314
lib/enlightenment/modules/winlist/e-module-winlist.edj
343
lib/enlightenment/modules/winlist/e-module-winlist.edj
315
lib/enlightenment/modules/winlist/%%ENLIGHTENMENT_ARCH%%/module.so
344
lib/enlightenment/modules/winlist/freebsd-x86_64-0.23.1/module.so
316
lib/enlightenment/modules/winlist/module.desktop
345
lib/enlightenment/modules/winlist/module.desktop
317
lib/enlightenment/modules/wireless/e-module-wireless.edj
346
lib/enlightenment/modules/wireless/e-module-wireless.edj
318
lib/enlightenment/modules/wireless/%%ENLIGHTENMENT_ARCH%%/module.so
347
lib/enlightenment/modules/wireless/freebsd-x86_64-0.23.1/module.so
319
lib/enlightenment/modules/wireless/module.desktop
348
lib/enlightenment/modules/wireless/module.desktop
320
lib/enlightenment/modules/wizard/def-ibar.txt
349
lib/enlightenment/modules/wizard/def-ibar.txt
321
lib/enlightenment/modules/wizard/desktop/home.desktop
350
lib/enlightenment/modules/wizard/desktop/home.desktop
322
lib/enlightenment/modules/wizard/desktop/root.desktop
351
lib/enlightenment/modules/wizard/desktop/root.desktop
323
lib/enlightenment/modules/wizard/desktop/tmp.desktop
352
lib/enlightenment/modules/wizard/desktop/tmp.desktop
324
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/module.so
353
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/module.so
325
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_000.so
354
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_000.so
326
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_010.so
355
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_010.so
327
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_011.so
356
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_011.so
328
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_020.so
357
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_020.so
329
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_030.so
358
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_030.so
330
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_040.so
359
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_040.so
331
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_050.so
360
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_050.so
332
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_060.so
361
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_060.so
333
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_065.so
362
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_065.so
334
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_070.so
363
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_070.so
335
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_080.so
364
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_080.so
336
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_090.so
365
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_090.so
337
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_100.so
366
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_100.so
338
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_110.so
367
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_110.so
339
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_120.so
368
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_115.so
340
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_130.so
369
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_120.so
341
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_150.so
370
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_130.so
342
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_160.so
371
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_150.so
343
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_170.so
372
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_160.so
344
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_180.so
373
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_170.so
345
lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_200.so
374
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_180.so
375
lib/enlightenment/modules/wizard/freebsd-x86_64-0.23.1/page_200.so
346
lib/enlightenment/modules/xkbswitch/e-module-xkbswitch.edj
376
lib/enlightenment/modules/xkbswitch/e-module-xkbswitch.edj
347
lib/enlightenment/modules/xkbswitch/%%ENLIGHTENMENT_ARCH%%/module.so
377
lib/enlightenment/modules/xkbswitch/freebsd-x86_64-0.23.1/module.so
348
lib/enlightenment/modules/xkbswitch/module.desktop
378
lib/enlightenment/modules/xkbswitch/module.desktop
349
lib/enlightenment/utils/enlightenment_alert
379
lib/enlightenment/utils/enlightenment_alert
350
lib/enlightenment/utils/enlightenment_backlight
380
lib/enlightenment/utils/enlightenment_backlight
Lines 355-362 Link Here
355
lib/enlightenment/utils/enlightenment_static_grabber
385
lib/enlightenment/utils/enlightenment_static_grabber
356
lib/enlightenment/utils/enlightenment_sys
386
lib/enlightenment/utils/enlightenment_sys
357
lib/enlightenment/utils/enlightenment_thumb
387
lib/enlightenment/utils/enlightenment_thumb
358
libdata/pkgconfig/enlightenment.pc
359
libdata/pkgconfig/everything.pc
360
share/applications/emixer.desktop
388
share/applications/emixer.desktop
361
share/applications/enlightenment_askpass.desktop
389
share/applications/enlightenment_askpass.desktop
362
share/applications/enlightenment_filemanager.desktop
390
share/applications/enlightenment_filemanager.desktop
Lines 381-386 Link Here
381
%%DATADIR%%/data/backgrounds/Mossstring.edj
409
%%DATADIR%%/data/backgrounds/Mossstring.edj
382
%%DATADIR%%/data/backgrounds/Motleyrock.edj
410
%%DATADIR%%/data/backgrounds/Motleyrock.edj
383
%%DATADIR%%/data/backgrounds/Newgrowth.edj
411
%%DATADIR%%/data/backgrounds/Newgrowth.edj
412
%%DATADIR%%/data/backgrounds/Ocean_Beach.edj
384
%%DATADIR%%/data/backgrounds/Orange_Roses.edj
413
%%DATADIR%%/data/backgrounds/Orange_Roses.edj
385
%%DATADIR%%/data/backgrounds/Pattern_Radial.edj
414
%%DATADIR%%/data/backgrounds/Pattern_Radial.edj
386
%%DATADIR%%/data/backgrounds/Pattern_Vertical.edj
415
%%DATADIR%%/data/backgrounds/Pattern_Vertical.edj
Lines 400-413 Link Here
400
%%DATADIR%%/data/backgrounds/Windy_Palm.edj
429
%%DATADIR%%/data/backgrounds/Windy_Palm.edj
401
%%DATADIR%%/data/config/default/e.cfg
430
%%DATADIR%%/data/config/default/e.cfg
402
%%DATADIR%%/data/config/default/e_bindings.cfg
431
%%DATADIR%%/data/config/default/e_bindings.cfg
403
%%DATADIR%%/data/config/default/enlightenment-default.png
404
%%DATADIR%%/data/config/default/profile.desktop
405
%%DATADIR%%/data/config/mobile/e.cfg
406
%%DATADIR%%/data/config/mobile/e_bindings.cfg
407
%%DATADIR%%/data/config/mobile/enlightenment-mobile.png
408
%%DATADIR%%/data/config/mobile/module.battery.cfg
409
%%DATADIR%%/data/config/mobile/module.conf.cfg
410
%%DATADIR%%/data/config/mobile/profile.desktop
411
%%DATADIR%%/data/config/profile.cfg
432
%%DATADIR%%/data/config/profile.cfg
412
%%DATADIR%%/data/config/standard/e.cfg
433
%%DATADIR%%/data/config/standard/e.cfg
413
%%DATADIR%%/data/config/standard/e_bindings.cfg
434
%%DATADIR%%/data/config/standard/e_bindings.cfg
Lines 564-609 Link Here
564
%%DATADIR%%/doc/enlightenment.png
585
%%DATADIR%%/doc/enlightenment.png
565
%%DATADIR%%/doc/illume2.html
586
%%DATADIR%%/doc/illume2.html
566
%%DATADIR%%/doc/illume2.png
587
%%DATADIR%%/doc/illume2.png
567
%%NLS%%share/locale/ar/LC_MESSAGES/enlightenment.mo
588
share/locale/ar/LC_MESSAGES/enlightenment.mo
568
%%NLS%%share/locale/bg/LC_MESSAGES/enlightenment.mo
589
share/locale/bg/LC_MESSAGES/enlightenment.mo
569
%%NLS%%share/locale/ca/LC_MESSAGES/enlightenment.mo
590
share/locale/ca/LC_MESSAGES/enlightenment.mo
570
%%NLS%%share/locale/cs/LC_MESSAGES/enlightenment.mo
591
share/locale/cs/LC_MESSAGES/enlightenment.mo
571
%%NLS%%share/locale/da/LC_MESSAGES/enlightenment.mo
592
share/locale/da/LC_MESSAGES/enlightenment.mo
572
%%NLS%%share/locale/de/LC_MESSAGES/enlightenment.mo
593
share/locale/de/LC_MESSAGES/enlightenment.mo
573
%%NLS%%share/locale/el/LC_MESSAGES/enlightenment.mo
594
share/locale/el/LC_MESSAGES/enlightenment.mo
574
%%NLS%%share/locale/eo/LC_MESSAGES/enlightenment.mo
595
share/locale/eo/LC_MESSAGES/enlightenment.mo
575
%%NLS%%share/locale/es/LC_MESSAGES/enlightenment.mo
596
share/locale/es/LC_MESSAGES/enlightenment.mo
576
%%NLS%%share/locale/et/LC_MESSAGES/enlightenment.mo
597
share/locale/et/LC_MESSAGES/enlightenment.mo
577
%%NLS%%share/locale/fi/LC_MESSAGES/enlightenment.mo
598
share/locale/fi/LC_MESSAGES/enlightenment.mo
578
%%NLS%%share/locale/fo/LC_MESSAGES/enlightenment.mo
599
share/locale/fo/LC_MESSAGES/enlightenment.mo
579
%%NLS%%share/locale/fr/LC_MESSAGES/enlightenment.mo
600
share/locale/fr/LC_MESSAGES/enlightenment.mo
580
%%NLS%%share/locale/fr_CH/LC_MESSAGES/enlightenment.mo
601
share/locale/fr_CH/LC_MESSAGES/enlightenment.mo
581
%%NLS%%share/locale/gl/LC_MESSAGES/enlightenment.mo
602
share/locale/gl/LC_MESSAGES/enlightenment.mo
582
%%NLS%%share/locale/he/LC_MESSAGES/enlightenment.mo
603
share/locale/he/LC_MESSAGES/enlightenment.mo
583
%%NLS%%share/locale/hr/LC_MESSAGES/enlightenment.mo
604
share/locale/hr/LC_MESSAGES/enlightenment.mo
584
%%NLS%%share/locale/hu/LC_MESSAGES/enlightenment.mo
605
share/locale/hu/LC_MESSAGES/enlightenment.mo
585
%%NLS%%share/locale/it/LC_MESSAGES/enlightenment.mo
606
share/locale/it/LC_MESSAGES/enlightenment.mo
586
%%NLS%%share/locale/ja/LC_MESSAGES/enlightenment.mo
607
share/locale/ja/LC_MESSAGES/enlightenment.mo
587
%%NLS%%share/locale/km/LC_MESSAGES/enlightenment.mo
608
share/locale/km/LC_MESSAGES/enlightenment.mo
588
%%NLS%%share/locale/ko/LC_MESSAGES/enlightenment.mo
609
share/locale/ko/LC_MESSAGES/enlightenment.mo
589
%%NLS%%share/locale/lt/LC_MESSAGES/enlightenment.mo
610
share/locale/lt/LC_MESSAGES/enlightenment.mo
590
%%NLS%%share/locale/ms/LC_MESSAGES/enlightenment.mo
611
share/locale/ms/LC_MESSAGES/enlightenment.mo
591
%%NLS%%share/locale/nb/LC_MESSAGES/enlightenment.mo
612
share/locale/nb/LC_MESSAGES/enlightenment.mo
592
%%NLS%%share/locale/nl/LC_MESSAGES/enlightenment.mo
613
share/locale/nl/LC_MESSAGES/enlightenment.mo
593
%%NLS%%share/locale/pl/LC_MESSAGES/enlightenment.mo
614
share/locale/pl/LC_MESSAGES/enlightenment.mo
594
%%NLS%%share/locale/pt/LC_MESSAGES/enlightenment.mo
615
share/locale/pt/LC_MESSAGES/enlightenment.mo
595
%%NLS%%share/locale/pt_BR/LC_MESSAGES/enlightenment.mo
616
share/locale/pt_BR/LC_MESSAGES/enlightenment.mo
596
%%NLS%%share/locale/ro/LC_MESSAGES/enlightenment.mo
617
share/locale/ro/LC_MESSAGES/enlightenment.mo
597
%%NLS%%share/locale/ru/LC_MESSAGES/enlightenment.mo
618
share/locale/ru/LC_MESSAGES/enlightenment.mo
598
%%NLS%%share/locale/sk/LC_MESSAGES/enlightenment.mo
619
share/locale/sk/LC_MESSAGES/enlightenment.mo
599
%%NLS%%share/locale/sl/LC_MESSAGES/enlightenment.mo
620
share/locale/sl/LC_MESSAGES/enlightenment.mo
600
%%NLS%%share/locale/sr/LC_MESSAGES/enlightenment.mo
621
share/locale/sr/LC_MESSAGES/enlightenment.mo
601
%%NLS%%share/locale/sv/LC_MESSAGES/enlightenment.mo
622
share/locale/sv/LC_MESSAGES/enlightenment.mo
602
%%NLS%%share/locale/tr/LC_MESSAGES/enlightenment.mo
623
share/locale/tr/LC_MESSAGES/enlightenment.mo
603
%%NLS%%share/locale/uk/LC_MESSAGES/enlightenment.mo
624
share/locale/uk/LC_MESSAGES/enlightenment.mo
604
%%NLS%%share/locale/vi/LC_MESSAGES/enlightenment.mo
625
share/locale/vi/LC_MESSAGES/enlightenment.mo
605
%%NLS%%share/locale/zh_CN/LC_MESSAGES/enlightenment.mo
626
share/locale/zh_CN/LC_MESSAGES/enlightenment.mo
606
%%NLS%%share/locale/zh_TW/LC_MESSAGES/enlightenment.mo
627
share/locale/zh_TW/LC_MESSAGES/enlightenment.mo
607
share/pixmaps/emixer.png
628
share/pixmaps/emixer.png
608
share/pixmaps/enlightenment-askpass.png
629
share/pixmaps/enlightenment-askpass.png
630
share/wayland-sessions/enlightenment.desktop
609
share/xsessions/enlightenment.desktop
631
share/xsessions/enlightenment.desktop

Return to bug 245596