| Hash | Commit message | Author | Date | Files | + | - |
1 | commit c8822583b7955696e9a890b6562d4bbfd5e2d7ff |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Thu Apr 18 02:17:30 2024 +0200 |
4 | |
5 | Auto-Commit Update - 20240418 |
6 | --- |
7 | PKGBUILD | 2 +- |
8 | README.md | 2 +- |
9 | lfp-4.2.2-1-x86_64.deb | Bin 71216 -> 0 bytes |
10 | lfp-4.2.3-1-x86_64.deb | Bin 0 -> 71312 bytes |
11 | .../DEBIAN/control | 2 +- |
12 | .../postinst | 0 |
13 | .../usr/bin/lfp | 0 |
14 | .../usr/share/doc/lfp/README.md | 2 +- |
15 | .../usr/share/lfp/cleaner | 0 |
16 | .../usr/share/lfp/lfp | 0 |
17 | .../usr/share/lfp/lfp-icons | 39 +++++++++++++++------ |
18 | .../usr/share/lfp/lfpcd | 0 |
19 | .../usr/share/lfp/lfprc | 0 |
20 | ...-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 | 39 +++++++++++++++------ |
29 | 22 files changed, 63 insertions(+), 25 deletions(-) |
30 | |
31 | diff --git a/PKGBUILD b/PKGBUILD |
32 | index f3145a6..aa3aa61 100644 |
33 | --- a/PKGBUILD |
34 | +++ b/PKGBUILD |
35 | @@ -1,7 +1,7 @@ |
36 | # Maintainer: Connor Etherington <[email protected]> |
37 | # --- |
38 | pkgname=lfp |
39 | -pkgver=4.2.2 |
40 | +pkgver=4.2.3 |
41 | pkgrel=1 |
42 | pkgdesc='A wrapper for the lf file manager with in-terminal media previews, on-exit directory changing and much more' |
43 | license=('MIT') |
44 | diff --git a/README.md b/README.md |
45 | index 32f2f84..d8a66c2 100644 |
46 | --- a/README.md |
47 | +++ b/README.md |
48 | @@ -4,7 +4,7 @@ |
49 | ### `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. |
50 | ### The program makes use of `ueberzug` to preview images, documents, and video thumbnails. Preview behavior can be altered by editing the *scope* file. |
51 | |
52 | -**Version: 4.2.2** |
53 | +**Version: 4.2.3** |
54 | |
55 | *** |
56 | |
57 | diff --git a/lfp-4.2.2-1-x86_64.deb b/lfp-4.2.2-1-x86_64.deb |
58 | deleted file mode 100644 |
59 | index 1d59eeb..0000000 |
60 | Binary files a/lfp-4.2.2-1-x86_64.deb and /dev/null differ |
61 | diff --git a/lfp-4.2.3-1-x86_64.deb b/lfp-4.2.3-1-x86_64.deb |
62 | new file mode 100644 |
63 | index 0000000..63f28d1 |
64 | Binary files /dev/null and b/lfp-4.2.3-1-x86_64.deb differ |
65 | diff --git a/lfp-4.2.2-1-x86_64/DEBIAN/control b/lfp-4.2.3-1-x86_64/DEBIAN/control |
66 | similarity index 97% |
67 | rename from lfp-4.2.2-1-x86_64/DEBIAN/control |
68 | rename to lfp-4.2.3-1-x86_64/DEBIAN/control |
69 | index 597094d..e100a36 100644 |
70 | --- a/lfp-4.2.2-1-x86_64/DEBIAN/control |
71 | +++ b/lfp-4.2.3-1-x86_64/DEBIAN/control |
72 | @@ -1,5 +1,5 @@ |
73 | Package: lfp |
74 | -Version: 4.2.2 |
75 | +Version: 4.2.3 |
76 | Maintainer: © Connor Etherington <[email protected]> |
77 | 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 |
78 | Architecture: amd64 |
79 | diff --git a/lfp-4.2.2-1-x86_64/postinst b/lfp-4.2.3-1-x86_64/postinst |
80 | similarity index 100% |
81 | rename from lfp-4.2.2-1-x86_64/postinst |
82 | rename to lfp-4.2.3-1-x86_64/postinst |
83 | diff --git a/lfp-4.2.2-1-x86_64/usr/bin/lfp b/lfp-4.2.3-1-x86_64/usr/bin/lfp |
84 | similarity index 100% |
85 | rename from lfp-4.2.2-1-x86_64/usr/bin/lfp |
86 | rename to lfp-4.2.3-1-x86_64/usr/bin/lfp |
87 | diff --git a/lfp-4.2.2-1-x86_64/usr/share/doc/lfp/README.md b/lfp-4.2.3-1-x86_64/usr/share/doc/lfp/README.md |
88 | similarity index 99% |
89 | rename from lfp-4.2.2-1-x86_64/usr/share/doc/lfp/README.md |
90 | rename to lfp-4.2.3-1-x86_64/usr/share/doc/lfp/README.md |
91 | index da97348..354bd49 100644 |
92 | --- a/lfp-4.2.2-1-x86_64/usr/share/doc/lfp/README.md |
93 | +++ b/lfp-4.2.3-1-x86_64/usr/share/doc/lfp/README.md |
94 | @@ -4,7 +4,7 @@ |
95 | ### `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. |
96 | ### The program makes use of `ueberzug` to preview images, documents, and video thumbnails. Preview behavior can be altered by editing the *scope* file. |
97 | |
98 | -**Version: 4.2.2** |
99 | +**Version: 4.2.3** |
100 | |
101 | *** |
102 | |
103 | diff --git a/lfp-4.2.2-1-x86_64/usr/share/lfp/cleaner b/lfp-4.2.3-1-x86_64/usr/share/lfp/cleaner |
104 | similarity index 100% |
105 | rename from lfp-4.2.2-1-x86_64/usr/share/lfp/cleaner |
106 | rename to lfp-4.2.3-1-x86_64/usr/share/lfp/cleaner |
107 | diff --git a/lfp-4.2.2-1-x86_64/usr/share/lfp/lfp b/lfp-4.2.3-1-x86_64/usr/share/lfp/lfp |
108 | similarity index 100% |
109 | rename from lfp-4.2.2-1-x86_64/usr/share/lfp/lfp |
110 | rename to lfp-4.2.3-1-x86_64/usr/share/lfp/lfp |
111 | diff --git a/lfp-4.2.2-1-x86_64/usr/share/lfp/lfp-icons b/lfp-4.2.3-1-x86_64/usr/share/lfp/lfp-icons |
112 | similarity index 79% |
113 | rename from lfp-4.2.2-1-x86_64/usr/share/lfp/lfp-icons |
114 | rename to lfp-4.2.3-1-x86_64/usr/share/lfp/lfp-icons |
115 | index 0d574ae..cf37510 100644 |
116 | --- a/lfp-4.2.2-1-x86_64/usr/share/lfp/lfp-icons |
117 | +++ b/lfp-4.2.3-1-x86_64/usr/share/lfp/lfp-icons |
118 | @@ -24,24 +24,29 @@ ex=⌬:\ |
119 | *.less=:\ |
120 | *.vim=:\ |
121 | *.deb=:\ |
122 | -*.c=🅒:\ |
123 | -*.h=🅗:\ |
124 | -*.cpp=🅒:\ |
125 | -*.hpp=🅗:\ |
126 | -*.cc=🅒:\ |
127 | -*.hh=🅗:\ |
128 | -*.go=🅖:\ |
129 | -*.rs=🅡:\ |
130 | *.pl=🐪:\ |
131 | *.pm=🐪:\ |
132 | *.php= :\ |
133 | -*.rb=🅡:\ |
134 | +*.c=:\ |
135 | +*.h=:\ |
136 | +*.cpp=:\ |
137 | +*.hpp=:\ |
138 | +*.cc=:\ |
139 | +*.hh=:\ |
140 | +*.go=:\ |
141 | +*.rs=:\ |
142 | +*.pl=:\ |
143 | +*.pm=:\ |
144 | +*.t=:\ |
145 | +*.php=:\ |
146 | +*.rb=:\ |
147 | *.lua=:\ |
148 | *.vue=:\ |
149 | *.java=☕:\ |
150 | *.class=☕:\ |
151 | *.jar=♨:\ |
152 | -*.kt=🅺:\ |
153 | +*.kt=:\ |
154 | +*.kts=:\ |
155 | *.lst=📓:\ |
156 | *.tmp=⏰:\ |
157 | *.txt=✍:\ |
158 | @@ -115,4 +120,18 @@ ex=⌬:\ |
159 | *.ged=👪:\ |
160 | *.part=💔:\ |
161 | *.torrent=🔽:\ |
162 | +*.apk=📱:\ |
163 | +*.exe=🖥:\ |
164 | +*.msi=🖥:\ |
165 | +*.bat=🖥:\ |
166 | +*.cmd=🖥:\ |
167 | +*.dll=🖥:\ |
168 | +*.sys=🖥:\ |
169 | +*.ini=🔧:\ |
170 | +*.conf=🔧:\ |
171 | +*.cfg=🔧:\ |
172 | +*.json=🔧:\ |
173 | +*.yaml=🔧:\ |
174 | +*.yml=🔧:\ |
175 | +*.toml=🔧:\ |
176 | " |
177 | diff --git a/lfp-4.2.2-1-x86_64/usr/share/lfp/lfpcd b/lfp-4.2.3-1-x86_64/usr/share/lfp/lfpcd |
178 | similarity index 100% |
179 | rename from lfp-4.2.2-1-x86_64/usr/share/lfp/lfpcd |
180 | rename to lfp-4.2.3-1-x86_64/usr/share/lfp/lfpcd |
181 | diff --git a/lfp-4.2.2-1-x86_64/usr/share/lfp/lfprc b/lfp-4.2.3-1-x86_64/usr/share/lfp/lfprc |
182 | similarity index 100% |
183 | rename from lfp-4.2.2-1-x86_64/usr/share/lfp/lfprc |
184 | rename to lfp-4.2.3-1-x86_64/usr/share/lfp/lfprc |
185 | diff --git a/lfp-4.2.2-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.3-1-x86_64/usr/share/lfp/lfpreviewer-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
186 | similarity index 100% |
187 | rename from lfp-4.2.2-1-x86_64/usr/share/lfp/lfpreviewer-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
188 | rename to lfp-4.2.3-1-x86_64/usr/share/lfp/lfpreviewer-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
189 | diff --git a/lfp-4.2.2-1-x86_64/usr/share/lfp/ocr/ocr.js b/lfp-4.2.3-1-x86_64/usr/share/lfp/ocr/ocr.js |
190 | similarity index 100% |
191 | rename from lfp-4.2.2-1-x86_64/usr/share/lfp/ocr/ocr.js |
192 | rename to lfp-4.2.3-1-x86_64/usr/share/lfp/ocr/ocr.js |
193 | diff --git a/lfp-4.2.2-1-x86_64/usr/share/lfp/ocr/package.json b/lfp-4.2.3-1-x86_64/usr/share/lfp/ocr/package.json |
194 | similarity index 100% |
195 | rename from lfp-4.2.2-1-x86_64/usr/share/lfp/ocr/package.json |
196 | rename to lfp-4.2.3-1-x86_64/usr/share/lfp/ocr/package.json |
197 | diff --git a/lfp-4.2.2-1-x86_64/usr/share/lfp/ocr/tesseract.js b/lfp-4.2.3-1-x86_64/usr/share/lfp/ocr/tesseract.js |
198 | similarity index 100% |
199 | rename from lfp-4.2.2-1-x86_64/usr/share/lfp/ocr/tesseract.js |
200 | rename to lfp-4.2.3-1-x86_64/usr/share/lfp/ocr/tesseract.js |
201 | diff --git a/lfp-4.2.2-1-x86_64/usr/share/lfp/scope b/lfp-4.2.3-1-x86_64/usr/share/lfp/scope |
202 | similarity index 100% |
203 | rename from lfp-4.2.2-1-x86_64/usr/share/lfp/scope |
204 | rename to lfp-4.2.3-1-x86_64/usr/share/lfp/scope |
205 | diff --git a/lfp-4.2.2-1-x86_64/usr/share/licenses/lfp/LICENSE b/lfp-4.2.3-1-x86_64/usr/share/licenses/lfp/LICENSE |
206 | similarity index 100% |
207 | rename from lfp-4.2.2-1-x86_64/usr/share/licenses/lfp/LICENSE |
208 | rename to lfp-4.2.3-1-x86_64/usr/share/licenses/lfp/LICENSE |
209 | diff --git a/lfp-4.2.2-1-x86_64/usr/share/man/man1/lfp.1.gz b/lfp-4.2.3-1-x86_64/usr/share/man/man1/lfp.1.gz |
210 | similarity index 100% |
211 | rename from lfp-4.2.2-1-x86_64/usr/share/man/man1/lfp.1.gz |
212 | rename to lfp-4.2.3-1-x86_64/usr/share/man/man1/lfp.1.gz |
213 | diff --git a/usr/share/doc/lfp/README.md b/usr/share/doc/lfp/README.md |
214 | index da97348..354bd49 100644 |
215 | --- a/usr/share/doc/lfp/README.md |
216 | +++ b/usr/share/doc/lfp/README.md |
217 | @@ -4,7 +4,7 @@ |
218 | ### `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. |
219 | ### The program makes use of `ueberzug` to preview images, documents, and video thumbnails. Preview behavior can be altered by editing the *scope* file. |
220 | |
221 | -**Version: 4.2.2** |
222 | +**Version: 4.2.3** |
223 | |
224 | *** |
225 | |
226 | diff --git a/usr/share/lfp/lfp-icons b/usr/share/lfp/lfp-icons |
227 | index 0d574ae..cf37510 100644 |
228 | --- a/usr/share/lfp/lfp-icons |
229 | +++ b/usr/share/lfp/lfp-icons |
230 | @@ -24,24 +24,29 @@ ex=⌬:\ |
231 | *.less=:\ |
232 | *.vim=:\ |
233 | *.deb=:\ |
234 | -*.c=🅒:\ |
235 | -*.h=🅗:\ |
236 | -*.cpp=🅒:\ |
237 | -*.hpp=🅗:\ |
238 | -*.cc=🅒:\ |
239 | -*.hh=🅗:\ |
240 | -*.go=🅖:\ |
241 | -*.rs=🅡:\ |
242 | *.pl=🐪:\ |
243 | *.pm=🐪:\ |
244 | *.php= :\ |
245 | -*.rb=🅡:\ |
246 | +*.c=:\ |
247 | +*.h=:\ |
248 | +*.cpp=:\ |
249 | +*.hpp=:\ |
250 | +*.cc=:\ |
251 | +*.hh=:\ |
252 | +*.go=:\ |
253 | +*.rs=:\ |
254 | +*.pl=:\ |
255 | +*.pm=:\ |
256 | +*.t=:\ |
257 | +*.php=:\ |
258 | +*.rb=:\ |
259 | *.lua=:\ |
260 | *.vue=:\ |
261 | *.java=☕:\ |
262 | *.class=☕:\ |
263 | *.jar=♨:\ |
264 | -*.kt=🅺:\ |
265 | +*.kt=:\ |
266 | +*.kts=:\ |
267 | *.lst=📓:\ |
268 | *.tmp=⏰:\ |
269 | *.txt=✍:\ |
270 | @@ -115,4 +120,18 @@ ex=⌬:\ |
271 | *.ged=👪:\ |
272 | *.part=💔:\ |
273 | *.torrent=🔽:\ |
274 | +*.apk=📱:\ |
275 | +*.exe=🖥:\ |
276 | +*.msi=🖥:\ |
277 | +*.bat=🖥:\ |
278 | +*.cmd=🖥:\ |
279 | +*.dll=🖥:\ |
280 | +*.sys=🖥:\ |
281 | +*.ini=🔧:\ |
282 | +*.conf=🔧:\ |
283 | +*.cfg=🔧:\ |
284 | +*.json=🔧:\ |
285 | +*.yaml=🔧:\ |
286 | +*.yml=🔧:\ |
287 | +*.toml=🔧:\ |
288 | " |