pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
i3lock: Update wip/i3lock to 2.7.
Module Name: pkgsrc-wip
Committed By: Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By: f8l
Date: Fri Jan 22 02:11:01 2016 +0100
Changeset: e75dbf4bc5fc077a859a3d8ba53d360ed7b835ce
Modified Files:
i3lock/Makefile
i3lock/distinfo
i3lock/patches/patch-Makefile
Log Message:
i3lock: Update wip/i3lock to 2.7.
Changes:
* Die when the X11 connection breaks during runtime (Thanks Eduan)
* Implement logging the number of failed attempts (Thanks koebi)
* Ignore password validation is pam is in wrong state (Thanks Neodyblue)
* Get current user with getpwuid() instead of using $ENV{USER} (Thanks Martin)
* Add support for Compose and dead-keys with libxkbcommon.
Requires libxkbcommon ≥ 0.5.0 (Thanks Daniel)
* Format the source using clang-format.
* Refresh pam credentials on successful authentication (for Kerberos and the
like) (Thanks James)
* List pressed modifiers on failed authentication (Thanks Deiz, Alexandre)
* Only redraw the screen if the unlock indicator is actually used
(Thanks Ingo)
* Make pkg-config configurable for cross-compilation (Thanks Nikolay)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e75dbf4bc5fc077a859a3d8ba53d360ed7b835ce
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
i3lock/Makefile | 3 +--
i3lock/distinfo | 9 +++++----
i3lock/patches/patch-Makefile | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diffs:
diff --git a/i3lock/Makefile b/i3lock/Makefile
index 52176c7..438d993 100644
--- a/i3lock/Makefile
+++ b/i3lock/Makefile
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.7 2015/04/08 14:38:42 nros Exp $
#
-DISTNAME= i3lock-2.6
-PKGREVISION= 1
+DISTNAME= i3lock-2.7
CATEGORIES= x11
MASTER_SITES= http://i3wm.org/i3lock/
EXTRACT_SUFX= .tar.bz2
diff --git a/i3lock/distinfo b/i3lock/distinfo
index 394fcd5..37f2c39 100644
--- a/i3lock/distinfo
+++ b/i3lock/distinfo
@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.5 2015/04/08 12:09:29 nros Exp $
-SHA1 (i3lock-2.6.tar.bz2) = 7133e00e2c17a48c791fdaf9597a9c6279c51763
-RMD160 (i3lock-2.6.tar.bz2) = 2ca68b05056005645ec8336fe6d35be1273c4d81
-Size (i3lock-2.6.tar.bz2) = 17972 bytes
-SHA1 (patch-Makefile) = afa317af0baef04dfa78c5bf20b5147f736270dc
+SHA1 (i3lock-2.7.tar.bz2) = d1096b1f67bfcddc447fade8fa4f7bc124607fec
+RMD160 (i3lock-2.7.tar.bz2) = b140a1babea730469943641d5d78655d9a5807a8
+SHA512 (i3lock-2.7.tar.bz2) = 7945d142d239fe7f8985c1000e22db0532456939e65ee855f12e364092808d0cc09cc818b1189e32d88c872ce00033c41c8ebefe62349630872815adaf8b3899
+Size (i3lock-2.7.tar.bz2) = 19490 bytes
+SHA1 (patch-Makefile) = 17dc9c1bd1bfbc56805787d67656f5c55703fdb3
diff --git a/i3lock/patches/patch-Makefile b/i3lock/patches/patch-Makefile
index 260d9b3..3df6211 100644
--- a/i3lock/patches/patch-Makefile
+++ b/i3lock/patches/patch-Makefile
@@ -1,6 +1,6 @@
$NetBSD: patch-Makefile,v 1.3 2012/11/25 17:26:59 pallegra Exp $
---- Makefile.orig 2012-06-02 12:45:42.000000000 +0000
+--- Makefile.orig 2015-05-20 07:17:06.000000000 +0000
+++ Makefile
@@ -1,6 +1,6 @@
INSTALL=install
@@ -8,6 +8,6 @@ $NetBSD: patch-Makefile,v 1.3 2012/11/25 17:26:59 pallegra Exp $
-SYSCONFDIR=/etc
+PREFIX?=/usr
+SYSCONFDIR?=/etc
+ PKG_CONFIG=pkg-config
# Check if pkg-config is installed, we need it for building CFLAGS/LIBS
- ifeq ($(shell which pkg-config 2>/dev/null 1>/dev/null || echo 1),1)
Home |
Main Index |
Thread Index |
Old Index