From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1028959-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57411138334 for <garchives@archives.gentoo.org>; Sat, 9 Jun 2018 09:48:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05CBBE0933; Sat, 9 Jun 2018 09:48:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7E75E0933 for <gentoo-commits@lists.gentoo.org>; Sat, 9 Jun 2018 09:48:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7578A335C9D for <gentoo-commits@lists.gentoo.org>; Sat, 9 Jun 2018 09:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D34ED2BF for <gentoo-commits@lists.gentoo.org>; Sat, 9 Jun 2018 09:48:05 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1528536765.0c0d00c060fb5f87129d0b4acf7d981b3a31e76c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/enlightenment/enlightenment-0.22.3.ebuild X-VCS-Directories: x11-wm/enlightenment/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0c0d00c060fb5f87129d0b4acf7d981b3a31e76c X-VCS-Branch: master Date: Sat, 9 Jun 2018 09:48:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: be12496e-a05b-4829-8777-4c3ba2cafd51 X-Archives-Hash: a63f8a587bfcebdfcd15426e84529f19 commit: 0c0d00c060fb5f87129d0b4acf7d981b3a31e76c Author: Joonas Niilola <juippis <AT> gmail <DOT> com> AuthorDate: Sun Jun 3 14:22:26 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 9 09:32:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0d00c0 x11-wm/enlightenment: add 'acpi' and 'connman' USE flags to 0.22.3 Removed sed line which 'fixed' QA issues. Updated description. Closes: https://bugs.gentoo.org/637034 Closes: https://github.com/gentoo/gentoo/pull/8711 Package-Manager: Portage[mgorny]-2.3.36.1 x11-wm/enlightenment/enlightenment-0.22.3.ebuild | 31 ++++++++++++------------ 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/x11-wm/enlightenment/enlightenment-0.22.3.ebuild b/x11-wm/enlightenment/enlightenment-0.22.3.ebuild index 042b54c3f25..a099540f896 100644 --- a/x11-wm/enlightenment/enlightenment-0.22.3.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.22.3.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit meson xdg-utils -DESCRIPTION="Enlightenment DR17 window manager" +DESCRIPTION="Enlightenment window manager" HOMEPAGE="https://www.enlightenment.org/" SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz" @@ -22,17 +22,17 @@ E_CONF_MODS=( E_NORM_MODS=( appmenu backlight battery bluez4 - clock conf connman cpufreq - everything fileman fileman-opinfo gadman - geolocation ibar ibox lokker - luncher mixer msgbus music-control - notification packagekit pager pager-plain - quickaccess shot start syscon - sysinfo systray tasks teamwork - temperature tiling time vkbd - winlist wireless wizard wl-buffer - wl-desktop-shell wl-drm wl-text-input wl-weekeyboard - wl-wl wl-x11 xkbswitch xwayland + clock conf cpufreq everything + fileman fileman-opinfo gadman geolocation + ibar ibox lokker luncher + mixer msgbus music-control notification + packagekit pager pager-plain quickaccess + shot start syscon sysinfo + systray tasks teamwork temperature + tiling time vkbd winlist + wireless wizard wl-buffer wl-desktop-shell + wl-drm wl-text-input wl-weekeyboard wl-wl + wl-x11 xkbswitch xwayland ) IUSE_E_MODULES=( @@ -40,7 +40,7 @@ IUSE_E_MODULES=( ${E_NORM_MODS[@]/#/enlightenment_modules_} ) -IUSE="doc nls pam systemd udisks wayland ${IUSE_E_MODULES[@]/#/+}" +IUSE="acpi connman doc nls pam systemd udisks wayland ${IUSE_E_MODULES[@]/#/+}" RDEPEND=" >=dev-libs/efl-1.20.5[eet,X] @@ -49,6 +49,8 @@ RDEPEND=" x11-libs/libxcb x11-libs/xcb-util-keysyms x11-misc/xkeyboard-config + acpi? ( sys-power/acpid ) + connman? ( net-misc/connman ) pam? ( sys-libs/pam ) systemd? ( sys-apps/systemd ) udisks? ( sys-fs/udisks:2 ) @@ -70,8 +72,6 @@ src_prepare() { xdg_environment_reset - # fix QA issues with .desktop files - find data/desktop/ -type f -exec sed -i 's|OnlyShowIn=Enlightenment|OnlyShowIn=X-Enlightenment|g' {} \; || die sed -i 's/Categories=Audio/Categories=AudioVideo/g' src/modules/mixer/emixer.desktop || die } @@ -80,6 +80,7 @@ src_configure() { -D device-udev=true -D install-sysactions=false -D mount-udisks=$(usex udisks true false) + -D connman=$(usex connman true false) -D nls=$(usex nls true false) -D pam=$(usex pam true false) -D systemd=$(usex systemd true false)