From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1034919-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 00CF6138334 for <garchives@archives.gentoo.org>; Sat, 7 Jul 2018 14:52:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF048E0AF6; Sat, 7 Jul 2018 14:52:09 +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 A828AE0AF6 for <gentoo-commits@lists.gentoo.org>; Sat, 7 Jul 2018 14:52:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 00F10335C7F for <gentoo-commits@lists.gentoo.org>; Sat, 7 Jul 2018 14:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE559352 for <gentoo-commits@lists.gentoo.org>; Sat, 7 Jul 2018 14:52:05 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1530975045.948531a60e16bf6e1e8ecfdf31ab2bb1ce3bf8e7.asturm@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.21.11-r1.ebuild X-VCS-Directories: x11-wm/enlightenment/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 948531a60e16bf6e1e8ecfdf31ab2bb1ce3bf8e7 X-VCS-Branch: master Date: Sat, 7 Jul 2018 14:52: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: 4e3984a4-1e11-471c-a539-1d006958c85f X-Archives-Hash: 70de083521887b99b52b528abaefefbf commit: 948531a60e16bf6e1e8ecfdf31ab2bb1ce3bf8e7 Author: Joonas Niilola <juippis <AT> gmail <DOT> com> AuthorDate: Sat Jul 7 06:10:29 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jul 7 14:50:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948531a6 x11-wm/enlightenment: 0.21.11 depends on >=dev-libs/efl-1.20 Closes: https://bugs.gentoo.org/660412 Package-Manager: Portage[mgorny]-2.3.36.1 Closes: https://github.com/gentoo/gentoo/pull/9060 .../enlightenment/enlightenment-0.21.11-r1.ebuild | 139 +++++++++++++++++++++ 1 file changed, 139 insertions(+) diff --git a/x11-wm/enlightenment/enlightenment-0.21.11-r1.ebuild b/x11-wm/enlightenment/enlightenment-0.21.11-r1.ebuild new file mode 100644 index 00000000000..6924bb9aa53 --- /dev/null +++ b/x11-wm/enlightenment/enlightenment-0.21.11-r1.ebuild @@ -0,0 +1,139 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit 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 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" + +E_CONF_MODS=( + applications bindings dialogs display + interaction intl menus paths + performance randr shelves theme + window-manipulation window-remembers +) + +E_NORM_MODS=( + appmenu backlight battery bluez4 + clock conf cpufreq everything + fileman fileman-opinfo gadman geolocation + ibar ibox lokker mixer + msgbus music-control notification packagekit + pager pager-plain quickaccess shot + start syscon systray tasks + teamwork temperature tiling time + winlist wireless wizard wl-desktop-shell + wl-drm wl-text-input wl-weekeyboard wl-wl + wl-x11 xkbswitch xwayland +) + +IUSE_E_MODULES=( + ${E_CONF_MODS[@]/#/enlightenment_modules_conf-} + ${E_NORM_MODS[@]/#/enlightenment_modules_} +) + +IUSE="acpi connman doc egl nls pam static-libs systemd udisks wayland ${IUSE_E_MODULES[@]/#/+}" + +RDEPEND=" + >=dev-libs/efl-1.20.0[eet,X] + virtual/udev + x11-libs/libXext + x11-libs/libxcb + x11-libs/xcb-util-keysyms + x11-misc/xkeyboard-config + acpi? ( sys-power/acpid ) + connman? ( net-misc/connman ) + egl? ( >=dev-libs/efl-1.20.0[egl,wayland] ) + pam? ( sys-libs/pam ) + systemd? ( sys-apps/systemd ) + udisks? ( sys-fs/udisks:2 ) + wayland? ( + >=dev-libs/efl-1.20.0[drm,wayland] + >=dev-libs/wayland-1.11.0 + x11-libs/libxkbcommon + x11-libs/pixman + ) +" +DEPEND=" + ${RDEPEND} + sys-devel/automake:1.15 + virtual/pkgconfig + nls? ( sys-devel/gettext ) +" + +src_prepare() { + default + + eapply "${FILESDIR}"/"${P}"-quickstart.diff + + xdg_environment_reset + + sed -i 's/Categories=Audio/Categories=AudioVideo/g' src/modules/mixer/emixer.desktop || die +} + +src_configure() { + local myconf=( + --disable-install-sysactions + --disable-policy-mobile + --enable-device-udev + $(use_enable connman) + $(use_enable egl wayland-egl) + $(use_enable nls) + $(use_enable pam) + $(use_enable static-libs static) + $(use_enable systemd) + $(use_enable udisks mount-udisks) + $(use_enable wayland) + ) + + local u c + for u in ${IUSE_E_MODULES[@]} ; do + c=${u#enlightenment_modules_} + + case ${c} in + wl-*|xwayland) + if ! use wayland ; then + myconf+=( --disable-${c} ) + continue + fi + + ;; + esac + + myconf+=( $(use_enable ${u} ${c}) ) + + done + + econf "${myconf[@]}" +} + +src_install() { + insinto /etc/enlightenment + newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf + + if use doc ; then + local HTML_DOCS=( doc/. ) + fi + + einstalldocs + V=1 emake install DESTDIR="${D}" || die + + find "${D}" -name '*.la' -delete || die +} + +pkg_postinst() { + xdg_desktop_database_update + xdg_mimeinfo_database_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_mimeinfo_database_update +}