diff options
author | 2020-11-10 15:35:03 -0500 | |
---|---|---|
committer | 2020-11-13 16:04:12 -0500 | |
commit | f5e1da738cebd024391cde3f91f9126670ad59f7 (patch) | |
tree | afe63fd5baf512e5a114a0b528e9ff4aa7f976e4 /gui-apps/wcm | |
parent | gui-wm/wayfire: version bump to 0.6.0 (diff) | |
download | gentoo-f5e1da738cebd024391cde3f91f9126670ad59f7.tar.gz gentoo-f5e1da738cebd024391cde3f91f9126670ad59f7.tar.bz2 gentoo-f5e1da738cebd024391cde3f91f9126670ad59f7.zip |
gui-apps/wcm: version bump to 0.6.0
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'gui-apps/wcm')
-rw-r--r-- | gui-apps/wcm/Manifest | 1 | ||||
-rw-r--r-- | gui-apps/wcm/wcm-0.6.0.ebuild | 34 | ||||
-rw-r--r-- | gui-apps/wcm/wcm-9999.ebuild | 2 |
3 files changed, 36 insertions, 1 deletions
diff --git a/gui-apps/wcm/Manifest b/gui-apps/wcm/Manifest index 075cc71bb061..4e304edcad70 100644 --- a/gui-apps/wcm/Manifest +++ b/gui-apps/wcm/Manifest @@ -1 +1,2 @@ DIST wcm-0.5.0.tar.gz 253120 BLAKE2B 44f6e36425ed070f086fcea6b3374b8fd2f1e3420176098699ec735cb74a1de0d6919ca71e62ca61116005ad26e50562e0a927dce7990d87eb7559511fb371e3 SHA512 c06e97fa3b22f33bb7f05efda380484377596cce83b7874d42b6f3795f275faee2fdd2f2a6a6f24ebbb7e339a0dd3e526a3d02a2e1d4c45b34f76d627896bc53 +DIST wcm-0.6.0.tar.gz 308100 BLAKE2B 22fd0867b7efee153375844bd9b06fa7978a488494bf48c5da10ecf59ab9ff1ee49fc31e82de294d2a5bf2af5339ccd367916f3e66c9e173379679622c5d9c93 SHA512 a0ce6541ea1416585d3102a07f8ccc73d53345cdab472a9f1a839af652ccaa3b7c4ef26dbe3c24d3ff4bfb5be9a1c61a7922170dafa9a66082c0de90ebcba3d9 diff --git a/gui-apps/wcm/wcm-0.6.0.ebuild b/gui-apps/wcm/wcm-0.6.0.ebuild new file mode 100644 index 000000000000..66c8ce7b2447 --- /dev/null +++ b/gui-apps/wcm/wcm-0.6.0.ebuild @@ -0,0 +1,34 @@ +# 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=" + dev-libs/wayland-protocols + virtual/pkgconfig +" diff --git a/gui-apps/wcm/wcm-9999.ebuild b/gui-apps/wcm/wcm-9999.ebuild index 375772702783..66c8ce7b2447 100644 --- a/gui-apps/wcm/wcm-9999.ebuild +++ b/gui-apps/wcm/wcm-9999.ebuild @@ -23,7 +23,7 @@ DEPEND=" dev-libs/libevdev dev-libs/libxml2 dev-cpp/gtkmm:3.0[wayland] - >=gui-wm/wayfire-${PV} + >=gui-wm/wayfire-${PV%.*} " RDEPEND="${DEPEND}" |