Search Criteria
Package Details: i3lock-color-git r736.b2c1024-4
Git Clone URL: | https://aur.archlinux.org/i3lock-color-git.git (read-only, click to copy) |
---|---|
Package Base: | i3lock-color-git |
Description: | An improved screenlocker based upon XCB and PAM with color configuration support |
Upstream URL: | https://github.com/Raymo111/i3lock-color |
Keywords: | i3 i3lock i3lock-color i3wm lock Raymo111 security x11 xorg |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | brandon099 |
Maintainer: | brandon099 (Raymo111) |
Last Packager: | brandon099 |
Votes: | 32 |
Popularity: | 0.76 |
First Submitted: | 2015-08-13 22:44 |
Last Updated: | 2020-11-23 00:32 |
Dependencies (8)
- cairo (cairo-infinality, cairo-infinality-remix, cairo-ubuntu, cairo-dfb, cairo-glesv2-bin, cairo-glesv3-bin, cairo-minimal, cairo-git)
- libev (milter-manager-git)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git)
- libxkbcommon-x11 (libxkbcommon-git)
- pam (pam-minimal-git, pam-selinux)
- xcb-util-image
- xcb-util-xrm (xcb-util-xrm-git)
- git (git-git) (make)
Required by (48)
- betterlockscreen (requires i3lock-color)
- betterlockscreen-git (requires i3lock-color)
- betterlockscreen-noeffects (requires i3lock-color)
- betterlockscreen_rapid-git (requires i3lock-color)
- bwp (requires i3lock) (optional)
- gtkhalt (requires i3lock)
- i3-gaps-cameronleger-git (requires i3lock) (optional)
- i3-gaps-desktop (requires i3lock) (optional)
- i3-gaps-doubleborder (requires i3lock) (optional)
- i3-gaps-fullscreen-next-git (requires i3lock) (optional)
- i3-gaps-kde-git (requires i3lock) (optional)
- i3-gaps-next-git (requires i3lock) (optional)
- i3-gaps-rounded-git (requires i3lock) (optional)
- i3-git (requires i3lock) (optional)
- i3-next-git (requires i3lock) (optional)
- i3-wm-iconpatch (requires i3lock) (optional)
- i3exit (requires i3lock)
- i3lock-fancy-dualmonitors-git (requires i3lock)
- i3lock-fancy-git (requires i3lock)
- i3lock-fancy-multimonitor (requires i3lock)
- i3lock-fancy-rapid-git (requires i3lock)
- i3lock-multimonitor (requires i3lock)
- i3lock-next-git (requires i3lock-color)
- i3lockmore-git (requires i3lock)
- i3lockr-bin (requires i3lock)
- lockd (requires i3lock)
- lockd-git (requires i3lock) (optional)
- mantablockscreen
- multilockscreen (requires i3lock-color)
- multilockscreen-git (requires i3lock-color)
- multimonitorlock (requires i3lock-color)
- oblogout-blurlock (requires i3lock)
- qtshutdownmenu-git (requires i3lock)
- rofi-applets-menus (requires i3lock) (optional)
- rofi-theme-android-1080p (requires i3lock) (optional)
- rofi-theme-android-720p (requires i3lock) (optional)
- rofi-theme-applet-1080p (requires i3lock) (optional)
- rofi-theme-applet-720p (requires i3lock) (optional)
- rofi-theme-fonts (requires i3lock) (optional)
- rofi-theme-launcher-1080p (requires i3lock) (optional)
- rofi-theme-launcher-720p (requires i3lock) (optional)
- rofi-theme-menu-1080p (requires i3lock) (optional)
- rofi-theme-menu-720p (requires i3lock) (optional)
- rofi-theme-powermenu-1080p (requires i3lock) (optional)
- rofi-theme-powermenu-720p (requires i3lock) (optional)
- rofi-theme-used (requires i3lock) (optional)
- simplelock (requires i3lock)
- wallsch-git (requires i3lock) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
Pandoras_Fox commented on 2017-09-13 18:07
Looks like the SSE stuff used for blurring is a large part of it; dunno when I'll be able to get around to working out what to do. I don't really want to cut out a whole bunch of that to get it to work, since it'll make maintaining it pretty hard.
I might see if I can do some stuff with compile flags to just not include the problematic stuff automatically.
mildwood commented on 2017-09-11 17:46
@Pandoras_Fox That would be very nice, thanks a lot :) I tried again but without sucess, don't have time to tinker with it. Looking forward to it:)
Pandoras_Fox commented on 2017-08-08 12:51
@mildwood I actually have a raspberry pi now, so when I get back to college I'll look into making an arm-compat branch
Alad commented on 2017-06-09 00:48
Ask upstream, this is irrelevant to this package which only supports x86 architectures.
mildwood commented on 2017-06-03 13:31
Can someone help me out? How can i compile this for arch armv7h(raspberry 3)? The old i3lock-color works but this new one(after 2016-mid or so) does not. It needs intel compiler library and -msse2 even if i change architecture to armv7h.
Thanks!
brandon099 commented on 2016-10-25 23:25
Thanks for the notifcation Dimtree! I've updated the package pulling in all of the upstream changes, including the MANDIR removal from package().
Dimtree commented on 2016-10-20 21:46
Upstream fixed manpage location: https://github.com/chrjguill/i3lock-color/commit/db3e169243c01d3cd44cb9a1e7fee121c04421b1
You should no longer need MANDIR="${pkgdir}/usr/share/man" in package().
Pandoras_Fox commented on 2016-10-14 14:51
I never realized there was an AUR package for this (I'dve done it myself when I made the fork, but I never got around to it), so if there's anything I can do to make the package more seamless, let me know.
Also, my bad about the binary name last spring. That was a poor choice I made at like 2am. I dunno why I did that.
brandon099 commented on 2016-03-29 21:31
@meskarune, thanks for the heads up for the upstream bug fix. I've added it to the PKGBUILD file. Thanks!
meskarune commented on 2016-03-28 12:26
Hello, in build() just before "make" the following needs to be added to fix an upstream bug with i3lock:
sed -i -e 's:login:system-auth:' i3lock.pam
Have a look at the Arch Linux i3lock package, they do the same thing. cheers and thanks for the quick package update \o