Skip to content

Commit

Permalink
gui-apps/wcm: remove debug symbols
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <[email protected]>
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
epsilon-0 authored and FuzzyGophers committed Jun 7, 2020
1 parent ac6d97b commit 3219011
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
17 changes: 3 additions & 14 deletions gui-apps/wcm/wcm-0.4.0.ebuild → gui-apps/wcm/wcm-0.4.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,20 @@ HOMEPAGE="https://github.com/WayfireWM/wcm"

if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git"
EGIT_REPO_URI="https://github.com/WayfireWM/wcm.git"
else
SRC_URI="https://github.com/WayfireWM/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/WayfireWM/wcm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi

LICENSE="MIT"
SLOT="0"
IUSE="debug"

DEPEND="
dev-libs/libevdev
dev-libs/libxml2
dev-cpp/gtkmm:3.0[wayland]
~gui-wm/wayfire-${PV}[debug=]
~gui-wm/wayfire-${PV}
"

RDEPEND="${DEPEND}"
Expand All @@ -34,13 +33,3 @@ BDEPEND="
dev-libs/wayland-protocols
virtual/pkgconfig
"

src_configure() {
local emesonargs=""
if use debug; then
emesonargs+=(
"-Db_sanitize=address,undefined"
)
fi
meson_src_configure
}
17 changes: 3 additions & 14 deletions gui-apps/wcm/wcm-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,20 @@ HOMEPAGE="https://github.com/WayfireWM/wcm"

if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git"
EGIT_REPO_URI="https://github.com/WayfireWM/wcm.git"
else
SRC_URI="https://github.com/WayfireWM/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/WayfireWM/wcm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi

LICENSE="MIT"
SLOT="0"
IUSE="debug"

DEPEND="
dev-libs/libevdev
dev-libs/libxml2
dev-cpp/gtkmm:3.0[wayland]
~gui-wm/wayfire-${PV}[debug=]
~gui-wm/wayfire-${PV}
"

RDEPEND="${DEPEND}"
Expand All @@ -34,13 +33,3 @@ BDEPEND="
dev-libs/wayland-protocols
virtual/pkgconfig
"

src_configure() {
local emesonargs=""
if use debug; then
emesonargs+=(
"-Db_sanitize=address,undefined"
)
fi
meson_src_configure
}

0 comments on commit 3219011

Please sign in to comment.