Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z3ntu/kde-thumbnailer-apk
KDE thumbnailer plugin for APK files
https://github.com/z3ntu/kde-thumbnailer-apk
Last synced: about 16 hours ago
JSON representation
KDE thumbnailer plugin for APK files
- Host: GitHub
- URL: https://github.com/z3ntu/kde-thumbnailer-apk
- Owner: z3ntu
- Created: 2017-01-27T23:12:37.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T09:11:31.000Z (8 months ago)
- Last Synced: 2024-03-02T22:40:00.902Z (8 months ago)
- Language: C++
- Size: 28.3 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KDE Thumbnailer APK
Based on https://store.kde.org/p/1081013/, updated and working for Qt 6.6.2 & KDE Frameworks 6.0.0.
## Installation
This lines will install it correctly for Arch Linux, be careful with other distros!
```
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
make -C build
sudo make -C build install
```