mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
kpmcore: update to 3.3.0
This commit is contained in:
parent
1dffee97bd
commit
71dd1a4dea
@ -1,11 +1,11 @@
|
|||||||
pkgname=kpmcore
|
pkgname=kpmcore
|
||||||
pkgver=3.2.0
|
pkgver=3.3.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A KDE utility that allows you to manage disks, partitions, and file systems"
|
pkgdesc="A KDE utility that allows you to manage disks, partitions, and file systems"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://kde.org/applications/system/kdepartitionmanager/"
|
url="http://kde.org/applications/system/kdepartitionmanager/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('kio' 'parted' 'libatasmart' 'util-linux' 'kservice' 'kwidgetsaddons')
|
depends=('kio' 'parted' 'libatasmart' 'util-linux' 'kwidgetsaddons' 'kcoreaddons' 'ki18n')
|
||||||
makedepends=('extra-cmake-modules' 'python3')
|
makedepends=('extra-cmake-modules' 'python3')
|
||||||
optdepends=('e2fsprogs: ext2/3/4 support'
|
optdepends=('e2fsprogs: ext2/3/4 support'
|
||||||
'xfsprogs: XFS support'
|
'xfsprogs: XFS support'
|
||||||
@ -18,7 +18,7 @@ optdepends=('e2fsprogs: ext2/3/4 support'
|
|||||||
'exfat-utils: exFAT support'
|
'exfat-utils: exFAT support'
|
||||||
'nilfs-utils: nilfs support')
|
'nilfs-utils: nilfs support')
|
||||||
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
|
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
|
||||||
sha256sums=('2b38c2bbc3d9a47cd4bfa2e8d2ad1bd7d791383dfe479506456b52a99ff899cb')
|
sha256sums=('b8d6fa3c0d89feebf690a424d98ad36acb2438b1099a5b620ee349989d04db68')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
Loading…
Reference in New Issue
Block a user