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-libs/wf-config/Manifest | 4 +-- gui-libs/wf-config/wf-config-0.4.0-r1.ebuild | 35 +++++++++++++++++++++ gui-libs/wf-config/wf-config-0.4.0.ebuild | 46 ---------------------------- gui-libs/wf-config/wf-config-9999.ebuild | 17 ++-------- 4 files changed, 40 insertions(+), 62 deletions(-) create mode 100644 gui-libs/wf-config/wf-config-0.4.0-r1.ebuild delete mode 100644 gui-libs/wf-config/wf-config-0.4.0.ebuild (limited to 'gui-libs/wf-config') diff --git a/gui-libs/wf-config/Manifest b/gui-libs/wf-config/Manifest index 35058fd063f5..07d4a64402a8 100644 --- a/gui-libs/wf-config/Manifest +++ b/gui-libs/wf-config/Manifest @@ -1,4 +1,4 @@ DIST wf-config-0.4.0.tar.xz 64108 BLAKE2B 83999dd246e6b7a6c54bbbcdf7abf08767b31bd29e75cd41d9844c4b98c66fbe787b7d87ec433e2c5e860e476f4f621116aac16c7f3f56903ee1689c5d1bc6c9 SHA512 30358ada695012b9f4be835f2b2d032e0d8d52c3e9d49d39ae975c74bc0cac188341e507124a088d8cdb3d62c77645a7d435262d15a6cc604b4738861362a299 -EBUILD wf-config-0.4.0.ebuild 816 BLAKE2B e643c9b57ce140a58213ae698a49629ab2b771d3a8d43ba0f1ac9da6442b07215308e72a3eb07f027422303838c2b8ac1ead89a55fef9095a67fab96921d230d SHA512 83bfd3e556031b561a64d3e2cedf8d73e6c218c595d91654dcf264063d4df0ab2478fcf5b5d6ca3832366a59260593066df5fb0af99eef919ca8f1a734b1ef99 -EBUILD wf-config-9999.ebuild 816 BLAKE2B e643c9b57ce140a58213ae698a49629ab2b771d3a8d43ba0f1ac9da6442b07215308e72a3eb07f027422303838c2b8ac1ead89a55fef9095a67fab96921d230d SHA512 83bfd3e556031b561a64d3e2cedf8d73e6c218c595d91654dcf264063d4df0ab2478fcf5b5d6ca3832366a59260593066df5fb0af99eef919ca8f1a734b1ef99 +EBUILD wf-config-0.4.0-r1.ebuild 679 BLAKE2B 258a4d4918c3c5a55a31b905f22e3af4e8361d5e925a69511027b802448020bd93b975d466f3ed7dbdf35611c45dfe70436ce3508777366983935cff2ae506c5 SHA512 d359fce329fd2cc9809e36ae29bb9f4f946333fb3a0e4c77e66bef5d4554bb14ac40d79aac91f1149476fe4f10f6f6ecae1ae405de04a34b494330e43ed63ca8 +EBUILD wf-config-9999.ebuild 677 BLAKE2B a34dbc8b675f9432906844a41d78ff79479f4a0e66bf5850a90e527d4c5417e929116039a6ffbd2bab46b247742f48b01b449d1c8d9256a0fb2ee8b14453c855 SHA512 e3290ade7af238c02e1a913d78318a4179e2cee18a09391e86c9c416546d703f7e22404cca91467759645a0000d7719eb70e24b4ce70b695cb13169471425a34 MISC metadata.xml 635 BLAKE2B 9152d0eb342e1cd50821c22beb370e0fb62acb40edefc5f0c2bb8f2c61852239f596975692c6ab6cbb36304a074357ee567f807577facd768025e9452072db4b SHA512 acdaed58e3430342773bec4dff0c0879c371b4cd26fb8ddf84606fd3ab2eee3f4d19b1a471b843e6880d2678f47fdf8533e872c37357639094084a9480cd91ed diff --git a/gui-libs/wf-config/wf-config-0.4.0-r1.ebuild b/gui-libs/wf-config/wf-config-0.4.0-r1.ebuild new file mode 100644 index 000000000000..d415dd76e3da --- /dev/null +++ b/gui-libs/wf-config/wf-config-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="library for managing wayfire configuration files" +HOMEPAGE="https://github.com/WayfireWM/wf-config" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git" +else + SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +DEPEND=" + dev-libs/libevdev + dev-libs/libxml2 + ~gui-libs/wlroots-0.10.1 + media-libs/glm +" + +RDEPEND="${DEPEND}" + +BDEPEND=" + ${DEPEND} + dev-libs/wayland-protocols + virtual/pkgconfig +" diff --git a/gui-libs/wf-config/wf-config-0.4.0.ebuild b/gui-libs/wf-config/wf-config-0.4.0.ebuild deleted file mode 100644 index 328ec1807428..000000000000 --- a/gui-libs/wf-config/wf-config-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="library for managing wayfire configuration files" -HOMEPAGE="https://github.com/WayfireWM/wf-config" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git" -else - SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="debug" - -DEPEND=" - dev-libs/libevdev - dev-libs/libxml2 - gui-libs/wlroots - media-libs/glm -" - -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-libs/wf-config/wf-config-9999.ebuild b/gui-libs/wf-config/wf-config-9999.ebuild index 328ec1807428..93cc2eacb2c5 100644 --- a/gui-libs/wf-config/wf-config-9999.ebuild +++ b/gui-libs/wf-config/wf-config-9999.ebuild @@ -10,20 +10,19 @@ HOMEPAGE="https://github.com/WayfireWM/wf-config" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git" + EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git" else - SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/${PV}/${P}.tar.xz" + SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="MIT" SLOT="0" -IUSE="debug" DEPEND=" dev-libs/libevdev dev-libs/libxml2 - gui-libs/wlroots + ~gui-libs/wlroots-9999 media-libs/glm " @@ -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