mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
kpmcore: enable sfdisk backend
This commit is contained in:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user