Package Details: i3-pager-git r129.ab282c4-2

Git Clone URL: https://aur.archlinux.org/i3-pager-git.git (read-only, click to copy)
Package Base: i3-pager-git
Description: Plasmoid pager for integrating i3 with KDE Plasma
Upstream URL: https://github.com/duvholt/i3-pager
Licenses: GPLv3
Conflicts: i3-pager
Provides: i3-pager
Submitter: cqql
Maintainer: cqql
Last Packager: cqql
Votes: 0
Popularity: 0.000000
First Submitted: 2022-04-21 13:50 (UTC)
Last Updated: 2023-09-17 12:52 (UTC)

Latest Comments

cqql commented on 2023-09-17 12:53 (UTC)

Thanks for the pointer. I have update the PKGBUILD.

cookiewhispers commented on 2023-09-17 12:37 (UTC)

As described here, recent git updates changed the behavior in regards to submodules. This requires the following change to the PKGBUILD:

diff --git a/PKGBUILD b/PKGBUILD
@@ -33,7 +33,7 @@ prepare() {

   git submodule init
   git config submodule.i3ipc++.url "$srcdir/i3ipcpp"
-  git submodule update
+  git -c protocol.file.allow=always submodule update
 }

misson20000 commented on 2022-12-01 03:10 (UTC)

Broken by recent git changes that disable the 'file' protocol by default. See https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586/comments/3 for an easy way to re-enable it.

esage commented on 2022-07-31 12:02 (UTC)

Could you please add extra-cmake-modules as a dependency? It appears to be needed for compilation to complete. Thank You.