Skip to content

Commit 0c30a38

Browse files
committed
Customized README
1 parent e63d4aa commit 0c30a38

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# KDE Thumbnailer APK
1+
# KDE Thumbnailer HPGL
22

3-
Based on https://store.kde.org/p/1081013/, updated and working for Qt 5.12.0 & KDE Frameworks 5.54.0.
4-
5-
It is currently only possible to parse APKs using the v1 signing schema (JAR signing). APKs signed with the APK Signature Scheme v2 or later fail because [KZip is unable to handle extra data before the Central Directory block in the file](https://bugs.kde.org/show_bug.cgi?id=415221).
3+
Based on https://github.com/z3ntu/kde-thumbnailer-apk.
4+
HPGL thumbnails are created by calling [hp2xx](https://www.gnu.org/software/hp2xx/) which needs to be installed.
5+
This package will also install a better HPGL file detection based on a few common HPGL commands, because consistent file extensions apparently weren't a thing in the 90s (at least not within the HP test & measurements divisions).
66

77
## Installation
88

9-
This lines will install it correctly for Arch Linux, be careful with other distros!
9+
1. Install hp2xx, cmake, qt5
10+
2. These lines will install it correctly for Arch Linux, be careful with other distros!
1011
```
1112
mkdir build && cd build
1213
cmake -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_INSTALL_LIBDIR=lib ..

0 commit comments

Comments
 (0)