Search Criteria
Package Details: kwin-bismuth-git 3.1.1.r0.g03b522e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kwin-bismuth-git.git (read-only, click to copy) |
---|---|
Package Base: | kwin-bismuth-git |
Description: | Addon for KDE Plasma to arrange your windows automatically and switch between them using keyboard shortcuts, like tiling window managers. |
Upstream URL: | https://github.com/Bismuth-Forge/bismuth |
Licenses: | MIT |
Conflicts: | kwin-bismuth |
Provides: | kwin-bismuth |
Submitter: | Hanabishi |
Maintainer: | Hanabishi |
Last Packager: | Hanabishi |
Votes: | 4 |
Popularity: | 0.46 |
First Submitted: | 2021-11-05 16:19 (UTC) |
Last Updated: | 2022-04-11 17:13 (UTC) |
Dependencies (11)
- systemsettings (systemsettings-git)
- cmake (cmake-git) (make)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- kcmutils (kcmutils-git) (make)
- kconfig (kconfig-git) (make)
- kcoreaddons (kcoreaddons-git) (make)
- kdeclarative (kdeclarative-git) (make)
- ki18n (ki18n-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- npm (nodejs6-bin, nodejs-nightly) (make)
Latest Comments
MarsSeed commented on 2022-03-17 16:29 (UTC)
Thank you for this change! :)
Btw I've followed this Arch makepkg guideline and configured a source cache dir in
makepkg.conf
.This way I can set the AUR helper to clean/reset the build dirs after finishing the packaging.
Even then, the git source repos remain in my separate cache dir, so the next update/build/rebuild just refreshes that cached repo (pulls latest commits) and checks out the sources for the build from that one locally.
This makes all subsequent source updates very fast. :)
Hanabishi commented on 2022-03-17 14:42 (UTC)
Ok, changed.
MarsSeed commented on 2022-03-17 14:20 (UTC)
@Hanabishi, last time I checked, the fully cloned and checked out repo is only around 17 MB on disk.
Hardly worth the hassle with customized sparse cloning IMHO.
Hanabishi commented on 2022-03-17 12:11 (UTC)
@MarsSeed,
makepkg
is not able to filter and sparse. The repo contains a lot of unneeded stuff.But well, it's not so big to be a real deal. Maybe not worth it.
MarsSeed commented on 2022-03-17 12:00 (UTC)
Please kindly declare the source properly in PKGBUILD:
You should never run git clone inside a PKGBUILD function. Let
makepkg
handle it! :)Thundas commented on 2021-12-03 01:07 (UTC)
Thank you for maintaining this, working great and quick compile time.