summaryrefslogtreecommitdiff
path: root/gui-libs/wayfire-plugins-extra
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-20 14:45:01 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-20 14:45:01 +0100
commit34dea8e38f88007799629d0a56b12dec480b1d21 (patch)
tree6790873994b58030360328cf5897d934b3b03d16 /gui-libs/wayfire-plugins-extra
parent7932d472a02d4c016ff7dff4b7a5479ab9d1883d (diff)
gentoo resync : 20.06.2021
Diffstat (limited to 'gui-libs/wayfire-plugins-extra')
-rw-r--r--gui-libs/wayfire-plugins-extra/Manifest2
-rw-r--r--gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild7
2 files changed, 5 insertions, 4 deletions
diff --git a/gui-libs/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest
index 3d5acc428441..def857138363 100644
--- a/gui-libs/wayfire-plugins-extra/Manifest
+++ b/gui-libs/wayfire-plugins-extra/Manifest
@@ -1,4 +1,4 @@
DIST wayfire-plugins-extra-0.7.0.tar.xz 74312 BLAKE2B f72d706502499e4d467a4b59e10f66628024be1bab1c5e10c807758869c9b9e4aacbe426c2db0e3faa5ab166f7e4f4d0f1c345e205c6747a16a164745c6f0d74 SHA512 ff25a4685c88ca0129a2372b216166246cab072c2cb4f84eb7bd500db525bf5881bd7e54d0d888473d4aab0e5b33d2ee13eb7f788bb2a524e1e8e0c5efc1a6bd
-EBUILD wayfire-plugins-extra-0.7.0.ebuild 690 BLAKE2B 2d23730042b8240adbc105cd1874e795eb91902b1187e0912990142ccf9ce60277e8f3282024bb17cf623ee1a4dee36c1f38b0b3b65aadced19e065bcc31e098 SHA512 b8726e866eede97fc2cfc8bdd3ba31f038dfb043925c336a7f57c3548c829573029fe6be443096044497fa75519d0e3dee20df2ec11b4e5f481487bc659575c3
+EBUILD wayfire-plugins-extra-0.7.0.ebuild 716 BLAKE2B 9831ff638725a4fb0f726689ed45d96bac17f38e2a7ce744b2dec6c0bd45bf6bc451af410b1e0fc6284b7e1e314ccbd11247319c025f960518bded298df1bad7 SHA512 51ec749dc827dff85ccc4ec6fcdc583343164e9ca358200159eda417bb918723cabbdf3f42e576933958a1fa450e1e64a48126cbad19c71ab1d802fde224d304
EBUILD wayfire-plugins-extra-9999.ebuild 684 BLAKE2B 6bedcb051d70e8992c3ed0bd9e686b24628321c9bb34bc72c473c19f6d53a6b54c887747bad3b3b5e7f88eefc3d0fafc7a08db4a06cf88ae8b9727735b6626b8 SHA512 97e32218968d27d00ee9525dc3ceddc1d70f94f7bdd361d1b95ec836d7e391cb68536385f8df7259572c9dcc4e574c4a72643f64fbcfb4336578336c33b05619
MISC metadata.xml 425 BLAKE2B 5d9c660cfc12dcbf505ff9aac20388b27d799901fe762194192c882f05d57c23dbfef9e7f246ff626a6726c148c3175523999549e73692786d589144b912ca51 SHA512 e05e9cf8034efa227849bbd76817c87f3eff0cc2c29e6b15f6e70d4b3e956f28d415af8874a6034d402d6d7c47d0ff6850bcc4e11ff5ca8dc9e6a2bdb713996d
diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
index 8b6d80959614..7fb2990acf81 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git"
else
SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm64 ~x86"
fi
LICENSE="MIT"
@@ -21,8 +21,9 @@ SLOT="0"
DEPEND="
dev-cpp/glibmm:2
- >=gui-libs/wlroots-0.11.0
- >=gui-wm/wayfire-${PV%.*}
+ >=gui-libs/wlroots-0.13.0:=
+ <gui-libs/wlroots-0.14.0:=
+ >=gui-wm/wayfire-0.7.0
x11-libs/cairo
"
RDEPEND="${DEPEND}"