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/
Date: Mon, 01 Jun 2020 05:45:41
Message-Id: 1590990262.5b2b4d620eb18d89369c2e38d6beb3461fbc109f.juippis@gentoo
1 commit: 5b2b4d620eb18d89369c2e38d6beb3461fbc109f
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 05:43:09 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 05:44:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2b4d62
7
8 x11-wm/enlightenment: bump to 0.24.1
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-wm/enlightenment/Manifest | 1 +
13 x11-wm/enlightenment/enlightenment-0.24.1.ebuild | 111 +++++++++++++++++++++++
14 2 files changed, 112 insertions(+)
15
16 diff --git a/x11-wm/enlightenment/Manifest b/x11-wm/enlightenment/Manifest
17 index 65eb55da2e8..0191c0d3eaa 100644
18 --- a/x11-wm/enlightenment/Manifest
19 +++ b/x11-wm/enlightenment/Manifest
20 @@ -1,2 +1,3 @@
21 DIST enlightenment-0.23.1.tar.xz 26426096 BLAKE2B d781dc951ad8eddd90f633b29a6b1180be63e6052a56e60644b4f738f4c0d42617aeb4f7326cf3284d0b331dd87d605fa0625ea6435f4e36b8f5b3ccce82ca53 SHA512 b5b8a34f6abe47d9b23dbcaf09d2f61f74b3f8d5a97b30a9666916b4bd307a45cb2ad874288419ab40ef06fa57c3b7dc15377dd9acaeb6eb71cd8c0c24fc42cb
22 DIST enlightenment-0.24.0.tar.xz 28712348 BLAKE2B 97294beaf6456ca5512796fbfbff72207e2c57aad130f802b6a63c7a9a30e8bc6cd98ad6947a1f4edb8508a96ef135b66297827edfb63c4ea4330588677a9abc SHA512 7255ec5c2e85143df8d92e37456f5392feb3a264daa81ec6b10ae57886d714c524869392ddc753914f3a9c5fd71e1b2c5dd1d1e1f7a5a649fb6aaaed81214b95
23 +DIST enlightenment-0.24.1.tar.xz 28713452 BLAKE2B 1d4713a4887a687a5425888e65b358cd01fe12e42865799265f5092dc6784eb29c25b5563805d1c7be9856037b0570027c2f01a8eb848299e7729d905e291470 SHA512 3835d898f1fdb96ab6539543e9af910b4a9078372af5cfd90abb33c0d5ecb41496499629c54613e3fec4c230233b69bf1abde68f3ffba4996c69979a526da418
24
25 diff --git a/x11-wm/enlightenment/enlightenment-0.24.1.ebuild b/x11-wm/enlightenment/enlightenment-0.24.1.ebuild
26 new file mode 100644
27 index 00000000000..bf2169b4ee5
28 --- /dev/null
29 +++ b/x11-wm/enlightenment/enlightenment-0.24.1.ebuild
30 @@ -0,0 +1,111 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit eutils 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 ~ppc ~ppc64 ~x86"
45 +IUSE="acpi bluetooth connman doc geolocation nls pam policykit systemd udisks wayland wifi xwayland"
46 +
47 +REQUIRED_USE="xwayland? ( wayland )"
48 +
49 +RDEPEND=">=dev-libs/efl-1.24.1[eet,fontconfig,X]
50 + virtual/udev
51 + x11-libs/libXext
52 + x11-libs/libxcb
53 + x11-libs/xcb-util-keysyms
54 + x11-misc/xkeyboard-config
55 + acpi? ( sys-power/acpid )
56 + bluetooth? ( net-wireless/bluez )
57 + connman? ( dev-libs/efl[connman] )
58 + geolocation? ( app-misc/geoclue:2.0 )
59 + pam? ( sys-libs/pam )
60 + policykit? ( sys-auth/polkit )
61 + systemd? ( sys-apps/systemd )
62 + udisks? ( sys-fs/udisks:2 )
63 + wayland? (
64 + >=dev-libs/efl-1.22.0[drm,wayland]
65 + dev-libs/wayland
66 + x11-libs/libxkbcommon
67 + x11-libs/pixman
68 + )
69 + xwayland? (
70 + dev-libs/efl[X,wayland]
71 + x11-base/xorg-server[wayland]
72 + )"
73 +BDEPEND="virtual/pkgconfig
74 + nls? ( sys-devel/gettext )"
75 +DEPEND="${RDEPEND}"
76 +
77 +src_configure() {
78 + local emesonargs=(
79 + -D device-udev=true
80 + -D install-enlightenment-menu=true
81 +
82 + -D install-sysactions=true
83 + -D install-system=true
84 + -D mount-eeze=false
85 +
86 + -D packagekit=false
87 +
88 + $(meson_use udisks mount-udisks)
89 + $(meson_use bluetooth bluez5)
90 + $(meson_use connman)
91 + $(meson_use geolocation)
92 + $(meson_use nls)
93 + $(meson_use pam)
94 + $(meson_use policykit polkit)
95 + $(meson_use systemd)
96 + $(meson_use wayland wl)
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 + use doc && local HTML_DOCS=( doc/. )
118 + meson_src_install
119 +}
120 +
121 +pkg_postinst() {
122 + xdg_desktop_database_update
123 + xdg_icon_cache_update
124 + xdg_mimeinfo_database_update
125 +
126 + elog "Additional programs to complete full EFL suite: "
127 + optfeature "office file thumbnails" app-office/libreoffice app-office/libreoffice-bin
128 + optfeature "an EFL-based IDE" dev-util/edi
129 + optfeature "image viewer" media-gfx/ephoto
130 + optfeature "ConnMan user interface for Enlightenment" net-misc/econnman
131 + optfeature "system and process monitor" sys-process/evisum
132 + optfeature "feature rich terminal emulator" x11-terms/terminology
133 + optfeature "a modern flat enlightenment WM theme" x11-themes/e-flat-theme
134 + optfeature "a matching GTK theme" x11-themes/e-gtk-theme
135 +}
136 +
137 +pkg_postrm() {
138 + xdg_desktop_database_update
139 + xdg_icon_cache_update
140 + xdg_mimeinfo_database_update
141 +}