diff options
author | Alfred Wingate <parona@protonmail.com> | 2023-11-26 01:35:21 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-17 21:55:18 +0200 |
commit | 842ca343b1d29f30167c73937531a01df528f84d (patch) | |
tree | 34b93590dec8df5fed1e5f11537f0b31094ea0c3 /gui-wm | |
parent | gui-wm/wayfire: add 0.8.0 (diff) | |
download | gentoo-842ca343b1d29f30167c73937531a01df528f84d.tar.gz gentoo-842ca343b1d29f30167c73937531a01df528f84d.tar.bz2 gentoo-842ca343b1d29f30167c73937531a01df528f84d.zip |
gui-libs/wayfire-plugins-extra: add 0.8.0
Closes: https://bugs.gentoo.org/915795
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/wayfire/wayfire-0.8.0.ebuild | 2 | ||||
-rw-r--r-- | gui-wm/wayfire/wayfire-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui-wm/wayfire/wayfire-0.8.0.ebuild b/gui-wm/wayfire/wayfire-0.8.0.ebuild index 7e1b3e3efe4b..e732574d1134 100644 --- a/gui-wm/wayfire/wayfire-0.8.0.ebuild +++ b/gui-wm/wayfire/wayfire-0.8.0.ebuild @@ -107,7 +107,7 @@ src_prepare() { sed -e "s:@EPREFIX@:${EPREFIX}:" \ "${FILESDIR}"/wayfire-session.desktop > "${T}"/wayfire-session.desktop || die - if [[ "${PV}" == 9999 ]]; then + if [[ "${PV}" != 9999 ]]; then # Don't run git if git is installed and its not a git dir sed -i \ -e "/git = find_program/ifs = import\('fs'\)" \ diff --git a/gui-wm/wayfire/wayfire-9999.ebuild b/gui-wm/wayfire/wayfire-9999.ebuild index 4406f3a1897f..98fb0ebc32f0 100644 --- a/gui-wm/wayfire/wayfire-9999.ebuild +++ b/gui-wm/wayfire/wayfire-9999.ebuild @@ -108,7 +108,7 @@ src_prepare() { sed -e "s:@EPREFIX@:${EPREFIX}:" \ "${FILESDIR}"/wayfire-session.desktop > "${T}"/wayfire-session.desktop || die - if [[ "${PV}" == 9999 ]]; then + if [[ "${PV}" != 9999 ]]; then # Don't run git if git is installed and its not a git dir sed -i \ -e "/git = find_program/ifs = import\('fs'\)" \ |