26 lines
575 B
BlitzBasic
26 lines
575 B
BlitzBasic
SUMMARY = "A powerful BitTorrent client"
|
|
LICENSE = "GPL-2.0"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
|
|
|
|
inherit kde-apps gtk-icon-cache mime-xdg
|
|
|
|
DEPENDS += " \
|
|
kconfig-native \
|
|
kcoreaddons-native \
|
|
kauth-native \
|
|
kdoctools-native \
|
|
libktorrent \
|
|
knotifyconfig \
|
|
kcmutils \
|
|
kparts \
|
|
"
|
|
|
|
PV = "${KDE_APP_VERSION}"
|
|
SRC_URI[sha256sum] = "9d30845c765dcb946dcce45aea2e4d52fe1a7cbe21d1dfcd42dcf340f7360ef3"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/knotifications5 \
|
|
${datadir}/kxmlgui5 \
|
|
${OE_QMAKE_PATH_PLUGINS} \
|
|
"
|