https://github.com/z3ntu/kde-thumbnailer-apk
KDE thumbnailer plugin for APK files
https://github.com/z3ntu/kde-thumbnailer-apk
Last synced: about 2 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T09:11:31.000Z (about 1 year ago)
- Last Synced: 2025-03-28T17:35:43.902Z (18 days ago)
- Language: C++
- Size: 28.3 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-kde - kde-thumbnailer-apk
- awesome-kde - kde-thumbnailer-apk - you got it right; Android's .apk thumbnails (Third party applications / Plasma components)
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
```