From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/
Date: Sun, 16 Sep 2018 19:35:00 +0000 (UTC) [thread overview]
Message-ID: <1537126494.460dbf42661a65947b32361e49117f96bb568f21.mgorny@gentoo> (raw)
commit: 460dbf42661a65947b32361e49117f96bb568f21
Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Tue Aug 28 08:59:39 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 16 19:34:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460dbf42
x11-wm/enlightenment: bump to 0.22.4
- Dropped multiple KEYWORDS due to efl-1.21.0 not being keyworded,
- Switched away from MODULES use flag mess.
Package-Manager: Portage[mgorny]-2.3.43.3
Closes: https://github.com/gentoo/gentoo/pull/9718
x11-wm/enlightenment/Manifest | 1 +
x11-wm/enlightenment/enlightenment-0.22.4.ebuild | 101 +++++++++++++++++++++++
x11-wm/enlightenment/metadata.xml | 1 +
3 files changed, 103 insertions(+)
diff --git a/x11-wm/enlightenment/Manifest b/x11-wm/enlightenment/Manifest
index a165bc047ac..49d83eda3d5 100644
--- a/x11-wm/enlightenment/Manifest
+++ b/x11-wm/enlightenment/Manifest
@@ -1,3 +1,4 @@
DIST enlightenment-0.21.11.tar.xz 25313532 BLAKE2B 3128137fe81a5b3dccc909eee8aac6845648c088b4cc8de9965408445579ed6aa01bdd879b726d21449c674f07a78386348525d61c0c0d786493d638ec4ae2b4 SHA512 3dee0f7a49fff992a81ce82a730cf8f0cec52a9805dcdd643a35a0bb8c7a27c6af82c136219553684c24c8e2ee2e8623f04858fddab56cdff7477ed2c9cc0ddf
DIST enlightenment-0.21.7.tar.xz 25307500 BLAKE2B 54b0bb7f76390d46f7eec40aecafb1b8769ba659acaffe8ade61ef9cd6fcb28d843bc185a3cc6c478fa30f917946d331569a394132c3351215a3d1d051d7d2ac SHA512 9d10116990f83b6a2f066b81fab08a9b49779df22d92b5823bf579d786a3f4602094cf8c4d08b3e23a1cfc0cd7032004b2e389e234a189fb2479d23287bf1277
DIST enlightenment-0.22.3.tar.xz 25648576 BLAKE2B 1abb1fab18c5932b65f1183875bbe0955ce1d608758af0855c550f5581c774bd19dd0b6c8dd8c724b668ff843e1ed4928531f30b60436d9182a07a65fa2af9e3 SHA512 01a9386ee009c76c46cee7176cdeb7f4e97977bdd5014caa51cceeff228ad72f97a362d1eff7e0240e3e2df8b24a6c9d1516c8ab05bd82d288abcfde0d171abd
+DIST enlightenment-0.22.4.tar.xz 25656972 BLAKE2B 5e24e226e5f9295d27658656aefaf39cc80ad3634ba1937ef1a3c8e1adeba8cf3cbab2c43cb9e80ac298107a7a64e248ff252084b19c26a974ffff9eb9e6c3fa SHA512 9f4366bfed4d65e7baaeffd4f5b8ba6febf6f9888e6156dd3e100c9fca42c377f76f156f3dd1f6ab97745ffcb69e1e8d320937e41333797580624a9b74d298ba
diff --git a/x11-wm/enlightenment/enlightenment-0.22.4.ebuild b/x11-wm/enlightenment/enlightenment-0.22.4.ebuild
new file mode 100644
index 00000000000..677da510e54
--- /dev/null
+++ b/x11-wm/enlightenment/enlightenment-0.22.4.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit meson xdg-utils
+
+DESCRIPTION="Enlightenment window manager"
+HOMEPAGE="https://www.enlightenment.org"
+SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0.17/${PV%%_*}"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="acpi bluetooth connman doc geolocation nls packagekit pam systemd udisks wayland wifi"
+
+RDEPEND="
+ >=dev-libs/efl-1.20.5[eet,X]
+ virtual/udev
+ x11-libs/libXext
+ x11-libs/libxcb
+ x11-libs/xcb-util-keysyms
+ x11-misc/xkeyboard-config
+ acpi? ( sys-power/acpid )
+ bluetooth? ( net-wireless/bluez )
+ connman? ( dev-libs/efl[connman] )
+ geolocation? ( app-misc/geoclue:2.0 )
+ packagekit? ( app-admin/packagekit-base )
+ pam? ( sys-libs/pam )
+ systemd? ( sys-apps/systemd )
+ udisks? ( sys-fs/udisks:2 )
+ wayland? (
+ >=dev-libs/efl-1.21.0[drm,wayland]
+ dev-libs/wayland
+ x11-libs/libxkbcommon
+ x11-libs/pixman
+ )
+"
+BDEPEND="
+ virtual/pkgconfig
+ nls? ( sys-devel/gettext )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+ xdg_environment_reset
+}
+
+src_configure() {
+ local emesonargs=(
+ -D device-udev=true
+ -D install-sysactions=false
+ -D mount-udisks=$(usex udisks true false)
+ -D bluez4=$(usex bluetooth true false)
+ -D connman=$(usex connman true false)
+ -D geolocation=$(usex geolocation true false)
+ -D nls=$(usex nls true false)
+ -D packagekit=$(usex packagekit true false)
+ -D pam=$(usex pam true false)
+ -D systemd=$(usex systemd true false)
+ -D wayland=$(usex wayland true false)
+ -D wireless=$(usex wifi true false)
+ )
+
+ if ! use wayland; then
+ emesonargs+=(
+ -D wl-buffer=false
+ -D wl-desktop-shell=false
+ -D wl-drm=false
+ -D wl-text-input=false
+ -D wl-weekeyboard=false
+ -D wl-wl=false
+ -D wl-x11=false
+ -D xwayland=false
+ )
+ fi
+
+ meson_src_configure
+}
+
+src_install() {
+ insinto /etc/enlightenment
+ newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf
+
+ if use doc; then
+ local HTML_DOCS=( doc/. )
+ fi
+
+ meson_src_install
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+}
diff --git a/x11-wm/enlightenment/metadata.xml b/x11-wm/enlightenment/metadata.xml
index 4b927b67c71..8af72188ab2 100644
--- a/x11-wm/enlightenment/metadata.xml
+++ b/x11-wm/enlightenment/metadata.xml
@@ -10,6 +10,7 @@
</maintainer>
<use>
<flag name="egl">Enable EGL rendering</flag>
+ <flag name="packagekit">Enable module for package manager integration</flag>
<flag name="ukit">Use upower/udisks to automount devices</flag>
</use>
<longdescription>
next reply other threads:[~2018-09-16 19:35 UTC|newest]
Thread overview: 113+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-16 19:35 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-16 12:38 [gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/ Joonas Niilola
2024-03-17 7:45 Joonas Niilola
2024-02-16 10:22 Joonas Niilola
2024-02-16 10:22 Joonas Niilola
2023-12-23 20:05 Joonas Niilola
2022-09-16 12:13 Joonas Niilola
2022-09-16 12:13 Joonas Niilola
2022-09-16 12:13 Joonas Niilola
2022-09-16 9:34 Joonas Niilola
2022-03-30 4:57 Joonas Niilola
2022-03-14 16:26 Joonas Niilola
2022-03-14 16:26 Joonas Niilola
2022-02-10 12:43 Joonas Niilola
2022-02-10 12:43 Joonas Niilola
2022-02-08 9:11 Joonas Niilola
2022-02-08 9:11 Joonas Niilola
2022-01-06 6:50 Joonas Niilola
2022-01-05 7:17 Joonas Niilola
2022-01-04 16:19 Joonas Niilola
2021-08-25 7:09 Joonas Niilola
2021-08-18 1:28 Sam James
2021-08-18 1:28 Sam James
2021-07-28 3:00 Yixun Lan
2021-07-26 19:51 Piotr Karbowski
2021-04-04 18:55 Andreas Sturmlechner
2021-02-27 15:48 Joonas Niilola
2020-11-25 12:27 Joonas Niilola
2020-11-25 12:27 Joonas Niilola
2020-09-27 20:09 Sam James
2020-09-07 8:55 David Seifert
2020-09-03 10:08 Joonas Niilola
2020-09-03 10:08 Joonas Niilola
2020-08-11 14:38 Joonas Niilola
2020-08-04 16:50 Joonas Niilola
2020-07-17 8:14 Joonas Niilola
2020-07-17 8:14 Joonas Niilola
2020-06-01 5:45 Joonas Niilola
2020-06-01 5:45 Joonas Niilola
2020-05-18 6:06 Joonas Niilola
2020-05-04 16:25 Joonas Niilola
2020-05-04 16:25 Joonas Niilola
2020-03-20 21:53 Matt Turner
2020-02-08 7:58 Joonas Niilola
2019-12-30 11:54 Joonas Niilola
2019-12-30 11:54 Joonas Niilola
2019-12-21 9:39 Joonas Niilola
2019-10-03 15:42 Joonas Niilola
2019-10-03 15:42 Joonas Niilola
2019-09-27 7:24 Joonas Niilola
2019-09-24 15:29 Joonas Niilola
2019-08-25 4:31 Joonas Niilola
2019-08-24 18:34 Joonas Niilola
2019-08-24 5:45 Joonas Niilola
2019-08-24 5:45 Joonas Niilola
2019-08-24 5:45 Joonas Niilola
2019-07-31 3:41 Joonas Niilola
2019-05-21 8:39 Michał Górny
2019-03-19 2:03 Thomas Deutschmann
2019-03-16 14:38 Mikle Kolyada
2018-09-18 7:10 Michał Górny
2018-09-09 7:46 Mikle Kolyada
2018-08-23 8:17 Patrice Clement
2018-07-10 11:11 Michał Górny
2018-07-09 20:30 Andreas Sturmlechner
2018-07-09 0:32 Mikle Kolyada
2018-07-07 14:52 Andreas Sturmlechner
2018-07-07 14:52 Andreas Sturmlechner
2018-06-22 18:50 Michał Górny
2018-06-19 22:34 Sergei Trofimovich
2018-06-19 22:34 Sergei Trofimovich
2018-06-17 12:43 Michał Górny
2018-06-13 18:52 Markus Meier
2018-06-13 18:52 Markus Meier
2018-06-09 9:48 Michał Górny
2018-06-09 9:48 Michał Górny
2018-06-04 7:33 Jeroen Roovers
2018-05-25 22:35 Aaron Bauman
2018-05-25 18:11 Aaron Bauman
2018-05-20 1:45 Aaron Bauman
2018-05-15 17:45 Michał Górny
2018-05-11 8:44 Michał Górny
2018-04-16 15:35 Michał Górny
2018-04-13 23:22 Aaron Bauman
2018-03-25 10:28 Michał Górny
2018-02-26 10:26 Michał Górny
2018-02-19 19:24 Michał Górny
2017-03-12 4:00 Mike Frysinger
2016-11-10 21:45 Mike Gilbert
2016-11-10 5:10 Mike Frysinger
2016-06-12 9:04 Patrick Lauer
2016-05-08 18:23 Patrick Lauer
2016-05-05 3:10 Mike Frysinger
2016-05-05 3:10 Mike Frysinger
2016-04-02 4:11 Mike Frysinger
2016-04-02 4:11 Mike Frysinger
2016-04-02 4:11 Mike Frysinger
2016-02-21 19:03 Mike Frysinger
2015-12-30 20:40 Mike Frysinger
2015-12-30 20:40 Mike Frysinger
2015-12-30 20:40 Mike Frysinger
2015-12-24 20:18 Mike Frysinger
2015-12-24 20:18 Mike Frysinger
2015-12-24 20:18 Mike Frysinger
2015-12-24 20:18 Mike Frysinger
2015-12-24 20:18 Mike Frysinger
2015-12-24 20:18 Mike Frysinger
2015-12-24 20:18 Mike Frysinger
2015-10-16 10:59 Michał Górny
2015-10-09 12:50 Mike Frysinger
2015-10-09 12:50 Mike Frysinger
2015-09-19 0:41 Mike Frysinger
2015-09-19 0:39 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1537126494.460dbf42661a65947b32361e49117f96bb568f21.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox