From 9452a6e87b6c2c70513bc47a2470bf9f1168920e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Jun 2020 10:39:22 +0100 Subject: gentoo resync : 13.06.2020 --- gui-apps/wcm/Manifest | 4 ++-- gui-apps/wcm/wcm-0.4.0-r1.ebuild | 35 ++++++++++++++++++++++++++++++ gui-apps/wcm/wcm-0.4.0.ebuild | 46 ---------------------------------------- gui-apps/wcm/wcm-9999.ebuild | 17 +++------------ 4 files changed, 40 insertions(+), 62 deletions(-) create mode 100644 gui-apps/wcm/wcm-0.4.0-r1.ebuild delete mode 100644 gui-apps/wcm/wcm-0.4.0.ebuild (limited to 'gui-apps/wcm') diff --git a/gui-apps/wcm/Manifest b/gui-apps/wcm/Manifest index 9697512b3c35..23023d1fefc1 100644 --- a/gui-apps/wcm/Manifest +++ b/gui-apps/wcm/Manifest @@ -1,4 +1,4 @@ DIST wcm-0.4.0.tar.gz 263841 BLAKE2B 28cdf87c479cc7a4a5a40f17a1ec26688bae6a0cd5699b51ad7db2adca89946d7687ae345a7a82d71464df413c956aceeb3db8195c5b40da5f32043821883c49 SHA512 4136ceba90c054165b4b0e7a79d78af827d8b8ddb8b54820bda0c17bbaa28eb74981ce94d8c386b91257ca023a34f76f121a003229365afe72d65323f0a1d2cd -EBUILD wcm-0.4.0.ebuild 809 BLAKE2B 5d1839a58cd7e5656cc55a4e7bd5aaedfe9a1280bf9ef33aa3fb61db21becb399c82ff5a8a9de12fc5864f48dd15dbabd31a6546c0f7d1782cd58e44758f0586 SHA512 da66001149e2d726fd1a348e505cdad3776ea737f9de355b83ceb64dc4cb190c43055f2ed3263efa84a59882c343949abd8bc4e932b26aba801a0098996bfd50 -EBUILD wcm-9999.ebuild 809 BLAKE2B 5d1839a58cd7e5656cc55a4e7bd5aaedfe9a1280bf9ef33aa3fb61db21becb399c82ff5a8a9de12fc5864f48dd15dbabd31a6546c0f7d1782cd58e44758f0586 SHA512 da66001149e2d726fd1a348e505cdad3776ea737f9de355b83ceb64dc4cb190c43055f2ed3263efa84a59882c343949abd8bc4e932b26aba801a0098996bfd50 +EBUILD wcm-0.4.0-r1.ebuild 645 BLAKE2B 7481b0645eee22ebcbfd76a313d1fbf722336aa564fcf1bfd6ed871076f96253b16fcda1f7af4ddbbfa7cc9868c0da4afad956f3073ddc6d5269f497706aafa3 SHA512 ca9a12a3681d0e172a02dda5462d38b3fc1b564a8808c315acd87be4a1c01683151b3f037cc14af1a2a9a09bc230e534f412c565c9c77fc5c34e2c969288c94c +EBUILD wcm-9999.ebuild 645 BLAKE2B 7481b0645eee22ebcbfd76a313d1fbf722336aa564fcf1bfd6ed871076f96253b16fcda1f7af4ddbbfa7cc9868c0da4afad956f3073ddc6d5269f497706aafa3 SHA512 ca9a12a3681d0e172a02dda5462d38b3fc1b564a8808c315acd87be4a1c01683151b3f037cc14af1a2a9a09bc230e534f412c565c9c77fc5c34e2c969288c94c MISC metadata.xml 581 BLAKE2B 4c7238f4d651f521902f319da41b18b58d40a2db7e9c22f4084939fa0e70d534a7f112985de5f092c7f233f7891b50d17155b22781b32491f40c8d10f92c07a6 SHA512 a0b43b1632468feb2dd7b52fb34ce7f7c0bb8b0d8bf1952fc4e95017b0f7c8139451c78264966edab146cc3b8c255bc6724f4f7bb80479d5f119e6bbbda4fe2d diff --git a/gui-apps/wcm/wcm-0.4.0-r1.ebuild b/gui-apps/wcm/wcm-0.4.0-r1.ebuild new file mode 100644 index 000000000000..54d7e4cee824 --- /dev/null +++ b/gui-apps/wcm/wcm-0.4.0-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="Wayfire Config Manager" +HOMEPAGE="https://github.com/WayfireWM/wcm" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/WayfireWM/wcm.git" +else + SRC_URI="https://github.com/WayfireWM/wcm/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +DEPEND=" + dev-libs/libevdev + dev-libs/libxml2 + dev-cpp/gtkmm:3.0[wayland] + ~gui-wm/wayfire-${PV} +" + +RDEPEND="${DEPEND}" + +BDEPEND=" + ${DEPEND} + dev-libs/wayland-protocols + virtual/pkgconfig +" diff --git a/gui-apps/wcm/wcm-0.4.0.ebuild b/gui-apps/wcm/wcm-0.4.0.ebuild deleted file mode 100644 index 8178a3b0d885..000000000000 --- a/gui-apps/wcm/wcm-0.4.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="Wayfire Config Manager" -HOMEPAGE="https://github.com/WayfireWM/wcm" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git" -else - SRC_URI="https://github.com/WayfireWM/${PN}/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=] -" - -RDEPEND="${DEPEND}" - -BDEPEND=" - ${DEPEND} - dev-libs/wayland-protocols - virtual/pkgconfig -" - -src_compile() { - local emesonargs="" - if use debug; then - emesonargs+=( - "-Db_sanitize=address,undefined" - ) - fi - meson_src_compile -} diff --git a/gui-apps/wcm/wcm-9999.ebuild b/gui-apps/wcm/wcm-9999.ebuild index 8178a3b0d885..54d7e4cee824 100644 --- a/gui-apps/wcm/wcm-9999.ebuild +++ b/gui-apps/wcm/wcm-9999.ebuild @@ -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}" @@ -34,13 +33,3 @@ BDEPEND=" dev-libs/wayland-protocols virtual/pkgconfig " - -src_compile() { - local emesonargs="" - if use debug; then - emesonargs+=( - "-Db_sanitize=address,undefined" - ) - fi - meson_src_compile -} -- cgit v1.2.3