From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 109A513835A for ; Sun, 7 Jun 2020 00:12:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EE6EE0AB9; Sun, 7 Jun 2020 00:12:34 +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 E8F09E0AB9 for ; Sun, 7 Jun 2020 00:12:33 +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 9F30434F244 for ; Sun, 7 Jun 2020 00:12:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60EA6286 for ; Sun, 7 Jun 2020 00:12:30 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1591488734.ac6d97bb0b5d1f0cad586def0afe79733b540e3d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/wayfire/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/wayfire/metadata.xml gui-wm/wayfire/wayfire-0.4.0-r1.ebuild gui-wm/wayfire/wayfire-0.4.0.ebuild gui-wm/wayfire/wayfire-9999.ebuild X-VCS-Directories: gui-wm/wayfire/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ac6d97bb0b5d1f0cad586def0afe79733b540e3d X-VCS-Branch: master Date: Sun, 7 Jun 2020 00:12:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4651b27-e253-4c65-908f-3aa883d9eed5 X-Archives-Hash: adb5ca5ce905fadfac9d33047b5eace3 commit: ac6d97bb0b5d1f0cad586def0afe79733b540e3d Author: Aisha Tammy aisha cc> AuthorDate: Sat Jun 6 20:02:20 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jun 7 00:12:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6d97bb gui-wm/wayfire: remove debug symbols Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy aisha.cc> Signed-off-by: Aaron Bauman gentoo.org> gui-wm/wayfire/metadata.xml | 3 +-- .../{wayfire-0.4.0.ebuild => wayfire-0.4.0-r1.ebuild} | 15 +++++---------- gui-wm/wayfire/wayfire-9999.ebuild | 15 +++++---------- 3 files changed, 11 insertions(+), 22 deletions(-) diff --git a/gui-wm/wayfire/metadata.xml b/gui-wm/wayfire/metadata.xml index c61941f4b35..5765c019ed7 100644 --- a/gui-wm/wayfire/metadata.xml +++ b/gui-wm/wayfire/metadata.xml @@ -15,9 +15,8 @@ Proxy Maintainers - use libglvnd to do animations more efficiently + use libglvnd to do animations more efficiently use the system-wide wf-config, else build it as a submodule. DO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING. use the system wide wlroots, else build it as a submodule. DO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING. - add debugging symbols for error reporting. DISABLE ALL SYSTEM USE FLAGS BEFORE REPORTING BUGS. diff --git a/gui-wm/wayfire/wayfire-0.4.0.ebuild b/gui-wm/wayfire/wayfire-0.4.0-r1.ebuild similarity index 85% rename from gui-wm/wayfire/wayfire-0.4.0.ebuild rename to gui-wm/wayfire/wayfire-0.4.0-r1.ebuild index 960c7938036..9de00654b84 100644 --- a/gui-wm/wayfire/wayfire-0.4.0.ebuild +++ b/gui-wm/wayfire/wayfire-0.4.0-r1.ebuild @@ -18,7 +18,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="+gles2 +system-wfconfig +system-wlroots elogind systemd debug" +IUSE="+gles +system-wfconfig +system-wlroots elogind systemd" REQUIRED_USE="?? ( elogind systemd )" DEPEND=" @@ -35,10 +35,10 @@ DEPEND=" x11-libs/cairo:=[X,svg] x11-libs/libxkbcommon:=[X] x11-libs/pixman - gles2? ( media-libs/libglvnd[X] ) - system-wfconfig? ( ~gui-libs/wf-config-${PV}[debug=] ) + gles? ( media-libs/libglvnd[X] ) + system-wfconfig? ( ~gui-libs/wf-config-${PV} ) !system-wfconfig? ( !gui-libs/wf-config ) - system-wlroots? ( ~gui-libs/wlroots-0.10.0[elogind=,systemd=,X] ) + system-wlroots? ( ~gui-libs/wlroots-0.10.1[elogind=,systemd=,X] ) !system-wlroots? ( !gui-libs/wlroots ) " @@ -59,13 +59,8 @@ src_configure() { local emesonargs=( $(meson_feature system-wfconfig use_system_wfconfig) $(meson_feature system-wlroots use_system_wlroots) - $(meson_use gles2 enable_gles32) + $(meson_use gles enable_gles32) ) - if use debug; then - emesonargs+=( - "-Db_sanitize=address,undefined" - ) - fi meson_src_configure } diff --git a/gui-wm/wayfire/wayfire-9999.ebuild b/gui-wm/wayfire/wayfire-9999.ebuild index 2ca45c4a7e8..3a3d136e62b 100644 --- a/gui-wm/wayfire/wayfire-9999.ebuild +++ b/gui-wm/wayfire/wayfire-9999.ebuild @@ -18,7 +18,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="+gles2 +system-wfconfig +system-wlroots elogind systemd debug" +IUSE="+gles +system-wfconfig +system-wlroots elogind systemd" REQUIRED_USE="?? ( elogind systemd )" DEPEND=" @@ -35,10 +35,10 @@ DEPEND=" x11-libs/cairo:=[X,svg] x11-libs/libxkbcommon:=[X] x11-libs/pixman - gles2? ( media-libs/libglvnd[X] ) - system-wfconfig? ( ~gui-libs/wf-config-${PV}[debug=] ) + gles? ( media-libs/libglvnd[X] ) + system-wfconfig? ( ~gui-libs/wf-config-${PV} ) !system-wfconfig? ( !gui-libs/wf-config ) - system-wlroots? ( >=gui-libs/wlroots-0.10.1[elogind=,systemd=,X] ) + system-wlroots? ( ~gui-libs/wlroots-9999[elogind=,systemd=,X] ) !system-wlroots? ( !gui-libs/wlroots ) " @@ -59,13 +59,8 @@ src_configure() { local emesonargs=( $(meson_feature system-wfconfig use_system_wfconfig) $(meson_feature system-wlroots use_system_wlroots) - $(meson_use gles2 enable_gles32) + $(meson_use gles enable_gles32) ) - if use debug; then - emesonargs+=( - "-Db_sanitize=address,undefined" - ) - fi meson_src_configure }