diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-29 22:29:52 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-29 22:29:52 +0000 |
commit | e783c59d460146bfdb0d0d8f0ea3994ecdef3c05 (patch) | |
tree | 979955219cdb47e8ab6eaf15795467694f9ed316 /system/apk-tools/search.patch | |
parent | 2bdcd9fb0c71520072d4da99f49149630bd2f1fa (diff) | |
download | packages-e783c59d460146bfdb0d0d8f0ea3994ecdef3c05.tar.gz packages-e783c59d460146bfdb0d0d8f0ea3994ecdef3c05.tar.bz2 packages-e783c59d460146bfdb0d0d8f0ea3994ecdef3c05.tar.xz packages-e783c59d460146bfdb0d0d8f0ea3994ecdef3c05.zip |
system/apk-tools: Update to 2.10.5
Diffstat (limited to 'system/apk-tools/search.patch')
-rw-r--r-- | system/apk-tools/search.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/system/apk-tools/search.patch b/system/apk-tools/search.patch deleted file mode 100644 index 1c652356f..000000000 --- a/system/apk-tools/search.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 530a6e6847657aa9187acd187269ac25f7cdd932 Mon Sep 17 00:00:00 2001 -From: "A. Wilcox" <AWilcox@Wilcox-Tech.com> -Date: Tue, 9 Jul 2019 00:40:15 -0500 -Subject: [PATCH] search: Show in "simple" help output - -Most users probably want to know about the 'search' applet. - -Omission from 'apk --help' output reported by fungalnet[1]. - -[1]: https://www.reddit.com/r/AdelieLinux/comments/c8mtk9/apk_search/ ---- - src/search.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/search.c b/src/search.c -index 9a71747..0b00a3b 100644 ---- a/src/search.c -+++ b/src/search.c -@@ -209,6 +209,7 @@ static struct apk_applet apk_search = { - .help = "Search package by PATTERNs or by indexed dependencies", - .arguments = "PATTERN", - .open_flags = APK_OPENF_READ | APK_OPENF_NO_STATE, -+ .command_groups = APK_COMMAND_GROUP_QUERY, - .context_size = sizeof(struct search_ctx), - .optgroups = { &optgroup_global, &optgroup_applet }, - .main = search_main, --- -2.22.0 - |