summaryrefslogtreecommitdiff
path: root/x11-misc/i3lock/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /x11-misc/i3lock/files
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'x11-misc/i3lock/files')
-rw-r--r--x11-misc/i3lock/files/i3lock-2.11-version.patch12
-rw-r--r--x11-misc/i3lock/files/i3lock-2.12-fno-common.patch11
2 files changed, 0 insertions, 23 deletions
diff --git a/x11-misc/i3lock/files/i3lock-2.11-version.patch b/x11-misc/i3lock/files/i3lock-2.11-version.patch
deleted file mode 100644
index df133cb91cdb..000000000000
--- a/x11-misc/i3lock/files/i3lock-2.11-version.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -2,7 +2,7 @@
- # Run autoreconf -fi to generate a configure script from this file.
-
- AC_PREREQ([2.69])
--AC_INIT([i3lock], [2.10], [https://github.com/i3/i3lock/issues])
-+AC_INIT([i3lock], [2.11], [https://github.com/i3/i3lock/issues])
- # For AX_EXTEND_SRCDIR
- AX_ENABLE_BUILDDIR
- AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2])
-
diff --git a/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch b/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch
deleted file mode 100644
index 09003b165919..000000000000
--- a/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/unlock_indicator.c
-+++ b/unlock_indicator.c
-@@ -35,7 +35,7 @@
-
- /* The current position in the input buffer. Useful to determine if any
- * characters of the password have already been entered or not. */
--int input_position;
-+extern int input_position;
-
- /* The lock window. */
- extern xcb_window_t win;