20 lines
439 B
BlitzBasic
20 lines
439 B
BlitzBasic
SUMMARY = "A simple & lightweight desktop-agnostic Qt file archiver"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
inherit lxqt qt5-translation features_check mime-xdg gtk-icon-cache
|
|
|
|
|
|
DEPENDS += " \
|
|
qtx11extras \
|
|
json-glib \
|
|
libfm-qt \
|
|
"
|
|
|
|
SRCREV = "97d7fbeccfc2821024f6fac32408f799459b86f1"
|
|
PV = "0.9.0"
|
|
|
|
FILES:${PN} += "${datadir}/icons"
|