| Hash | Commit message | Author | Date | Files | + | - |
1 | commit df4764b12767f5665b1a78d49ee5778b46998e41 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Sat Mar 30 03:58:01 2024 +0200 |
4 | |
5 | Auto-Commit Update - 20240330 |
6 | --- |
7 | PKGBUILD | 2 +- |
8 | README.md | 2 +- |
9 | lfp-4.2.1-1-x86_64.deb | Bin 0 -> 71028 bytes |
10 | .../DEBIAN/control | 2 +- |
11 | {lfp-4.2.0-1-x86_64 => lfp-4.2.1-1-x86_64}/postinst | 0 |
12 | {lfp-4.2.0-1-x86_64 => lfp-4.2.1-1-x86_64}/usr/bin/lfp | 0 |
13 | .../usr/share/doc/lfp/README.md | 0 |
14 | .../usr/share/lfp/cleaner | 0 |
15 | .../usr/share/lfp/lfp | 0 |
16 | .../usr/share/lfp/lfp-functions | 0 |
17 | .../usr/share/lfp/lfp-icons | 0 |
18 | .../usr/share/lfp/lfpcd | 0 |
19 | .../usr/share/lfp/lfprc | 0 |
20 | ...cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | Bin |
21 | .../usr/share/lfp/ocr/ocr.js | 0 |
22 | .../usr/share/lfp/ocr/package.json | 0 |
23 | .../usr/share/lfp/ocr/tesseract.js | 0 |
24 | .../usr/share/lfp/scope | 0 |
25 | .../usr/share/licenses/lfp/LICENSE | 0 |
26 | .../usr/share/man/man1/lfp.1.gz | Bin |
27 | usr/share/doc/lfp/README.md | 2 +- |
28 | usr/share/lfp/lfp-icons | 1 + |
29 | usr/share/lfp/lfprc | 2 +- |
30 | 23 files changed, 6 insertions(+), 5 deletions(-) |
31 | |
32 | diff --git a/PKGBUILD b/PKGBUILD |
33 | index a7c6ad3..bd5c220 100644 |
34 | --- a/PKGBUILD |
35 | +++ b/PKGBUILD |
36 | @@ -1,7 +1,7 @@ |
37 | # Maintainer: Connor Etherington <[email protected]> |
38 | # --- |
39 | pkgname=lfp |
40 | -pkgver=4.2.0 |
41 | +pkgver=4.2.1 |
42 | pkgrel=1 |
43 | pkgdesc='A wrapper for the lf file manager with in-terminal media previews, on-exit directory changing and much more' |
44 | license=('MIT') |
45 | diff --git a/README.md b/README.md |
46 | index 86acf22..0a0f4f6 100644 |
47 | --- a/README.md |
48 | +++ b/README.md |
49 | @@ -4,7 +4,7 @@ |
50 | ### `lfp` is a simple wrapper for the `lf` file manager, with built-in file, image, and video previews, as well as on-exit directory changing. |
51 | ### The program makes use of `ueberzug` to preview images, documents, and video thumbnails. Preview behavior can be altered by editing the *scope* file. |
52 | |
53 | -**Version: 4.2.0** |
54 | +**Version: 4.2.1** |
55 | |
56 | *** |
57 | |
58 | diff --git a/lfp-4.2.1-1-x86_64.deb b/lfp-4.2.1-1-x86_64.deb |
59 | new file mode 100644 |
60 | index 0000000..1cb87e8 |
61 | Binary files /dev/null and b/lfp-4.2.1-1-x86_64.deb differ |
62 | diff --git a/lfp-4.2.0-1-x86_64/DEBIAN/control b/lfp-4.2.1-1-x86_64/DEBIAN/control |
63 | similarity index 97% |
64 | rename from lfp-4.2.0-1-x86_64/DEBIAN/control |
65 | rename to lfp-4.2.1-1-x86_64/DEBIAN/control |
66 | index 0246bb7..e1ea395 100644 |
67 | --- a/lfp-4.2.0-1-x86_64/DEBIAN/control |
68 | +++ b/lfp-4.2.1-1-x86_64/DEBIAN/control |
69 | @@ -1,5 +1,5 @@ |
70 | Package: lfp |
71 | -Version: 4.2.0 |
72 | +Version: 4.2.1 |
73 | Maintainer: © Connor Etherington <[email protected]> |
74 | Depends: lf, zsh, ffmpeg, graphicsmagick, openslide-tools, ghostscript, bat, fzf, dunst, dialog, xsel, lolcat, python3, python3-docopt, python3-pillow, python3-attr, libxres-dev, python3-setuptools, python3-pip, nodejs |
75 | Architecture: amd64 |
76 | diff --git a/lfp-4.2.0-1-x86_64/postinst b/lfp-4.2.1-1-x86_64/postinst |
77 | similarity index 100% |
78 | rename from lfp-4.2.0-1-x86_64/postinst |
79 | rename to lfp-4.2.1-1-x86_64/postinst |
80 | diff --git a/lfp-4.2.0-1-x86_64/usr/bin/lfp b/lfp-4.2.1-1-x86_64/usr/bin/lfp |
81 | similarity index 100% |
82 | rename from lfp-4.2.0-1-x86_64/usr/bin/lfp |
83 | rename to lfp-4.2.1-1-x86_64/usr/bin/lfp |
84 | diff --git a/lfp-4.2.0-1-x86_64/usr/share/doc/lfp/README.md b/lfp-4.2.1-1-x86_64/usr/share/doc/lfp/README.md |
85 | similarity index 100% |
86 | rename from lfp-4.2.0-1-x86_64/usr/share/doc/lfp/README.md |
87 | rename to lfp-4.2.1-1-x86_64/usr/share/doc/lfp/README.md |
88 | diff --git a/lfp-4.2.0-1-x86_64/usr/share/lfp/cleaner b/lfp-4.2.1-1-x86_64/usr/share/lfp/cleaner |
89 | similarity index 100% |
90 | rename from lfp-4.2.0-1-x86_64/usr/share/lfp/cleaner |
91 | rename to lfp-4.2.1-1-x86_64/usr/share/lfp/cleaner |
92 | diff --git a/lfp-4.2.0-1-x86_64/usr/share/lfp/lfp b/lfp-4.2.1-1-x86_64/usr/share/lfp/lfp |
93 | similarity index 100% |
94 | rename from lfp-4.2.0-1-x86_64/usr/share/lfp/lfp |
95 | rename to lfp-4.2.1-1-x86_64/usr/share/lfp/lfp |
96 | diff --git a/lfp-4.2.0-1-x86_64/usr/share/lfp/lfp-functions b/lfp-4.2.1-1-x86_64/usr/share/lfp/lfp-functions |
97 | similarity index 100% |
98 | rename from lfp-4.2.0-1-x86_64/usr/share/lfp/lfp-functions |
99 | rename to lfp-4.2.1-1-x86_64/usr/share/lfp/lfp-functions |
100 | diff --git a/lfp-4.2.0-1-x86_64/usr/share/lfp/lfp-icons b/lfp-4.2.1-1-x86_64/usr/share/lfp/lfp-icons |
101 | similarity index 100% |
102 | rename from lfp-4.2.0-1-x86_64/usr/share/lfp/lfp-icons |
103 | rename to lfp-4.2.1-1-x86_64/usr/share/lfp/lfp-icons |
104 | diff --git a/lfp-4.2.0-1-x86_64/usr/share/lfp/lfpcd b/lfp-4.2.1-1-x86_64/usr/share/lfp/lfpcd |
105 | similarity index 100% |
106 | rename from lfp-4.2.0-1-x86_64/usr/share/lfp/lfpcd |
107 | rename to lfp-4.2.1-1-x86_64/usr/share/lfp/lfpcd |
108 | diff --git a/lfp-4.2.0-1-x86_64/usr/share/lfp/lfprc b/lfp-4.2.1-1-x86_64/usr/share/lfp/lfprc |
109 | similarity index 100% |
110 | rename from lfp-4.2.0-1-x86_64/usr/share/lfp/lfprc |
111 | rename to lfp-4.2.1-1-x86_64/usr/share/lfp/lfprc |
112 | diff --git a/lfp-4.2.0-1-x86_64/usr/share/lfp/lfpreviewer-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/lfp-4.2.1-1-x86_64/usr/share/lfp/lfpreviewer-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
113 | similarity index 100% |
114 | rename from lfp-4.2.0-1-x86_64/usr/share/lfp/lfpreviewer-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
115 | rename to lfp-4.2.1-1-x86_64/usr/share/lfp/lfpreviewer-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
116 | diff --git a/lfp-4.2.0-1-x86_64/usr/share/lfp/ocr/ocr.js b/lfp-4.2.1-1-x86_64/usr/share/lfp/ocr/ocr.js |
117 | similarity index 100% |
118 | rename from lfp-4.2.0-1-x86_64/usr/share/lfp/ocr/ocr.js |
119 | rename to lfp-4.2.1-1-x86_64/usr/share/lfp/ocr/ocr.js |
120 | diff --git a/lfp-4.2.0-1-x86_64/usr/share/lfp/ocr/package.json b/lfp-4.2.1-1-x86_64/usr/share/lfp/ocr/package.json |
121 | similarity index 100% |
122 | rename from lfp-4.2.0-1-x86_64/usr/share/lfp/ocr/package.json |
123 | rename to lfp-4.2.1-1-x86_64/usr/share/lfp/ocr/package.json |
124 | diff --git a/lfp-4.2.0-1-x86_64/usr/share/lfp/ocr/tesseract.js b/lfp-4.2.1-1-x86_64/usr/share/lfp/ocr/tesseract.js |
125 | similarity index 100% |
126 | rename from lfp-4.2.0-1-x86_64/usr/share/lfp/ocr/tesseract.js |
127 | rename to lfp-4.2.1-1-x86_64/usr/share/lfp/ocr/tesseract.js |
128 | diff --git a/lfp-4.2.0-1-x86_64/usr/share/lfp/scope b/lfp-4.2.1-1-x86_64/usr/share/lfp/scope |
129 | similarity index 100% |
130 | rename from lfp-4.2.0-1-x86_64/usr/share/lfp/scope |
131 | rename to lfp-4.2.1-1-x86_64/usr/share/lfp/scope |
132 | diff --git a/lfp-4.2.0-1-x86_64/usr/share/licenses/lfp/LICENSE b/lfp-4.2.1-1-x86_64/usr/share/licenses/lfp/LICENSE |
133 | similarity index 100% |
134 | rename from lfp-4.2.0-1-x86_64/usr/share/licenses/lfp/LICENSE |
135 | rename to lfp-4.2.1-1-x86_64/usr/share/licenses/lfp/LICENSE |
136 | diff --git a/lfp-4.2.0-1-x86_64/usr/share/man/man1/lfp.1.gz b/lfp-4.2.1-1-x86_64/usr/share/man/man1/lfp.1.gz |
137 | similarity index 100% |
138 | rename from lfp-4.2.0-1-x86_64/usr/share/man/man1/lfp.1.gz |
139 | rename to lfp-4.2.1-1-x86_64/usr/share/man/man1/lfp.1.gz |
140 | diff --git a/usr/share/doc/lfp/README.md b/usr/share/doc/lfp/README.md |
141 | index 2aa1340..0c3dae2 100644 |
142 | --- a/usr/share/doc/lfp/README.md |
143 | +++ b/usr/share/doc/lfp/README.md |
144 | @@ -4,7 +4,7 @@ |
145 | ### `lfp` is a simple wrapper for the `lf` file manager, with built-in file, image, and video previews, as well as on-exit directory changing. |
146 | ### The program makes use of `ueberzug` to preview images, documents, and video thumbnails. Preview behavior can be altered by editing the *scope* file. |
147 | |
148 | -**Version: 4.2.0** |
149 | +**Version: 4.2.1** |
150 | |
151 | *** |
152 | |
153 | diff --git a/usr/share/lfp/lfp-icons b/usr/share/lfp/lfp-icons |
154 | index a83f71a..0d574ae 100644 |
155 | --- a/usr/share/lfp/lfp-icons |
156 | +++ b/usr/share/lfp/lfp-icons |
157 | @@ -23,6 +23,7 @@ ex=⌬:\ |
158 | *.scss=:\ |
159 | *.less=:\ |
160 | *.vim=:\ |
161 | +*.deb=:\ |
162 | *.c=🅒:\ |
163 | *.h=🅗:\ |
164 | *.cpp=🅒:\ |
165 | diff --git a/usr/share/lfp/lfprc b/usr/share/lfp/lfprc |
166 | index ea488c3..5a5634b 100755 |
167 | --- a/usr/share/lfp/lfprc |
168 | +++ b/usr/share/lfp/lfprc |
169 | @@ -7,7 +7,7 @@ set period 1 |
170 | set shell bash |
171 | set scrolloff 10 |
172 | set drawbox true |
173 | -set hiddenfiles ".*:*.aux:*.bbl:*.bcf:*.blg:*.run.xml:yarn.lock:package-lock.json" |
174 | +set hiddenfiles ".*:*.aux:*.bbl:*.bcf:*.blg:*.run.xml:yarn.lock:package-lock.json:pnpm-lock.yaml" |
175 | set shellopts '-eu' |
176 | set ifs "\n" |
177 | |