[arch-commits] Commit in llpp/trunk (PKGBUILD no-quit-on-escape.patch)
Daniel M. Capella
polyzen at gemini.archlinux.org
Fri Dec 31 23:34:27 UTC 2021
Date: Friday, December 31, 2021 @ 23:34:26
Author: polyzen
Revision: 1091336
Remove personalization
Can be accomplished via config:
https://repo.or.cz/llpp.git/blob/e24a7e71fbabea001065f369ef692c7802609ed5:/misc/keys.txt#l15
Modified:
llpp/trunk/PKGBUILD
Deleted:
llpp/trunk/no-quit-on-escape.patch
-------------------------+
PKGBUILD | 3 ---
no-quit-on-escape.patch | 34 ----------------------------------
2 files changed, 37 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-31 23:11:52 UTC (rev 1091335)
+++ PKGBUILD 2021-12-31 23:34:26 UTC (rev 1091336)
@@ -32,10 +32,8 @@
# For obvious reasons I'm sticking with the custom makefile which greatly
# reduces maintainence burden and unecessary dependency bloat.
source=("git+${url}#commit=${_commit}"
- 'no-quit-on-escape.patch'
'GNUmakefile')
sha256sums=('SKIP'
- '5814846ad19d9ddd8e1412bf36d4c2dc1a32186261126ec63cdf19f308396458'
'5771cc554407ff32ddd8c8982e8260687f31af37a4cb5e32875897ff5426a91f')
pkgver() {
@@ -47,7 +45,6 @@
prepare() {
cd "${srcdir}"/${pkgname}
- patch -Np1 -i "${srcdir}"/no-quit-on-escape.patch
# apparently the desktop file went "stale"
git revert --no-commit aad4b1e65e581ff7a096a3c3901b222a9c127a1c
Deleted: no-quit-on-escape.patch
===================================================================
--- no-quit-on-escape.patch 2021-12-31 23:11:52 UTC (rev 1091335)
+++ no-quit-on-escape.patch 2021-12-31 23:34:26 UTC (rev 1091336)
@@ -1,34 +0,0 @@
-diff --git a/help.ml b/help.ml
-index 772e262..42262d8 100644
---- a/help.ml
-+++ b/help.ml
-@@ -1,6 +1,6 @@
- let keys =
- {|-----Quitting-----
--escape/q - quit
-+q - quit
- Q - quit without saving the configuration or changes
- W - save changes
-
-diff --git a/main.ml b/main.ml
-index 0445b50..645e35f 100644
---- a/main.ml
-+++ b/main.ml
-@@ -3394,7 +3394,7 @@ let viewkeyboard key mask =
- )
- else impmsg "keyboard link navigation does not work under rotation"
-
-- | Escape | Ascii 'q' ->
-+ | Ascii 'q' ->
- begin match state.mstate with
- | Mzoomrect _ ->
- resetmstate ();
-@@ -3811,7 +3811,7 @@ let viewkeyboard key mask =
- postRedisplay "|";
- state.mode <- Textentry (te, onleave);
-
-- | (Ascii _|Fn _|Enter|Left|Right|Code _|Ctrl _) ->
-+ | (Escape|Ascii _|Fn _|Enter|Left|Right|Code _|Ctrl _) ->
- vlog "huh? %s" (Wsi.keyname key)
- ;;
-
More information about the arch-commits
mailing list