kpmcore: enable sfdisk backend

This commit is contained in:
Sergei Reznikov
2018-05-13 13:34:13 +03:00
parent 8a53dd43e2
commit 0a48475151
2 changed files with 47 additions and 7 deletions

View File

@@ -1,5 +1,21 @@
SUMMARY="Library for managing partitions"
DESCRIPTION="https://www.kde.org/applications/system/kdepartitionmanager."
DESCRIPTION="KPMcore, the KDE Partition Manager core, is a library for \
examining and modifying partitions, disk devices, and filesystems on a \
Linux system. It provides a unified programming interface over top of \
(external) system-manipulation tools.
KPMcore is a library for examining and manipulating all facets of storage \
devices on a system:
* raw disk devices
* partition tables on a device
* filesystems within a partition
There are multiple backends so that KPMcore can support different operating \
systems, although the only functional backend is the one for Linux systems:
* sfdisk backend (Linux)
* null backend"
HOMEPAGE="https://github.com/KDE/kpmcore/"
COPYRIGHT="2010-2018 KDE Organisation"
LICENSE="GNU LGPL v2"
@@ -15,7 +31,7 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
kpmcore$secondaryArchSuffix = $portVersion
lib:libkpmcore$secondaryArchSuffix = $portVersion compat >= 9
lib:libkpmcore$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -42,7 +58,7 @@ BUILD_REQUIRES="
devel:libKF5CoreAddons$secondaryArchSuffix
devel:libKF5I18n$secondaryArchSuffix
devel:libKF5WidgetsAddons$secondaryArchSuffix
devel:libqca$secondaryArchSuffix
devel:libqca$secondaryArchSuffix >= 2
devel:libQt5Core$secondaryArchSuffix >= 5.7
"
BUILD_PREREQUIRES="