Package Details: wayfire-plugins-extra 0.9.0-1

Git Clone URL: https://aur.archlinux.org/wayfire-plugins-extra.git (read-only, click to copy)
Package Base: wayfire-plugins-extra
Description: Additional plugins for Wayfire
Upstream URL: https://wayfire.org
Licenses: MIT
Conflicts: wayfire-plugins-focus-request, wayfire-plugins-shadows-git, wayfire-plugins-windecor
Submitter: aperez
Maintainer: aperez
Last Packager: aperez
Votes: 6
Popularity: 0.001340
First Submitted: 2020-08-05 21:00 (UTC)
Last Updated: 2024-08-26 09:55 (UTC)

Latest Comments

« First ‹ Previous 1 2

dr460nf1r3 commented on 2022-06-18 09:44 (UTC)

Apply this patch to the PKGUILD to build it successfully with the current version. All credits going to marcusbritanicus, I just changed to patch to properly apply to our source.

diff --git a/PKGBUILD b/PKGBUILD
index 363475a..884f76c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,15 @@ license=(custom:MIT)
 conflicts=("${pkgname}-git")
 depends=('wayfire>=0.7' cairo glibmm iio-sensor-proxy)
 makedepends=(meson ninja glm git)
-source=("https://github.com/WayfireWM/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=(01dcb040ced5509cf8f8a1f46dba6f61b613209b76b82550906140266c4921eb)
+source=("https://github.com/WayfireWM/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"
+       build_fix.patch::https://gist.githubusercontent.com/dr460nf1r3/e5c52144372e0948229e96e2f1936e35/raw/4d4ab455c9ed781939edc1d07e5fc990f6ebea69/gistfile1.txt)
+sha256sums=('01dcb040ced5509cf8f8a1f46dba6f61b613209b76b82550906140266c4921eb'
+            '7f6cb2ed474b0a74cb96e4706328a869ab777018869f4cb7eba7aebd2b38e3e6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i $srcdir/build_fix.patch
+}

 build () {
    rm -rf build

magnus commented on 2022-05-15 09:33 (UTC)

Fails to build at the moment. It's an upstream problem though: https://github.com/WayfireWM/wayfire-plugins-extra/issues/126

@aperez if you want to make it compile you could temporarily remove the mag plugin.

Technetium1 commented on 2022-04-02 03:36 (UTC)

git is missing.